1 2ALL: 3 4CFLAGS = 5FFLAGS = 6CPPFLAGS = 7FPPFLAGS = 8LOCDIR = src/sys/tutorials/ 9EXAMPLESC = ex1.c ex2.c ex3.c ex4.c ex5.c ex6.c ex16.c ex17.c ex19.c 10EXAMPLESF = ex1f.F90 ex2f.F90 ex3f.F ex4f.F ex4f90.F90 ex5f90.F90 ex8f90.F90 ex16f.F90 ex17f.F90 11MANSEC = Sys 12CLEANFILES = binaryoutput binaryoutput.info 13 14include ${PETSC_DIR}/lib/petsc/conf/variables 15include ${PETSC_DIR}/lib/petsc/conf/rules 16include ${PETSC_DIR}/lib/petsc/conf/test 17