]> git.saurik.com Git - apt-legacy.git/blame - cmdline/makefile
I hate std::string: the concept is great, the implementation is shit.
[apt-legacy.git] / cmdline / makefile
CommitLineData
da6ee469
JF
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
00ec24d0 10SLIBS = -lapt-pkg $(INTLLIBS)
da6ee469
JF
11LIB_MAKES = apt-pkg/makefile
12SOURCE = apt-cache.cc
13include $(PROGRAM_H)
14
15# The apt-get program
16PROGRAM=apt-get
00ec24d0 17SLIBS = -lapt-pkg -lutil $(INTLLIBS)
da6ee469
JF
18LIB_MAKES = apt-pkg/makefile
19SOURCE = apt-get.cc acqprogress.cc
20include $(PROGRAM_H)
21
22# The apt-config program
23PROGRAM=apt-config
00ec24d0 24SLIBS = -lapt-pkg $(INTLLIBS)
da6ee469
JF
25LIB_MAKES = apt-pkg/makefile
26SOURCE = apt-config.cc
27include $(PROGRAM_H)
28
29# The apt-cdrom program
30PROGRAM=apt-cdrom
00ec24d0 31SLIBS = -lapt-pkg $(INTLLIBS)
da6ee469
JF
32LIB_MAKES = apt-pkg/makefile
33SOURCE = apt-cdrom.cc
34include $(PROGRAM_H)
35
36# The apt-sortpkgs program
37PROGRAM=apt-sortpkgs
00ec24d0 38SLIBS = -lapt-pkg $(INTLLIBS)
da6ee469
JF
39LIB_MAKES = apt-pkg/makefile
40SOURCE = apt-sortpkgs.cc
41include $(PROGRAM_H)
42
43# The apt-extracttemplates program
44PROGRAM=apt-extracttemplates
00ec24d0 45SLIBS = -lapt-pkg -lapt-inst $(INTLLIBS)
da6ee469
JF
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)
00ec24d0
JF
55
56# The apt-mark program
57SOURCE=apt-mark
58TO=$(BIN)
59TARGET=program
60include $(COPY_H)