# $Id: makefile,v 1.37 2000/07/10 03:39:27 bsmith Exp bsmith $ 

ALL: lib

CFLAGS   =
FFLAGS   =
SOURCEC  = matrix.c mhas.c matcnv.c mgtype.c matreg.c matregis.c matnull.c
SOURCEF  =
SOURCEH  = 
OBJSC    = matrix.o mhas.o matcnv.o mgtype.o matreg.o matregis.o matnull.o
OBJSF    =
LIBBASE  = libpetscmat
MANSEC   = Mat
LOCDIR   = src/mat/interface/

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