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

${CONSTITUENT}javadirs ::
	$(silent) if not exist $(javabin)${CONSTITUENT} mkdir $(javabin)${CONSTITUENT}


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

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

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

!if defined (cmt_${CONSTITUENT}_has_prototypes)

${CONSTITUENT}prototype : ${PROTOTARGET} ;

!endif

${CONSTITUENT}compile : ${OBJS} ;

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