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
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent f2c70e67c9
commit e9e8d50307

@ -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:

Loading…
Cancel
Save