1*cdb0f33dSPierre Jolivet-include ../../../../../petscdir.mk 2c4762a1bSJed Brown#requiresdefine 'PETSC_HAVE_ATTRIBUTEALIGNED' 3c4762a1bSJed BrownCFLAGS = 4c4762a1bSJed BrownFFLAGS = 5c4762a1bSJed BrownCPPFLAGS = 6c4762a1bSJed BrownFPPFLAGS = 7c4762a1bSJed BrownEXAMPLESC = power.c power2.c 8c4762a1bSJed BrownLOCDIR = src/snes/tutorials/network/power/ 9c4762a1bSJed BrownOBJECTS_PF = PFReadData.o pffunctions.o 10c4762a1bSJed Brown 11c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables 12c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules 13c4762a1bSJed Brown 14c4762a1bSJed Brown 15c4762a1bSJed Brownpower: power.o ${OBJECTS_PF} 16c4762a1bSJed Brownpower2: power2.o ${OBJECTS_PF} 17c4762a1bSJed Brown 18c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test 19