Add netanim module

This commit is contained in:
Tom Henderson
2011-03-05 10:51:26 -08:00
parent 728b6200d6
commit 344f51c8af
22 changed files with 42 additions and 25 deletions

View File

@@ -0,0 +1,14 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('dumbbell-animation',
['netanim'])
obj.source = 'dumbbell-animation.cc'
obj = bld.create_ns3_program('grid-animation',
['netanim'])
obj.source = 'grid-animation.cc'
obj = bld.create_ns3_program('star-animation',
['netanim'])
obj.source = 'star-animation.cc'