1 |
# top-level Scons configuration file for all esys13 modules |
2 |
|
3 |
# |
4 |
# set appropriate defaults for configuration variables |
5 |
|
6 |
esysroot=str(Dir('.').abspath) |
7 |
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
8 |
|
9 |
# |
10 |
# call appropriate SConscripts |
11 |
|
12 |
target_scripts = ['tools/CppUnitTest/SConstruct', |
13 |
'tools/mmio/SConstruct', |
14 |
'esysUtils/SConstruct', |
15 |
'escript/SConstruct', |
16 |
'bruce/SConstruct', |
17 |
'paso/SConstruct', |
18 |
'finley/SConstruct', |
19 |
'modellib/SConstruct', |
20 |
'doc/SConstruct'] |
21 |
|
22 |
SConscript(target_scripts, duplicate=0) |