diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-13 06:43:28 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-13 06:43:28 +0000 |
| commit | f2f4d794f6c81716a8d4eaa1186f37b3ffe52c37 (patch) | |
| tree | 79fa94d5ec2b7bbde46640dc7484f036fa003204 | |
| parent | 7414c3acda92a44e00b94ee784802133906d6089 (diff) | |
| download | rockbox-f2f4d794f6c81716a8d4eaa1186f37b3ffe52c37.zip rockbox-f2f4d794f6c81716a8d4eaa1186f37b3ffe52c37.tar.gz rockbox-f2f4d794f6c81716a8d4eaa1186f37b3ffe52c37.tar.bz2 rockbox-f2f4d794f6c81716a8d4eaa1186f37b3ffe52c37.tar.xz | |
chartables.c is gone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2286 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/win32/Makefile | 5 | ||||
| -rw-r--r-- | uisimulator/x11/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 1822fd1..1dfa881 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -60,7 +60,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall -mwindows APPCFLAGS = $(DEBUG) $(DEFINES) $(APPINCLUDES) -W -Wall -mwindows -FIRMSRCS = chartables.c lcd.c power.c sprintf.c id3.c usb.c \ +FIRMSRCS = lcd.c power.c sprintf.c id3.c usb.c \ mpeg.c powermgmt.c font.c loadfont.c X5x8.c APPS = main.c tree.c menu.c credits.c main_menu.c icons.c \ @@ -166,9 +166,6 @@ $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c $(OBJDIR)/power.o: $(DRIVERS)/power.c $(CC) $(APPCFLAGS) -c $< -o $@ -$(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c - $(CC) $(APPCFLAGS) -c $< -o $@ - $(OBJDIR)/usb.o: $(FIRMWAREDIR)/usb.c $(CC) $(APPCFLAGS) -c $< -o $@ diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index c6f86d4..9bebeac 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -76,7 +76,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) -W -Wall APPCFLAGS = $(DEBUG) $(DEFINES) -DAPPSVERSION=\"$(VERSION)\" $(APPINCLUDES) -W -Wall -FIRMSRCS = chartables.c lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\ +FIRMSRCS = lcd.c sprintf.c id3.c debug.c usb.c mpeg.c power.c\ powermgmt.c font.c X5x8.c loadfont.c panic.c APPS = main.c tree.c menu.c credits.c main_menu.c\ @@ -216,9 +216,6 @@ $(OBJDIR)/showtext.o: $(APPDIR)/showtext.c $(OBJDIR)/lcd.o: $(DRIVERS)/lcd.c $(CC) $(CFLAGS) -c $< -o $@ -$(OBJDIR)/chartables.o: $(FIRMWAREDIR)/chartables.c - $(CC) $(APPCFLAGS) -c $< -o $@ - $(OBJDIR)/X5x8.o: $(FIRMWAREDIR)/X5x8.c $(CC) $(APPCFLAGS) -c $< -o $@ |