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
#
10
 
1302 slepc 11
ALL: lib
12
 
13
CFLAGS   =
14
FFLAGS   =
1329 slepc 15
SOURCEC  = ipbasic.c ipdot.c iporthog.c ipform.c
1302 slepc 16
SOURCEF  =
17
SOURCEH  =
1329 slepc 18
OBJSC    = ipbasic.o ipdot.o iporthog.o ipform.o
1302 slepc 19
LIBBASE  = libslepc
20
DIRS     =
21
MANSEC   = IP
22
LOCDIR   = src/ip
23
 
24
include ${SLEPC_DIR}/bmake/slepc_common