]> git.saurik.com Git - apt-legacy.git/blame - Makefile
Fix compilation of http when embedding into Cydia.
[apt-legacy.git] / Makefile
CommitLineData
da6ee469
JF
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
13all headers library clean veryclean binary program doc dirs:
14 $(MAKE) -C apt-pkg $@
15 $(MAKE) -C apt-inst $@
16 $(MAKE) -C methods $@
17 $(MAKE) -C cmdline $@
18 $(MAKE) -C ftparchive $@
19 $(MAKE) -C dselect $@
da6ee469
JF
20
21# Some very common aliases
22.PHONY: maintainer-clean dist-clean distclean pristine sanity
23maintainer-clean dist-clean distclean pristine sanity: veryclean
24
25# The startup target builds the necessary configure scripts. It should
26# be used after a CVS checkout.
00ec24d0 27CONVERTED=environment.mak include/config.h include/apti18n.h build/doc/Doxyfile makefile
da6ee469
JF
28include buildlib/configure.mak
29$(BUILDDIR)/include/config.h: buildlib/config.h.in
30$(BUILDDIR)/include/apti18n.h: buildlib/apti18n.h.in
31$(BUILDDIR)/environment.mak: buildlib/environment.mak.in
32$(BUILDDIR)/makefile: buildlib/makefile.in