1 2#requirespackage 'PETSC_HAVE_HYPRE' 3 4ALL: lib 5 6CFLAGS = ${HYPRE_INCLUDE} 7FFLAGS = 8SOURCEC = hmg.c 9SOURCEF = 10SOURCEH = 11LIBBASE = libpetscksp 12DIRS = 13MANSEC = KSP 14SUBMANSEC = PC 15LOCDIR = src/ksp/pc/impls/hmg/ 16 17include ${PETSC_DIR}/lib/petsc/conf/variables 18include ${PETSC_DIR}/lib/petsc/conf/rules 19include ${PETSC_DIR}/lib/petsc/conf/test 20