1164783d AL |
1 | # -*- make -*- |
2 | BASE=.. |
3 | |
4 | # Bring in the default rules |
5 | include ../buildlib/defaults.mak |
6 | |
7 | # The library name |
8 | PROGRAM=apt-cache |
9 | SLIBS = -lapt-pkg |
10 | |
11 | # Source code for the contributed non-core things |
12 | SOURCE = apt-cache.cc |
13 | |
14 | include $(PROGRAM_H) |