7 HEADER_TARGETDIRS = apt-pkg
 
   9 # Bring in the default rules
 
  10 include ../buildlib/defaults.mak
 
  12 # The library name, don't forget to update init.h
 
  18 # Source code for the contributed non-core things
 
  19 SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
 
  20          contrib/configuration.cc contrib/progress.cc contrib/cmndline.cc \
 
  21          contrib/md5.cc contrib/cdromutl.cc contrib/crc-16.cc \
 
  23 HEADERS = mmap.h error.h configuration.h fileutl.h  cmndline.h \
 
  24           md5.h crc-16.h cdromutl.h strutl.h sptr.h
 
  26 # Source code for the core main library
 
  27 SOURCE+= pkgcache.cc version.cc depcache.cc \
 
  28          orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
 
  29          pkgrecords.cc algorithms.cc acquire.cc\
 
  30          acquire-worker.cc acquire-method.cc init.cc clean.cc \
 
  31          srcrecords.cc cachefile.cc versionmatch.cc policy.cc \
 
  32          pkgsystem.cc indexfile.cc pkgcachegen.cc acquire-item.cc
 
  33 HEADERS+= algorithms.h depcache.h pkgcachegen.h cacheiterators.h \
 
  34           orderlist.h sourcelist.h packagemanager.h tagfile.h \
 
  35           init.h pkgcache.h version.h progress.h pkgrecords.h \
 
  36           acquire.h acquire-worker.h acquire-item.h acquire-method.h \
 
  37           clean.h srcrecords.h cachefile.h versionmatch.h policy.h \
 
  38           pkgsystem.h indexfile.h
 
  40 # Source code for the debian specific components
 
  41 # In theory the deb headers do not need to be exported..
 
  42 SOURCE+= deb/deblistparser.cc deb/debrecords.cc deb/dpkgpm.cc \
 
  43          deb/debsrcrecords.cc deb/debversion.cc deb/debsystem.cc \
 
  44          deb/debindexfile.cc deb/debindexfile.cc
 
  45 HEADERS+= debversion.h debsrcrecords.h dpkgpm.h debrecords.h \
 
  46           deblistparser.h debsystem.h debindexfile.h
 
  48 HEADERS := $(addprefix apt-pkg/,$(HEADERS))
 
  50 # Private header files