Subversion Repositories slepc-dev

Rev

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
CFLAGS   =
12
FFLAGS   =
13
SOURCEC  =
14
SOURCEF  =
15
SOURCEH  = slepc.h slepceps.h slepcst.h slepclog.h slepcversion.h slepcblaslapack.h
16
OBJSC    =
17
OBJSF    =
18
LIBBASE  = libslepc
19
DIRS     = finclude
20
LOCDIR   = include/
21
MANSEC   =
22
 
23
include ${SLEPC_DIR}/bmake/slepc_common
24
 
25
runexamples:
26
 
27
 
28