1*cdb0f33dSPierre Jolivet-include ../../../petscdir.mk 2c4762a1bSJed BrownCFLAGS = 3c4762a1bSJed BrownFFLAGS = 4c4762a1bSJed BrownCPPFLAGS = 5c4762a1bSJed BrownFPPFLAGS = 6c4762a1bSJed BrownLOCDIR = src/dm/tests/ 7c4762a1bSJed BrownEXAMPLESC = ex1.c ex2.c ex3.c ex4.c ex5.c ex6.c ex7.c ex8.c ex9.c\ 8c4762a1bSJed Brown ex11.c ex12.c ex13.c ex14.c ex15.c ex16.c ex19.c ex20.c \ 9c4762a1bSJed Brown ex21.c ex22.c ex23.c ex24.c ex25.c ex26.c ex27.c ex28.c ex30.c \ 10c4762a1bSJed Brown ex31.c ex32.c ex34.c ex36.c ex37.c ex38.c ex39.c ex40.c ex41.c \ 11c4762a1bSJed Brown ex42.c ex43.c ex44.c ex45.c ex46.c ex47.c ex48.c ex49.c ex50.c ex51.c ex52.c 12c4762a1bSJed BrownEXAMPLESMATLAB = ex12.m 13c4762a1bSJed BrownEXAMPLESF = ex1f.F90 14c4762a1bSJed BrownMANSEC = DM 15c4762a1bSJed Brown 16c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 17c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 18c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 19