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