From e9e8d50307fde1e78fcfb8fe471eea6170cba6ce Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 31 Oct 2007 17:20:03 +0000 Subject: [PATCH] make only in core and apps, and, if present, ser dir git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@541 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 007bc1a1..38227726 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,13 @@ all: modules include Makefile.defs -modules = $(filter-out $(wildcard Makefile* README doc *gz), \ - $(wildcard *) ) -imodules = $(filter-out ser-0.9.6-sems, $(modules)) +modules = core apps $(wildcard ser-0.9.6-sems*) +imodules = core apps +# or, if you want to build all that is there: +# modules = $(filter-out $(wildcard Makefile* README doc *gz), \ +# $(wildcard *) ) +# imodules = $(filter-out ser-0.9.6-sems, $(modules)) .PHONY: clean clean: