#-- start of jar_header ------

${CONSTITUENT}javadirs ::
	$(silent) if test ! -d $(javabin)${CONSTITUENT} ; then $(mkdir) -p $(javabin)${CONSTITUENT} ; fi

${CONSTITUENT} :: ${CONSTITUENT}javadirs $(javabin)${CONSTITUENT}.jar
	$(echo) "${CONSTITUENT} ok"

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

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

ifdef cmt_${CONSTITUENT}_has_prototypes

${CONSTITUENT}prototype : ${PROTOTARGET} ;

endif

${CONSTITUENT}compile : ${OBJS} ;

#-- end of jar_header ------
