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