Fixed espy's bug with experimental
[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
1164783d 11SOURCE = apt-cache.cc
08e8f724 12include $(PROGRAM_H)
1164783d 13
7a1b1f8b 14# The apt-get program
0a8e3465 15PROGRAM=apt-get
c88edf1d 16SLIBS = -lapt-pkg
0919e3f9 17SOURCE = apt-get.cc acqprogress.cc
1164783d 18include $(PROGRAM_H)
7a1b1f8b
AL
19
20# The apt-config program
21PROGRAM=apt-config
22SLIBS = -lapt-pkg
23SOURCE = apt-config.cc
24include $(PROGRAM_H)
83d89a9f
AL
25
26# The apt-cdrom program
27PROGRAM=apt-cdrom
28SLIBS = -lapt-pkg
29SOURCE = apt-cdrom.cc
30include $(PROGRAM_H)