petsc-3.13.4 2020-08-01
Report Typos and Errors
-include ../../../../../petscdir.mk
#requiresdefine   'PETSC_HAVE_ATTRIBUTEALIGNED'
CFLAGS	         =
FFLAGS	         =
CPPFLAGS         =
FPPFLAGS         =
EXAMPLESC        = power.c power2.c
LOCDIR           = src/snes/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