5 # Bring in the default rules
6 include ../buildlib/defaults.mak
8 # The apt-ftparchive program
11 PROGRAM=apt-ftparchive
12 SLIBS = -lapt-pkg -lapt-inst -lapt-private $(BDBLIB) $(INTLLIBS)
13 LIB_MAKES = apt-pkg/makefile apt-inst/makefile apt-private/makefile
14 SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \
15 multicompress.cc sources.cc byhash.cc
18 PROGRAM=apt-ftparchive
19 MESSAGE="Must have libdb to build apt-ftparchive"