Upgraded to eg++ 1.1 and libstdc++2.9
[ntk/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
5.SILENT:
6
7.PHONY: headers library clean veryclean all binary program doc
8all headers library clean veryclean binary program doc:
6322370b 9 $(MAKE) -C apt-pkg $@
024835dc 10 $(MAKE) -C methods $@
1164783d 11 $(MAKE) -C cmdline $@
880e9be4
AL
12 $(MAKE) -C deity $@
13 $(MAKE) -C gui $@
faf4e30c 14 $(MAKE) -C doc $@
93641593
AL
15
16.PHONY: maintainer-clean dist-clean distclean pristine sanity
17maintainer-clean dist-clean distclean pristine sanity: veryclean