2001-07-26 13:31:12 +00:00
|
|
|
MODDIR=.
|
2002-06-08 09:26:58 +00:00
|
|
|
|
2002-07-19 20:26:54 +00:00
|
|
|
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),)
|
2002-06-08 09:26:58 +00:00
|
|
|
include $(MODDIR)/make/defs.mk
|
2002-07-19 20:26:54 +00:00
|
|
|
endif
|
|
|
|
|
|
2002-06-08 09:26:58 +00:00
|
|
|
include $(MODDIR)/make/rules.mk
|
2002-06-10 14:28:18 +00:00
|
|
|
include $(MODDIR)/make/rpmdist.mk
|
2002-07-19 20:26:54 +00:00
|
|
|
include $(MODDIR)/make/autoconf.mk
|
2002-06-08 09:26:58 +00:00
|
|
|
|
|
|
|
|
all:
|
|
|
|
|
$(make_subdirs_target)
|
2002-07-10 12:29:28 +00:00
|
|
|
clean: # distclean:
|
2002-07-01 18:48:58 +00:00
|
|
|
rm -rf $(CLEAN)
|
2002-06-08 09:26:58 +00:00
|
|
|
$(make_subdirs_target)
|
2002-06-10 14:28:18 +00:00
|
|
|
install: all
|
|
|
|
|
$(make_subdirs_target)
|
2002-07-10 16:15:46 +00:00
|
|
|
make $(INSTALLED_VERSION_FILE)
|