mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cfg_dist.mk: Defaulting to defs-dist.mk for everything
This commit is contained in:
parent
5948393ea4
commit
ae1c7501bf
1 changed files with 0 additions and 66 deletions
|
|
@ -1,66 +0,0 @@
|
|||
# ytools library
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
#CONTRIBDIR = $(TOPDIR)/contrib
|
||||
PREFIX = $(ENV_PREFIX)/opt/$(PROJECT)
|
||||
VAR_PREFIX = $(ENV_PREFIX)/var/opt
|
||||
DOC_PREFIX = $(ENV_PREFIX)/usr/share/doc/packages/$(PROJECT)
|
||||
EXEGROUP = root
|
||||
EXEOWNER = root
|
||||
EXEMODE = 755
|
||||
CFGGROUP = root
|
||||
CFGOWNER = root
|
||||
CFGMODE = 640
|
||||
CTRLGROUP = root
|
||||
CTRLOWNER = root
|
||||
CTRLMODE = 750
|
||||
INITGROUP = root
|
||||
INITOWNER = root
|
||||
INITMODE = 740
|
||||
LIBGROUP = root
|
||||
LIBOWNER = root
|
||||
LIBMODE = 755
|
||||
HDRGROUP = root
|
||||
HDROWNER = root
|
||||
HDRMODE = 644
|
||||
MAKEOWNER = root
|
||||
MAKEGROUP = root
|
||||
MAKEMODE = 644
|
||||
PROFILEGROUP = root
|
||||
PROFILEOWNER = root
|
||||
PROFILEMODE = 755
|
||||
PROFILEDIRGROUP = root
|
||||
PROFILEDIROWNER = root
|
||||
PROFILEDIRMODE = 755
|
||||
PROFILEDIR = /etc/profile.d
|
||||
INITDIR = /etc/init.d
|
||||
PIDDIR = $(VAR_PREFIX)/run
|
||||
DAEMON_RUN_DIR = /opt/$(PROJECT)
|
||||
DAEMON_RUN_USER = dsprun
|
||||
DAEMON_RUN_GROUP = dsprun
|
||||
LOGNAME = $(PROJECT)
|
||||
DOWNLOADDIRS = root@cvs.jannet.de:/usr/local/httpd/htdocs/www.jannet.de_443/$(CUSTOMER)/projects/$(PROJECT)
|
||||
CONFIG_DIR = $(PREFIX)/etc
|
||||
CONFIG_FILE = $(CONFIG_DIR)/$(PROJECT).cfg
|
||||
LIBTYPE = shared
|
||||
PROFILE_DIR = $(ENV_PREFIX)/etc/profile.d
|
||||
ROOTOWNER = root
|
||||
ROOTGROUP = root
|
||||
IMAGEDIR = $(TOPDIR)/images
|
||||
|
||||
# -- debugging 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue