jw-pkg/Makefile
2007-02-22 19:06:01 +00:00

40 lines
741 B
Makefile

# jan's utility modules
# (c) 2001-2005 jannet it services
# contact@jannet.de
# $Id$
TOPDIR = .
SUBDIRS = inst/pre \
make \
doc \
contrib \
base \
devutil \
hash \
lbuffer cache \
YMisc YMem YOptString \
gtopts \
lock sigsync shmem \
contr cfgfile \
msgfmt eloop usrv uclnt statecheck \
YThread YEvent YCbContr \
YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
YFamily \
YApplication \
YOsc \
util \
lib include bin \
inst/post
ifneq ($(wildcard $(TOPDIR)/make/proj.mk),)
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/defs.mk
include $(MODDIR)/make/subdirs.mk
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/rpmdist.mk
endif
include $(TOPDIR)/make/autoconf.mk