1CFLAGS = 2FFLAGS = 3CPPFLAGS = 4FPPFLAGS = 5LOCDIR = src/dm/tutorials/ 6EXAMPLESC = 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 7EXAMPLESF = ex11f90.F90 ex13f90aux.F90 ex13f90.F90 8MANSEC = DM 9SUBMANSEC = DMDA 10CLEANFILES = output_file output_file.info swarm_ex[1-3] 11 12include ${PETSC_DIR}/lib/petsc/conf/variables 13include ${PETSC_DIR}/lib/petsc/conf/rules 14include ${PETSC_DIR}/lib/petsc/conf/test 15 16ex13f90.o: ex13f90aux.o 17ex13f90: ex13f90.o ex13f90aux.o 18