summaryrefslogtreecommitdiff
path: root/tools/checkwps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/Makefile')
-rw-r--r--tools/checkwps/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/checkwps/Makefile b/tools/checkwps/Makefile
new file mode 100644
index 0000000000..a64196d456
--- /dev/null
+++ b/tools/checkwps/Makefile
@@ -0,0 +1,18 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id: Makefile 16822 2008-03-26 18:18:22Z dave $
8#
9
10all: checkwps
11
12checkwps: checkwps.c ../../apps/gui/wps_parser.c ../../apps/gui/wps_debug.c ../../firmware/common/ctype.c ../../apps/misc.c ../../apps/recorder/bmp.c
13 $(SILENT)$(CC) -g -I ../../apps/gui -I../../firmware/export \
14-D__PCTOOL__ -DDEBUG -DROCKBOX_HAS_LOGF -DIPOD_COLOR -D ROCKBOX_DIR_LEN -D WPS_DIR=\".\" \
15-I../../apps -I../../firmware/target/arm/ipod -I../../firmware/include $+ -o $@
16
17clean:
18 rm -f cleanwps