-nodebug #2300
[oweals/gnunet.git] / src / fs / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 if MINGW
4  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
5 endif
6
7 if USE_COVERAGE
8   AM_CFLAGS = --coverage -O0
9   XLIB = -lgcov
10 endif
11
12 pkgcfgdir= $(pkgdatadir)/config.d/
13
14 pkgcfg_DATA = \
15   fs.conf
16
17 plugindir = $(libdir)/gnunet
18
19
20 lib_LTLIBRARIES = libgnunetfs.la
21
22 plugin_LTLIBRARIES = \
23   libgnunet_plugin_block_fs.la 
24
25 noinst_LIBRARIES = libgnunetfstest.a
26
27 libgnunetfs_la_SOURCES = \
28   fs_api.c fs_api.h fs.h \
29   fs_directory.c \
30   fs_dirmetascan.c \
31   fs_download.c \
32   fs_file_information.c \
33   fs_getopt.c \
34   fs_list_indexed.c \
35   fs_publish.c \
36   fs_publish_ksk.c \
37   fs_misc.c \
38   fs_namespace.c \
39   fs_namespace_advertise.c \
40   fs_search.c \
41   fs_sharetree.c \
42   fs_tree.c fs_tree.h \
43   fs_unindex.c \
44   fs_uri.c 
45
46 libgnunetfs_la_LIBADD = \
47   $(top_builddir)/src/datastore/libgnunetdatastore.la \
48   $(top_builddir)/src/util/libgnunetutil.la \
49   $(GN_LIBINTL) $(XLIB) -lunistring -lextractor
50
51 libgnunetfs_la_LDFLAGS = \
52   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
53   -version-info 2:0:0
54
55
56 libgnunetfstest_a_SOURCES = \
57   fs_test_lib.c fs_test_lib.h
58
59 libgnunetfstest_a_LIBADD = \
60   $(top_builddir)/src/testing/libgnunettesting.la 
61
62 bin_PROGRAMS = \
63   gnunet-directory \
64   gnunet-download \
65   gnunet-publish \
66   gnunet-helper-fs-publish \
67   gnunet-pseudonym \
68   gnunet-search \
69   gnunet-service-fs \
70   gnunet-fs \
71   gnunet-unindex 
72
73 bin_SCRIPTS = \
74   gnunet-download-manager.scm
75
76 gnunet_directory_SOURCES = \
77  gnunet-directory.c
78 gnunet_directory_LDADD = \
79   $(top_builddir)/src/fs/libgnunetfs.la \
80   $(top_builddir)/src/util/libgnunetutil.la \
81   -lextractor \
82   $(GN_LIBINTL)
83 gnunet_directory_DEPENDENCIES = \
84   libgnunetfs.la
85
86 gnunet_fs_SOURCES = \
87  gnunet-fs.c
88 gnunet_fs_LDADD = \
89   $(top_builddir)/src/fs/libgnunetfs.la \
90   $(top_builddir)/src/util/libgnunetutil.la \
91   -lextractor \
92   $(GN_LIBINTL)
93 gnunet_fs_DEPENDENCIES = \
94   libgnunetfs.la
95
96 gnunet_download_SOURCES =  \
97  gnunet-download.c         
98 gnunet_download_LDADD =  \
99  $(top_builddir)/src/fs/libgnunetfs.la \
100  $(top_builddir)/src/util/libgnunetutil.la \
101  $(GN_LIBINTL)
102 gnunet_download_DEPENDENCIES = \
103   libgnunetfs.la
104
105 gnunet_publish_SOURCES =  \
106  gnunet-publish.c         
107 gnunet_publish_LDADD =  \
108  $(top_builddir)/src/fs/libgnunetfs.la \
109  $(top_builddir)/src/util/libgnunetutil.la \
110  -lextractor \
111  $(GN_LIBINTL)
112 gnunet_publish_DEPENDENCIES = \
113   libgnunetfs.la
114
115 gnunet_helper_fs_publish_SOURCES =  \
116  gnunet-helper-fs-publish.c 
117 gnunet_helper_fs_publish_LDADD =  \
118  $(top_builddir)/src/util/libgnunetutil.la \
119  -lextractor \
120  $(GN_LIBINTL)
121 gnunet_helper_fs_publish_DEPENDENCIES = \
122   libgnunetfs.la
123
124 gnunet_pseudonym_SOURCES = \
125  gnunet-pseudonym.c
126 gnunet_pseudonym_LDADD = \
127   $(top_builddir)/src/fs/libgnunetfs.la \
128   $(top_builddir)/src/util/libgnunetutil.la \
129   -lextractor \
130   $(GN_LIBINTL)
131 gnunet_pseudonym_DEPENDENCIES = \
132   libgnunetfs.la
133
134 gnunet_search_SOURCES = \
135  gnunet-search.c         
136 gnunet_search_LDADD = \
137   $(top_builddir)/src/fs/libgnunetfs.la \
138   $(top_builddir)/src/util/libgnunetutil.la \
139  -lextractor \
140   $(GN_LIBINTL)
141 gnunet_search_DEPENDENCIES = \
142   libgnunetfs.la
143
144 gnunet_service_fs_SOURCES =  \
145  gnunet-service-fs.c gnunet-service-fs.h \
146  gnunet-service-fs_cp.c gnunet-service-fs_cp.h \
147  gnunet-service-fs_indexing.c gnunet-service-fs_indexing.h \
148  gnunet-service-fs_lc.c gnunet-service-fs_lc.h \
149  gnunet-service-fs_pe.c gnunet-service-fs_pe.h \
150  gnunet-service-fs_pr.c gnunet-service-fs_pr.h \
151  gnunet-service-fs_push.c gnunet-service-fs_push.h \
152  gnunet-service-fs_put.c gnunet-service-fs_put.h 
153 gnunet_service_fs_LDADD =  \
154  $(top_builddir)/src/fs/libgnunetfs.la \
155  $(top_builddir)/src/dht/libgnunetdht.la \
156  $(top_builddir)/src/block/libgnunetblock.la \
157  $(top_builddir)/src/datastore/libgnunetdatastore.la \
158  $(top_builddir)/src/statistics/libgnunetstatistics.la \
159  $(top_builddir)/src/ats/libgnunetats.la \
160  $(top_builddir)/src/core/libgnunetcore.la \
161  $(top_builddir)/src/util/libgnunetutil.la \
162  $(GN_LIBINTL) -lm
163 gnunet_service_fs_DEPENDENCIES = \
164   libgnunetfs.la
165
166 gnunet_unindex_SOURCES = \
167  gnunet-unindex.c         
168 gnunet_unindex_LDADD = \
169   $(top_builddir)/src/fs/libgnunetfs.la \
170   $(top_builddir)/src/util/libgnunetutil.la \
171   $(GN_LIBINTL)
172 gnunet_unindex_DEPENDENCIES = \
173   libgnunetfs.la
174
175
176 libgnunet_plugin_block_fs_la_SOURCES = \
177   plugin_block_fs.c
178 libgnunet_plugin_block_fs_la_LIBADD = \
179   $(top_builddir)/src/block/libgnunetblock.la \
180   $(top_builddir)/src/util/libgnunetutil.la 
181 libgnunet_plugin_block_fs_la_LDFLAGS = \
182  $(GN_PLUGIN_LDFLAGS)
183 libgnunet_plugin_block_fs_la_DEPENDENCIES = \
184   $(top_builddir)/src/block/libgnunetblock.la
185
186
187
188 if HAVE_BENCHMARKS
189  FS_BENCHMARKS = \
190  perf_gnunet_service_fs_p2p \
191  perf_gnunet_service_fs_p2p_dht \
192  perf_gnunet_service_fs_p2p_index \
193  perf_gnunet_service_fs_p2p_trust 
194 endif
195
196 check_PROGRAMS = \
197  test_fs_directory \
198  test_fs_download \
199  test_fs_download_indexed \
200  test_fs_download_persistence \
201  test_fs_file_information \
202  test_fs_getopt \
203  test_fs_list_indexed \
204  test_fs_namespace \
205  test_fs_namespace_list_updateable \
206  test_fs_publish \
207  test_fs_publish_persistence \
208  test_fs_search \
209  test_fs_search_probes \
210  test_fs_search_persistence \
211  test_fs_start_stop \
212  test_fs_test_lib \
213  test_fs_unindex \
214  test_fs_unindex_persistence \
215  test_fs_uri \
216  test_gnunet_service_fs_migration \
217  test_gnunet_service_fs_p2p \
218  $(FS_BENCHMARKS)
219
220
221 if HAVE_PYTHON_PEXPECT
222 check_SCRIPTS = \
223  test_gnunet_fs_psd.py \
224  test_gnunet_fs_rec.py \
225  test_gnunet_fs_idx.py \
226  test_gnunet_fs_ns.py 
227 endif
228
229 if ENABLE_MONKEY
230  TESTS_ENVIRONMENT = @MONKEYPREFIX@
231  AM_LDFLAGS = -no-install
232 endif
233
234
235 if ENABLE_TEST_RUN
236 TESTS = \
237  test_fs_directory \
238  test_fs_download \
239  test_fs_download_indexed \
240  test_fs_download_persistence \
241  test_fs_file_information \
242  test_fs_list_indexed \
243  test_fs_namespace \
244  test_fs_namespace_list_updateable \
245  test_fs_publish \
246  test_fs_publish_persistence \
247  test_fs_search \
248  test_fs_search_probes \
249  test_fs_search_persistence \
250  test_fs_start_stop \
251  test_fs_unindex \
252  test_fs_unindex_persistence \
253  test_fs_uri \
254  test_fs_test_lib \
255  test_gnunet_service_fs_migration \
256  test_gnunet_service_fs_p2p \
257  perf_gnunet_service_fs_p2p \
258  perf_gnunet_service_fs_p2p_index \
259  perf_gnunet_service_fs_p2p_trust \
260  $(check_SCRIPTS)  
261 endif
262
263
264
265
266 test_fs_directory_SOURCES = \
267  test_fs_directory.c
268 test_fs_directory_LDADD = \
269   -lextractor \
270   $(top_builddir)/src/fs/libgnunetfs.la  \
271   $(top_builddir)/src/util/libgnunetutil.la  
272
273 test_fs_download_SOURCES = \
274  test_fs_download.c
275 test_fs_download_LDADD = \
276   $(top_builddir)/src/fs/libgnunetfs.la  \
277   $(top_builddir)/src/util/libgnunetutil.la  
278
279 test_fs_download_indexed_SOURCES = \
280  test_fs_download_indexed.c
281 test_fs_download_indexed_LDADD = \
282   $(top_builddir)/src/fs/libgnunetfs.la  \
283   $(top_builddir)/src/util/libgnunetutil.la  
284
285 test_fs_download_persistence_SOURCES = \
286  test_fs_download_persistence.c
287 test_fs_download_persistence_LDADD = \
288   $(top_builddir)/src/fs/libgnunetfs.la  \
289   $(top_builddir)/src/util/libgnunetutil.la  
290
291 test_fs_file_information_SOURCES = \
292  test_fs_file_information.c
293 test_fs_file_information_LDADD = \
294   -lextractor \
295   $(top_builddir)/src/fs/libgnunetfs.la  \
296   $(top_builddir)/src/util/libgnunetutil.la  
297
298 test_fs_getopt_SOURCES = \
299  test_fs_getopt.c
300 test_fs_getopt_LDADD = \
301   $(top_builddir)/src/fs/libgnunetfs.la  \
302   $(top_builddir)/src/util/libgnunetutil.la  
303
304 test_fs_list_indexed_SOURCES = \
305  test_fs_list_indexed.c
306 test_fs_list_indexed_LDADD = \
307   $(top_builddir)/src/fs/libgnunetfs.la  \
308   $(top_builddir)/src/util/libgnunetutil.la  
309
310 test_fs_namespace_SOURCES = \
311  test_fs_namespace.c
312 test_fs_namespace_LDADD = \
313   $(top_builddir)/src/fs/libgnunetfs.la  \
314   $(top_builddir)/src/util/libgnunetutil.la  
315
316 test_fs_namespace_list_updateable_SOURCES = \
317  test_fs_namespace_list_updateable.c
318 test_fs_namespace_list_updateable_LDADD = \
319   $(top_builddir)/src/fs/libgnunetfs.la  \
320   $(top_builddir)/src/util/libgnunetutil.la  
321
322 test_fs_publish_SOURCES = \
323  test_fs_publish.c
324 test_fs_publish_LDADD = \
325   $(top_builddir)/src/fs/libgnunetfs.la  \
326   $(top_builddir)/src/util/libgnunetutil.la  
327
328 test_fs_publish_persistence_SOURCES = \
329  test_fs_publish_persistence.c
330 test_fs_publish_persistence_LDADD = \
331   $(top_builddir)/src/fs/libgnunetfs.la  \
332   $(top_builddir)/src/util/libgnunetutil.la  
333
334 test_fs_search_SOURCES = \
335  test_fs_search.c
336 test_fs_search_LDADD = $(top_builddir)/src/fs/libgnunetfs.la    \
337   $(top_builddir)/src/util/libgnunetutil.la
338
339 test_fs_search_probes_SOURCES = \
340  test_fs_search_probes.c
341 test_fs_search_probes_LDADD = $(top_builddir)/src/fs/libgnunetfs.la     \
342   $(top_builddir)/src/util/libgnunetutil.la
343
344 test_fs_search_persistence_SOURCES = \
345  test_fs_search_persistence.c
346 test_fs_search_persistence_LDADD = $(top_builddir)/src/fs/libgnunetfs.la        \
347   $(top_builddir)/src/util/libgnunetutil.la
348
349 test_fs_start_stop_SOURCES = \
350  test_fs_start_stop.c
351 test_fs_start_stop_LDADD = \
352   $(top_builddir)/src/fs/libgnunetfs.la  \
353   $(top_builddir)/src/util/libgnunetutil.la  
354
355 test_fs_unindex_SOURCES = \
356  test_fs_unindex.c
357 test_fs_unindex_LDADD = \
358   $(top_builddir)/src/fs/libgnunetfs.la  \
359   $(top_builddir)/src/util/libgnunetutil.la  
360
361 test_fs_unindex_persistence_SOURCES = \
362  test_fs_unindex_persistence.c
363 test_fs_unindex_persistence_LDADD = \
364   $(top_builddir)/src/fs/libgnunetfs.la  \
365   $(top_builddir)/src/util/libgnunetutil.la  
366
367 test_fs_uri_SOURCES = \
368  test_fs_uri.c
369 test_fs_uri_LDADD = \
370   $(top_builddir)/src/fs/libgnunetfs.la  \
371   $(top_builddir)/src/util/libgnunetutil.la  
372
373 test_fs_test_lib_SOURCES = \
374  test_fs_test_lib.c
375 test_fs_test_lib_LDADD = \
376   $(top_builddir)/src/fs/libgnunetfstest.a \
377   $(top_builddir)/src/testing/libgnunettesting.la \
378   $(top_builddir)/src/fs/libgnunetfs.la  \
379   $(top_builddir)/src/util/libgnunetutil.la  
380
381 test_gnunet_service_fs_p2p_SOURCES = \
382  test_gnunet_service_fs_p2p.c
383 test_gnunet_service_fs_p2p_LDADD = \
384   $(top_builddir)/src/fs/libgnunetfstest.a \
385   $(top_builddir)/src/testing/libgnunettesting.la \
386   $(top_builddir)/src/fs/libgnunetfs.la  \
387   $(top_builddir)/src/util/libgnunetutil.la  
388
389 test_gnunet_service_fs_migration_SOURCES = \
390  test_gnunet_service_fs_migration.c
391 test_gnunet_service_fs_migration_LDADD = \
392   $(top_builddir)/src/fs/libgnunetfstest.a \
393   $(top_builddir)/src/testing/libgnunettesting.la \
394   $(top_builddir)/src/fs/libgnunetfs.la  \
395   $(top_builddir)/src/util/libgnunetutil.la  
396
397 perf_gnunet_service_fs_p2p_SOURCES = \
398  perf_gnunet_service_fs_p2p.c
399 perf_gnunet_service_fs_p2p_LDADD = \
400   $(top_builddir)/src/fs/libgnunetfstest.a \
401   $(top_builddir)/src/statistics/libgnunetstatistics.la \
402   $(top_builddir)/src/testing/libgnunettesting.la \
403   $(top_builddir)/src/fs/libgnunetfs.la  \
404   $(top_builddir)/src/util/libgnunetutil.la  
405
406 perf_gnunet_service_fs_p2p_index_SOURCES = \
407  perf_gnunet_service_fs_p2p.c
408 perf_gnunet_service_fs_p2p_index_LDADD = \
409   $(top_builddir)/src/fs/libgnunetfstest.a \
410   $(top_builddir)/src/statistics/libgnunetstatistics.la \
411   $(top_builddir)/src/testing/libgnunettesting.la \
412   $(top_builddir)/src/fs/libgnunetfs.la  \
413   $(top_builddir)/src/util/libgnunetutil.la  
414
415 perf_gnunet_service_fs_p2p_dht_SOURCES = \
416  perf_gnunet_service_fs_p2p.c
417 perf_gnunet_service_fs_p2p_dht_LDADD = \
418   $(top_builddir)/src/fs/libgnunetfstest.a \
419   $(top_builddir)/src/statistics/libgnunetstatistics.la \
420   $(top_builddir)/src/testing/libgnunettesting.la \
421   $(top_builddir)/src/fs/libgnunetfs.la  \
422   $(top_builddir)/src/util/libgnunetutil.la  
423
424 perf_gnunet_service_fs_p2p_trust_SOURCES = \
425  perf_gnunet_service_fs_p2p_trust.c
426 perf_gnunet_service_fs_p2p_trust_LDADD = \
427   $(top_builddir)/src/fs/libgnunetfstest.a \
428   $(top_builddir)/src/statistics/libgnunetstatistics.la \
429   $(top_builddir)/src/testing/libgnunettesting.la \
430   $(top_builddir)/src/fs/libgnunetfs.la  \
431   $(top_builddir)/src/util/libgnunetutil.la  
432
433
434 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
435
436 test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile
437         $(do_subst) < $(srcdir)/test_gnunet_fs_psd.py.in > test_gnunet_fs_psd.py
438         chmod +x test_gnunet_fs_psd.py
439
440 test_gnunet_fs_rec.py: test_gnunet_fs_rec.py.in Makefile
441         $(do_subst) < $(srcdir)/test_gnunet_fs_rec.py.in > test_gnunet_fs_rec.py
442         chmod +x test_gnunet_fs_rec.py
443
444 test_gnunet_fs_ns.py: test_gnunet_fs_ns.py.in Makefile
445         $(do_subst) < $(srcdir)/test_gnunet_fs_ns.py.in > test_gnunet_fs_ns.py
446         chmod +x test_gnunet_fs_ns.py
447
448 test_gnunet_fs_idx.py: test_gnunet_fs_idx.py.in Makefile
449         $(do_subst) < $(srcdir)/test_gnunet_fs_idx.py.in > test_gnunet_fs_idx.py
450         chmod +x test_gnunet_fs_idx.py
451
452
453 EXTRA_DIST = \
454   test_fs_defaults.conf \
455   fs_test_lib_data.conf \
456   test_fs_data.conf \
457   test_fs_download_data.conf \
458   test_fs_file_information_data.conf \
459   fs_test_lib_data.conf \
460   test_fs_list_indexed_data.conf \
461   test_fs_namespace_data.conf \
462   test_fs_publish_data.conf \
463   test_fs_search_data.conf \
464   test_fs_unindex_data.conf \
465   test_fs_uri_data.conf \
466   test_gnunet_service_fs_migration_data.conf \
467   test_gnunet_fs_idx_data.conf \
468   test_gnunet_fs_ns_data.conf \
469   test_gnunet_fs_psd_data.conf \
470   test_gnunet_fs_rec_data.conf \
471   test_gnunet_fs_rec_data.tgz \
472   test_gnunet_fs_psd.py.in \
473   test_gnunet_fs_rec.py.in \
474   test_gnunet_fs_ns.py.in \
475   test_gnunet_fs_idx.py.in \
476   $(bin_SCRIPTS) 
477
478 CLEANFILES = $(check_SCRIPTS)