1# $Id: makefile,v 1.33 2001/09/07 20:09:08 bsmith Exp $ 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = 8SOURCEF = 9SOURCEH = matimpl.h ../../include/petscmat.h 10OBJSC = 11OBJSF = 12LIBBASE = libpetscmat 13DIRS = interface impls examples utils matfd partition order color esi 14LOCDIR = src/mat/ 15MANSEC = Mat 16 17include ${PETSC_DIR}/bmake/common/base 18include ${PETSC_DIR}/bmake/common/test 19