347 |
env.Default(libinstall) |
env.Default(libinstall) |
348 |
env.Default(incinstall) |
env.Default(incinstall) |
349 |
env.Default(pyinstall) |
env.Default(pyinstall) |
350 |
env.Alias('release_src',[ src_zipfile, src_tarfile ]) |
env.Alias('release_src',[ src_zipfile, src_tarfile ]) |
351 |
env.Alias('release_tests',[ test_zipfile, test_tarfile]) |
env.Alias('release_tests',[ test_zipfile, test_tarfile]) |
352 |
env.Alias('release', ['release_src', 'release_tests']) |
env.Alias('release', ['release_src', 'release_tests']) |
353 |
env.Alias('docs') |
env.Alias('docs') |
354 |
env.Alias('build_tests') |
env.Alias('build_tests') # target to build all C++ tests |
355 |
env.Alias('build_py_tests') |
env.Alias('build_py_tests') # target to build all python tests |
356 |
env.Alias('local_py_tests') |
env.Alias('run_tests',['build_tests']) # target to run all C++ test |
357 |
env.Alias('run_tests',['build_tests']) |
env.Alias('py_tests', ['build_py_tests']) # taget to run all released python tests |
358 |
env.Alias('py_tests', ['build_py_tests']) |
env.Alias('all_tests', ['run_tests', 'py_tests']) # target to run all C++ and released python tests |
|
env.Alias('all_tests', ['run_tests', 'py_tests']) |
|
359 |
|
|
360 |
# Python install - esys __init__.py |
# Python install - esys __init__.py |
361 |
# This is just an empty file but stills need to be touched so add a special target and Command. Note you can't use the scons Touch() function as it will not |
# This is just an empty file but stills need to be touched so add a special target and Command. Note you can't use the scons Touch() function as it will not |