X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2FMakefile.am;h=b252867b7e09adeed09caa4bbcaae0b2da341297;hb=1b49510e7736620d7e10a33326076e2d75c86943;hp=fd0cf11847e9918e9983a83cf54f9b54b3e4811c;hpb=611d42112112fe6e11df8a6417f3a0b69d97143f;p=oweals%2Fgnunet.git diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index fd0cf1184..b252867b7 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -1,3 +1,4 @@ +# This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32 @@ -43,19 +44,22 @@ libgnunet_plugin_block_dht_la_LIBADD = \ $(LTLIBINTL) libgnunet_plugin_block_dht_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -libgnunet_plugin_block_dht_la_DEPENDENCIES = \ - $(top_builddir)/src/block/libgnunetblock.la - libexec_PROGRAMS = \ - gnunet-service-dht \ - gnunet-service-dht-xvine + gnunet-service-dht + +if HAVE_EXPERIMENTAL +libexec_PROGRAMS += \ + gnunet-service-dht-xvine \ + gnunet-service-dht-whanau +endif noinst_PROGRAMS = \ gnunet-dht-monitor \ gnunet-dht-get \ - gnunet-dht-put + gnunet-dht-put \ + gnunet-dht-profiler gnunet_service_dht_SOURCES = \ gnunet-service-dht.c gnunet-service-dht.h \ @@ -82,10 +86,10 @@ gnunet_service_dht_xvine_SOURCES = \ gnunet-service-xdht.c gnunet-service-xdht.h \ gnunet-service-xdht_clients.c gnunet-service-xdht_clients.h \ gnunet-service-xdht_datacache.c gnunet-service-xdht_datacache.h \ - gnunet-service-xdht_hello.c gnunet-service-xdht_hello.h \ gnunet-service-xdht_nse.c gnunet-service-xdht_nse.h \ gnunet-service-xdht_neighbours.c gnunet-service-xdht_neighbours.h \ gnunet-service-xdht_routing.c gnunet-service-xdht_routing.h + gnunet_service_dht_xvine_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/core/libgnunetcore.la \ @@ -99,34 +103,53 @@ gnunet_service_dht_xvine_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ -lm - +gnunet_service_dht_whanau_SOURCES = \ + gnunet-service-wdht.c gnunet-service-wdht.h \ + gnunet-service-wdht_clients.c gnunet-service-wdht_clients.h \ + gnunet-service-wdht_datacache.c gnunet-service-wdht_datacache.h \ + gnunet-service-wdht_nse.c gnunet-service-wdht_nse.h \ + gnunet-service-wdht_neighbours.c gnunet-service-wdht_neighbours.h +gnunet_service_dht_whanau_LDADD = \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/core/libgnunetcore.la \ + $(top_builddir)/src/nse/libgnunetnse.la \ + $(top_builddir)/src/ats/libgnunetats.la \ + $(top_builddir)/src/transport/libgnunettransport.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/block/libgnunetblock.la \ + $(top_builddir)/src/datacache/libgnunetdatacache.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + -lm gnunet_dht_get_SOURCES = \ gnunet-dht-get.c gnunet_dht_get_LDADD = \ - $(top_builddir)/src/dht/libgnunetdht.la \ + libgnunetdht.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la -gnunet_dht_get_DEPENDENCIES = \ - libgnunetdht.la gnunet_dht_put_SOURCES = \ gnunet-dht-put.c gnunet_dht_put_LDADD = \ - $(top_builddir)/src/dht/libgnunetdht.la \ + libgnunetdht.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la -gnunet_dht_put_DEPENDENCIES = \ - libgnunetdht.la gnunet_dht_monitor_SOURCES = \ gnunet-dht-monitor.c gnunet_dht_monitor_LDADD = \ - $(top_builddir)/src/dht/libgnunetdht.la \ + libgnunetdht.la \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la -gnunet_dht_monitor_DEPENDENCIES = \ - libgnunetdht.la + +gnunet_dht_profiler_SOURCES = \ + gnunet_dht_profiler.c +gnunet_dht_profiler_LDADD = \ + libgnunetdht.la \ + $(top_builddir)/src/core/libgnunetcore.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testbed/libgnunettestbed.la if HAVE_TESTING noinst_LIBRARIES = libgnunetdhttest.a @@ -137,9 +160,7 @@ libgnunetdhttest_a_SOURCES = \ libgnunetdhttest_a_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/dht/libgnunetdht.la -libgnunetdhttest_a_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la if HAVE_TESTING check_PROGRAMS = \ @@ -172,61 +193,49 @@ test_dht_api_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/hello/libgnunethello.la \ - $(top_builddir)/src/dht/libgnunetdht.la -test_dht_api_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la test_dht_twopeer_SOURCES = \ test_dht_topo.c test_dht_twopeer_LDADD = \ - $(top_builddir)/src/dht/libgnunetdhttest.a \ + libgnunetdhttest.a \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/dht/libgnunetdhttest.a \ + libgnunetdhttest.a \ $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/dht/libgnunetdht.la -test_dht_twopeer_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la test_dht_2dtorus_SOURCES = \ test_dht_topo.c test_dht_2dtorus_LDADD = \ - $(top_builddir)/src/dht/libgnunetdhttest.a \ + libgnunetdhttest.a \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/dht/libgnunetdht.la -test_dht_2dtorus_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la test_dht_line_SOURCES = \ test_dht_topo.c test_dht_line_LDADD = \ - $(top_builddir)/src/dht/libgnunetdhttest.a \ + libgnunetdhttest.a \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/dht/libgnunetdht.la -test_dht_line_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la test_dht_multipeer_SOURCES = \ test_dht_topo.c test_dht_multipeer_LDADD = \ - $(top_builddir)/src/dht/libgnunetdhttest.a \ + libgnunetdhttest.a \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/dht/libgnunetdht.la -test_dht_multipeer_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la test_dht_monitor_SOURCES = \ test_dht_monitor.c test_dht_monitor_LDADD = \ - $(top_builddir)/src/dht/libgnunetdhttest.a \ + libgnunetdhttest.a \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testbed/libgnunettestbed.la \ - $(top_builddir)/src/dht/libgnunetdht.la -test_dht_monitor_DEPENDENCIES = \ - libgnunetdht.la + libgnunetdht.la EXTRA_DIST = \ $(check_SCRIPTS) \