/[escript]/tags/prior_to_merge_with_ROBW_XPLATFORM/SConstruct
ViewVC logotype

Contents of /tags/prior_to_merge_with_ROBW_XPLATFORM/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 680 - (show annotations)
Mon Mar 27 02:15:08 2006 UTC (17 years ago) by robwdcock
File size: 1105 byte(s)
Tagging trunk prior to merge with ROBW_XPLATFORM branch
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)

  ViewVC Help
Powered by ViewVC 1.1.26