1*c4762a1bSJed Brown 2*c4762a1bSJed BrownALL: 3*c4762a1bSJed Brown 4*c4762a1bSJed BrownCFLAGS = 5*c4762a1bSJed BrownFFLAGS = 6*c4762a1bSJed BrownCPPFLAGS = 7*c4762a1bSJed BrownFPPFLAGS = 8*c4762a1bSJed BrownLOCDIR = src/sys/tutorials/ 9*c4762a1bSJed BrownEXAMPLESC = ex1.c ex2.c ex3.c ex4.c ex5.c ex6.c ex16.c ex17.c ex19.c 10*c4762a1bSJed BrownEXAMPLESF = ex1f.F90 ex2f.F90 ex3f.F ex4f.F ex4f90.F90 ex5f90.F90 ex8f90.F90 ex16f.F90 ex17f.F90 11*c4762a1bSJed BrownMANSEC = Sys 12*c4762a1bSJed BrownCLEANFILES = binaryoutput binaryoutput.info 13*c4762a1bSJed Brown 14*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 15*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 16*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 17