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