Parent Directory | Revision Log
Dependencies of shared libraries on 'libascend'.
1 | jpye | 1504 | Import('env') |
2 | |||
3 | # To run the test, type | ||
4 | # ascend johnpye/qrslv/qrslv.a4c | ||
5 | |||
6 | libqrslv = [env.SharedLibrary("qrslv",["qrslv.c"] | ||
7 | ,LIBS = ['ascend'] | ||
8 | ,LIBPATH = ['#'] | ||
9 | )] | ||
10 | |||
11 | env['extfns'] += libqrslv | ||
12 | |||
13 | jpye | 1510 | env.Depends(libqrslv,env['libascend']) |
14 | |||
15 | jpye | 1504 | if env.get('CAN_INSTALL'): |
16 | jpye | 1505 | dir = Dir(env.subst("$INSTALL_ROOT$INSTALL_SOLVERS")) |
17 | env.InstallShared(dir,libqrslv) | ||
18 | jpye | 1504 | |
19 | # vim: set syntax=python: |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |