]> git.saurik.com Git - apt.git/blame_incremental - cmdline/makefile
* apt-pkg/acquire-item.cc:
[apt.git] / cmdline / makefile
... / ...
CommitLineData
1# -*- make -*-
2BASE=..
3SUBDIR=cmdline
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8# The apt-cache program
9PROGRAM=apt-cache
10SLIBS = -lapt-pkg
11LIB_MAKES = apt-pkg/makefile
12SOURCE = apt-cache.cc
13include $(PROGRAM_H)
14
15# The apt-get program
16PROGRAM=apt-get
17SLIBS = -lapt-pkg -lutil
18LIB_MAKES = apt-pkg/makefile
19SOURCE = apt-get.cc acqprogress.cc
20include $(PROGRAM_H)
21
22# The apt-config program
23PROGRAM=apt-config
24SLIBS = -lapt-pkg
25LIB_MAKES = apt-pkg/makefile
26SOURCE = apt-config.cc
27include $(PROGRAM_H)
28
29# The apt-cdrom program
30PROGRAM=apt-cdrom
31SLIBS = -lapt-pkg
32LIB_MAKES = apt-pkg/makefile
33SOURCE = apt-cdrom.cc
34include $(PROGRAM_H)
35
36# The apt-sortpkgs program
37PROGRAM=apt-sortpkgs
38SLIBS = -lapt-pkg
39LIB_MAKES = apt-pkg/makefile
40SOURCE = apt-sortpkgs.cc
41include $(PROGRAM_H)
42
43# The apt-extracttemplates program
44PROGRAM=apt-extracttemplates
45SLIBS = -lapt-pkg -lapt-inst
46LIB_MAKES = apt-pkg/makefile
47SOURCE = apt-extracttemplates.cc
48include $(PROGRAM_H)
49
50# The apt-key program
51SOURCE=apt-key
52TO=$(BIN)
53TARGET=program
54include $(COPY_H)
55
56# The apt-mark program
57SOURCE=apt-mark
58TO=$(BIN)
59TARGET=program
60include $(COPY_H)
61
62# The apt-key program
63SOURCE=apt-report-mirror-failure
64TO=$(BIN)
65TARGET=program
66include $(COPY_H)