1ALL: 2 3CFLAGS = 4FFLAGS = 5CPPFLAGS = 6FPPFLAGS = 7LOCDIR = src/tao/leastsquares/tutorials/ 8MANSEC = 9EXAMPLESC = chwirut1.c chwirut2.c cs1.c tomography.c 10EXAMPLESCH = 11EXAMPLESF = chwirut1f.F90 chwirut2f.F90 12EXAMPLESFH = chwirut2f.h 13TUTORIALS = chwirut1.c chwirut2.c chwirut1f.F90 chwirut2f.F90 cs1.c tomography.c 14DOCS = 15DIRS = matlab 16CLEANFILES = chwirut1 chwirut2 chwirut1f chwirut2f cs1 tomography 17 18include ${PETSC_DIR}/lib/petsc/conf/variables 19include ${PETSC_DIR}/lib/petsc/conf/rules 20include ${PETSC_DIR}/lib/petsc/conf/test 21 22 23