From 9f5a247e096266a127438f5dbf1b3a73bb270c99 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 19 Jul 2002 20:26:54 +0000 Subject: [PATCH] Makefile: Integrated autoconf --- Makefile | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 549f5409..421f595f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,30 @@ 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 -SUBDIRS = $(REQUIRED) +endif + include $(MODDIR)/make/rules.mk include $(MODDIR)/make/rpmdist.mk +include $(MODDIR)/make/autoconf.mk all: $(make_subdirs_target)