proj.mk: Remove legacy variables

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-15 15:10:32 +00:00
commit ab51bdd20d

View file

@ -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