]> git.saurik.com Git - apt.git/blame_incremental - cmdline/makefile
do not require unused partial dirs in 'source' (Closes: #633510)
[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 $(INTLLIBS)
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 $(INTLLIBS)
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 $(INTLLIBS)
25LIB_MAKES = apt-pkg/makefile
26SOURCE = apt-config.cc
27include $(PROGRAM_H)
28
29# The apt-cdrom program
30PROGRAM=apt-cdrom
31SLIBS = -lapt-pkg $(INTLLIBS)
32LIB_MAKES = apt-pkg/makefile
33SOURCE = apt-cdrom.cc
34include $(PROGRAM_H)
35
36# The apt-sortpkgs program
37PROGRAM=apt-sortpkgs
38SLIBS = -lapt-pkg $(INTLLIBS)
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 $(INTLLIBS)
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
57PROGRAM=apt-mark
58SLIBS = -lapt-pkg $(INTLLIBS)
59LIB_MAKES = apt-pkg/makefile
60SOURCE = apt-mark.cc
61include $(PROGRAM_H)
62
63# The apt-report-mirror-failure program
64#SOURCE=apt-report-mirror-failure
65#TO=$(BIN)
66#TARGET=program
67#include $(COPY_H)