/[escript]/trunk/SConstruct
ViewVC logotype

Contents of /trunk/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 498 - (show annotations)
Tue Feb 7 01:53:47 2006 UTC (17 years, 1 month ago) by jgs
File size: 647 byte(s)
can now specify target "build_docs" in order to build
epydoc and doxygen documentation

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 'doc/SConstruct']
21
22 SConscript(target_scripts, duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26