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

Annotation of /trunk/solvers/lrslv/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1504 - (hide annotations) (download)
Sat Jun 23 14:12:34 2007 UTC (17 years, 10 months ago) by jpye
File size: 266 byte(s)
Moving solvers to their own directory
1 jpye 1504 Import('env')
2    
3     liblrslv = [env.SharedLibrary("lrslv",["slv9a.c"]
4     ,LIBS = ['ascend']
5     ,LIBPATH = ['#']
6     )]
7    
8     env['extfns'] += liblrslv
9    
10     if env.get('CAN_INSTALL'):
11     env.InstallShared(Dir(env.subst("$INSTALL_ROOT$INSTALL_SOLVERS")),liblrslv)
12    
13     # vim: set syntax=python:
14    

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