1*c4762a1bSJed Brown 2*c4762a1bSJed BrownCFLAGS = 3*c4762a1bSJed BrownFFLAGS = 4*c4762a1bSJed BrownCPPFLAGS = 5*c4762a1bSJed BrownFPPFLAGS = 6*c4762a1bSJed BrownCXXFLAGS = 7*c4762a1bSJed BrownLOCDIR = src/ts/tutorials/autodiff/ 8*c4762a1bSJed BrownEXAMPLESCXX = adr_ex1.cxx adr_ex5adj.cxx adr_ex5adj_mf.cxx ex16adj.cxx ex16adj_tl.cxx ex16opt_ic.cxx 9*c4762a1bSJed BrownEXAMPLESF = 10*c4762a1bSJed BrownMANSEC = TS 11*c4762a1bSJed BrownDIRS = 12*c4762a1bSJed BrownCLEANFILES = TS-data-* *.tap 13*c4762a1bSJed Brown 14*c4762a1bSJed BrownLIB = ${PETSC_TS_LIB} 15*c4762a1bSJed Brown 16*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 17*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 18*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 19