- fixes exclude_modules.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1732 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 17 years ago
parent 103baef51f
commit 7f165d4f8e

@ -1,14 +1,14 @@
COREPATH ?= ../core
.DEFAULT_GOAL := all
include $(COREPATH)/../Makefile.defs
ifneq ($(USE_MONITORING), yes)
exclude_modules ?= mp3 examples py_sems xmlrpc2di gateway monitoring
override exclude_modules = mp3 examples py_sems xmlrpc2di gateway monitoring
else
exclude_modules ?= mp3 examples py_sems xmlrpc2di gateway
override exclude_modules = mp3 examples py_sems xmlrpc2di gateway
endif
include $(COREPATH)/../Makefile.defs
modules ?= $(filter-out $(subst ;, ,$(exclude_modules))\
$(wildcard Makefile*) CVS CMakeLists.txt, \
$(wildcard *) examples/tutorial/cc_acc )

Loading…
Cancel
Save