mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com>
10 lines
376 B
Makefile
10 lines
376 B
Makefile
AUTOCONF_IN := $(wildcard *.in */*.in */*/*.in)
|
|
# AUTOCONF_IN := $(shell find . -maxdepth 3 -name '*.in' | grep -v dist)
|
|
AUTOCONF_GENERATED := $(patsubst %.in,%,$(AUTOCONF_IN))
|
|
|
|
ifneq ($(AUTOCONF_IN),)
|
|
ifneq ($(AUTOCONF_GENERATED),$(wildcard $(AUTCONF_GENERATED)))
|
|
include $(JWBDIR)/make/autoconf.mk
|
|
endif
|
|
endif
|
|
include $(JWBDIR)/make/topdir.mk
|