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