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