X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/faf4e30cb406bf35c9bb3ec7c018107ea6e01eba..92c26a2f28e2d68ecd2520cb2b2793e6068ce0ed:/buildlib/makefile.in diff --git a/buildlib/makefile.in b/buildlib/makefile.in index 093ac204c..cf808643b 100644 --- a/buildlib/makefile.in +++ b/buildlib/makefile.in @@ -2,10 +2,14 @@ # 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