summaryrefslogtreecommitdiff
path: root/cmdline/makefile
blob: 2dd10d6bc63f2bc3f0d9f579c8ae01d217fe1b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- make -*-
BASE=..
SUBDIR=cmdline

# Bring in the default rules
include ../buildlib/defaults.mak

# The library name
PROGRAM=apt-cache
SLIBS = -lapt-pkg 

# Source code for the contributed non-core things
SOURCE = apt-cache.cc

include $(PROGRAM_H)