mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Makefile: Integrated autoconf
This commit is contained in:
parent
33219e3875
commit
9f5a247e09
1 changed files with 22 additions and 1 deletions
23
Makefile
23
Makefile
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue