summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-17 14:39:42 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-17 14:39:42 +0000
commitdc2e7842fd97e40f80239e008da1dc86ae2d717b (patch)
tree8bc6b1c0cb24d0980c7feee7e4816e100de000b2 /uisimulator
parent256d24a77581c289d9c620bd79d67237688d5063 (diff)
downloadrockbox-dc2e7842fd97e40f80239e008da1dc86ae2d717b.zip
rockbox-dc2e7842fd97e40f80239e008da1dc86ae2d717b.tar.gz
rockbox-dc2e7842fd97e40f80239e008da1dc86ae2d717b.tar.bz2
rockbox-dc2e7842fd97e40f80239e008da1dc86ae2d717b.tar.xz
Some files moved
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@620 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index f0edff4..0087371 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -20,6 +20,7 @@
TARGET = rockboxui
APPDIR = ../../apps
+RECDIR = $(APPDIR)/recorder
PREVAPPDIR= ..
FIRMWAREDIR = ../../firmware
@@ -42,7 +43,7 @@ $(KEYPAD) $(DISPLAY)
LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl
-INCLUDES = -I. -I$(DRIVERS) -I$(FIRMWAREDIR) -I$(APPDIR)
+INCLUDES = -I. -I$(DRIVERS) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(RECDIR)
LIBS =
@@ -128,19 +129,19 @@ endif
menu.o: $(APPDIR)/menu.c
$(CC) $(CFLAGS) -c $< -o $@
-icons.o: $(APPDIR)/icons.c
+icons.o: $(RECDIR)/icons.c
$(CC) $(CFLAGS) -c $< -o $@
-tetris.o: $(APPDIR)/tetris.c
+tetris.o: $(RECDIR)/tetris.c
$(CC) $(CFLAGS) -c $< -o $@
-screensaver.o: $(APPDIR)/screensaver.c
+screensaver.o: $(RECDIR)/screensaver.c
$(CC) $(CFLAGS) -c $< -o $@
app.o: $(APPDIR)/app.c
$(CC) $(CFLAGS) -c $< -o $@
-bmp.o: $(APPDIR)/bmp.c
+bmp.o: $(RECDIR)/bmp.c
$(CC) $(CFLAGS) -c $< -o $@
play.o: $(APPDIR)/play.c