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