/[ascend]/trunk/solvers/SConscript
ViewVC logotype

Diff of /trunk/solvers/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1514 by jpye, Wed Jun 27 13:08:47 2007 UTC revision 1515 by jpye, Wed Jun 27 15:09:57 2007 UTC
# Line 2  Import('env') Line 2  Import('env')
2  extenv = env.Copy()  extenv = env.Copy()
3    
4  subdirs = [  subdirs = [
5      'qrslv','conopt','cmslv','lrslv','tron','lsode','ida'      'qrslv','conopt','cmslv','lrslv','lsode','ida'
6  ]  ]
7    #'tron',
8    
9  for d in subdirs:  for d in subdirs:
10      extenv.SConscript(d+'/SConscript',['env']);      extenv.SConscript(d+'/SConscript',['env']);

Legend:
Removed from v.1514  
changed lines
  Added in v.1515

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