Bug 970

Summary: move UAN over to new directory structure
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: build systemAssignee: Josh Pelkey <jpelkey>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Tom Henderson 2010-08-01 18:38:34 UTC
See Jens's example wscript:
http://mailman.isi.edu/pipermail/ns-developers/2010-July/008226.html

uan/model
uan/doc
uan/helper
uan/test
uan/example
Comment 1 Tom Henderson 2010-08-02 01:37:11 UTC
update wscript ENABLE_EXAMPLES due to Pavel's comment:

    # Examples
    if (bld.env['ENABLE_EXAMPLES']):
        example_deps = [module_name, 'node', 'wifi', 'internet-stack'] # TODO: keep correct deps.

        obj = bld.create_ns3_program('my-example', example_deps)
        obj.source = 'example/my-example.cc'

        # build other examples here ...
Comment 2 Josh Pelkey 2010-08-03 15:26:08 UTC
changeset b401db8531f5