Merge apt--authentication--0
[ntk/apt.git] / cmdline / makefile
CommitLineData
1164783d
AL
1# -*- make -*-
2BASE=..
3164dff9 3SUBDIR=cmdline
1164783d
AL
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
08e8f724 8# The apt-cache program
1164783d 9PROGRAM=apt-cache
c88edf1d 10SLIBS = -lapt-pkg
f760b7d2 11LIB_MAKES = apt-pkg/makefile
1164783d 12SOURCE = apt-cache.cc
08e8f724 13include $(PROGRAM_H)
1164783d 14
7a1b1f8b 15# The apt-get program
0a8e3465 16PROGRAM=apt-get
c88edf1d 17SLIBS = -lapt-pkg
f760b7d2 18LIB_MAKES = apt-pkg/makefile
0919e3f9 19SOURCE = apt-get.cc acqprogress.cc
1164783d 20include $(PROGRAM_H)
7a1b1f8b
AL
21
22# The apt-config program
23PROGRAM=apt-config
24SLIBS = -lapt-pkg
f760b7d2 25LIB_MAKES = apt-pkg/makefile
7a1b1f8b
AL
26SOURCE = apt-config.cc
27include $(PROGRAM_H)
83d89a9f
AL
28
29# The apt-cdrom program
30PROGRAM=apt-cdrom
31SLIBS = -lapt-pkg
f760b7d2 32LIB_MAKES = apt-pkg/makefile
143abaeb 33SOURCE = apt-cdrom.cc indexcopy.cc
83d89a9f 34include $(PROGRAM_H)
b2e465d6
AL
35
36# The apt-sortpkgs program
37PROGRAM=apt-sortpkgs
38SLIBS = -lapt-pkg
39LIB_MAKES = apt-pkg/makefile
40SOURCE = apt-sortpkgs.cc
41include $(PROGRAM_H)
3fc8f685
AL
42
43# The apt-extracttemplates program
44PROGRAM=apt-extracttemplates
45SLIBS = -lapt-pkg -lapt-inst
46LIB_MAKES = apt-pkg/makefile
234edfd0 47SOURCE = apt-extracttemplates.cc
3fc8f685 48include $(PROGRAM_H)
7db98ffc
MZ
49
50# The apt-key program
51SOURCE=apt-key
52TO=$(BIN)
53TARGET=program
54include $(COPY_H)