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