#-- start of cmt_action_runner_header --------------- !if defined (ONCE) ${CONSTITUENT}_once = 1 !endif !if defined (${CONSTITUENT}_once) ${CONSTITUENT}actionstamp = ${CONSTITUENT}.actionstamp ${CONSTITUENT} :: $(${CONSTITUENT}actionstamp) @echo ${CONSTITUENT} ok #-- $(${CONSTITUENT}_dependencies) $(${CONSTITUENT}actionstamp) :: $(silent) ${action_value} @echo ok > $(${CONSTITUENT}actionstamp) ${CONSTITUENT}clean :: @if exist $(${CONSTITUENT}actionstamp) del $(${CONSTITUENT}actionstamp) !else #-- $(${CONSTITUENT}_dependencies) -- ${CONSTITUENT} :: $(silent) ${action_value} !endif install :: uninstall :: #-- end of cmt_action_runner_header -----------------