/[ascend]/trunk/models/johnpye/SConscript
ViewVC logotype

Contents of /trunk/models/johnpye/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1500 - (show annotations) (download)
Thu Jun 21 14:38:59 2007 UTC (17 years, 7 months ago) by jpye
File size: 301 byte(s)
Preliminary work for TRON tie-in.
1 Import('env')
2 extenv = env.Copy()
3
4 subdirs = [
5 'extfn','datareader','brent','dopri5','qrslv','conopt','cmslv'
6 ,'lrslv','tron'
7 ]
8
9 for d in subdirs:
10 extenv.SConscript(d+'/SConscript',['env']);
11
12 if extenv.get('WITH_PYTHON'):
13 extenv.SConscript('extpy/SConscript',['env']);
14
15 # vim: set syntax=python:

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22