16a67db7eSSatish Balay#PETSC_DIR = ../../.. 27807a1faSBarry Smith 37807a1faSBarry SmithALL: lib 47807a1faSBarry Smith 570f55243SBarry SmithCFLAGS = $(CPPFLAGS) $(CONF) -D__DIR__='"$(LOCDIR)"' 6*94a9d846SBarry SmithSOURCEC = gcreate.c convert.c stash.c axpy.c zerodiag.c matio.c matioall.c \ 7*94a9d846SBarry Smith conaij.c conbdiag.c 87807a1faSBarry SmithSOURCEF = 97807a1faSBarry SmithSOURCEH = 10*94a9d846SBarry SmithOBJSC = gcreate.o convert.o stash.o axpy.o zerodiag.o matio.o matioall.o \ 11*94a9d846SBarry Smith conaij.o conbdiag.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