1-include ../../../../../petscdir.mk 2#requirespackage 'PETSC_HAVE_SPAI' 3 4CPPFLAGS = ${SPAI_INCLUDE} 5SOURCEC = ispai.c dspai.c 6SOURCEF = 7SOURCEH = 8LIBBASE = libpetscksp 9DIRS = 10MANSEC = KSP 11SUBMANSEC = PC 12 13include ${PETSC_DIR}/lib/petsc/conf/variables 14include ${PETSC_DIR}/lib/petsc/conf/rules 15include ${PETSC_DIR}/lib/petsc/conf/test 16 17 18