
cmtexe=cmt

all ::
	echo all_constituents=$(all_constituents)

all_groups :: ${GROUP}

${GROUP} :: $(${GROUP}_constituents)
	@echo " ${GROUP} ok."

clean :: allclean
	@echo " clean ok."

${GROUP}clean :: $(${GROUP}_constituentsclean)
	@echo " ${GROUP}clean ok."

