# This is the build directory make file, it sets the build directory
# and runs the src makefile.
+ifndef NOISY
+.SILENT:
+endif
SRCDIR=@top_srcdir@
-SUBDIRS:=./doc ./bin ./obj ./include/apt-pkg ./include/deity
+SUBDIRS:=./docs ./docs/examples ./bin ./bin/methods ./obj ./include/apt-pkg \
+ ./include/deity ./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \
+ ./obj/test ./obj/methods ./obj/methods/ftp ./dselect
BUILD:=$(shell pwd)
export BUILD
# Chain to the parent make to do the actual building
.PHONY: headers library clean veryclean all binary program doc
-headers library clean veryclean all binary program doc:
- $(MAKE) -C $(SRCDIR) $@
+all headers library clean veryclean binary program doc:
+ $(MAKE) -C $(SRCDIR) -f Makefile $@
# This makes any missing directories
.PHONY: dirs