Parent Directory
|
Revision Log
more work on pyvisi integration
1 | # top-level Scons configuration file for all esys13 modules |
2 | |
3 | # |
4 | # set appropriate defaults for configuration variables |
5 | |
6 | esysroot=str(Dir('.').abspath) |
7 | execfile(str(File(esysroot+"/scons/esys_options.py"))) |
8 | |
9 | # |
10 | # call appropriate SConscripts |
11 | |
12 | target_scripts = ['tools/CppUnitTest/SConstruct', |
13 | 'tools/mmio/SConstruct', |
14 | 'esysUtils/SConstruct', |
15 | 'escript/SConstruct', |
16 | 'bruce/SConstruct', |
17 | 'paso/SConstruct', |
18 | 'finley/SConstruct', |
19 | 'modellib/SConstruct'] |
20 | # 'pyvisi/SConstruct', |
21 | # 'doc/SConstruct'] |
22 | # 'doc/SConstruct'] |
23 | |
24 | SConscript(target_scripts, duplicate=0) |
ViewVC Help | |
Powered by ViewVC 1.1.26 |