jw-pkg/Makefile
Jan Lindemann 5e17c61cf0 Makefile: Merge basic modules into one
Merge basic modules ("platform", "debug", "slog" and "misc") into one
("base").
2005-11-08 09:06:03 +00:00

35 lines
721 B
Makefile

TOPDIR=.
MODDIR=.
SUBDIRS = inst/pre \
make \
doc \
contrib \
base \
debug misc slog platform \
devutil \
hash \
hexdump \
lbuffer \
debug \
cfgfile gtopts \
lock sigsync shmem \
usrv uclnt statecheck msgfmt \
YMisc YError YMem YOptString \
YThread YMutex YEvent YCbContr contr/Y2WayMap contr/YQueue contr/YRingBuffer \
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
YOsc \
lib include bin \
inst/post
ifneq ($(wildcard $(MODDIR)/make/ytools.mk),)
include $(MODDIR)/make/ytools.mk
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/subdirs.mk
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/rpmdist.mk
endif
include $(MODDIR)/make/autoconf.mk