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