1 |
# top-level Scons configuration file for all esys13 modules |
2 |
|
3 |
# 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 |
# |
11 |
# |
12 |
# set appropriate defaults for configuration variables |
13 |
|
14 |
esysroot=str(Dir('.').abspath) |
15 |
execfile(str(File(esysroot+"/scons/esys_options.py"))) |
16 |
|
17 |
# |
18 |
# call appropriate SConscripts |
19 |
|
20 |
target_scripts = ['tools/CppUnitTest/SConstruct', |
21 |
'esysUtils/SConstruct', |
22 |
'escript/SConstruct', |
23 |
'bruce/SConstruct', |
24 |
'paso/SConstruct', |
25 |
'finley/SConstruct', |
26 |
'modellib/SConstruct', |
27 |
'pyvisi/SConstruct'] |
28 |
# 'doc/SConstruct'] |
29 |
# 'doc/SConstruct'] |
30 |
|
31 |
SConscript(target_scripts, duplicate=0) |