## makefile for cartcommtest include ${PETSC_DIR}/bmake/common/base cartcommtest: cartcommtest.o chkopts -${CLINKER} -o cartcommtest cartcommtest.o ${PETSC_KSP_LIB} ${RM} cartcommtest.o include ${PETSC_DIR}/bmake/common/test ## end makefile