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