author | Tommaso Pecorella <tommaso.pecorella@unifi.it> |
Sun, 27 Sep 2015 10:49:52 +0200 | |
changeset 11674 | d6e7902b45b1 |
parent 10824 | c5f41363f688 |
permissions | -rw-r--r-- |
5369
86beb5869f67
split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff
changeset
|
1 |
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
86beb5869f67
split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff
changeset
|
2 |
|
86beb5869f67
split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff
changeset
|
3 |
def build(bld): |
10824
c5f41363f688
Bug 1941 - [partial] Remove unnecessary dependency on Application module in other modules
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents:
6834
diff
changeset
|
4 |
obj = bld.create_ns3_program('object-names', ['core', 'csma', 'internet', 'applications']) |
5369
86beb5869f67
split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff
changeset
|
5 |
obj.source = 'object-names.cc' |