1*82bf6240SBarry Smith# $Id: makefile,v 1.32 1997/08/22 15:15:22 bsmith Exp bsmith $ 27807a1faSBarry Smith 37807a1faSBarry SmithALL: lib 47807a1faSBarry Smith 5c22c1629SBarry SmithCFLAGS = $(CPPFLAGS) $(CONF) -D__SDIR__='"$(LOCDIR)"' 694a9d846SBarry SmithSOURCEC = gcreate.c convert.c stash.c axpy.c zerodiag.c matio.c matioall.c \ 7*82bf6240SBarry 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 \ 11*82bf6240SBarry Smith conaij.o conbdiag.o getcolv.o 127807a1faSBarry SmithOBJSF = 137807a1faSBarry SmithLIBBASE = libpetscmat 1401513686SBarry SmithDIRS = 157807a1faSBarry SmithMANSEC = 2 169da4b979SBarry SmithLOCDIR = src/mat/utils/ 177807a1faSBarry Smith 184e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base 19