]> git.saurik.com Git - apt.git/blame_incremental - Makefile
add test, deal with InRelease
[apt.git] / Makefile
... / ...
CommitLineData
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
5ifndef NOISY
6.SILENT:
7endif
8
9.PHONY: default
10default: startup all
11
12.PHONY: headers library clean veryclean all binary program doc test update-po
13all headers library clean veryclean binary program doc manpages debiandoc test update-po startup dirs:
14 $(MAKE) -C apt-pkg $@
15 $(MAKE) -C apt-inst $@
16 $(MAKE) -C apt-private $@
17 $(MAKE) -C methods $@
18 $(MAKE) -C cmdline $@
19 $(MAKE) -C ftparchive $@
20 $(MAKE) -C dselect $@
21 $(MAKE) -C doc $@
22 $(MAKE) -C po $@
23 $(MAKE) -C test $@
24
25all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs
26
27dirs: startup
28
29# Some very common aliases
30.PHONY: maintainer-clean dist-clean distclean pristine sanity
31maintainer-clean dist-clean distclean pristine sanity: veryclean
32veryclean: clean
33
34# The startup target builds the necessary configure scripts. It should
35# be used after a CVS checkout.
36CONVERTED=environment.mak include/config.h include/apti18n.h build/doc/Doxyfile makefile
37include buildlib/configure.mak
38$(BUILDDIR)/include/config.h: buildlib/config.h.in
39$(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in
40$(BUILDDIR)/environment.mak: buildlib/environment.mak.in
41$(BUILDDIR)/makefile: buildlib/makefile.in