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