petsc-3.12.1 2019-10-22
Report Typos and Errors
#requiresdefine   'PETSC_HAVE_ATTRIBUTEALIGNED'

ALL: lib
CFLAGS	         =
FFLAGS	         =
CPPFLAGS         =
FPPFLAGS         =
EXAMPLESC        = ex1.c
LOCDIR           = src/snes/examples/tutorials/network/
DIRS		 = power water
MANSEC           = SNES

OBJECTS_EX1 = ex1.o power/PFReadData.o power/pffunctions.o water/waterreaddata.o water/waterfunctions.o

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

ex1: $(OBJECTS_EX1)