From af59e2ac3114a16e25a76c611a179670b101c0b1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Feb 2009 10:20:28 +0000 Subject: made 'make' in tools/database work again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20109 a1c6a512-1295-4272-9138-f99709370657 --- tools/database/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tools/database') diff --git a/tools/database/Makefile b/tools/database/Makefile index 88b9212..2c20bb7 100644 --- a/tools/database/Makefile +++ b/tools/database/Makefile @@ -1,4 +1,6 @@ +ifndef V SILENT = @ +endif INCLUDE = -I../../firmware/export \ -I../../apps -I../../uisimulator/sdl -I/usr/include/SDL FIRMINC = -I../../firmware/include -fno-builtin @@ -12,7 +14,7 @@ SRC = database.o tagcache.o replaygain.o \ a52.o mp3.o adx.o mp4.o aiff.o mpc.o ape.o ogg.o \ asap.o sid.o asf.o spc.o flac.o vorbis.o wave.o \ mod.o wavpack.o monkeys.o \ - logf.o unicode.o ctype.o structec.o crc32.o io.o + logf.o unicode.o ctype.o structec.o crc32.o io.o misc.o OBJ = $(SRC:.c=.o) @@ -20,7 +22,9 @@ OBJ = $(SRC:.c=.o) VPATH = ../../apps ../../apps/metadata ../../firmware/common ../../firmware/ \ ../../uisimulator/common -all: database +TARGET= database + +all: $(TARGET) %.o : ../../uisimulator/common/%.c @echo CC $(