1-include ../../../../petscdir.mk 2 3MANSEC = TS 4CLEANFILES = TS-data-* 5OBJECTS_EX5 = reaction_diffusion.o 6 7include ${PETSC_DIR}/lib/petsc/conf/variables 8include ${PETSC_DIR}/lib/petsc/conf/rules 9 10ex5: ex5.o $(OBJECTS_EX5) 11ex5adj: ex5adj.o $(OBJECTS_EX5) 12ex5adj_mf: ex5adj_mf.o $(OBJECTS_EX5) 13ex5opt_ic: ex5opt_ic.o $(OBJECTS_EX5) 14