mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Moved database builder into a separate directory, and gave it its' own Makefile. Now it compiles cleanly and builds a database if ran in root of music tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19448 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f37f04619
commit
ee46a3d88e
9 changed files with 122 additions and 37 deletions
|
|
@ -12,7 +12,7 @@ LDFLAGS := -g
|
|||
.PHONY: rbspeexenc uclpack
|
||||
|
||||
CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \
|
||||
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \
|
||||
generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat \
|
||||
lngdump telechips gigabeats creative hmac-sha1 mktccboot mknkboot rbspeexenc mkzenboot
|
||||
|
||||
all: scramble descramble sh2d rdf2binary mkboot mktccboot mknkboot mkzenboot \
|
||||
|
|
@ -66,15 +66,6 @@ lngdump: lngdump.c
|
|||
ipod_fw: ipod_fw.c
|
||||
$(SILENT)$(CC) $(CFLAGS) $+ -o $@
|
||||
|
||||
database: database.c ../apps/tagcache.c ../apps/metadata.c \
|
||||
../firmware/id3.c ../firmware/common/unicode.c \
|
||||
../firmware/common/crc32.c ../uisimulator/common/io.c \
|
||||
../firmware/mp3data.c ../firmware/logf.c ../firmware/replaygain.c \
|
||||
../firmware/common/structec.c
|
||||
$(SILENT)$(CC) $(CFLAGS) -I../firmware/export -iquote ../firmware/include \
|
||||
-D__PCTOOL__ -DHAVE_TAGCACHE -DROCKBOX_HAS_LOGF -DSIMULATOR \
|
||||
-DCONFIG_CODEC=1 -ldl -I../apps $+ -o $@
|
||||
|
||||
checkwps: checkwps.c ../apps/gui/wps_parser.c ../apps/gui/wps_debug.c ../firmware/common/ctype.c ../apps/misc.c ../apps/recorder/bmp.c
|
||||
$(SILENT)$(CC) $(CFLAGS) -I ../apps/gui -I../firmware/export \
|
||||
-D__PCTOOL__ -DDEBUG -DROCKBOX_HAS_LOGF -DIPOD_COLOR -D ROCKBOX_DIR_LEN -D WPS_DIR=\".\" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue