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