1*c4762a1bSJed Brown 2*c4762a1bSJed BrownCFLAGS = 3*c4762a1bSJed BrownFFLAGS = 4*c4762a1bSJed BrownCPPFLAGS = 5*c4762a1bSJed BrownFPPFLAGS = 6*c4762a1bSJed BrownLOCDIR = src/mat/tutorials/ 7*c4762a1bSJed BrownEXAMPLESC = ex1.c ex2.c ex4.c ex8.c ex9.c ex10.c ex11.c ex12.c ex15.c ex16.c ex17.c 8*c4762a1bSJed BrownEXAMPLESF = ex4f.F90 ex6f.F90 ex15f.F90 ex17f.F90 9*c4762a1bSJed BrownMANSEC = Mat 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