10de55854SLois Curfman McInnesPETSC_DIR = ../../../../.. 2b8a66259SBarry Smith 3b8a66259SBarry SmithALL: lib 4b8a66259SBarry Smith 5006c65c2SSatish BalayCFLAGS = $(CPPFLAGS) $(CONF) -D__DIR__='"$(LOCDIR)"' \ 6*70f55243SBarry Smith $(SUPERLU_INCLUDE) 7fc85da2cSBarry SmithSOURCEC = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c 8b8a66259SBarry SmithSOURCEF = 9f482c248SBarry SmithSOURCEH = aij.h 10fc85da2cSBarry SmithOBJSC = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o 11b8a66259SBarry SmithOBJSF = 12b8a66259SBarry SmithLIBBASE = libpetscmat 134b828684SBarry SmithDIRS = 14289bc588SBarry SmithMANSEC = 2 154f312a90SBarry SmithLOCDIR = src/mat/impls/aij/seq/ 16b8a66259SBarry Smith 174e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base 18