include ${PETSC_DIR}/lib/petsc/conf/variables include ${PETSC_DIR}/lib/petsc/conf/rules one: one.o common.o chkopts -${CLINKER} -o one.out one.o common.o ${PETSC_LIB} ${RM} *.o .PHONY: distclean rune_1 test distclean: @rm -f *~ one two: two.o common.o chkopts -${CLINKER} -o two.out two.o common.o ${PETSC_LIB} ${RM} *.o .PHONY: distclean rune_1 test distclean: @rm -f *~ two step5: step5.o common-step5.o chkopts -${CLINKER} -o step5.out step5.o common-step5.o ${PETSC_LIB} ${RM} *.o .PHONY: distclean rune_1 test distclean: @rm -f *~ step5