]> git.saurik.com Git - apt.git/blame_incremental - apt-private/makefile
cacheset: Prefer the depcache over the policy again
[apt.git] / apt-private / makefile
... / ...
CommitLineData
1# -*- make -*-
2BASE=..
3SUBDIR=apt-private
4
5# Header location
6HEADER_TARGETDIRS = apt-private
7
8# Bring in the default rules
9include ../buildlib/defaults.mak
10
11# The library name
12LIBRARY=apt-private
13MAJOR=0.0
14MINOR=0
15SLIBS=$(PTHREADLIB) -lapt-pkg
16CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
17
18SOURCE = $(wildcard *.cc)
19HEADERS = $(addprefix apt-private/,$(wildcard *.h))
20
21include $(LIBRARY_H)