8dfbb6538c5d904dc16ecf70faf53b0696d04fb4
[oweals/gnunet.git] / pkgconfig / Makefile.am
1 pcfiles = \
2        gnunetats.pc \
3        gnunetarm.pc \
4        gnunetblock.pc \
5        gnunetcore.pc \
6        gnunetdatacache.pc \
7        gnunetdatastore.pc \
8        gnunetdht.pc \
9        gnunetdns.pc \
10        gnunetdnsparser.pc \
11        gnunetdv.pc \
12        gnunetfragmentation.pc \
13        gnunetfs.pc \
14        gnunetgns.pc \
15        gnunethello.pc \
16        gnunetmesh.pc \
17        gnunetmysql.pc \
18        gnunetnamestore.pc \
19        gnunetnat.pc \
20        gnunetnse.pc \
21        gnunetpeerinfo.pc \
22        gnunetpostgres.pc \
23        gnunetregex.pc \
24        gnunetstatistics.pc \
25        gnunettestbed.pc \
26        gnunettesting.pc \
27        gnunettransport.pc \
28        gnunettun.pc \
29        gnunetutil.pc \
30        gnunetvpn.pc 
31
32 all-local: $(pcfiles)
33
34 cp_verbose = $(cp_verbose_$(V))
35 cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY))
36 cp_verbose_0 = @echo "  CP     $@";
37
38 %.pc: %.pc
39         $(cp_verbose_0)cp $< $@
40
41 pkgconfigdir = $(libdir)/pkgconfig
42 pkgconfig_DATA = $(pcfiles)
43
44 EXTRA_DIST = \
45        gnunetarm.pc.in \
46        gnunetats.pc.in \
47        gnunetblock.pc.in \
48        gnunetcore.pc.in \
49        gnunetdatacache.pc.in \
50        gnunetdatastore.pc.in \
51        gnunetdht.pc.in \
52        gnunetdns.pc.in \
53        gnunetdnsparser.pc.in \
54        gnunetdv.pc.in \
55        gnunetfragmentation.pc.in \
56        gnunetfs.pc.in \
57        gnunetgns.pc.in \
58        gnunethello.pc.in \
59        gnunetlockmanager.pc.in \
60        gnunetmesh.pc.in \
61        gnunetmysql.pc.in \
62        gnunetnamestore.pc.in \
63        gnunetnat.pc.in \
64        gnunetnse.pc.in \
65        gnunetpeerinfo.pc.in \
66        gnunetpostgres.pc.in \
67        gnunetregex.pc.in \
68        gnunetstatistics.pc.in \
69        gnunetstream.pc.in \
70        gnunettestbed.pc.in \
71        gnunettesting.pc.in \
72        gnunettransport.pc.in \
73        gnunettun.pc.in \
74        gnunetutil.pc.in \
75        gnunetvpn.pc.in 
76
77 CLEANFILES = $(pcfiles)
78 AM_CPPFLAGS = -I$(top_srcdir)/src/include
79
80