1 |
# top-level Scons configuration file for all esys13 modules |
# top-level Scons configuration file for all esys13 modules |
2 |
|
|
3 |
# |
# |
4 |
# set appropriate defaults for configuration variables |
# set appropriate defaults for configuration variables |
5 |
|
|
6 |
esysroot=str(Dir('.').abspath) |
esysroot=str(Dir('.').abspath) |
7 |
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
8 |
|
|
16 |
'bruce/SConstruct', |
'bruce/SConstruct', |
17 |
'paso/SConstruct', |
'paso/SConstruct', |
18 |
'finley/SConstruct', |
'finley/SConstruct', |
19 |
'modellib/SConstruct'] |
'modellib/SConstruct', |
20 |
|
'doc/SConstruct'] |
21 |
# 'doc/SConstruct'] |
# 'doc/SConstruct'] |
22 |
|
|
23 |
SConscript(target_scripts, duplicate=0) |
SConscript(target_scripts, duplicate=0) |