3 # This is the top level make file for APT, it recurses to each lower
4 # level make file and runs it with the proper target
12 .PHONY: fast headers library clean veryclean all binary program doc test update-po
13 all headers library clean veryclean binary program doc manpages docbook test update-po startup dirs:
16 $(MAKE) -C apt-inst $@
17 $(MAKE) -C apt-private $@
20 $(MAKE) -C ftparchive $@
28 $(MAKE) -C apt-pkg all
29 $(MAKE) -C apt-inst all
30 $(MAKE) -C apt-private all
31 $(MAKE) -C methods all
32 $(MAKE) -C cmdline all
33 $(MAKE) -C ftparchive all
36 all headers library clean veryclean binary program doc manpages docbook test update-po: startup dirs
40 # Some very common aliases
41 .PHONY: maintainer-clean dist-clean distclean pristine sanity
42 maintainer-clean dist-clean distclean pristine sanity: veryclean
45 # The startup target builds the necessary configure scripts. It should
46 # be used after a CVS checkout.
47 CONVERTED=environment.mak include/config.h include/apti18n.h build/doc/Doxyfile makefile
48 include buildlib/configure.mak
49 $(BUILDDIR)/include/config.h: buildlib/config.h.in
50 $(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in
51 $(BUILDDIR)/environment.mak: buildlib/environment.mak.in
52 $(BUILDDIR)/makefile: buildlib/makefile.in