5 # Bring in the default rules
 
   6 include ../buildlib/defaults.mak
 
   8 # The apt-cache program
 
  10 SLIBS = -lapt-pkg $(INTLLIBS)
 
  11 LIB_MAKES = apt-pkg/makefile
 
  17 SLIBS = -lapt-pkg -lutil $(INTLLIBS)
 
  18 LIB_MAKES = apt-pkg/makefile
 
  19 SOURCE = apt-get.cc acqprogress.cc
 
  22 # The apt-config program
 
  24 SLIBS = -lapt-pkg $(INTLLIBS)
 
  25 LIB_MAKES = apt-pkg/makefile
 
  26 SOURCE = apt-config.cc
 
  29 # The apt-cdrom program
 
  31 SLIBS = -lapt-pkg $(INTLLIBS)
 
  32 LIB_MAKES = apt-pkg/makefile
 
  36 # The apt-sortpkgs program
 
  38 SLIBS = -lapt-pkg $(INTLLIBS)
 
  39 LIB_MAKES = apt-pkg/makefile
 
  40 SOURCE = apt-sortpkgs.cc
 
  43 # The apt-extracttemplates program
 
  44 PROGRAM=apt-extracttemplates
 
  45 SLIBS = -lapt-pkg -lapt-inst $(INTLLIBS)
 
  46 LIB_MAKES = apt-pkg/makefile
 
  47 SOURCE = apt-extracttemplates.cc 
 
  56 # The apt-mark program
 
  58 SLIBS = -lapt-pkg $(INTLLIBS)
 
  59 LIB_MAKES = apt-pkg/makefile
 
  63 # The apt-report-mirror-failure program
 
  64 #SOURCE=apt-report-mirror-failure