1*c4762a1bSJed Brown 2*c4762a1bSJed BrownCFLAGS = 3*c4762a1bSJed BrownFFLAGS = 4*c4762a1bSJed BrownCPPFLAGS = 5*c4762a1bSJed BrownFPPFLAGS = 6*c4762a1bSJed BrownLOCDIR = src/snes/tutorials/ex10d/ 7*c4762a1bSJed BrownEXAMPLESC = ex10.c 8*c4762a1bSJed BrownEXAMPLESF = 9*c4762a1bSJed BrownMANSEC = SNES 10*c4762a1bSJed Brown 11*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 12*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 13*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 14*c4762a1bSJed Brown 15*c4762a1bSJed Brown 16*c4762a1bSJed Brown 17