16b5873e3SBarry SmithIPETSCDIR = ../../../ 27807a1faSBarry Smith 37807a1faSBarry SmithALL: lib 47807a1faSBarry Smith 56b5873e3SBarry SmithCFLAGS = $(OPT) $(INCLUDEDIRS) -I.. -I$(IPETSCDIR)/pinclude\ 697f30686SLois Curfman McInnes -I../impls/aij/seq -I../impls/aij/mpi \ 797f30686SLois Curfman McInnes -I../impls/row/seq -I../impls/row/mpi \ 8da3a660dSBarry Smith $(CONF) -D__DIR__='"mat/utils"' 997f30686SLois Curfman McInnesSOURCEC = gcreate.c convert.c 107807a1faSBarry SmithSOURCEF = 117807a1faSBarry SmithWSOURCEC = 127807a1faSBarry SmithSOURCEH = 1397f30686SLois Curfman McInnesOBJSC = gcreate.o convert.o 147807a1faSBarry SmithWOBJS = 157807a1faSBarry SmithOBJSF = 167807a1faSBarry SmithLIBBASE = libpetscmat 177807a1faSBarry SmithLINCLUDE = $(SOURCEH) 187807a1faSBarry SmithDIRS = complex 197807a1faSBarry SmithMANSEC = 2 207807a1faSBarry Smith 21c6a45a97SBarry Smithrunexamples: 22c6a45a97SBarry Smith 23*3f622320SBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH) 24