1-include ../../../../petscdir.mk 2CFLAGS = 3FFLAGS = 4CPPFLAGS = 5FPPFLAGS = 6LOCDIR = src/ts/tutorials/power_grid/ 7EXAMPLESC = ex1.c ex2.c ex3.c ex3adj.c ex3sa.c ex3opt.c ex3opt_fd.c ex5.c \ 8 ex6.c ex7.c ex8.c ex9adj.c ex9.c ex9opt.c 9EXAMPLESF = 10EXAMPLESFH = 11MANSEC = TS 12DIRS = stability_9bus 13CLEANFILES = TS-data-* 14 15include ${PETSC_DIR}/lib/petsc/conf/variables 16include ${PETSC_DIR}/lib/petsc/conf/rules 17include ${PETSC_DIR}/lib/petsc/conf/test 18