14b9ad928SBarry Smith 24b9ad928SBarry Smith#requirespackage 'PETSC_HAVE_SPAI' 34b9ad928SBarry Smith#requiresprecision double 44b9ad928SBarry Smith#requiresscalar real 54b9ad928SBarry Smith 64b9ad928SBarry SmithALL: lib 7*01a81e61SBarry Smith# 8*01a81e61SBarry Smith# 94b9ad928SBarry SmithCFLAGS = 104b9ad928SBarry SmithFFLAGS = 11*01a81e61SBarry SmithCPPFLAGS = ${SPAI_INCLUDE} 12*01a81e61SBarry SmithSOURCEC = ispai.c dspai.c 134b9ad928SBarry SmithSOURCEF = 144b9ad928SBarry SmithSOURCEH = 15*01a81e61SBarry SmithOBJSC = ispai.o dspai.o 164b9ad928SBarry SmithOBJSF = 174b9ad928SBarry SmithLIBBASE = libpetscksp 18*01a81e61SBarry SmithDIRS = 19*01a81e61SBarry SmithMANSEC = PC 20*01a81e61SBarry SmithLOCDIR = src/ksp/pc/impls/spai/src/ 214b9ad928SBarry Smith 224b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base 234b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test 24*01a81e61SBarry Smith 25*01a81e61SBarry Smith 26