adding extended proxy support for http(s) client
[oweals/gnunet.git] / src / gns / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/src/include
2
3 if HAVE_GLIBCNSS
4 if INSTALL_NSS
5 NSS_SUBDIR = nss
6 endif
7 endif
8
9 SUBDIRS = . $(NSS_SUBDIR)
10
11 EXTRA_DIST = \
12   test_gns_defaults.conf \
13   test_gns_lookup.conf \
14   test_gns_nick_shorten.conf \
15   test_gns_proxy.conf \
16   test_gns_simple_lookup.conf \
17   gns-helper-service-w32.conf \
18   w32nsp.def \
19   gnunet-gns-proxy-setup-ca \
20   zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey \
21   zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey \
22   zonefiles/test_zonekey \
23   $(check_SCRIPTS)
24
25 if MINGW
26   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
27   DO_W32_HELPER = gnunet-gns-helper-service-w32
28   DO_W32_NSP = libw32nsp.la
29   DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve
30   DO_W32_HS_CONF = gns-helper-service-w32.conf
31   DO_NONPOSIX_GNSIMPORT = gnunet-gns-import
32 endif
33 USE_VPN = $(top_builddir)/src/vpn/libgnunetvpn.la
34
35 if USE_COVERAGE
36   AM_CFLAGS = --coverage -O0
37 endif
38
39 pkgcfgdir = $(pkgdatadir)/config.d/
40
41 libexecdir= $(pkglibdir)/libexec/
42
43 plugindir = $(libdir)/gnunet
44
45 pkgcfg_DATA = \
46   gns.conf \
47   $(DO_W32_HS_CONF)
48
49 lib_LTLIBRARIES = \
50   $(DO_W32_NSP) \
51   libgnunetgns.la
52
53
54 if HAVE_MHD
55 if HAVE_GNUTLS
56 if HAVE_LIBGNURL
57   DO_PROXY=gnunet-gns-proxy
58 endif
59 endif
60 endif
61
62 libexec_PROGRAMS = \
63   gnunet-service-gns \
64   $(DO_W32_HELPER) \
65   gnunet-dns2gns \
66   $(DO_PROXY)
67
68 bin_PROGRAMS = \
69   $(DO_W32_NSPTOOLS) \
70   $(DO_NONPOSIX_GNSIMPORT) \
71   gnunet-gns
72
73 if HAVE_MHD
74 if LINUX
75 bin_PROGRAMS += gnunet-bcd
76 endif
77 endif
78
79 bin_SCRIPTS = gnunet-gns-proxy-setup-ca
80
81 plugin_LTLIBRARIES = \
82   libgnunet_plugin_block_gns.la \
83   libgnunet_plugin_gnsrecord_gns.la
84
85
86 libgnunet_plugin_gnsrecord_gns_la_SOURCES = \
87   plugin_gnsrecord_gns.c
88 libgnunet_plugin_gnsrecord_gns_la_LIBADD = \
89   $(top_builddir)/src/dns/libgnunetdnsparser.la \
90   $(top_builddir)/src/util/libgnunetutil.la \
91   $(LTLIBINTL)
92 libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \
93  $(GN_PLUGIN_LDFLAGS)
94
95
96 gnunet_gns_SOURCES = \
97  gnunet-gns.c
98 gnunet_gns_LDADD = \
99   $(top_builddir)/src/gns/libgnunetgns.la \
100   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
101   $(top_builddir)/src/namestore/libgnunetnamestore.la \
102   $(top_builddir)/src/identity/libgnunetidentity.la \
103   $(top_builddir)/src/util/libgnunetutil.la \
104   $(GN_LIBINTL)
105 gnunet_gns_DEPENDENCIES = \
106   $(top_builddir)/src/namestore/libgnunetnamestore.la \
107   $(top_builddir)/src/identity/libgnunetidentity.la \
108   $(top_builddir)/src/util/libgnunetutil.la \
109   libgnunetgns.la
110
111
112 gnunet_bcd_SOURCES = \
113  gnunet-bcd.c
114 gnunet_bcd_LDADD = \
115   $(top_builddir)/src/util/libgnunetutil.la \
116   $(GN_LIBINTL) -lmicrohttpd
117 gnunet_bcd_DEPENDENCIES = \
118   $(top_builddir)/src/util/libgnunetutil.la
119
120
121 gnunet_dns2gns_SOURCES = \
122  gnunet-dns2gns.c
123 gnunet_dns2gns_LDADD = \
124   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
125   $(top_builddir)/src/gns/libgnunetgns.la \
126   $(top_builddir)/src/util/libgnunetutil.la \
127   $(top_builddir)/src/identity/libgnunetidentity.la \
128   $(top_builddir)/src/namestore/libgnunetnamestore.la \
129   $(top_builddir)/src/dns/libgnunetdnsparser.la \
130   $(top_builddir)/src/dns/libgnunetdnsstub.la \
131   $(GN_LIBINTL)
132 gnunet_dns2gns_DEPENDENCIES = \
133   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
134   $(top_builddir)/src/util/libgnunetutil.la \
135   $(top_builddir)/src/identity/libgnunetidentity.la \
136   $(top_builddir)/src/namestore/libgnunetnamestore.la \
137   $(top_builddir)/src/dns/libgnunetdnsparser.la \
138   $(top_builddir)/src/dns/libgnunetdnsstub.la \
139   libgnunetgns.la
140
141 gnunet_gns_proxy_SOURCES = \
142  gnunet-gns-proxy.c
143 gnunet_gns_proxy_LDADD = -lmicrohttpd -lgnurl -lgnutls \
144   $(top_builddir)/src/gns/libgnunetgns.la \
145   $(top_builddir)/src/identity/libgnunetidentity.la \
146   $(top_builddir)/src/util/libgnunetutil.la \
147   $(GN_LIBINTL)
148 if HAVE_GNUTLS_DANE
149 gnunet_gns_proxy_LDADD += -lgnutls-dane
150 endif
151 gnunet_gns_proxy_DEPENDENCIES = \
152   $(top_builddir)/src/identity/libgnunetidentity.la \
153   $(top_builddir)/src/util/libgnunetutil.la \
154   libgnunetgns.la
155
156 gnunet_gns_helper_service_w32_SOURCES = \
157   gnunet-gns-helper-service-w32.c
158 gnunet_gns_helper_service_w32_LDADD = \
159   $(top_builddir)/src/gns/libgnunetgns.la \
160   $(top_builddir)/src/identity/libgnunetidentity.la \
161   $(top_builddir)/src/util/libgnunetutil.la \
162   $(GN_LIBINTL)
163 gnunet_gns_helper_service_w32_DEPENDENCIES = \
164   $(top_builddir)/src/util/libgnunetutil.la \
165   $(top_builddir)/src/identity/libgnunetidentity.la \
166   libgnunetgns.la
167
168 gnunet_gns_import_SOURCES = \
169   gnunet-gns-import.c
170 gnunet_gns_import_LDADD = \
171   $(top_builddir)/src/identity/libgnunetidentity.la \
172   $(top_builddir)/src/namestore/libgnunetnamestore.la \
173   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
174   $(top_builddir)/src/util/libgnunetutil.la \
175   $(GN_LIBINTL)
176 gnunet_gns_import_DEPENDENCIES = \
177   $(top_builddir)/src/util/libgnunetutil.la \
178   $(top_builddir)/src/namestore/libgnunetnamestore.la \
179   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
180   $(top_builddir)/src/identity/libgnunetidentity.la
181
182 w32nsp_install_SOURCES = \
183   w32nsp-install.c
184 w32nsp_install_LDADD = -lws2_32
185
186 w32nsp_uninstall_SOURCES = \
187   w32nsp-uninstall.c
188 w32nsp_uninstall_LDADD = -lws2_32
189
190 w32nsp_resolve_SOURCES = \
191   w32nsp-resolve.c
192 w32nsp_resolve_LDADD = -lws2_32
193
194 gnunet_service_gns_SOURCES = \
195  gnunet-service-gns.c \
196  gnunet-service-gns_resolver.c gnunet-service-gns_resolver.h \
197  gnunet-service-gns_shorten.c gnunet-service-gns_shorten.h \
198  gnunet-service-gns_interceptor.c gnunet-service-gns_interceptor.h
199 gnunet_service_gns_LDADD = \
200   -lm \
201   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
202   $(top_builddir)/src/revocation/libgnunetrevocation.la \
203   $(top_builddir)/src/statistics/libgnunetstatistics.la \
204   $(top_builddir)/src/util/libgnunetutil.la \
205   $(top_builddir)/src/dns/libgnunetdns.la \
206   $(top_builddir)/src/dns/libgnunetdnsparser.la \
207   $(top_builddir)/src/dns/libgnunetdnsstub.la \
208   $(top_builddir)/src/dht/libgnunetdht.la \
209   $(top_builddir)/src/tun/libgnunettun.la \
210   $(top_builddir)/src/namecache/libgnunetnamecache.la \
211   $(top_builddir)/src/namestore/libgnunetnamestore.la \
212   $(USE_VPN) \
213   $(GN_LIBINTL)
214 gnunet_service_gns_DEPENDENCIES = \
215   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
216   $(top_builddir)/src/revocation/libgnunetrevocation.la \
217   $(top_builddir)/src/statistics/libgnunetstatistics.la \
218   $(top_builddir)/src/util/libgnunetutil.la \
219   $(top_builddir)/src/tun/libgnunettun.la \
220   $(top_builddir)/src/dns/libgnunetdns.la \
221   $(top_builddir)/src/dns/libgnunetdnsparser.la \
222   $(top_builddir)/src/dht/libgnunetdht.la \
223   $(top_builddir)/src/namestore/libgnunetnamestore.la \
224   $(USE_VPN)
225
226
227
228 libw32nsp_la_SOURCES = \
229   w32nsp.c
230 libw32nsp_la_LIBADD = \
231   -lole32 -lws2_32
232 libw32nsp_la_LDFLAGS = \
233   -export-symbols $(top_srcdir)/src/gns/w32nsp.def \
234   -no-undefined -static-libgcc
235
236 libgnunetgns_la_SOURCES = \
237  gns_api.c gns.h
238 libgnunetgns_la_LIBADD = \
239  $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
240  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
241 libgnunetgns_la_LDFLAGS = \
242   $(GN_LIB_LDFLAGS)
243 libgnunetgns_la_DEPENDENCIES = \
244  $(top_builddir)/src/util/libgnunetutil.la \
245  $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
246
247
248 libgnunet_plugin_block_gns_la_SOURCES = \
249   plugin_block_gns.c
250 libgnunet_plugin_block_gns_la_LIBADD = \
251   $(top_builddir)/src/util/libgnunetutil.la \
252   $(top_builddir)/src/block/libgnunetblock.la \
253   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
254 libgnunet_plugin_block_gns_la_LDFLAGS = \
255   $(GN_PLUGIN_LDFLAGS)
256 libgnunet_plugin_block_gns_la_DEPENDENCIES = \
257   $(top_builddir)/src/util/libgnunetutil.la \
258   $(top_builddir)/src/block/libgnunetblock.la \
259   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la
260
261
262 check_SCRIPTS = \
263   test_gns_lookup.sh \
264   test_gns_ipv6_lookup.sh\
265   test_gns_txt_lookup.sh\
266   test_gns_mx_lookup.sh \
267   test_gns_gns2dns_lookup.sh \
268   test_gns_dht_lookup.sh\
269   test_gns_delegated_lookup.sh \
270   test_gns_nick_shorten.sh\
271   test_gns_plus_lookup.sh\
272   test_gns_zkey_lookup.sh\
273   test_gns_rel_expiration.sh\
274   test_gns_soa_lookup.sh\
275   test_gns_revocation.sh\
276   test_gns_cname_lookup.sh
277
278 if ENABLE_TEST_RUN
279 if HAVE_SQLITE
280  AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
281  TESTS = $(check_SCRIPTS)
282 endif
283 endif
284