14b9ad928SBarry Smith 24b9ad928SBarry Smith#requirespackage 'PETSC_HAVE_SPAI' 34b9ad928SBarry Smith#requiresprecision double 44b9ad928SBarry Smith#requiresscalar real 54b9ad928SBarry Smith 64b9ad928SBarry SmithALL: lib 701a81e61SBarry Smith# 801a81e61SBarry Smith# 94b9ad928SBarry SmithCFLAGS = 104b9ad928SBarry SmithFFLAGS = 1101a81e61SBarry SmithCPPFLAGS = ${SPAI_INCLUDE} 1201a81e61SBarry SmithSOURCEC = ispai.c dspai.c 134b9ad928SBarry SmithSOURCEF = 144b9ad928SBarry SmithSOURCEH = 1501a81e61SBarry SmithOBJSC = ispai.o dspai.o 164b9ad928SBarry SmithOBJSF = 174b9ad928SBarry SmithLIBBASE = libpetscksp 1801a81e61SBarry SmithDIRS = 1901a81e61SBarry SmithMANSEC = PC 20*52e90ed5SSatish BalayLOCDIR = src/ksp/pc/impls/spai/ 214b9ad928SBarry Smith 224b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base 234b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test 2401a81e61SBarry Smith 2501a81e61SBarry Smith 26