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

check :: ${CONSTITUENT}check
	@echo "------> ${CONSTITUENT}check ok"

${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 ------
