Makefile: Integrated autoconf

This commit is contained in:
Jan Lindemann 2002-07-19 20:26:54 +00:00 committed by Jan Lindemann
commit 9f5a247e09

View file

@ -1,9 +1,30 @@
MODDIR=. MODDIR=.
SUBDIRS = inst/pre \
make \
doc \
debug misc slog platform \
devutil \
hash \
hexdump \
lbuffer \
debug \
cfgfile gtopts \
lock sigsync shmem \
usrv uclnt statecheck msgfmt \
YMisc YError \
YThread YMutex YEvent YCbContr contr/Y2WayMap \
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
lib include bin \
inst/post
ifneq ($(wildcard $(MODDIR)/make/defs.mk),)
include $(MODDIR)/make/defs.mk include $(MODDIR)/make/defs.mk
SUBDIRS = $(REQUIRED) endif
include $(MODDIR)/make/rules.mk include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/rpmdist.mk include $(MODDIR)/make/rpmdist.mk
include $(MODDIR)/make/autoconf.mk
all: all:
$(make_subdirs_target) $(make_subdirs_target)