1*cdb0f33dSPierre Jolivet-include ../../../../petscdir.mk 2c4762a1bSJed BrownCFLAGS = 3c4762a1bSJed BrownFFLAGS = 4c4762a1bSJed BrownCPPFLAGS = 5c4762a1bSJed BrownFPPFLAGS = 6c4762a1bSJed BrownLOCDIR = src/tao/leastsquares/tutorials/ 7c4762a1bSJed BrownMANSEC = 8c4762a1bSJed BrownEXAMPLESC = chwirut1.c chwirut2.c cs1.c tomography.c 9c4762a1bSJed BrownEXAMPLESCH = 10c4762a1bSJed BrownEXAMPLESF = chwirut1f.F90 chwirut2f.F90 11c4762a1bSJed BrownEXAMPLESFH = chwirut2f.h 12c4762a1bSJed BrownTUTORIALS = chwirut1.c chwirut2.c chwirut1f.F90 chwirut2f.F90 cs1.c tomography.c 13c4762a1bSJed BrownDOCS = 14c4762a1bSJed BrownDIRS = matlab 15c4762a1bSJed BrownCLEANFILES = chwirut1 chwirut2 chwirut1f chwirut2f cs1 tomography 16c4762a1bSJed Brown 17c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 18c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 19c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 20c4762a1bSJed Brown 21c4762a1bSJed Brown 22