From 86a05c56c2431b74eabbcd96eba0ed6d145ac590 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 5 May 2002 10:29:17 +0000 Subject: build play.c and id3.c too now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@427 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'uisimulator/x11') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 6abafc1aef..c9cef64f70 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -50,12 +50,12 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) #SRCS = $(wildcard *.c) -FIRMSRCS = chartables.c lcd.c sprintf.c +FIRMSRCS = chartables.c lcd.c sprintf.c id3.c -APPS = tetris.c screensaver.c +APPS = tetris.c screensaver.c tree.c app.c play.c SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c \ - button-x11.c app.c tree.c io.c sleep.c $(APPS) $(FIRMSRCS) + button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS) OBJS := $(SRCS:c=o) @@ -77,6 +77,9 @@ screensaver.o: $(APPDIR)/screensaver.c app.o: $(APPDIR)/app.c $(CC) $(CFLAGS) -c $< -o $@ +play.o: $(APPDIR)/play.c + $(CC) $(CFLAGS) -c $< -o $@ + tree.o: $(APPDIR)/tree.c $(CC) $(CFLAGS) -c $< -o $@ @@ -86,6 +89,9 @@ lcd.o: $(DRIVERS)/lcd.c chartables.o: $(FIRMWAREDIR)/chartables.c $(CC) $(CFLAGS) -c $< -o $@ +id3.o: $(FIRMWAREDIR)/id3.c + $(CC) $(CFLAGS) -c $< -o $@ + sprintf.o: $(COMMON)/sprintf.c $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3