Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1557)

Delta Between Two Patch Sets: src/spectrum/wscript

Issue 45320043: New Simple applications (Closed)
Left Patch Set: Fix Tom's comments Created 9 years, 11 months ago
Right Patch Set: Small changes to allow infinite sending Created 9 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 4
5 module = bld.create_ns3_module('spectrum', ['propagation', 'antenna', 'appli cations']) 5 module = bld.create_ns3_module('spectrum', ['propagation', 'antenna'])
6 module.source = [ 6 module.source = [
7 'model/spectrum-model.cc', 7 'model/spectrum-model.cc',
8 'model/spectrum-value.cc', 8 'model/spectrum-value.cc',
9 'model/spectrum-converter.cc', 9 'model/spectrum-converter.cc',
10 'model/spectrum-signal-parameters.cc', 10 'model/spectrum-signal-parameters.cc',
11 'model/spectrum-propagation-loss-model.cc', 11 'model/spectrum-propagation-loss-model.cc',
12 'model/friis-spectrum-propagation-loss.cc', 12 'model/friis-spectrum-propagation-loss.cc',
13 'model/constant-spectrum-propagation-loss.cc', 13 'model/constant-spectrum-propagation-loss.cc',
14 'model/spectrum-phy.cc', 14 'model/spectrum-phy.cc',
15 'model/spectrum-channel.cc',········ 15 'model/spectrum-channel.cc',········
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'helper/waveform-generator-helper.h', 73 'helper/waveform-generator-helper.h',
74 'helper/spectrum-analyzer-helper.h', 74 'helper/spectrum-analyzer-helper.h',
75 'test/spectrum-test.h', 75 'test/spectrum-test.h',
76 ] 76 ]
77 77
78 if (bld.env['ENABLE_EXAMPLES']): 78 if (bld.env['ENABLE_EXAMPLES']):
79 bld.recurse('examples') 79 bld.recurse('examples')
80 80
81 81
82 bld.ns3_python_bindings() 82 bld.ns3_python_bindings()
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b