1-include ../../../../petscdir.mk 2CLFAGS = 3FFLAGS = 4CPPFLAGS = 5FPPFLAGS = 6LOCDIR = src/ts/tutorials/advection-diffusion-reaction/ 7EXAMPLESC = ex1.c ex2.c ex3.c ex4.c ex5.c ex5adj.c ex5opt_ic.c 8EXAMPLESF = shashi.F90 9EXAMPLESFH = 10MANSEC = TS 11DIRS = 12CLEANFILES = TS-data-* 13 14include ${PETSC_DIR}/lib/petsc/conf/variables 15include ${PETSC_DIR}/lib/petsc/conf/rules 16include ${PETSC_DIR}/lib/petsc/conf/test 17