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
