examples/wscript
changeset 5848 ee2c83ed68cf
parent 5847 e6a70e535416
child 5849 74d9ac708677
equal deleted inserted replaced
5847:e6a70e535416 5848:ee2c83ed68cf
     1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
       
     2 
       
     3 def build(bld):
       
     4     env = bld.env_of_name('default')
       
     5     if env['ENABLE_EXAMPLES']:
       
     6         bld.add_subdirs('animation')
       
     7         bld.add_subdirs('csma')
       
     8         bld.add_subdirs('emulation')
       
     9         bld.add_subdirs('error-model')
       
    10         bld.add_subdirs('flowmon')
       
    11         bld.add_subdirs('ipv6')
       
    12         bld.add_subdirs('mesh')
       
    13         bld.add_subdirs('naming')
       
    14         bld.add_subdirs('realtime')
       
    15         bld.add_subdirs('routing')
       
    16         bld.add_subdirs('stats')
       
    17         bld.add_subdirs('tap')
       
    18         bld.add_subdirs('tcp')
       
    19         bld.add_subdirs('tunneling')
       
    20         bld.add_subdirs('tutorial')
       
    21         bld.add_subdirs('udp')
       
    22         bld.add_subdirs('wireless')
       
    23         bld.add_subdirs('udp-client-server')