makefile 253 B

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