makefile 238 B

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