1ALL: 2 3CFLAGS = 4FFLAGS = 5CPPFLAGS = 6FPPFLAGS = 7EXAMPLESC = eptorsion1.c eptorsion2.c minsurf2.c rosenbrock1.c spectraladjointassimilation.c 8EXAMPLESF = eptorsion2f.F rosenbrock1f.F90 9EXAMPLESCH = 10EXAMPLESFH = eptorsion2f.h rosenbrock1f.h 11LOCDIR = src/tao/unconstrained/tutorials/ 12MANSEC = 13DOCS = 14DIRS = 15CLEANFILES = eptorsion1 eptorsion2 minsurf2 rosenbrock1 eptorsion2f rosenbrock1f 16 17include ${PETSC_DIR}/lib/petsc/conf/variables 18include ${PETSC_DIR}/lib/petsc/conf/rules 19include ${PETSC_DIR}/lib/petsc/conf/test 20