]> git.decadent.org.uk Git - dak.git/blob - tools/dsync-0.0/Makefile
Merge
[dak.git] / tools / dsync-0.0 / Makefile
1 # -*- make -*-
2
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
5 ifndef NOISY
6 .SILENT:
7 endif
8
9 .PHONY: headers library clean veryclean all binary program doc
10 all headers library clean veryclean binary program doc:
11         $(MAKE) -C libdsync $@
12         $(MAKE) -C cmdline $@
13         $(MAKE) -C doc $@
14
15 # Some very common aliases
16 .PHONY: maintainer-clean dist-clean distclean pristine sanity 
17 maintainer-clean dist-clean distclean pristine sanity: veryclean
18
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