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