Parent Directory
|
Revision Log
|
Patch
revision 482 by jgs, Wed Feb 1 05:57:50 2006 UTC | revision 483 by jgs, Thu Feb 2 02:10:15 2006 UTC | |
---|---|---|
# | Line 30 paso_env.Replace(ARFLAGS = ar_flags) | Line 30 paso_env.Replace(ARFLAGS = ar_flags) |
30 | ||
31 | lib = 'paso' | lib = 'paso' |
32 | ||
33 | incs = ['Paso.h'] | incs = ['Common.h', |
34 | 'MKL.h', | |
35 | 'Options.h', | |
36 | 'Paso.h', | |
37 | 'SCSL.h', | |
38 | 'SystemMatrix.h', | |
39 | 'SystemMatrixPattern.h', | |
40 | 'PasoUtil.h', | |
41 | 'Solvers/Solver.h'] | |
42 | ||
43 | sources = ['Options_getPackage.c', | sources = ['Options_getPackage.c', |
44 | 'Options_getSolver.c', | 'Options_getSolver.c', |
# | Line 52 sources = ['Options_getPackage.c', | Line 60 sources = ['Options_getPackage.c', |
60 | 'SystemMatrix_saveHB.c', | 'SystemMatrix_saveHB.c', |
61 | 'SystemMatrix_saveMM.c', | 'SystemMatrix_saveMM.c', |
62 | 'SystemMatrix_setValues.c', | 'SystemMatrix_setValues.c', |
63 | 'Util.c', | 'PasoUtil.c', |
64 | 'MKL.c', | 'MKL.c', |
65 | 'SCSL.c', | 'SCSL.c', |
66 | 'SCSL_direct.c', | 'SCSL_direct.c', |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |