/[escript]/trunk/modellib/SConstruct
ViewVC logotype

Contents of /trunk/modellib/SConstruct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 455 - (show annotations)
Tue Jan 24 04:36:54 2006 UTC (17 years, 2 months ago) by jgs
File size: 534 byte(s)
minor comment and formatting changes

1 # Scons configuration file for modellib
2
3 #
4 # set appropriate configuration variable defaults
5 esysroot=str(Dir('./..').abspath)
6 execfile(str(File(esysroot+"/scons/esys_options.py")))
7
8 pydir = Dir(str(esysroot) + '/modellib/lib/py_src')
9 Export(["pydir"])
10 pydir2 = Dir(str(esysroot) + '/esys/modellib')
11 Export(["pydir2"])
12
13 #
14 # print out build configuration for this module
15
16 print "Build configuration for module: modellib"
17
18 #
19 # call the SConscript to do the actual build
20
21 SConscript(dirs=['py_src'], build_dir='obj/py_src', duplicate=0)

  ViewVC Help
Powered by ViewVC 1.1.26