EDSP doc: clarify that Install/Remove packages are arch-qualified
[ntk/apt.git] / ftparchive / makefile
... / ...
CommitLineData
1# -*- make -*-
2BASE=..
3SUBDIR=ftparchive
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8# The apt-ftparchive program
9ifdef BDBLIB
10APT_DOMAIN:=apt-utils
11PROGRAM=apt-ftparchive
12SLIBS = -lapt-pkg -lapt-inst $(BDBLIB) $(INTLLIBS)
13LIB_MAKES = apt-pkg/makefile apt-inst/makefile
14SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \
15 multicompress.cc sources.cc
16include $(PROGRAM_H)
17else
18PROGRAM=apt-ftparchive
19MESSAGE="Must have libdb to build apt-ftparchive"
20include $(FAIL_H)
21endif # ifdef BDBLIB