petsc-3.12.0 2019-09-29
Report Typos and Errors
#requiresdefine   'PETSC_HAVE_ATTRIBUTEALIGNED'

ALL:power
CFLAGS	         =
FFLAGS	         =
CPPFLAGS         =
FPPFLAGS         =
EXAMPLESC        = power.c power2.c
LOCDIR           = src/snes/examples/tutorials/network/power/
OBJECTS_PF       = PFReadData.o pffunctions.o

include ${PETSC_DIR}/lib/petsc/conf/variables
include ${PETSC_DIR}/lib/petsc/conf/rules


power: power.o ${OBJECTS_PF}
power2: power2.o ${OBJECTS_PF}

include ${PETSC_DIR}/lib/petsc/conf/test