|
|
| 289 |
|
289 |
|
| 290 |
env = bld.env_of_name('default') |
290 |
env = bld.env_of_name('default') |
| 291 |
#Object.register('all-ns3-headers', AllNs3Headers) |
291 |
#Object.register('all-ns3-headers', AllNs3Headers) |
| 292 |
Action.Action('gen-ns3-metaheader', func=gen_ns3_metaheader, color='BLUE') |
|
|
| 293 |
|
292 |
|
| 294 |
obj = bld.create_obj('all_ns3_headers') |
293 |
if (Params.g_options.python_scan and not env['ENABLE_PYTHON_SCANNING']) or \ |
|
|
294 |
env['ENABLE_PYTHON_BINDINGS']: |
| 295 |
obj = bld.create_obj('all_ns3_headers') |
| 296 |
Action.Action('gen-ns3-metaheader', func=gen_ns3_metaheader, color='BLUE') |
| 297 |
|
| 295 |
|
298 |
|
| 296 |
if Params.g_options.python_scan: |
299 |
if Params.g_options.python_scan: |
| 297 |
if not env['ENABLE_PYTHON_SCANNING']: |
300 |
if not env['ENABLE_PYTHON_SCANNING']: |