fixes
[oweals/gnunet.git] / pkgconfig / Makefile.am
1 pcfiles = \
2        gnunetarm.pc \
3        gnunetblock.pc \
4        gnunetcore.pc \
5        gnunetdatacache.pc \
6        gnunetdatastore.pc \
7        gnunetdht.pc \
8        gnunetdhtlog.pc \
9        gnunetdv.pc \
10        gnunetfragmentation.pc \
11        gnunetfs.pc \
12        gnunethello.pc \
13        gnunetnse.pc \
14        gnunetnat.pc \
15        gnunetpeerinfo.pc \
16        gnunetstatistics.pc \
17        gnunettesting.pc \
18        gnunettransport.pc \
19        gnunetutil.pc
20
21 all-local: $(pcfiles)
22
23 cp_verbose = $(cp_verbose_$(V))
24 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
25 cp_verbose_0 = @echo "  CP     $@";
26
27 %.pc: %.pc
28         $(cp_verbose_0)cp $< $@
29
30 pkgconfigdir = $(libdir)/pkgconfig
31 pkgconfig_DATA = $(pcfiles)
32
33 EXTRA_DIST = \
34        gnunetarm.pc.in \
35        gnunetblock.pc.in \
36        gnunetcore.pc.in \
37        gnunetdatacache.pc.in \
38        gnunetdatastore.pc.in \
39        gnunetdht.pc.in \
40        gnunetdhtlog.pc.in \
41        gnunetdv.pc.in \
42        gnunetfragmentation.pc.in \
43        gnunetfs.pc.in \
44        gnunethello.pc.in \
45        gnunetnat.pc.in \
46        gnunetnse.pc.in \
47        gnunetpeerinfo.pc.in \
48        gnunetstatistics.pc.in \
49        gnunettesting.pc.in \
50        gnunettransport.pc.in \
51        gnunetutil.pc.in
52
53 CLEANFILES = $(pcfiles)
54 INCLUDES = -I$(top_srcdir)/src/include
55
56