1-include ../../../../../petscdir.mk 2CFLAGS = 3FFLAGS = 4CPPFLAGS = 5FPPFLAGS = 6LOCDIR = src/dm/impls/plex/tutorials/ 7EXAMPLESC = ex1.c ex5.c ex6.c ex7.c ex8.c ex9.c ex10.c ex11.c ex13.c 8EXAMPLESF = ex1f90.F90 ex3f90.F90 ex4f90.F90 9MANSEC = DM 10 11include ${PETSC_DIR}/lib/petsc/conf/variables 12include ${PETSC_DIR}/lib/petsc/conf/rules 13include ${PETSC_DIR}/lib/petsc/conf/test 14