#-- start of check_application_header ------

check :: ${CONSTITUENT}check
	$(echo) "(constituents.make) ${CONSTITUENT}check ok"
#	@echo "------> ${CONSTITUENT}check ok"

#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
	$(echo) "(constituents.make) Starting $@"
	@$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) $@

#${CONSTITUENT}check ::
#	@echo "------> starting ${CONSTITUENT}check"
#	@$(cmtexe) build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check

#-- end of check_application_header ------
