]> git.saurik.com Git - apt.git/blobdiff - buildlib/makefile.in
Make improvements
[apt.git] / buildlib / makefile.in
index a2f8300ce855b37847d1add9c087d763b0dc3c13..63097b9899c9719cd6659b571097a9bd9d50b4bf 100644 (file)
@@ -2,16 +2,21 @@
 
 # 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