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

Unified Diff: ns-3.13/src/ar-model/wscript

Issue 6201059: New IEEE 802.11 indoor wireless channel models for ns-3
Patch Set: Created 11 years, 10 months ago
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 side-by-side diff with in-line comments
Download patch
Index: ns-3.13/src/ar-model/wscript
diff --git a/ns-3.13/src/ar-model/wscript b/ns-3.13/src/ar-model/wscript
new file mode 100644
index 0000000000000000000000000000000000000000..fee6375e360b27ea4116b95c9d7a39112776e83a
--- /dev/null
+++ b/ns-3.13/src/ar-model/wscript
@@ -0,0 +1,28 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ obj = bld.create_ns3_module('ar-model', ['core','wifi','network','internet','propagation'])
+ obj.source = [
+ 'model/ar-model.cc'
+ ]
+
+ obj_test = bld.create_ns3_module_test_library('ar-model')
+ obj_test.source = [
+ ]
+
+ headers = bld.new_task_gen(features=['ns3header'])
+ headers.module = 'ar-model'
+ headers.source = [
+ 'model/ar-model.h'
+ ]
+
+#if bld.env['ENABLE_GSL']:
+# obj.use.extend(['GSL', 'GSLCBLAS', 'M'])
+# obj_test.use.extend(['GSL', 'GSLCBLAS', 'M'])
+
+#if (bld.env['ENABLE_EXAMPLES']):
+# bld.add_subdirs('examples')
+
+#bld.ns3_python_bindings()
+
+
« no previous file with comments | « ns-3.13/src/ar-model/waf ('k') | ns-3.13/src/hidden-markov-error-model/configs/HMM_16states/HMM_05_EMIS_1.txt » ('j') | no next file with comments »

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