Mantis 1613
[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        gnunetpeerinfo.pc \
14        gnunetstatistics.pc \
15        gnunettesting.pc \
16        gnunettransport.pc \
17        gnunetutil.pc
18
19 all-local: $(pcfiles)
20
21 cp_verbose = $(cp_verbose_$(V))
22 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
23 cp_verbose_0 = @echo "  CP     $@";
24
25 %.pc: %.pc
26         $(cp_verbose_0)cp $< $@
27
28 pkgconfigdir = $(libdir)/pkgconfig
29 pkgconfig_DATA = $(pcfiles)
30
31 EXTRA_DIST = \
32        gnunetarm.pc.in \
33        gnunetblock.pc.in \
34        gnunetcore.pc.in \
35        gnunetdatacache.pc.in \
36        gnunetdatastore.pc.in \
37        gnunetdht.pc.in \
38        gnunetdhtlog.pc.in \
39        gnunetdv.pc.in \
40        gnunetfragmentation.pc.in \
41        gnunetfs.pc.in \
42        gnunethello.pc.in \
43        gnunetpeerinfo.pc.in \
44        gnunetstatistics.pc.in \
45        gnunettesting.pc.in \
46        gnunettransport.pc.in \
47        gnunetutil.pc.in
48
49 CLEANFILES = $(pcfiles)
50 INCLUDES = -I$(top_srcdir)/src/include
51
52