#-- start of cleanup_objects ------
	$(cleanup_echo) objects ${CONSTITUENT}
	-$(cleanup_silent) /bin/rm -f ${OBJS}
	-$(cleanup_silent) /bin/rm -f $(patsubst %.o,%.d,${OBJS}) $(patsubst %.o,%.dep,${OBJS}) $(patsubst %.o,%.d.stamp,${OBJS})
	-$(cleanup_silent) cd $(bin); /bin/rm -rf ${CONSTITUENT}_deps ${CONSTITUENT}_dependencies.make
#-- end of cleanup_objects ------
