for passing modules and exclude modules from build

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@682 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 19 years ago
parent 76beea46bf
commit c04f065895

@ -3,14 +3,14 @@ COREPATH ?= ../core
include $(COREPATH)/../Makefile.defs
exclude_modules = mp3 examples
modules = $(filter-out $(exclude_modules) \
exclude_modules ?= mp3 examples
modules ?= $(filter-out $(exclude_modules) \
$(wildcard Makefile*) CVS, \
$(wildcard *) ) examples/tutorial/cc_acc
#modules = wav gsm ilbc bot echo announcement recorder voicemail dtmf_demo ivr
ifeq ($(OS),solaris)
# These don't build on Solaris because of missing Python, invalid make args, or other.
# These don't build on Solaris because of missing Python, invalid make args, or other.
exclude_modules += py_sems py_comp pin_collect mailbox ivr diameter_client conf_auth
endif

Loading…
Cancel
Save