merged from debian-experimental-ma
[ntk/apt.git] / ftparchive / makefile
CommitLineData
b2e465d6
AL
1# -*- make -*-
2BASE=..
3SUBDIR=ftparchive
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8# The apt-ftparchive program
c9569a1e 9ifdef BDBLIB
b2e465d6 10PROGRAM=apt-ftparchive
8cd53bd4 11SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) $(INTLLIBS)
b2e465d6
AL
12LIB_MAKES = apt-pkg/makefile apt-inst/makefile
13SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \
14 multicompress.cc
15include $(PROGRAM_H)
16else
17PROGRAM=apt-ftparchive
18MESSAGE="Must have db2 to build apt-ftparchive"
19include $(FAIL_H)
c9569a1e 20endif # ifdef BDBLIB