From 0b637600453abda08f0e17e16a30bb2f15ae725f Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 3 Sep 2002 07:39:55 +0000 Subject: New player directory with icons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2142 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 07b093eb40..a501bb2747 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -42,6 +42,8 @@ ifeq ($(TARGET),-DARCHOS_RECORDER) CFLAGS += -Irecorder OUTNAME = ajbrec.ajz else + SRC += $(wildcard player/*.c) + CFLAGS += -Iplayer OUTNAME = archos.mod endif @@ -77,7 +79,12 @@ clean: -$(RM) -r $(OBJDIR)/$(DEPS) DEPS:=.deps -DEPDIRS:=$(DEPS) $(DEPS)/recorder +DEPDIRS:=$(DEPS) +ifeq ($(TARGET),-DARCHOS_RECORDER) +DEPDIRS += $(DEPS)/recorder +else +DEPDIRS += $(DEPS)/player +endif DIRS = $(subst $(DEPS),".",$(DEPDIRS)) -- cgit v1.2.3