#-- start of application_header

${CONSTITUENT} :: dirs ${PROTOTARGET} $(bin)${CONSTITUENT}${application_suffix}
	$(echo) "${CONSTITUENT} ok"

cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1

#--------------------------------------

ifdef cmt_${CONSTITUENT}_has_prototypes

${CONSTITUENT}prototype : ${PROTOTARGET} ;

endif

${CONSTITUENT}compile : ${OBJS} ;

#-- end of application_header
