1# $Id: makefile,v 1.29 2000/06/07 17:46:11 balay Exp bsmith $ 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = 8SOURCEF = 9SOURCEH = matimpl.h 10OBJSC = 11OBJSF = 12LIBBASE = libpetscmat 13DIRS = interface impls examples utils matfd partition order color 14LOCDIR = src/mat/ 15 16include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base 17include ${PETSC_DIR}/bmake/common_test 18