]> git.saurik.com Git - apt.git/blob - cmdline/makefile
Compile of apt-cache
[apt.git] / cmdline / makefile
1 # -*- make -*-
2 BASE=..
3
4 # Bring in the default rules
5 include ../buildlib/defaults.mak
6
7 # The library name
8 PROGRAM=apt-cache
9 SLIBS = -lapt-pkg
10
11 # Source code for the contributed non-core things
12 SOURCE = apt-cache.cc
13
14 include $(PROGRAM_H)