Progress meter
[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
8# The library name
9PROGRAM=apt-cache
10SLIBS = -lapt-pkg
11
12# Source code for the contributed non-core things
13SOURCE = apt-cache.cc
14
15include $(PROGRAM_H)