mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
proj.mk: Remove legacy variables
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cbbd8011e3
commit
ab51bdd20d
1 changed files with 0 additions and 25 deletions
25
make/proj.mk
25
make/proj.mk
|
|
@ -1,30 +1,10 @@
|
|||
|
||||
# (c) 2001 jannet it services
|
||||
# contact@jannet.de
|
||||
# $Id$
|
||||
|
||||
PROJECT = jw-build
|
||||
MODDIR ?= $(TOPDIR)
|
||||
JANWARE_WIKI = priv
|
||||
|
||||
REQUIRED = inst/pre \
|
||||
make \
|
||||
doc \
|
||||
debug misc slog platform \
|
||||
devutil \
|
||||
hash \
|
||||
hexdump \
|
||||
lbuffer \
|
||||
debug \
|
||||
cfgfile gtopts \
|
||||
lock sigsync shmem \
|
||||
usrv uclnt statecheck msgfmt \
|
||||
YMisc jw::Error \
|
||||
YThread jw::Mutex YEvent YCbContr contr/Y2WayMap \
|
||||
jw::Time YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
|
||||
lib include bin \
|
||||
inst/post
|
||||
|
||||
# rpmdist.mk variable overrides
|
||||
FTP_SRC_GROUP = ytsrc
|
||||
FTP_RUN_GROUP = ytrun
|
||||
|
|
@ -37,8 +17,3 @@ ifeq ($(DEVELOPMENT),true)
|
|||
else
|
||||
include $(TOPDIR)/make/cfg_dist.mk
|
||||
endif
|
||||
|
||||
PREREQ_BUILD += jw-build
|
||||
USE_GLIB = true
|
||||
|
||||
BUILD_CPPFLAGS += -D_USRDLL -DJW_BUILD_EXPORTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue