]> err.no Git - sope/blob - sope-appserver/NGObjWeb/Associations/GNUmakefile.preamble
6c40b404449262f14659e353c285716c46d6ae11
[sope] / sope-appserver / NGObjWeb / Associations / GNUmakefile.preamble
1 # $Id$
2
3 ADDITIONAL_INCLUDE_DIRS += \
4         -I..    \
5         -I../../../sope-core                    \
6         -I../../../sope-core/NGStreams          \
7         -I../../../sope-core/NGExtensions       \
8
9 ifeq ($(WOAssociationExceptionHandlers),yes)
10 ADDITIONAL_CPPFLAGS += -DUSE_EXCEPTION_HANDLERS=1
11 endif
12
13 ifeq ($(heavydebug),yes)
14 ADDITIONAL_CPPFLAGS += -DHEAVY_DEBUG=1
15 endif