From 6752d1310d2ad37018c8b78614a2496d43c49301 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 28 Apr 2005 18:01:29 +0000 Subject: Make searchengine compile for all targets; correct linking for archos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6379 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'apps/plugins/Makefile') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 8361727..39bf3c0 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -35,11 +35,18 @@ OBJS := $(SRC:%.c=$(OBJDIR)/%.o) DEFS := $(SRC:%.c=$(OBJDIR)/%.def) DIRS = . +####################################### +# Subdirs containing multi-file plugins + +#for all targets +SUBDIRS += searchengine + #for any recorder and iRiver model ifneq (,$(strip $(foreach tgt,RECORDER IRIVER,$(findstring $(tgt),$(TARGET))))) - SUBDIRS += rockboy searchengine + SUBDIRS += rockboy endif + .PHONY: $(SUBDIRS) all: $(OBJDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) -- cgit v1.1