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