gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13927 - in gnunet/src: arm block dht dv fs statistics tran


From: gnunet
Subject: [GNUnet-SVN] r13927 - in gnunet/src: arm block dht dv fs statistics transport util
Date: Sat, 18 Dec 2010 13:28:19 +0100

Author: toelke
Date: 2010-12-18 13:28:19 +0100 (Sat, 18 Dec 2010)
New Revision: 13927

Modified:
   gnunet/src/arm/Makefile.am
   gnunet/src/block/Makefile.am
   gnunet/src/dht/Makefile.am
   gnunet/src/dv/Makefile.am
   gnunet/src/fs/Makefile.am
   gnunet/src/statistics/Makefile.am
   gnunet/src/transport/Makefile.am
   gnunet/src/util/Makefile.am
Log:
Patch by Marenz: Allow parallel build (make -j 2)

Modified: gnunet/src/arm/Makefile.am
===================================================================
--- gnunet/src/arm/Makefile.am  2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/arm/Makefile.am  2010-12-18 12:28:19 UTC (rev 13927)
@@ -32,6 +32,8 @@
   $(top_builddir)/src/arm/libgnunetarm.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_arm_DEPENDENCIES = \
+  libgnunetarm.la                        
 
 gnunet_service_arm_SOURCES = \
  gnunet-service-arm.c  gnunet-service-arm.h \
@@ -39,6 +41,8 @@
 gnunet_service_arm_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_arm_DEPENDENCIES = \
+  libgnunetarm.la                        
 
 
 mockup_service_SOURCES = \

Modified: gnunet/src/block/Makefile.am
===================================================================
--- gnunet/src/block/Makefile.am        2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/block/Makefile.am        2010-12-18 12:28:19 UTC (rev 13927)
@@ -27,7 +27,10 @@
   $(top_builddir)/src/util/libgnunetutil.la 
 libgnunet_plugin_block_dht_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
+libgnunet_plugin_block_dht_la_DEPENDENCIES = \
+  libgnunetblock.la 
 
+
 libgnunet_plugin_block_fs_la_SOURCES = \
   plugin_block_fs.c
 libgnunet_plugin_block_fs_la_LIBADD = \
@@ -35,6 +38,9 @@
   $(top_builddir)/src/util/libgnunetutil.la 
 libgnunet_plugin_block_fs_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
+libgnunet_plugin_block_fs_la_DEPENDENCIES = \
+  libgnunetblock.la
+                                           
 
 libgnunet_plugin_block_dns_la_SOURCES = \
   plugin_block_dns.c
@@ -57,12 +63,16 @@
   $(top_builddir)/src/util/libgnunetutil.la 
 libgnunet_plugin_block_test_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
+libgnunet_plugin_block_test_la_DEPENDENCIES = \
+  libgnunetblock.la                                          
 
 
 libgnunetblock_la_SOURCES = \
   block.c 
 libgnunetblock_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
+libgnunetblock_la_DEPENDENCIES = \
+ $(top_builddir)/src/util/libgnunetutil.la  
 
 check_PROGRAMS = \
  test_block

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/dht/Makefile.am  2010-12-18 12:28:19 UTC (rev 13927)
@@ -102,6 +102,8 @@
   $(top_builddir)/src/datacache/libgnunetdatacache.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/dht/libgnunetdhtlog.la -lm
+gnunet_service_dht_DEPENDENCIES = \
+  libgnunetdhtlog.la                             
 
 gnunet_dht_get_SOURCES = \
  gnunet-dht-get.c         
@@ -109,6 +111,8 @@
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la 
+gnunet_dht_get_DEPENDENCIES = \
+  libgnunetdht.la                            
 
 gnunet_dht_get_peer_SOURCES = \
  gnunet-dht-get-peer.c         
@@ -117,6 +121,8 @@
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la 
+gnunet_dht_get_peer_DEPENDENCIES = \
+  libgnunetdht.la                            
 
 gnunet_dht_put_SOURCES = \
  gnunet-dht-put.c         
@@ -124,6 +130,8 @@
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la 
+gnunet_dht_put_DEPENDENCIES = \
+  libgnunetdht.la                            
 
 gnunet_dht_driver_SOURCES = \
  gnunet-dht-driver.c         
@@ -134,7 +142,11 @@
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/dht/libgnunetdhtlog.la
+gnunet_dht_driver_DEPENDENCIES = \
+  libgnunetdht.la \
+  libgnunetdhtlog.la  
 
+
 check_PROGRAMS = $(STUD_TESTS) \
  test_dht_api \
  test_dht_twopeer \
@@ -155,6 +167,8 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/dht/libgnunetdht.la
+test_dht_api_DEPENDENCIES = \
+  libgnunetdht.la                          
 
 test_dht_multipeer_SOURCES = \
  test_dht_multipeer.c
