
${CONSTITUENT} ::
	cd $(bin); \
	  ${${CONSTITUENT}_pre_check}; \
	  ${FULLNAME} ${${CONSTITUENT}_check_args}; \
	  ${${CONSTITUENT}_post_check}


