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 | # |
||
| 352 | dsic.upv.es!antodo | 10 | |
| 11 | ALL: lib |
||
| 12 | |||
| 13 | CFLAGS = |
||
| 14 | FFLAGS = |
||
| 15 | SOURCEC = cayley.c |
||
| 16 | SOURCEF = |
||
| 354 | dsic.upv.es!jroman | 17 | SOURCEH = |
| 352 | dsic.upv.es!antodo | 18 | OBJSC = cayley.o |
| 19 | LIBBASE = libslepc |
||
| 20 | DIRS = |
||
| 21 | MANSEC = ST |
||
| 22 | LOCDIR = src/st/impls/cayley/ |
||
| 23 | |||
| 1523 | slepc | 24 | include ${SLEPC_DIR}/conf/slepc_common |
| 352 | dsic.upv.es!antodo | 25 | |
| 26 |