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
13 all headers library clean veryclean binary program doc dirs:
15 $(MAKE) -C apt-inst $@
18 $(MAKE) -C ftparchive $@
21 # Some very common aliases
22 .PHONY: maintainer-clean dist-clean distclean pristine sanity
23 maintainer-clean dist-clean distclean pristine sanity: veryclean
25 # The startup target builds the necessary configure scripts. It should
26 # be used after a CVS checkout.
27 CONVERTED=environment.mak include/config.h include/apti18n.h build/doc/Doxyfile makefile
28 include buildlib/configure.mak
29 $(BUILDDIR)/include/config.h: buildlib/config.h.in
30 $(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in
31 $(BUILDDIR)/environment.mak: buildlib/environment.mak.in
32 $(BUILDDIR)/makefile: buildlib/makefile.in