summaryrefslogtreecommitdiff
path: root/ftparchive/makefile
blob: a965166a06ed2887f08f29d21fecf47136701aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- make -*-
BASE=..
SUBDIR=ftparchive

# Bring in the default rules
include ../buildlib/defaults.mak

# The apt-ftparchive program
ifdef BDBLIB
PROGRAM=apt-ftparchive
SLIBS = -lapt-pkg -lapt-inst $(BDBLIB)
LIB_MAKES = apt-pkg/makefile apt-inst/makefile
SOURCE = apt-ftparchive.cc cachedb.cc writer.cc contents.cc override.cc \
         multicompress.cc
include $(PROGRAM_H)
else
PROGRAM=apt-ftparchive
MESSAGE="Must have db2 to build apt-ftparchive"
include $(FAIL_H)
endif # ifdef BDBLIB