#RULES_TOP
include $(CONFIG)/RULES_TOP

EMTOPACTIONS += cvsclean realuninstall

distclean: emtop_distclean

emtopDistcleanTargets += $(foreach dir, $(EMBEDDED_TOPS), \
                         $(dir)$(DIVIDER)emtop_dummy_action)

$(emtopDistcleanTargets) :
	$(MAKE) -C $(dirPart) $(EMTOPACTIONS)

emtop_distclean : $(emtopDistcleanTargets)

.PHONY : $(emtopDistcleanTargets)
