1*cdb0f33dSPierre Jolivet-include ../../../../petscdir.mk 2c4762a1bSJed BrownCLFAGS = 3c4762a1bSJed BrownFFLAGS = 4c4762a1bSJed BrownCPPFLAGS = 5c4762a1bSJed BrownFPPFLAGS = 6c4762a1bSJed BrownLOCDIR = src/ts/tutorials/advection-diffusion-reaction/ 7c4762a1bSJed BrownEXAMPLESC = ex1.c ex2.c ex3.c ex4.c ex5.c ex5opt_ic.c 8c4762a1bSJed BrownEXAMPLESF = shashi.F90 9c4762a1bSJed BrownEXAMPLESFH = 10c4762a1bSJed BrownMANSEC = TS 11c4762a1bSJed BrownDIRS = 12c4762a1bSJed BrownCLEANFILES = TS-data-* 13c4762a1bSJed Brown 14c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 15c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 16c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 17