6 HEADER_TARGETDIRS = apt-pkg
8 # Bring in the default rules
9 include ../buildlib/defaults.mak
16 # Source code for the contributed non-core things
17 SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
18 contrib/configuration.cc
20 # Source code for the main library
21 SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
22 orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
23 algorithms.cc init.cc templates.cc
25 # Source code for the debian specific components
26 SOURCE+= deb/deblistparser.cc
28 # Public apt-pkg header files
29 HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \
30 error.h orderlist.h sourcelist.h configuration.h fileutl.h \
31 packagemanager.h tagfile.h deblistparser.h init.h pkgcache.h \
33 HEADERS := $(addprefix apt-pkg/,$(HEADERS))
35 # Private header files
36 HEADERS+= strutl.h system.h