Parent Directory
|
Revision Log
Adding missed merge (r702-820) from dae to trunk
1 | Import('env') |
2 | |
3 | srcs = Split(""" |
4 | d1mach.c |
5 | |
6 | dgbfa.f |
7 | dgbsl.f |
8 | dgefa.f |
9 | dgesl.f |
10 | """) |
11 | |
12 | linpack = [] |
13 | |
14 | for src in srcs: |
15 | linpack.append( env.SharedObject(src) ) |
16 | |
17 | Return('linpack') |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |