From ed0d524053b67adfc8291317a637d433459a3076 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 9 Apr 2008 16:13:06 +0000 Subject: [PATCH] exclude_modules example git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@866 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- Makefile.defs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.defs b/Makefile.defs index 11218de5..b875d098 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -33,6 +33,11 @@ CPPFLAGS += -D_DEBUG \ # #USE_LIBSAMPLERATE = yes +# +# exclude some modules from compilation? +# e.g. python modules: +#exclude_modules ?= py_sems ivr mailbox pin_collect conf_auth mp3 examples + LDFLAGS += -lm OS = $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")