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