1# $Id: makefile,v 1.40 2000/10/24 20:25:24 bsmith Exp balay $ 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = matrix.c mhas.c matreg.c matregis.c matnull.c 8SOURCEF = 9SOURCEH = 10OBJSC = matrix.o mhas.o matreg.o matregis.o matnull.o 11OBJSF = 12LIBBASE = libpetscmat 13MANSEC = Mat 14LOCDIR = src/mat/interface/ 15 16include ${PETSC_DIR}/bmake/common/base 17include ${PETSC_DIR}/bmake/common/test 18