1*0de55854SLois Curfman McInnesPETSC_DIR = ../../../../.. 2b8a66259SBarry Smith 3b8a66259SBarry SmithALL: lib 4b8a66259SBarry Smith 54b828684SBarry SmithCFLAGS = $(PETSC_INCLUDE) -I../../.. \ 6b16a3bb1SBarry Smith $(CONF) -D__DIR__='"mat/impls/aij/seq/"' 78b9d8d45SLois Curfman McInnesSOURCEC = aij.c aijfact.c ij.c 8b8a66259SBarry SmithSOURCEF = 9f482c248SBarry SmithSOURCEH = aij.h 108b9d8d45SLois Curfman McInnesOBJSC = aij.o aijfact.o ij.o 11b8a66259SBarry SmithOBJSF = 12b8a66259SBarry SmithLIBBASE = libpetscmat 134b828684SBarry SmithDIRS = 14289bc588SBarry SmithMANSEC = 2 15b8a66259SBarry Smith 16*0de55854SLois Curfman McInnesinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH) 17