1 2 3 4 5 6 7 8 9 10 11 12 13 14
# -*- make -*- BASE=.. # 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)