7 HEADER_TARGETDIRS = apt-pkg
9 # Bring in the default rules
10 include ../buildlib/defaults.mak
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
22 # Source code for the main library
23 SOURCE+= pkgcache.cc version.cc fileutl.cc pkgcachegen.cc depcache.cc \
24 orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
25 pkgrecords.cc algorithms.cc init.cc templates.cc
27 # Source code for the debian specific components
28 SOURCE+= deb/deblistparser.cc deb/debrecords.cc
30 # Public apt-pkg header files
31 HEADERS = algorithms.h depcache.h mmap.h pkgcachegen.h cacheiterators.h \
32 error.h orderlist.h sourcelist.h configuration.h fileutl.h \
33 packagemanager.h tagfile.h deblistparser.h init.h pkgcache.h \
34 version.h progress.h pkgrecords.h debrecords.h cmndline.h
35 HEADERS := $(addprefix apt-pkg/,$(HEADERS))
37 # Private header files
38 HEADERS+= strutl.h system.h