@@ -162,6 +176,8 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/dht/libgnunetdht.la  
+test_dht_multipeer_DEPENDENCIES = \
+  libgnunetdht.la                          
  
 #test_hash_operations_SOURCES = \
 # test_hash_operations.c
@@ -176,6 +192,8 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/dht/libgnunetdht.la    
+test_dht_twopeer_DEPENDENCIES = \
+  libgnunetdht.la                          
 
 test_dht_twopeer_put_get_SOURCES = \
  test_dht_twopeer_put_get.c

Modified: gnunet/src/dv/Makefile.am
===================================================================
--- gnunet/src/dv/Makefile.am   2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/dv/Makefile.am   2010-12-18 12:28:19 UTC (rev 13927)
@@ -38,6 +38,8 @@
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_dv_DEPENDENCIES = \
+  libgnunetdv.la                                
 
 libgnunet_plugin_transport_dv_la_SOURCES = \
   plugin_transport_dv.c
@@ -48,8 +50,9 @@
   $(top_builddir)/src/util/libgnunetutil.la 
 libgnunet_plugin_transport_dv_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
+libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
+  libgnunetdv.la                                               
 
-
 check_PROGRAMS = \
  test_transport_api_dv
 # test_dv_topology

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/fs/Makefile.am   2010-12-18 12:28:19 UTC (rev 13927)
@@ -61,6 +61,8 @@
   $(top_builddir)/src/fs/libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_directory_DEPENDENCIES = \
+  libgnunetfs.la
 
 gnunet_download_SOURCES =  \
  gnunet-download.c         
@@ -68,6 +70,8 @@
  $(top_builddir)/src/fs/libgnunetfs.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
+gnunet_download_DEPENDENCIES = \
+  libgnunetfs.la
 
 gnunet_publish_SOURCES =  \
  gnunet-publish.c         
@@ -75,6 +79,8 @@
  $(top_builddir)/src/fs/libgnunetfs.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
+gnunet_publish_DEPENDENCIES = \
+  libgnunetfs.la
 
 gnunet_pseudonym_SOURCES = \
  gnunet-pseudonym.c
@@ -83,6 +89,8 @@
   $(top_builddir)/src/util/libgnunetutil.la \
   -lextractor \
   $(GN_LIBINTL)
+gnunet_pseudonym_DEPENDENCIES = \
+  libgnunetfs.la
 
 gnunet_search_SOURCES = \
  gnunet-search.c         
@@ -90,6 +98,8 @@
   $(top_builddir)/src/fs/libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_search_DEPENDENCIES = \
+  libgnunetfs.la
 
 gnunet_service_fs_SOURCES =  \
  gnunet-service-fs.c \
@@ -103,6 +113,8 @@
  $(top_builddir)/src/core/libgnunetcore.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(GN_LIBINTL)
+gnunet_service_fs_DEPENDENCIES = \
+  libgnunetfs.la
 
 gnunet_unindex_SOURCES = \
  gnunet-unindex.c         
@@ -110,6 +122,8 @@
   $(top_builddir)/src/fs/libgnunetfs.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_unindex_DEPENDENCIES = \
+  libgnunetfs.la
 
 
 

Modified: gnunet/src/statistics/Makefile.am
===================================================================
--- gnunet/src/statistics/Makefile.am   2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/statistics/Makefile.am   2010-12-18 12:28:19 UTC (rev 13927)
@@ -32,6 +32,8 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_statistics_DEPENDENCIES = \
+  libgnunetstatistics.la                                
 
 gnunet_service_statistics_SOURCES = \
  gnunet-service-statistics.c         
@@ -39,8 +41,9 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_statistics_DEPENDENCIES = \
+  libgnunetstatistics.la                                
 
-
 check_PROGRAMS = \
  test_statistics_api \
  test_statistics_api_loop

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/transport/Makefile.am    2010-12-18 12:28:19 UTC (rev 13927)
@@ -91,6 +91,8 @@
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_transport_DEPENDENCIES = \
+  libgnunettransport.la                                
 
 gnunet_service_transport_SOURCES = \
  gnunet-service-transport.c plugin_transport.h 
@@ -100,6 +102,8 @@
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_transport_DEPENDENCIES = \
+  libgnunettransport.la                                
 
 
 plugin_LTLIBRARIES = \

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2010-12-17 17:18:01 UTC (rev 13926)
+++ gnunet/src/util/Makefile.am 2010-12-18 12:28:19 UTC (rev 13927)
@@ -90,15 +90,18 @@
 gnunet_service_resolver_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_service_resolver_DEPENDENCIES = \
+  libgnunetutil.la
+       
 
-
 gnunet_resolver_SOURCES = \
  gnunet-resolver.c         
 gnunet_resolver_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_resolver_DEPENDENCIES = \
+  libgnunetutil.la
 
-
 plugin_LTLIBRARIES = \
   libgnunet_plugin_test.la
 




reply via email to

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