# $Id: makefile,v 1.40 2000/08/24 22:42:47 bsmith Exp $ 

ALL: lib

CFLAGS   =
FFLAGS   =
SOURCEC  = gmres.c borthog.c borthog2.c borthog3.c gmres2.c gmreig.c \
           gmpre.c
SOURCEH  = gmresp.h
SOURCEF  = 
OBJSC    = gmres.o borthog.o borthog2.o borthog3.o gmres2.o gmreig.o \
           gmpre.o
OBJSF    = 
LIBBASE  = libpetscsles
MANSEC   = KSP
LOCDIR   = src/sles/ksp/impls/gmres/

include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
include ${PETSC_DIR}/bmake/common_test