1*06a34e6fSBarry Smith# $Id: makefile,v 1.34 1998/03/19 02:09:31 balay Exp bsmith $ 27807a1faSBarry Smith 37807a1faSBarry SmithALL: lib 47807a1faSBarry Smith 5d77bb2e1SSatish BalayCFLAGS = ${CPPFLAGS} ${CONF} -D__SDIR__='"${LOCDIR}"' 6*06a34e6fSBarry SmithSOURCEC = convert.c stash.c axpy.c zerodiag.c matio.c matioall.c \ 7*06a34e6fSBarry Smith conaij.c conbdiag.c getcolv.c gcreate.c 87807a1faSBarry SmithSOURCEF = 97807a1faSBarry SmithSOURCEH = 10*06a34e6fSBarry SmithOBJSC = convert.o stash.o axpy.o zerodiag.o matio.o matioall.o \ 11*06a34e6fSBarry Smith conaij.o conbdiag.o getcolv.o gcreate.o 127807a1faSBarry SmithOBJSF = 137807a1faSBarry SmithLIBBASE = libpetscmat 1401513686SBarry SmithDIRS = 157807a1faSBarry SmithMANSEC = 2 169da4b979SBarry SmithLOCDIR = src/mat/utils/ 177807a1faSBarry Smith 18d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base 19