]> git.saurik.com Git - apt.git/blame_incremental - cmdline/makefile
Archive acquire code
[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
11SOURCE = apt-cache.cc
12include $(PROGRAM_H)
13
14# The apt-config program
15PROGRAM=apt-get
16SLIBS = -lapt-pkg
17SOURCE = apt-get.cc acqprogress.cc
18include $(PROGRAM_H)