1-include ../petscdir.mk 2#requiresdefine 'PETSC_HAVE_ATTRIBUTEALIGNED' 3CFLAGS = 4FFLAGS = 5CPPFLAGS = 6FPPFLAGS = 7EXAMPLESC = ex1.c 8LOCDIR = src/snes/tutorials/network/ 9DIRS = power water 10MANSEC = SNES 11 12OBJECTS_EX1 = ex1.o power/PFReadData.o power/pffunctions.o water/waterreaddata.o water/waterfunctions.o 13 14include ${PETSC_DIR}/lib/petsc/conf/variables 15include ${PETSC_DIR}/lib/petsc/conf/rules 16include ${PETSC_DIR}/lib/petsc/conf/test 17 18ex1: $(OBJECTS_EX1) 19