1 2ALL: lib 3 4CFLAGS = 5FFLAGS = 6SOURCEC = mg.c fmg.c smg.c mgfunc.c 7SOURCEF = 8SOURCEH = mgimpl.h ../../../../../include/petscpcmg.h 9OBJSC = mg.o fmg.o smg.o mgfunc.o 10OBJSF = 11LIBBASE = libpetscksp 12MANSEC = PC 13LOCDIR = src/ksp/pc/impls/mg/ 14DIRS = 15 16include ${PETSC_DIR}/conf/variables 17include ${PETSC_DIR}/conf/rules 18include ${PETSC_DIR}/conf/test 19