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
9 .PHONY: headers library clean veryclean all binary program doc
10 all headers library clean veryclean binary program doc:
11 $(MAKE) -C libdsync $@
15 # Some very common aliases
16 .PHONY: maintainer-clean dist-clean distclean pristine sanity
17 maintainer-clean dist-clean distclean pristine sanity: veryclean
19 # The startup target builds the necessary configure scripts. It should
20 # be used after a CVS checkout.
21 CONVERTED=environment.mak include/config.h makefile
22 include buildlib/configure.mak
23 $(BUILDDIR)/include/config.h: buildlib/config.h.in
24 $(BUILDDIR)/environment.mak: buildlib/environment.mak.in
25 $(BUILDDIR)/makefile: buildlib/makefile.in