summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-15 07:51:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-15 07:51:25 +0000
commit0ab96fdf701656de13d560362766b67b3ce4dc18 (patch)
tree1dbaaeee6caf65d5b456bd23f54f2771928c5169 /uisimulator/x11/Makefile
parent64628808b78e69536b1ca345b3c7aebae51ca2d6 (diff)
downloadrockbox-0ab96fdf701656de13d560362766b67b3ce4dc18.tar.gz
rockbox-0ab96fdf701656de13d560362766b67b3ce4dc18.zip
make credits.c use the generated list of names properly as already done
in apps/Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2641 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index b8c996f3bf..e0dc896087 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -35,6 +35,7 @@ DRIVERS = $(FIRMWAREDIR)/drivers
35COMMON = $(FIRMWAREDIR)/common 35COMMON = $(FIRMWAREDIR)/common
36LIBMADDIR = $(PREVAPPDIR)/common/libmad 36LIBMADDIR = $(PREVAPPDIR)/common/libmad
37TOOLSDIR = ../../tools 37TOOLSDIR = ../../tools
38DOCSDIR = ../../docs
38 39
39CC = gcc 40CC = gcc
40RM = rm -f 41RM = rm -f
@@ -157,7 +158,10 @@ $(OBJDIR)/mpegplay.o: $(PREVAPPDIR)/common/mpegplay.c
157 158
158endif 159endif
159 160
160$(OBJDIR)/credits.o: $(APPDIR)/credits.c 161$(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS
162 perl $(APPDIR)/credits.pl < $< > $@
163
164$(OBJDIR)/credits.o: $(APPDIR)/credits.c $(APPDIR)/credits.h $(OBJDIR)/credits.raw
161 $(CC) $(APPCFLAGS) -c $< -o $@ 165 $(CC) $(APPCFLAGS) -c $< -o $@
162 166
163$(OBJDIR)/menu.o: $(APPDIR)/menu.c 167$(OBJDIR)/menu.o: $(APPDIR)/menu.c