WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sat, 28 Jul 2007 14:14:16 +0100
changeset 1000 7c942ac88714
parent 999 a3c715562d79
child 1001 33cf9c56e3cd
WAF: remove the obj.includes = '.' part from modules, since it causes build failure in OS X, and waf was just fixed to enable header files dependency tracking by default without needing to change obj.includes
src/applications/wscript
src/common/wscript
src/core/wscript
src/devices/point-to-point/wscript
src/internet-node/wscript
src/mobility/wscript
src/node/wscript
src/simulator/wscript
--- a/src/applications/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/applications/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -8,7 +8,6 @@
     obj.source = [
         'onoff-application.cc',
         ]
-    obj.includes = '.'
 
     headers = bld.create_obj('ns3header')
     headers.source = [
--- a/src/common/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/common/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -24,7 +24,6 @@
         'trace-root.cc',
         'data-rate.cc',
         ]
-    common.includes = '.'
 
     headers = bld.create_obj('ns3header')
     headers.source = [
--- a/src/core/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/core/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -39,7 +39,6 @@
         'component-manager.cc',
         'random-variable-default-value.cc',
         ]
-    core.includes = '.'
 
     if sys.platform == 'win32':
         core.source.extend([
--- a/src/devices/point-to-point/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/devices/point-to-point/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -17,5 +17,4 @@
         'point-to-point-channel.h',
         'point-to-point-topology.h',
         ]
-    module.includes = '.'
 
--- a/src/internet-node/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/internet-node/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -34,7 +34,6 @@
         'pcap-trace.cc',
         'udp-impl.cc',
         ]
-    obj.includes = '.'
 
     headers = bld.create_obj('ns3header')
     headers.source = [
--- a/src/mobility/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/mobility/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -20,7 +20,6 @@
         'static-speed-helper.cc',
         'static-speed-mobility-model.cc',
         ]
-    mobility.includes = '.'
 
     headers = bld.create_obj('ns3header')
     headers.source = [
--- a/src/node/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/node/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -25,7 +25,6 @@
         'ipv4.cc',
         'application.cc',
         ]
-    node.includes = '.'
 
     headers = bld.create_obj('ns3header')
     headers.source = [
--- a/src/simulator/wscript	Sat Jul 28 14:50:56 2007 +0200
+++ b/src/simulator/wscript	Sat Jul 28 14:14:16 2007 +0100
@@ -65,7 +65,6 @@
         'simulator.cc',
         'time-default-value.cc',
         ]
-    sim.includes = '.'
 
     headers = bld.create_obj('ns3header')
     headers.source = [