jw-pkg/Makefile

36 lines
724 B
Makefile
Raw Normal View History

2001-07-26 13:31:12 +00:00
MODDIR=.
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),)
include $(MODDIR)/make/defs.mk
2002-07-19 20:26:54 +00:00
endif
include $(MODDIR)/make/rules.mk
include $(MODDIR)/make/rpmdist.mk
2002-07-19 20:26:54 +00:00
include $(MODDIR)/make/autoconf.mk
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)
$(make_subdirs_target)
install: all
$(make_subdirs_target)
make $(INSTALLED_VERSION_FILE)