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