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