- simplify parameters
[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 libexecdir= $(pkglibdir)/libexec/
15
16 pkgcfg_DATA = \
17   fs.conf
18
19 plugindir = $(libdir)/gnunet
20
21
22 lib_LTLIBRARIES = libgnunetfs.la
23
24 plugin_LTLIBRARIES = \
25   libgnunet_plugin_block_fs.la 
26
27 noinst_LIBRARIES = libgnunetfstest.a
28
29 libgnunetfs_la_SOURCES = \
30   fs_api.c fs_api.h fs.h \
31   fs_directory.c \
32   fs_dirmetascan.c \
33   fs_download.c \
34   fs_file_information.c \
35   fs_getopt.c \
36   fs_list_indexed.c \
37   fs_pseudonym.c \
38   fs_publish.c \
39   fs_publish_ksk.c \
40   fs_misc.c \
41   fs_namespace.c \
42   fs_search.c \
43   fs_sharetree.c \
44   fs_tree.c fs_tree.h \
45   fs_unindex.c \
46   fs_uri.c 
47
48 libgnunetfs_la_LIBADD = \
49   $(top_builddir)/src/datastore/libgnunetdatastore.la \
50   $(top_builddir)/src/util/libgnunetutil.la \
51   $(GN_LIBINTL) $(XLIB) -lunistring -lextractor -lgcrypt
52
53 libgnunetfs_la_LDFLAGS = \
54   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \
55   -version-info 3:0:1
56
57
58 libgnunetfstest_a_SOURCES = \
59   fs_test_lib.c fs_test_lib.h
60
61 libgnunetfstest_a_LIBADD = \
62   $(top_builddir)/src/testing/libgnunettesting.la \
63   $(top_builddir)/src/testbed/libgnunettestbed.la 
64
65 libexec_PROGRAMS = \
66   gnunet-helper-fs-publish \
67   gnunet-service-fs 
68
69 noinst_PROGRAMS = \
70   gnunet-fs-profiler \
71   gnunet-daemon-fsprofiler
72
73 bin_PROGRAMS = \
74   gnunet-auto-share \
75   gnunet-directory \
76   gnunet-download \
77   gnunet-publish \
78   gnunet-pseudonym \
79   gnunet-search \
80   gnunet-fs \
81   gnunet-unindex 
82
83 bin_SCRIPTS = \
84   gnunet-download-manager.scm
85
86 gnunet_directory_SOURCES = \
87  gnunet-directory.c
88 gnunet_directory_LDADD = \
89   $(top_builddir)/src/fs/libgnunetfs.la \
90   $(top_builddir)/src/util/libgnunetutil.la \
91   -lextractor \
92   $(GN_LIBINTL)
93 gnunet_directory_DEPENDENCIES = \
94   libgnunetfs.la
95
96 gnunet_fs_profiler_SOURCES = \
97  gnunet-fs-profiler.c
98 gnunet_fs_profiler_LDADD = \
99   $(top_builddir)/src/testbed/libgnunettestbed.la \
100   $(top_builddir)/src/util/libgnunetutil.la \
101   $(GN_LIBINTL)
102
103 gnunet_fs_SOURCES = \
104  gnunet-fs.c
105 gnunet_fs_LDADD = \
106   $(top_builddir)/src/fs/libgnunetfs.la \
107   $(top_builddir)/src/util/libgnunetutil.la \
108   -lextractor \
109   $(GN_LIBINTL)
110 gnunet_fs_DEPENDENCIES = \
111   libgnunetfs.la
112
113 gnunet_download_SOURCES =  \
114  gnunet-download.c         
115 gnunet_download_LDADD =  \
116  $(top_builddir)/src/fs/libgnunetfs.la \
117  $(top_builddir)/src/util/libgnunetutil.la \
118  $(GN_LIBINTL)
119 gnunet_download_DEPENDENCIES = \
120   libgnunetfs.la
121
122 gnunet_publish_SOURCES =  \
123  gnunet-publish.c         
124 gnunet_publish_LDADD =  \
125  $(top_builddir)/src/fs/libgnunetfs.la \
126  $(top_builddir)/src/util/libgnunetutil.la \
127  -lextractor \
128  $(GN_LIBINTL)
129 gnunet_publish_DEPENDENCIES = \
130   libgnunetfs.la
131
132 gnunet_auto_share_SOURCES =  \
133  gnunet-auto-share.c         
134 gnunet_auto_share_LDADD =  \
135  $(top_builddir)/src/util/libgnunetutil.la \
136  -lextractor \
137  $(GN_LIBINTL)
138 gnunet_auto_share_DEPENDENCIES = \
139   libgnunetfs.la
140
141 gnunet_helper_fs_publish_SOURCES =  \
142  gnunet-helper-fs-publish.c 
143 gnunet_helper_fs_publish_LDADD =  \
144  $(top_builddir)/src/util/libgnunetutil.la \
145  -lextractor \
146  $(GN_LIBINTL)
147 gnunet_helper_fs_publish_DEPENDENCIES = \
148   libgnunetfs.la
149
150 gnunet_pseudonym_SOURCES = \
151  gnunet-pseudonym.c
152 gnunet_pseudonym_LDADD = \
153   $(top_builddir)/src/fs/libgnunetfs.la \
154   $(top_builddir)/src/util/libgnunetutil.la \
155   -lextractor \
156   $(GN_LIBINTL)
157 gnunet_pseudonym_DEPENDENCIES = \
158   libgnunetfs.la
159
160 gnunet_search_SOURCES = \
161  gnunet-search.c         
162 gnunet_search_LDADD = \
163   $(top_builddir)/src/fs/libgnunetfs.la \
164   $(top_builddir)/src/util/libgnunetutil.la \
165  -lextractor \
166   $(GN_LIBINTL)
167 gnunet_search_DEPENDENCIES = \
168   libgnunetfs.la
169
170 gnunet_daemon_fsprofiler_SOURCES =  \
171  gnunet-daemon-fsprofiler.c
172 gnunet_daemon_fsprofiler_LDADD = \
173   $(top_builddir)/src/fs/libgnunetfs.la \
174   $(top_builddir)/src/statistics/libgnunetstatistics.la \
175   $(top_builddir)/src/util/libgnunetutil.la \
176   $(GN_LIBINTL)
177 gnunet_daemon_fsprofiler_DEPENDENCIES = \
178   libgnunetfs.la
179
180 gnunet_service_fs_SOURCES =  \
181  gnunet-service-fs.c gnunet-service-fs.h \
182  gnunet-service-fs_cp.c gnunet-service-fs_cp.h \
183  gnunet-service-fs_indexing.c gnunet-service-fs_indexing.h \
184  gnunet-service-fs_lc.c gnunet-service-fs_lc.h \
185  gnunet-service-fs_pe.c gnunet-service-fs_pe.h \
186  gnunet-service-fs_pr.c gnunet-service-fs_pr.h \
187  gnunet-service-fs_push.c gnunet-service-fs_push.h \
188  gnunet-service-fs_put.c gnunet-service-fs_put.h \
189  gnunet-service-fs_stream.c gnunet-service-fs_stream.h 
190 gnunet_service_fs_LDADD =  \
191  $(top_builddir)/src/fs/libgnunetfs.la \
192  $(top_builddir)/src/dht/libgnunetdht.la \
193  $(top_builddir)/src/block/libgnunetblock.la \
194  $(top_builddir)/src/datastore/libgnunetdatastore.la \
195  $(top_builddir)/src/statistics/libgnunetstatistics.la \
196  $(top_builddir)/src/stream/libgnunetstream.la \
197  $(top_builddir)/src/ats/libgnunetats.la \
198  $(top_builddir)/src/core/libgnunetcore.la \
199  $(top_builddir)/src/util/libgnunetutil.la \
200  $(GN_LIBINTL) -lm
201 gnunet_service_fs_DEPENDENCIES = \
202   libgnunetfs.la
203
204 gnunet_unindex_SOURCES = \
205  gnunet-unindex.c         
206 gnunet_unindex_LDADD = \
207   $(top_builddir)/src/fs/libgnunetfs.la \
208   $(top_builddir)/src/util/libgnunetutil.la \
209   $(GN_LIBINTL)
210 gnunet_unindex_DEPENDENCIES = \
211   libgnunetfs.la
212
213
214 libgnunet_plugin_block_fs_la_SOURCES = \
215   plugin_block_fs.c
216 libgnunet_plugin_block_fs_la_LIBADD = \
217   $(top_builddir)/src/block/libgnunetblock.la \
218   $(top_builddir)/src/fs/libgnunetfs.la \
219   $(top_builddir)/src/util/libgnunetutil.la \
220   $(LTLIBINTL)
221 libgnunet_plugin_block_fs_la_LDFLAGS = \
222  $(GN_PLUGIN_LDFLAGS)
223 libgnunet_plugin_block_fs_la_DEPENDENCIES = \
224   $(top_builddir)/src/util/libgnunetutil.la \
225   $(top_builddir)/src/block/libgnunetblock.la \
226   libgnunetfs.la
227
228
229
230 if HAVE_BENCHMARKS
231  FS_BENCHMARKS = \
232  perf_gnunet_service_fs_p2p \
233  perf_gnunet_service_fs_p2p_dht \
234  perf_gnunet_service_fs_p2p_index \
235  perf_gnunet_service_fs_p2p_respect 
236 endif
237
238 check_PROGRAMS = \
239  test_plugin_block_fs \
240  test_fs_directory \
241  test_fs_download \
242  test_fs_download_stream \
243  test_fs_download_indexed \
244  test_fs_download_persistence \
245  test_fs_file_information \
246  test_fs_getopt \
247  test_fs_list_indexed \
248  test_fs_namespace \
249  test_fs_namespace_list_updateable \
250  test_pseudonym \
251  test_fs_publish \
252  test_fs_publish_persistence \
253  test_fs_search \
254  test_fs_search_probes \
255  test_fs_search_persistence \
256  test_fs_start_stop \
257  test_fs_test_lib \
258  test_fs_unindex \
259  test_fs_unindex_persistence \
260  test_fs_uri \
261  test_gnunet_service_fs_migration \
262  test_gnunet_service_fs_p2p \
263  test_gnunet_service_fs_p2p_stream \
264  $(FS_BENCHMARKS)
265
266 test_plugin_block_fs_SOURCES = \
267  test_plugin_block_fs.c
268 test_plugin_block_fs_LDADD = \
269  $(top_builddir)/src/block/libgnunetblock.la \
270  $(top_builddir)/src/util/libgnunetutil.la  
271
272 if HAVE_PYTHON
273 check_SCRIPTS = \
274  test_gnunet_fs_psd.py \
275  test_gnunet_fs_rec.py \
276  test_gnunet_fs_idx.py \
277  test_gnunet_fs_ns.py 
278 endif
279
280 if ENABLE_MONKEY
281  TESTS_ENVIRONMENT = @MONKEYPREFIX@
282  AM_LDFLAGS = -no-install
283 endif
284
285
286 if ENABLE_TEST_RUN
287 TESTS = \
288  test_fs_directory \
289  test_fs_download \
290  test_fs_download_indexed \
291  test_fs_download_persistence \
292  test_fs_file_information \
293  test_fs_list_indexed \
294  test_fs_namespace \
295  test_fs_namespace_list_updateable \
296  test_pseudonym \
297  test_fs_publish \
298  test_fs_publish_persistence \
299  test_fs_search \
300  test_fs_search_probes \
301  test_fs_search_persistence \
302  test_fs_start_stop \
303  test_fs_unindex \
304  test_fs_unindex_persistence \
305  test_fs_uri \
306  test_fs_test_lib \
307  test_gnunet_service_fs_migration \
308  test_gnunet_service_fs_p2p \
309  test_gnunet_service_fs_p2p_stream \
310  perf_gnunet_service_fs_p2p \
311  perf_gnunet_service_fs_p2p_index \
312  perf_gnunet_service_fs_p2p_respect \
313  $(check_SCRIPTS)  
314 endif
315
316
317 test_pseudonym_SOURCES = \
318  test_pseudonym.c
319 test_pseudonym_LDADD = \
320  -lgcrypt \
321  $(top_builddir)/src/fs/libgnunetfs.la  \
322  $(top_builddir)/src/util/libgnunetutil.la  
323
324
325 test_fs_directory_SOURCES = \
326  test_fs_directory.c
327 test_fs_directory_LDADD = \
328   -lextractor \
329   $(top_builddir)/src/fs/libgnunetfs.la  \
330   $(top_builddir)/src/util/libgnunetutil.la  
331
332 test_fs_download_SOURCES = \
333  test_fs_download.c
334 test_fs_download_LDADD = \
335   $(top_builddir)/src/testing/libgnunettesting.la  \
336   $(top_builddir)/src/fs/libgnunetfs.la  \
337   $(top_builddir)/src/util/libgnunetutil.la  
338
339 test_fs_download_indexed_SOURCES = \
340  test_fs_download.c
341 test_fs_download_indexed_LDADD = \
342   $(top_builddir)/src/testing/libgnunettesting.la  \
343   $(top_builddir)/src/fs/libgnunetfs.la  \
344   $(top_builddir)/src/util/libgnunetutil.la  
345
346 test_fs_download_stream_SOURCES = \
347  test_fs_download.c
348 test_fs_download_stream_LDADD = \
349   $(top_builddir)/src/testing/libgnunettesting.la  \
350   $(top_builddir)/src/fs/libgnunetfs.la  \
351   $(top_builddir)/src/util/libgnunetutil.la  
352
353 test_fs_download_persistence_SOURCES = \
354  test_fs_download_persistence.c
355 test_fs_download_persistence_LDADD = \
356   $(top_builddir)/src/testing/libgnunettesting.la  \
357   $(top_builddir)/src/fs/libgnunetfs.la  \
358   $(top_builddir)/src/util/libgnunetutil.la  
359
360 test_fs_file_information_SOURCES = \
361  test_fs_file_information.c
362 test_fs_file_information_LDADD = \
363   -lextractor \
364   $(top_builddir)/src/fs/libgnunetfs.la  \
365   $(top_builddir)/src/util/libgnunetutil.la  
366
367 test_fs_getopt_SOURCES = \
368  test_fs_getopt.c
369 test_fs_getopt_LDADD = \
370   $(top_builddir)/src/fs/libgnunetfs.la  \
371   $(top_builddir)/src/util/libgnunetutil.la  
372
373 test_fs_list_indexed_SOURCES = \
374  test_fs_list_indexed.c
375 test_fs_list_indexed_LDADD = \
376   $(top_builddir)/src/testing/libgnunettesting.la \
377   $(top_builddir)/src/fs/libgnunetfs.la  \
378   $(top_builddir)/src/util/libgnunetutil.la  
379
380 test_fs_namespace_SOURCES = \
381  test_fs_namespace.c
382 test_fs_namespace_LDADD = \
383   $(top_builddir)/src/testing/libgnunettesting.la \
384   $(top_builddir)/src/fs/libgnunetfs.la  \
385   $(top_builddir)/src/util/libgnunetutil.la  
386
387 test_fs_namespace_list_updateable_SOURCES = \
388  test_fs_namespace_list_updateable.c
389 test_fs_namespace_list_updateable_LDADD = \
390   $(top_builddir)/src/testing/libgnunettesting.la \
391   $(top_builddir)/src/fs/libgnunetfs.la  \
392   $(top_builddir)/src/util/libgnunetutil.la  
393
394 test_fs_publish_SOURCES = \
395  test_fs_publish.c
396 test_fs_publish_LDADD = \
397   $(top_builddir)/src/testing/libgnunettesting.la \
398   $(top_builddir)/src/fs/libgnunetfs.la  \
399   $(top_builddir)/src/util/libgnunetutil.la  
400
401 test_fs_publish_persistence_SOURCES = \
402  test_fs_publish_persistence.c
403 test_fs_publish_persistence_LDADD = \
404   $(top_builddir)/src/testing/libgnunettesting.la \
405   $(top_builddir)/src/fs/libgnunetfs.la  \
406   $(top_builddir)/src/util/libgnunetutil.la  
407
408 test_fs_search_SOURCES = \
409  test_fs_search.c
410 test_fs_search_LDADD = \
411   $(top_builddir)/src/testing/libgnunettesting.la \
412   $(top_builddir)/src/fs/libgnunetfs.la \
413   $(top_builddir)/src/util/libgnunetutil.la
414
415 test_fs_search_probes_SOURCES = \
416  test_fs_search_probes.c
417 test_fs_search_probes_LDADD = \
418   $(top_builddir)/src/testing/libgnunettesting.la \
419   $(top_builddir)/src/fs/libgnunetfs.la \
420   $(top_builddir)/src/util/libgnunetutil.la
421
422 test_fs_search_persistence_SOURCES = \
423  test_fs_search_persistence.c
424 test_fs_search_persistence_LDADD = \
425   $(top_builddir)/src/testing/libgnunettesting.la \
426   $(top_builddir)/src/fs/libgnunetfs.la \
427   $(top_builddir)/src/util/libgnunetutil.la
428
429 test_fs_start_stop_SOURCES = \
430  test_fs_start_stop.c
431 test_fs_start_stop_LDADD = \
432   $(top_builddir)/src/testing/libgnunettesting.la \
433   $(top_builddir)/src/fs/libgnunetfs.la  \
434   $(top_builddir)/src/util/libgnunetutil.la  
435
436 test_fs_unindex_SOURCES = \
437  test_fs_unindex.c
438 test_fs_unindex_LDADD = \
439   $(top_builddir)/src/testing/libgnunettesting.la \
440   $(top_builddir)/src/fs/libgnunetfs.la \
441   $(top_builddir)/src/util/libgnunetutil.la  
442
443 test_fs_unindex_persistence_SOURCES = \
444  test_fs_unindex_persistence.c
445 test_fs_unindex_persistence_LDADD = \
446   $(top_builddir)/src/testing/libgnunettesting.la \
447   $(top_builddir)/src/fs/libgnunetfs.la \
448   $(top_builddir)/src/util/libgnunetutil.la  
449
450 test_fs_uri_SOURCES = \
451  test_fs_uri.c
452 test_fs_uri_LDADD = \
453   $(top_builddir)/src/fs/libgnunetfs.la  \
454   $(top_builddir)/src/util/libgnunetutil.la  
455
456 test_fs_test_lib_SOURCES = \
457  test_fs_test_lib.c
458 test_fs_test_lib_LDADD = \
459   $(top_builddir)/src/fs/libgnunetfstest.a \
460   $(top_builddir)/src/testbed/libgnunettestbed.la \
461   $(top_builddir)/src/fs/libgnunetfs.la  \
462   $(top_builddir)/src/util/libgnunetutil.la  
463
464 test_gnunet_service_fs_p2p_SOURCES = \
465  test_gnunet_service_fs_p2p.c
466 test_gnunet_service_fs_p2p_LDADD = \
467   $(top_builddir)/src/fs/libgnunetfstest.a \
468   $(top_builddir)/src/testbed/libgnunettestbed.la \
469   $(top_builddir)/src/fs/libgnunetfs.la  \
470   $(top_builddir)/src/util/libgnunetutil.la  
471
472 test_gnunet_service_fs_p2p_stream_SOURCES = \
473  test_gnunet_service_fs_p2p.c
474 test_gnunet_service_fs_p2p_stream_LDADD = \
475   $(top_builddir)/src/fs/libgnunetfstest.a \
476   $(top_builddir)/src/testbed/libgnunettestbed.la \
477   $(top_builddir)/src/fs/libgnunetfs.la  \
478   $(top_builddir)/src/util/libgnunetutil.la  
479
480 test_gnunet_service_fs_migration_SOURCES = \
481  test_gnunet_service_fs_migration.c
482 test_gnunet_service_fs_migration_LDADD = \
483   $(top_builddir)/src/fs/libgnunetfstest.a \
484   $(top_builddir)/src/testbed/libgnunettestbed.la \
485   $(top_builddir)/src/fs/libgnunetfs.la  \
486   $(top_builddir)/src/util/libgnunetutil.la  
487
488 perf_gnunet_service_fs_p2p_SOURCES = \
489  perf_gnunet_service_fs_p2p.c
490 perf_gnunet_service_fs_p2p_LDADD = \
491   $(top_builddir)/src/fs/libgnunetfstest.a \
492   $(top_builddir)/src/statistics/libgnunetstatistics.la \
493   $(top_builddir)/src/testbed/libgnunettestbed.la \
494   $(top_builddir)/src/fs/libgnunetfs.la  \
495   $(top_builddir)/src/util/libgnunetutil.la  
496
497 perf_gnunet_service_fs_p2p_index_SOURCES = \
498  perf_gnunet_service_fs_p2p.c
499 perf_gnunet_service_fs_p2p_index_LDADD = \
500   $(top_builddir)/src/fs/libgnunetfstest.a \
501   $(top_builddir)/src/statistics/libgnunetstatistics.la \
502   $(top_builddir)/src/testbed/libgnunettestbed.la \
503   $(top_builddir)/src/fs/libgnunetfs.la  \
504   $(top_builddir)/src/util/libgnunetutil.la  
505
506 perf_gnunet_service_fs_p2p_dht_SOURCES = \
507  perf_gnunet_service_fs_p2p.c
508 perf_gnunet_service_fs_p2p_dht_LDADD = \
509   $(top_builddir)/src/fs/libgnunetfstest.a \
510   $(top_builddir)/src/statistics/libgnunetstatistics.la \
511   $(top_builddir)/src/testbed/libgnunettestbed.la \
512   $(top_builddir)/src/fs/libgnunetfs.la  \
513   $(top_builddir)/src/util/libgnunetutil.la  
514
515 perf_gnunet_service_fs_p2p_respect_SOURCES = \
516  perf_gnunet_service_fs_p2p_respect.c
517 perf_gnunet_service_fs_p2p_respect_LDADD = \
518   $(top_builddir)/src/fs/libgnunetfstest.a \
519   $(top_builddir)/src/statistics/libgnunetstatistics.la \
520   $(top_builddir)/src/testbed/libgnunettestbed.la \
521   $(top_builddir)/src/fs/libgnunetfs.la  \
522   $(top_builddir)/src/util/libgnunetutil.la  
523
524
525 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
526
527 test_gnunet_fs_psd.py: test_gnunet_fs_psd.py.in Makefile
528         $(do_subst) < $(srcdir)/test_gnunet_fs_psd.py.in > test_gnunet_fs_psd.py
529         chmod +x test_gnunet_fs_psd.py
530
531 test_gnunet_fs_rec.py: test_gnunet_fs_rec.py.in Makefile
532         $(do_subst) < $(srcdir)/test_gnunet_fs_rec.py.in > test_gnunet_fs_rec.py
533         chmod +x test_gnunet_fs_rec.py
534
535 test_gnunet_fs_ns.py: test_gnunet_fs_ns.py.in Makefile
536         $(do_subst) < $(srcdir)/test_gnunet_fs_ns.py.in > test_gnunet_fs_ns.py
537         chmod +x test_gnunet_fs_ns.py
538
539 test_gnunet_fs_idx.py: test_gnunet_fs_idx.py.in Makefile
540         $(do_subst) < $(srcdir)/test_gnunet_fs_idx.py.in > test_gnunet_fs_idx.py
541         chmod +x test_gnunet_fs_idx.py
542
543
544 EXTRA_DIST = \
545   test_fs_defaults.conf \
546   fs_test_lib_data.conf \
547   test_fs_data.conf \
548   test_fs_download_data.conf \
549   test_fs_download_indexed.conf \
550   test_fs_download_stream.conf \
551   test_fs_file_information_data.conf \
552   fs_test_lib_data.conf \
553   test_fs_list_indexed_data.conf \
554   test_fs_namespace_data.conf \
555   test_fs_publish_data.conf \
556   test_fs_search_data.conf \
557   test_fs_unindex_data.conf \
558   test_fs_uri_data.conf \
559   test_gnunet_service_fs_migration_data.conf \
560   test_gnunet_service_fs_p2p_stream.conf \
561   test_gnunet_fs_idx_data.conf \
562   test_gnunet_fs_ns_data.conf \
563   test_gnunet_fs_psd_data.conf \
564   test_gnunet_fs_rec_data.conf \
565   perf_gnunet_service_fs_p2p.conf \
566   test_gnunet_fs_rec_data.tgz \
567   test_gnunet_fs_psd.py.in \
568   test_gnunet_fs_rec.py.in \
569   test_gnunet_fs_ns.py.in \
570   test_gnunet_fs_idx.py.in \
571   test_pseudonym_data.conf \
572   $(bin_SCRIPTS) 
573
574 CLEANFILES = $(check_SCRIPTS)