1-include ../../../../petscdir.mk 2 3LOCDIR = src/ksp/pc/tutorials/ 4EXAMPLESC = ex1.c ex2.c ex3.c 5EXAMPLESF = 6MANSEC = KSP 7SUBMANSEC = PC 8 9include ${PETSC_DIR}/lib/petsc/conf/variables 10include ${PETSC_DIR}/lib/petsc/conf/rules 11include ${PETSC_DIR}/lib/petsc/conf/test 12 13