petsc-3.9.1 2018-04-29
#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
ex1: $(OBJECTS_EX1) chkopts
-${CLINKER} -o ex1 $(OBJECTS_EX1) ${PETSC_SNES_LIB}
${RM} ${OBJECTS_EX1}
include ${PETSC_DIR}/lib/petsc/conf/test