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

Side by Side Diff: src/contrib/uan-framework/wscript

Issue 1743057: UAN Framework project (GSoC) final review
Patch Set: Moved project's files to src/contrib/uan-framework, added manual chapter Created 13 years, 4 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:
View unified diff | Download patch
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 module = bld.create_ns3_module ('uan-framework', ['node', 'uan', 'mobility', 'energy'])
5 module.source = [
6 'model/acoustic-modem-energy-model.cc',
7 'model/auv-mobility-model.cc',
8 'model/glider-energy-model.cc',
9 'model/glider-mobility-model.cc',
10 'model/li-ion-energy-source.cc',
11 'model/remus-energy-model.cc',
12 'model/remus-mobility-model.cc',
13 'model/simple-device-energy-model.cc',
14 'helper/acoustic-modem-energy-model-helper.cc',
15 'helper/auv-glider-helper.cc',
16 'helper/auv-mobility-helper.cc',
17 'helper/auv-remus-helper.cc',
18 'test/auv-energy-model-test.cc',
19 'test/auv-mobility-test.cc',
20 'test/li-ion-energy-source-test.cc',
21 ]
22 headers = bld.new_task_gen('ns3header')
23 headers.module = 'uan-framework'
24 headers.source = [
25 'model/acoustic-modem-energy-model.h',
26 'model/auv-mobility-model.h',
27 'model/glider-energy-model.h',
28 'model/glider-mobility-model.h',
29 'model/li-ion-energy-source.h',
30 'model/remus-energy-model.h',
31 'model/remus-mobility-model.h',
32 'model/simple-device-energy-model.h',
33 'helper/acoustic-modem-energy-model-helper.h',
34 'helper/auv-glider-helper.h',
35 'helper/auv-mobility-helper.h',
36 'helper/auv-remus-helper.h',
37 ]
38 ····
39 if (bld.env['ENABLE_EXAMPLES']):
40 bld.add_subdirs('examples')
OLDNEW
« no previous file with comments | « src/contrib/uan-framework/test/li-ion-energy-source-test.cc ('k') | src/devices/uan/examples/wscript » ('j') | no next file with comments »

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