1 2ALL: lib 3 4CFLAGS = ${GAMG_INCLUDE} 5FFLAGS = 6SOURCEC = gamg.c agg.c geo.c tools.c classical.c 7SOURCEF = 8SOURCEH = gamg.h 9LIBBASE = libpetscksp 10MANSEC = PC 11LOCDIR = src/ksp/pc/impls/gamg/ 12 13include ${PETSC_DIR}/lib/petsc/conf/variables 14include ${PETSC_DIR}/lib/petsc/conf/rules 15include ${PETSC_DIR}/lib/petsc/conf/test 16