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