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: 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 $@
 
  26 all headers library clean veryclean binary program doc manpages docbook test update-po: startup dirs
 
  30 # Some very common aliases
 
  31 .PHONY: maintainer-clean dist-clean distclean pristine sanity
 
  32 maintainer-clean dist-clean distclean pristine sanity: veryclean
 
  35 # The startup target builds the necessary configure scripts. It should
 
  36 # be used after a CVS checkout.
 
  37 CONVERTED=environment.mak include/config.h include/apti18n.h build/doc/Doxyfile makefile
 
  38 include buildlib/configure.mak
 
  39 $(BUILDDIR)/include/config.h: buildlib/config.h.in
 
  40 $(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in
 
  41 $(BUILDDIR)/environment.mak: buildlib/environment.mak.in
 
  42 $(BUILDDIR)/makefile: buildlib/makefile.in