author | Mitch Watrous <watrous@u.washington.edu> |
Mon, 07 Mar 2011 16:59:09 -0800 | |
changeset 6873 | b2234c2d38d9 |
parent 6864 | 7a1f57da547e |
child 7089 | ebe626d82692 |
permissions | -rw-r--r-- |
5776 | 1 |
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
2 |
||
3 |
def build(bld): |
|
4 |
obj = bld.create_ns3_program('dumbbell-animation', |
|
6873
b2234c2d38d9
Fix dependencies in various wscripts
Mitch Watrous <watrous@u.washington.edu>
parents:
6864
diff
changeset
|
5 |
['netanim', 'applications']) |
5776 | 6 |
obj.source = 'dumbbell-animation.cc' |
7 |
||
8 |
obj = bld.create_ns3_program('grid-animation', |
|
6873
b2234c2d38d9
Fix dependencies in various wscripts
Mitch Watrous <watrous@u.washington.edu>
parents:
6864
diff
changeset
|
9 |
['netanim', 'applications']) |
5776 | 10 |
obj.source = 'grid-animation.cc' |
11 |
||
12 |
obj = bld.create_ns3_program('star-animation', |
|
6873
b2234c2d38d9
Fix dependencies in various wscripts
Mitch Watrous <watrous@u.washington.edu>
parents:
6864
diff
changeset
|
13 |
['netanim', 'applications']) |
5776 | 14 |
obj.source = 'star-animation.cc' |