jw-pkg/make/topdir-autoconf.mk

10 lines
376 B
Makefile
Raw Normal View History

AUTOCONF_IN := $(wildcard *.in */*.in */*/*.in)
# AUTOCONF_IN := $(shell find . -maxdepth 3 -name '*.in' | grep -v dist)
AUTOCONF_GENERATED := $(patsubst %.in,%,$(AUTOCONF_IN))
2009-05-27 11:45:13 +00:00
ifneq ($(AUTOCONF_IN),)
ifneq ($(AUTOCONF_GENERATED),$(wildcard $(AUTCONF_GENERATED)))
include $(JWBDIR)/make/autoconf.mk
endif
endif
include $(JWBDIR)/make/topdir.mk