defs-dev.mk, defs-dist.mk: Add some more default USE_XXX variables

This commit is contained in:
Jan Lindemann 2007-08-16 20:35:21 +00:00 committed by Jan Lindemann
commit b1a64740b0
2 changed files with 71 additions and 26 deletions

View file

@ -48,20 +48,43 @@ LIBTYPE = shared
PROFILE_DIR = $(ENV_PREFIX)/etc/profile.d
ROOTOWNER = root
ROOTGROUP = root
# dunno if this is cool, see defs-dev.mk
IMAGEDIR = $(TOPDIR)/images
CTRLDIR = /etc/rc.d
# -- debugging options
# -- options
# for using the dbmalloc lib, before you will need to do:
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
#COMPILE_DEBUG_CODE = true
#USE_DBMALLOC = true
#USE_DMALLOC = true
#USE_MEMWATCH = true
#USE_EFENCE = true
#USE_MPATROL = true
USE_COMPILER_DEBUG_OPTS = true
USE_COMPILER_OPTIMIZATION_OPTS = true
#USE_TRACING = true
#USE_TIMER = true
#USE_BTOOLS = true
#USE_DSPFS = true
#USE_ENGINE_BENNO = true
#USE_ENGINE_JAN = true
#USE_JACK = true
#USE_JACKDUMMY = true
#USE_JACKJART = true
#USE_JACKRTAI = true
#USE_JACK = true
#USE_DBMALLOC = true
#USE_DMALLOC = true
#USE_EFENCE = true
#USE_VALGRIND = true
#USE_MEMWATCH = true
#USE_MPATROL = true
#USE_PROFILER = true
#USE_TRACING = true
#USE_TIMER = true
#LOG_THREAD_NAMES = true
#STRIP_SYMBOLS = true
COMPILE_DEBUG_CODE = true
USE_COMPILER_DEBUG_OPTS = true
USE_COMPILER_OPTIMIZATION_OPTS = true
#USE_FUSE = true
#USE_SNDFILE = true