10de55854SLois Curfman McInnesPETSC_DIR = ../../.. 27807a1faSBarry Smith 37807a1faSBarry SmithALL: lib 47807a1faSBarry Smith 5*70f55243SBarry SmithCFLAGS = $(CPPFLAGS) $(CONF) -D__DIR__='"$(LOCDIR)"' 6416022c9SBarry SmithSOURCEC = gcreate.c convert.c stash.c axpy.c zerodiag.c matio.c 77807a1faSBarry SmithSOURCEF = 87807a1faSBarry SmithSOURCEH = 9416022c9SBarry SmithOBJSC = gcreate.o convert.o stash.o axpy.o zerodiag.o matio.o 107807a1faSBarry SmithOBJSF = 117807a1faSBarry SmithLIBBASE = libpetscmat 1201513686SBarry SmithDIRS = 137807a1faSBarry SmithMANSEC = 2 149da4b979SBarry SmithLOCDIR = src/mat/utils/ 157807a1faSBarry Smith 164e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base 17