1*cdb0f33dSPierre Jolivet-include ../../../../petscdir.mk 2c4762a1bSJed BrownCFLAGS = 3c4762a1bSJed BrownFFLAGS = 4c4762a1bSJed BrownCPPFLAGS = 5c4762a1bSJed BrownFPPFLAGS = 6c4762a1bSJed BrownLOCDIR = src/tao/pde_constrained/tutorials/ 7c4762a1bSJed BrownMANSEC = 8c4762a1bSJed BrownEXAMPLESC = elliptic.c parabolic.c hyperbolic.c 9c4762a1bSJed BrownTUTORIALS = elliptic.c parabolic.c hyperbolic.c 10c4762a1bSJed BrownEXAMPLESF = 11c4762a1bSJed BrownEXAMPLESCH = 12c4762a1bSJed BrownEXAMPLESFH = 13c4762a1bSJed BrownEXAMPLESMATLAB = 14c4762a1bSJed BrownCLEANFILES = elliptic parabolic hyperbolic 15c4762a1bSJed Brown 16c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 17c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 18c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 19