1*cdb0f33dSPierre Jolivet-include ../../../../petscdir.mk 2c4762a1bSJed BrownCFLAGS = 3c4762a1bSJed BrownFFLAGS = 4c4762a1bSJed BrownCPPFLAGS = 5c4762a1bSJed BrownFPPFLAGS = 6c4762a1bSJed BrownLOCDIR = src/ts/tutorials/power_grid/ 7c4762a1bSJed BrownEXAMPLESC = ex1.c ex2.c ex3.c ex3sa.c ex3opt.c ex3opt_fd.c ex5.c \ 8c4762a1bSJed Brown ex6.c ex7.c ex8.c ex9adj.c ex9.c ex9opt.c 9c4762a1bSJed BrownEXAMPLESF = 10c4762a1bSJed BrownEXAMPLESFH = 11c4762a1bSJed BrownMANSEC = TS 12c4762a1bSJed BrownDIRS = stability_9bus 13c4762a1bSJed BrownCLEANFILES = TS-data-* 14c4762a1bSJed Brown 15c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 16c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 17c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 18