1-include ../petscdir.mk 2CFLAGS = 3FFLAGS = 4CPPFLAGS = 5FPPFLAGS = 6LOCDIR = src/dm/tutorials/ 7EXAMPLESC = ex1.c ex3.c ex4.c ex5.c ex6.c ex7.c ex9.c ex10.c ex12.c ex15.c ex19.c ex20.c ex51.c swarm_ex1.c swarm_ex2.c swarm_ex3.c 8EXAMPLESF = ex11f90.F90 ex13f90aux.F90 ex13f90.F90 9MANSEC = DM 10SUBMANSEC = DMDA 11CLEANFILES = output_file output_file.info swarm_ex[1-3] 12 13include ${PETSC_DIR}/lib/petsc/conf/variables 14include ${PETSC_DIR}/lib/petsc/conf/rules 15include ${PETSC_DIR}/lib/petsc/conf/test 16 17ex13f90.o: ex13f90aux.o 18ex13f90: ex13f90.o ex13f90aux.o 19