]> git.saurik.com Git - apt.git/blame - Makefile
Sync
[apt.git] / Makefile
CommitLineData
6322370b
AL
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
93bf083d 5ifndef NOISY
6322370b 6.SILENT:
93bf083d 7endif
6322370b
AL
8
9.PHONY: headers library clean veryclean all binary program doc
10all headers library clean veryclean binary program doc:
6322370b 11 $(MAKE) -C apt-pkg $@
024835dc 12 $(MAKE) -C methods $@
1164783d 13 $(MAKE) -C cmdline $@
880e9be4
AL
14 $(MAKE) -C deity $@
15 $(MAKE) -C gui $@
faf4e30c 16 $(MAKE) -C doc $@
93641593
AL
17
18.PHONY: maintainer-clean dist-clean distclean pristine sanity
19maintainer-clean dist-clean distclean pristine sanity: veryclean
93bf083d
AL
20
21
22# The startup target builds the necessary configure scripts. It should
23# be used after a CVS checkout.
24.PHONY: startup
25startup: configure
26
27configure: aclocal.m4 configure.in
28 autoconf
29
30aclocal.m4:
31 aclocal -I buildlib