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
14 LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
19 # Source code for the contributed non-core things
20 SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \
21 contrib/configuration.cc contrib/progress.cc contrib/cmndline.cc \
22 contrib/md5.cc contrib/cdromutl.cc contrib/crc-16.cc \
23 contrib/fileutl.cc contrib/sha1.cc
24 HEADERS = mmap.h error.h configuration.h fileutl.h cmndline.h \
25 md5.h crc-16.h cdromutl.h strutl.h sptr.h sha1.h
27 # Source code for the core main library
28 SOURCE+= pkgcache.cc version.cc depcache.cc \
29 orderlist.cc tagfile.cc sourcelist.cc packagemanager.cc \
30 pkgrecords.cc algorithms.cc acquire.cc\
31 acquire-worker.cc acquire-method.cc init.cc clean.cc \
32 srcrecords.cc cachefile.cc versionmatch.cc policy.cc \
33 pkgsystem.cc indexfile.cc pkgcachegen.cc acquire-item.cc
34 HEADERS+= algorithms.h depcache.h pkgcachegen.h cacheiterators.h \
35 orderlist.h sourcelist.h packagemanager.h tagfile.h \
36 init.h pkgcache.h version.h progress.h pkgrecords.h \
37 acquire.h acquire-worker.h acquire-item.h acquire-method.h \
38 clean.h srcrecords.h cachefile.h versionmatch.h policy.h \
39 pkgsystem.h indexfile.h
41 # Source code for the debian specific components
42 # In theory the deb headers do not need to be exported..
43 SOURCE+= deb/deblistparser.cc deb/debrecords.cc deb/dpkgpm.cc \
44 deb/debsrcrecords.cc deb/debversion.cc deb/debsystem.cc \
45 deb/debindexfile.cc deb/debindexfile.cc
46 HEADERS+= debversion.h debsrcrecords.h dpkgpm.h debrecords.h \
47 deblistparser.h debsystem.h debindexfile.h
49 HEADERS := $(addprefix apt-pkg/,$(HEADERS))
51 # Private header files