]> git.saurik.com Git - apt.git/blame - apt-private/makefile
tests: add epoch-packages to try clean with epochs
[apt.git] / apt-private / makefile
CommitLineData
b9179170
MV
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
b9179170
MV
11# The library name
12LIBRARY=apt-private
13MAJOR=0.0
14MINOR=0
15SLIBS=$(PTHREADLIB) -lapt-pkg
63ff4208 16CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
b9179170 17
831ea74c
MR
18SOURCE = $(sort $(wildcard *.cc))
19HEADERS = $(addprefix apt-private/,$(sort $(wildcard *.h)))
b9179170 20
b9179170 21include $(LIBRARY_H)