include ${PETSC_DIR}/conf/variables
include ${PETSC_DIR}/conf/rules

ex: ex.o  chkopts
	-${CLINKER} -o ex ex.o  ${PETSC_KSP_LIB}
	${RM} ex.o

