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