# 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 ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity
+SUBDIRS+=./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \
+ ./obj/test ./obj/methods ./obj/methods/ftp
BUILD:=$(shell pwd)
export BUILD