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