office-gobmx/writerfilter/debug_setup.mk
Bjoern Michaelsen 88efc04329 revert to old writerfilter gbuilization
* gnumake4's writerfilter gbuildization got pushed in a seperate branch
 * it might or might not be merged to master later
2011-07-23 03:12:47 +02:00

13 lines
313 B
Makefile

define writerfilter_debug_flags
$(if $(filter-out 0 1,$(strip $(gb_DEBUGLEVEL))),\
-DDEBUG_DOMAINMAPPER \
-DDEBUG_ELEMENT \
-DDEBUG_RESOLVE \
-DDEBUG_CONTEXT_STACK \
-DDEBUG_ATTRIBUTES \
-DDEBUG_PROPERTIES \
-DDEBUG_CONTEXT_HANDLER \
-DDEBUG_IMPORT \
-DDEBUG_LOGGING \
)
endef