implement --full in apt search
[ntk/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 = $(wildcard *.cc)
19 HEADERS = $(addprefix apt-private/,$(wildcard *.h))
20
21 include $(LIBRARY_H)