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 $@
17 LDFLAGS="-static" $(MAKE) -C cmdline
19 # Some very common aliases
20 .PHONY: maintainer-clean dist-clean distclean pristine sanity
21 maintainer-clean dist-clean distclean pristine sanity: veryclean
23 # The startup target builds the necessary configure scripts. It should
24 # be used after a CVS checkout.
25 CONVERTED=environment.mak include/config.h makefile
26 include buildlib/configure.mak
27 $(BUILDDIR)/include/config.h: buildlib/config.h.in
28 $(BUILDDIR)/environment.mak: buildlib/environment.mak.in
29 $(BUILDDIR)/makefile: buildlib/makefile.in