topdir.mk: SUBDIRS now conditionally defaulting to a list of subdirs

This commit is contained in:
Jan Lindemann 2009-06-02 12:46:22 +00:00 committed by Jan Lindemann
commit dc84dab032

View file

@ -4,6 +4,8 @@ clean: topdir.clean
distclean: topdir.distclean
config:
SUBDIRS ?= $(wildcard inst/pre make tools include lib bin util cfg doc test inst/post)
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
include $(TOPDIR)/make/defs.mk
endif