Subversion Repositories slepc-dev

Rev

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
#
986 slepc 10
 
11
#requirespackage   'PETSC_HAVE_FORTRAN'
12
ALL: lib
13
CFLAGS   =
14
FFLAGS   =
15
SOURCEC  = zepsf.c
16
OBJSC    = zepsf.o
17
SOURCEF  =
18
SOURCEH  =
19
DIRS     =
1075 slepc 20
LIBBASE  = libslepc
986 slepc 21
LOCDIR   = src/eps/interface/ftn-custom/
1523 slepc 22
include ${SLEPC_DIR}/conf/slepc_common