1#requiresdefine 'PETSC_HAVE_ATTRIBUTEALIGNED' 2 3ALL:power 4CFLAGS = 5FFLAGS = 6CPPFLAGS = 7FPPFLAGS = 8EXAMPLESC = power.c power2.c 9LOCDIR = src/snes/tutorials/network/power/ 10OBJECTS_PF = PFReadData.o pffunctions.o 11 12include ${PETSC_DIR}/lib/petsc/conf/variables 13include ${PETSC_DIR}/lib/petsc/conf/rules 14 15 16power: power.o ${OBJECTS_PF} 17power2: power2.o ${OBJECTS_PF} 18 19include ${PETSC_DIR}/lib/petsc/conf/test 20