mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-28 15:52:49 +01:00
defs-dev.mk, defs-dist.mk: Add some more default USE_XXX variables
This commit is contained in:
parent
7acfdd6021
commit
b1a64740b0
2 changed files with 71 additions and 26 deletions
|
|
@ -49,22 +49,44 @@ FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
|
||||||
PROFILE_DIR = $(HOME)/.profile.d
|
PROFILE_DIR = $(HOME)/.profile.d
|
||||||
ROOTOWNER = $(shell id -un)
|
ROOTOWNER = $(shell id -un)
|
||||||
ROOTGROUP = $(shell id -gn)
|
ROOTGROUP = $(shell id -gn)
|
||||||
IMAGEDIR = $(TOPDIR)/../images
|
IMAGEDIR = $(MODDIR)/../images
|
||||||
|
CTRLDIR = $(HOME)/bin
|
||||||
|
|
||||||
# -- debugging options
|
|
||||||
|
# -- options
|
||||||
|
|
||||||
# for using the dbmalloc lib, before you will need to do:
|
# for using the dbmalloc lib, before you will need to do:
|
||||||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||||
COMPILE_DEBUG_CODE = 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_DBMALLOC = true
|
||||||
#USE_DMALLOC = true
|
#USE_DMALLOC = true
|
||||||
#USE_MEMWATCH = true
|
|
||||||
#USE_EFENCE = true
|
#USE_EFENCE = true
|
||||||
#USE_MPATROL = true
|
|
||||||
#USE_VALGRIND = true
|
#USE_VALGRIND = true
|
||||||
USE_COMPILER_DEBUG_OPTS = true
|
#USE_MEMWATCH = true
|
||||||
#USE_TIMER = true
|
#USE_MPATROL = true
|
||||||
#LOG_THREAD_NAMES = true
|
#USE_PROFILER = true
|
||||||
#USE_COMPILER_OPTIMIZATION_OPTS = true
|
|
||||||
#USE_TRACING = true
|
#USE_TRACING = true
|
||||||
|
#USE_TIMER = true
|
||||||
|
LOG_THREAD_NAMES = true
|
||||||
|
|
||||||
#STRIP_SYMBOLS = true
|
#STRIP_SYMBOLS = true
|
||||||
|
COMPILE_DEBUG_CODE = true
|
||||||
|
USE_COMPILER_DEBUG_OPTS = true
|
||||||
|
USE_COMPILER_OPTIMIZATION_OPTS = true
|
||||||
|
|
||||||
|
#USE_FUSE = true
|
||||||
|
#USE_SNDFILE = true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,20 +48,43 @@ LIBTYPE = shared
|
||||||
PROFILE_DIR = $(ENV_PREFIX)/etc/profile.d
|
PROFILE_DIR = $(ENV_PREFIX)/etc/profile.d
|
||||||
ROOTOWNER = root
|
ROOTOWNER = root
|
||||||
ROOTGROUP = root
|
ROOTGROUP = root
|
||||||
|
# dunno if this is cool, see defs-dev.mk
|
||||||
IMAGEDIR = $(TOPDIR)/images
|
IMAGEDIR = $(TOPDIR)/images
|
||||||
|
CTRLDIR = /etc/rc.d
|
||||||
|
|
||||||
# -- debugging options
|
# -- options
|
||||||
|
|
||||||
# for using the dbmalloc lib, before you will need to do:
|
# for using the dbmalloc lib, before you will need to do:
|
||||||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||||
#COMPILE_DEBUG_CODE = 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_DBMALLOC = true
|
||||||
#USE_DMALLOC = true
|
#USE_DMALLOC = true
|
||||||
#USE_MEMWATCH = true
|
|
||||||
#USE_EFENCE = true
|
#USE_EFENCE = true
|
||||||
|
#USE_VALGRIND = true
|
||||||
|
#USE_MEMWATCH = true
|
||||||
#USE_MPATROL = true
|
#USE_MPATROL = true
|
||||||
USE_COMPILER_DEBUG_OPTS = true
|
#USE_PROFILER = true
|
||||||
USE_COMPILER_OPTIMIZATION_OPTS = true
|
|
||||||
#USE_TRACING = true
|
#USE_TRACING = true
|
||||||
#USE_TIMER = 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue