gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34290 - in gnunet/src: ats block fs namecache regex util


From: gnunet
Subject: [GNUnet-SVN] r34290 - in gnunet/src: ats block fs namecache regex util
Date: Sat, 13 Sep 2014 14:39:21 +0200

Author: grothoff
Date: 2014-09-13 14:39:21 +0200 (Sat, 13 Sep 2014)
New Revision: 34290

Modified:
   gnunet/src/ats/Makefile.am
   gnunet/src/block/Makefile.am
   gnunet/src/fs/Makefile.am
   gnunet/src/namecache/Makefile.am
   gnunet/src/regex/Makefile.am
   gnunet/src/util/service.c
Log:
trying to do something about #3540

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2014-09-12 15:46:49 UTC (rev 34289)
+++ gnunet/src/ats/Makefile.am  2014-09-13 12:39:21 UTC (rev 34290)
@@ -45,12 +45,12 @@
  gnunet-service-ats_normalization.c
 gnunet_ats_solver_eval_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
- libgnunetats.la \
+ $(top_builddir)/src/ats/libgnunetats.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(LTLIBINTL)
 gnunet_ats_solver_eval_DEPENDENCIES = \
  $(top_builddir)/src/util/libgnunetutil.la \
- libgnunetats.la \
+ $(top_builddir)/src/ats/libgnunetats.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la
 
 libgnunetats_la_SOURCES = \
@@ -66,12 +66,12 @@
 libgnunet_plugin_ats_proportional_la_SOURCES = \
   plugin_ats_proportional.c
 libgnunet_plugin_ats_proportional_la_LIBADD = \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(LTLIBINTL)
 libgnunet_plugin_ats_proportional_la_DEPENDENCIES = \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_ats_proportional_la_LDFLAGS = \
@@ -82,13 +82,13 @@
 libgnunet_plugin_ats_mlp_la_SOURCES = \
   plugin_ats_mlp.c
 libgnunet_plugin_ats_mlp_la_LIBADD = \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_ats_mlp_la_LDFLAGS = \
   $(GN_PLUGIN_LDFLAGS) $(GN_LIBGLPK)
 libgnunet_plugin_ats_mlp_la_DEPENDENCIES = \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 endif
@@ -96,14 +96,14 @@
 libgnunet_plugin_ats_ril_la_SOURCES = \
   plugin_ats_ril.c
 libgnunet_plugin_ats_ril_la_LIBADD = \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(LTLIBINTL)
 libgnunet_plugin_ats_ril_la_LDFLAGS = \
   $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_ats_ril_la_DEPENDENCIES = \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
@@ -120,10 +120,12 @@
 gnunet_service_ats_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetats.la \
+  $(top_builddir)/src/ats/libgnunetats.la \
   $(GN_LIBINTL)
 gnunet_service_ats_DEPENDENCIES = \
-  libgnunetats.la
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/ats/libgnunetats.la 
 
 if HAVE_TESTING
 TESTING_TESTS = \

Modified: gnunet/src/block/Makefile.am
===================================================================
--- gnunet/src/block/Makefile.am        2014-09-12 15:46:49 UTC (rev 34289)
+++ gnunet/src/block/Makefile.am        2014-09-13 12:39:21 UTC (rev 34290)
@@ -26,7 +26,8 @@
 libgnunet_plugin_block_template_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_block_template_la_DEPENDENCIES = \
-  libgnunetblock.la
+  $(top_builddir)/src/block/libgnunetblock.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
 libgnunet_plugin_block_test_la_SOURCES = \
   plugin_block_test.c
@@ -37,7 +38,8 @@
 libgnunet_plugin_block_test_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_block_test_la_DEPENDENCIES = \
-  libgnunetblock.la                                          
+  $(top_builddir)/src/block/libgnunetblock.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
 
 libgnunetblock_la_SOURCES = \

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2014-09-12 15:46:49 UTC (rev 34289)
+++ gnunet/src/fs/Makefile.am   2014-09-13 12:39:21 UTC (rev 34290)
@@ -94,7 +94,8 @@
   -lextractor \
   $(GN_LIBINTL)
 gnunet_directory_DEPENDENCIES = \
-  libgnunetfs.la
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_fs_profiler_SOURCES = \
  gnunet-fs-profiler.c
@@ -102,6 +103,9 @@
   $(top_builddir)/src/testbed/libgnunettestbed.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_fs_profiler_DEPENDENCIES = \
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_fs_SOURCES = \
  gnunet-fs.c
@@ -120,7 +124,8 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
 gnunet_download_DEPENDENCIES = \
-  libgnunetfs.la
+ $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_publish_SOURCES =  \
  gnunet-publish.c
@@ -131,7 +136,8 @@
  -lextractor \
  $(GN_LIBINTL)
 gnunet_publish_DEPENDENCIES = \
-  libgnunetfs.la
+ $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_auto_share_SOURCES =  \
  gnunet-auto-share.c
@@ -140,7 +146,7 @@
  -lextractor \
  $(GN_LIBINTL)
 gnunet_auto_share_DEPENDENCIES = \
-  libgnunetfs.la
+ $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_helper_fs_publish_SOURCES =  \
  gnunet-helper-fs-publish.c
@@ -149,7 +155,7 @@
  -lextractor \
  $(GN_LIBINTL)
 gnunet_helper_fs_publish_DEPENDENCIES = \
-  libgnunetfs.la
+ $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_search_SOURCES = \
  gnunet-search.c
@@ -159,8 +165,10 @@
  -lextractor \
   $(GN_LIBINTL)
 gnunet_search_DEPENDENCIES = \
-  libgnunetfs.la
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
+
 gnunet_daemon_fsprofiler_SOURCES =  \
  gnunet-daemon-fsprofiler.c
 gnunet_daemon_fsprofiler_LDADD = \
@@ -169,7 +177,9 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 gnunet_daemon_fsprofiler_DEPENDENCIES = \
-  libgnunetfs.la
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_service_fs_SOURCES =  \
  gnunet-service-fs.c gnunet-service-fs.h \
@@ -195,7 +205,16 @@
  $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
  $(GN_LIBINTL) -lm
 gnunet_service_fs_DEPENDENCIES = \
-  libgnunetfs.la
+ $(top_builddir)/src/fs/libgnunetfs.la \
+ $(top_builddir)/src/dht/libgnunetdht.la \
+ $(top_builddir)/src/block/libgnunetblock.la \
+ $(top_builddir)/src/datastore/libgnunetdatastore.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
+ $(top_builddir)/src/cadet/libgnunetcadet.la \
+ $(top_builddir)/src/ats/libgnunetats.la \
+ $(top_builddir)/src/core/libgnunetcore.la \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/peerstore/libgnunetpeerstore.la 
 
 gnunet_unindex_SOURCES = \
  gnunet-unindex.c
@@ -204,9 +223,9 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
 gnunet_unindex_DEPENDENCIES = \
-  libgnunetfs.la
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
-
 libgnunet_plugin_block_fs_la_SOURCES = \
   plugin_block_fs.c
 libgnunet_plugin_block_fs_la_LIBADD = \
@@ -217,12 +236,10 @@
 libgnunet_plugin_block_fs_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_block_fs_la_DEPENDENCIES = \
-  $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/block/libgnunetblock.la \
-  libgnunetfs.la
+  $(top_builddir)/src/fs/libgnunetfs.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
-
-
 if HAVE_BENCHMARKS
  FS_BENCHMARKS = \
  perf_gnunet_service_fs_p2p \

Modified: gnunet/src/namecache/Makefile.am
===================================================================
--- gnunet/src/namecache/Makefile.am    2014-09-12 15:46:49 UTC (rev 34289)
+++ gnunet/src/namecache/Makefile.am    2014-09-13 12:39:21 UTC (rev 34290)
@@ -79,14 +79,13 @@
 gnunet_namecache_LDADD = \
   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetnamecache.la \
+  $(top_builddir)/src/namecache/libgnunetnamecache.la \
   $(GN_LIBINTL)
 gnunet_namecache_DEPENDENCIES = \
   $(top_builddir)/src/identity/libgnunetidentity.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetnamecache.la
+  $(top_builddir)/src/namecache/libgnunetnamecache.la 
 
-
 gnunet_service_namecache_SOURCES = \
  gnunet-service-namecache.c
 
@@ -94,12 +93,12 @@
   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetnamecache.la \
+  $(top_builddir)/src/namecache/libgnunetnamecache.la \
   $(GN_LIBINTL)
 gnunet_service_namecache_DEPENDENCIES = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetnamecache.la
+  $(top_builddir)/src/namecache/libgnunetnamecache.la 
 
 
 plugin_LTLIBRARIES = \
@@ -118,7 +117,7 @@
 libgnunet_plugin_namecache_sqlite_la_DEPENDENCIES = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetnamecache.la
+  $(top_builddir)/src/namecache/libgnunetnamecache.la 
 
 
 libgnunet_plugin_namecache_postgres_la_SOURCES = \
@@ -135,7 +134,7 @@
   $(top_builddir)/src/postgres/libgnunetpostgres.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  libgnunetnamecache.la
+  $(top_builddir)/src/namecache/libgnunetnamecache.la 
 
 test_namecache_api_cache_block_SOURCES = \
  test_namecache_api_cache_block.c

Modified: gnunet/src/regex/Makefile.am
===================================================================
--- gnunet/src/regex/Makefile.am        2014-09-12 15:46:49 UTC (rev 34289)
+++ gnunet/src/regex/Makefile.am        2014-09-13 12:39:21 UTC (rev 34290)
@@ -83,7 +83,9 @@
 libgnunet_plugin_block_regex_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_block_regex_la_DEPENDENCIES = \
- libgnunetregexblock.la
+ $(top_builddir)/src/regex/libgnunetregexblock.la \
+ $(top_builddir)/src/block/libgnunetblock.la \
+ $(top_builddir)/src/util/libgnunetutil.la
 
 if HAVE_MYSQL
 noinst_mysql_progs = \
@@ -95,9 +97,12 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/regex/libgnunetregex_internal.a \
   $(top_builddir)/src/dht/libgnunetdht.la \
-  $(top_builddir)/src/mysql/libgnunetmysql.la
+  $(top_builddir)/src/mysql/libgnunetmysql.la 
 gnunet_regex_simulation_profiler_DEPENDENCIES = \
-  libgnunetregex_internal.a
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/regex/libgnunetregex_internal.a \
+  $(top_builddir)/src/dht/libgnunetdht.la \
+  $(top_builddir)/src/mysql/libgnunetmysql.la 
 endif
 
 libgnunetregextest_a_SOURCES = \
@@ -108,6 +113,7 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/regex/libgnunetregex_internal.a
 libgnunetregextest_a_DEPENDENCIES = \
+ $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetregex_internal.a
 
 if HAVE_TESTING
@@ -125,8 +131,11 @@
   $(top_builddir)/src/regex/libgnunetregextest.a \
   $(top_builddir)/src/util/libgnunetutil.la 
 perf_regex_DEPENDENCIES = \
-  libgnunetregex_internal.a \
-  libgnunetregextest.a
+  $(top_builddir)/src/regex/libgnunetregex_internal.a \
+  $(top_builddir)/src/dht/libgnunetdht.la \
+  $(top_builddir)/src/regex/libgnunetregexblock.la \
+  $(top_builddir)/src/regex/libgnunetregextest.a \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
 gnunet_regex_profiler_SOURCES = \
   gnunet-regex-profiler.c
@@ -141,11 +150,14 @@
   $(top_builddir)/src/util/libgnunetutil.la 
 gnunet_regex_profiler_DEPENDENCIES = \
   $(top_builddir)/src/arm/libgnunetarm.la \
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/regex/libgnunetregex_internal.a \
   $(top_builddir)/src/dht/libgnunetdht.la \
-  libgnunetregex_internal.a \
-  libgnunetregextest.a
+  $(top_builddir)/src/regex/libgnunetregexblock.la \
+  $(top_builddir)/src/regex/libgnunetregextest.a \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
-
 gnunet_daemon_regexprofiler_SOURCES = \
   gnunet-daemon-regexprofiler.c
 gnunet_daemon_regexprofiler_LDADD = -lm \
@@ -156,12 +168,13 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la 
 gnunet_daemon_regexprofiler_DEPENDENCIES = \
+  $(top_builddir)/src/regex/libgnunetregex_internal.a \
   $(top_builddir)/src/dht/libgnunetdht.la \
-  libgnunetregextest.a \
-  libgnunetregex_internal.a
+  $(top_builddir)/src/regex/libgnunetregexblock.la \
+  $(top_builddir)/src/regex/libgnunetregextest.a \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 
-
-
 check_PROGRAMS = \
   test_regex_eval_api \
   test_regex_iterate_api \

Modified: gnunet/src/util/service.c
===================================================================
--- gnunet/src/util/service.c   2014-09-12 15:46:49 UTC (rev 34289)
+++ gnunet/src/util/service.c   2014-09-13 12:39:21 UTC (rev 34290)
@@ -460,7 +460,7 @@
  * @param saddrs array to update
  * @param saddrlens where to store the address length
  * @param unixpath path to add
- * @param abstract GNUNET_YES to add an abstract UNIX domain socket.  This
+ * @param abstract #GNUNET_YES to add an abstract UNIX domain socket.  This
  *          parameter is ignore on systems other than LINUX
  */
 static void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]