Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1378 | slepc | 1 | # |
| 2 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
||
| 3 | # SLEPc - Scalable Library for Eigenvalue Problem Computations |
||
| 4 | # Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain |
||
| 5 | # |
||
| 6 | # This file is part of SLEPc. See the README file for conditions of use |
||
| 7 | # and additional information. |
||
| 8 | # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
||
| 9 | # |
||
| 6 | dsic.upv.es!jroman | 10 | |
| 11 | ALL: lib |
||
| 12 | |||
| 498 | dsic.upv.es!antodo | 13 | #requirespackage 'SLEPC_HAVE_TRLAN' |
| 14 | #requiresscalar real |
||
| 6 | dsic.upv.es!jroman | 15 | |
| 16 | CFLAGS = |
||
| 17 | FFLAGS = |
||
| 18 | SOURCEC = trlan.c |
||
| 19 | SOURCEF = |
||
| 20 | SOURCEH = trlanp.h |
||
| 21 | OBJSC = trlan.o |
||
| 22 | LIBBASE = libslepc |
||
| 23 | DIRS = |
||
| 24 | MANSEC = EPS |
||
| 25 | LOCDIR = src/eps/impls/trlan/ |
||
| 26 | |||
| 1523 | slepc | 27 | include ${SLEPC_DIR}/conf/slepc_common |
| 6 | dsic.upv.es!jroman | 28 | |
| 29 |