1 |
jgs |
214 |
# top-level Scons configuration file for all esys13 modules |
2 |
jgs |
455 |
|
3 |
elspeth |
643 |
# Copyright 2006 by ACcESS MNRF |
4 |
|
|
# |
5 |
|
|
# http://www.access.edu.au |
6 |
|
|
# Primary Business: Queensland, Australia |
7 |
|
|
# Licensed under the Open Software License version 3.0 |
8 |
|
|
# http://www.opensource.org/licenses/osl-3.0.php |
9 |
|
|
# |
10 |
jgs |
214 |
# |
11 |
elspeth |
643 |
# |
12 |
gross |
425 |
# set appropriate defaults for configuration variables |
13 |
jgs |
455 |
|
14 |
gross |
425 |
esysroot=str(Dir('.').abspath) |
15 |
|
|
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
16 |
jgs |
214 |
|
17 |
|
|
# |
18 |
|
|
# call appropriate SConscripts |
19 |
jgs |
192 |
|
20 |
jgs |
214 |
target_scripts = ['tools/CppUnitTest/SConstruct', |
21 |
|
|
'esysUtils/SConstruct', |
22 |
|
|
'escript/SConstruct', |
23 |
|
|
'bruce/SConstruct', |
24 |
|
|
'paso/SConstruct', |
25 |
jgs |
268 |
'finley/SConstruct', |
26 |
gross |
603 |
'modellib/SConstruct', |
27 |
|
|
'pyvisi/SConstruct'] |
28 |
gross |
584 |
# 'doc/SConstruct'] |
29 |
gross |
602 |
# 'doc/SConstruct'] |
30 |
jgs |
214 |
|
31 |
|
|
SConscript(target_scripts, duplicate=0) |