9c9eb5c6b0a31ca9e5914d8b9cc58aee6e808b79
[oweals/gnunet.git] / pkgconfig / Makefile.am
1 # This Makefile.am is in the public domain
2 pcfiles = \
3        gnunetarm.pc \
4        gnunetats.pc \
5        gnunetblock.pc \
6        gnunetconsensus.pc \
7        gnunetconversation.pc \
8        gnunetcore.pc \
9        gnunetdatacache.pc \
10        gnunetdatastore.pc \
11        gnunetdht.pc \
12        gnunetdns.pc \
13        gnunetdnsparser.pc \
14        gnunetdnsstub.pc \
15        gnunetdv.pc \
16        gnunetenv.pc \
17        gnunetfragmentation.pc \
18        gnunetfs.pc \
19        gnunetgns.pc \
20        gnunethello.pc \
21        gnunetidentity.pc \
22        gnunetcadet.pc \
23        gnunetmicrophone.pc \
24        gnunetmulticast.pc \
25        gnunetmysql.pc \
26        gnunetnamestore.pc \
27        gnunetnat.pc \
28        gnunetnse.pc \
29        gnunetpeerinfo.pc \
30        gnunetpsyc.pc \
31        gnunetpsycstore.pc \
32        gnunetregex.pc \
33        gnunetrevocation.pc \
34        gnunetrps.pc \
35        gnunetscalarproduct.pc \
36        gnunetset.pc \
37        gnunetspeaker.pc \
38        gnunetstatistics.pc \
39        gnunettestbed.pc \
40        gnunettesting.pc \
41        gnunettransport.pc \
42        gnunettun.pc \
43        gnunetutil.pc \
44        gnunetvpn.pc 
45
46 all-local: $(pcfiles)
47
48 cp_verbose = $(cp_verbose_$(V))
49 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
50 cp_verbose_0 = @echo "  CP     $@";
51
52 %.pc: %.pc
53         $(cp_verbose_0)cp $< $@
54
55 pkgconfigdir = $(libdir)/pkgconfig
56 pkgconfig_DATA = $(pcfiles)
57
58 EXTRA_DIST = \
59        gnunetarm.pc.in \
60        gnunetats.pc.in \
61        gnunetblock.pc.in \
62        gnunetconsensus.pc.in \
63        gnunetconversation.pc.in \
64        gnunetcore.pc.in \
65        gnunetdatacache.pc.in \
66        gnunetdatastore.pc.in \
67        gnunetdht.pc.in \
68        gnunetdns.pc.in \
69        gnunetdnsparser.pc.in \
70        gnunetdnsstub.pc.in \
71        gnunetdv.pc.in \
72        gnunetenv.pc.in \
73        gnunetfragmentation.pc.in \
74        gnunetfs.pc.in \
75        gnunetgns.pc.in \
76        gnunethello.pc.in \
77        gnunetidentity.pc.in \
78        gnunetcadet.pc.in \
79        gnunetmicrophone.pc.in \
80        gnunetmulticast.pc.in \
81        gnunetmysql.pc.in \
82        gnunetnamestore.pc.in \
83        gnunetnat.pc.in \
84        gnunetnse.pc.in \
85        gnunetpeerinfo.pc.in \
86        gnunetpostgres.pc.in \
87        gnunetpsyc.pc.in \
88        gnunetpsycstore.pc.in \
89        gnunetregex.pc.in \
90        gnunetrevocation.pc.in \
91        gnunetrps.pc.in \
92        gnunetscalarproduct.pc.in \
93        gnunetset.pc.in \
94        gnunetspeaker.pc.in \
95        gnunetstatistics.pc.in \
96        gnunettestbed.pc.in \
97        gnunettesting.pc.in \
98        gnunettransport.pc.in \
99        gnunettun.pc.in \
100        gnunetutil.pc.in \
101        gnunetvpn.pc.in 
102
103 CLEANFILES = $(pcfiles)
104 AM_CPPFLAGS = -I$(top_srcdir)/src/include
105
106