source: CMT/HEAD/mgr/fragments/jar_header @ 445

Last change on this file since 445 was 445, checked in by rybkin, 16 years ago

See C.L. 349

  • Property svn:eol-style set to native
File size: 287 bytes
Line 
1#-- start of jar_header ------
2
3${CONSTITUENT}javadirs ::
4        $(silent) if test ! -d $(javabin)/${CONSTITUENT} ; then $(mkdir) -p $(javabin)${CONSTITUENT} ; fi
5
6${CONSTITUENT} :: ${CONSTITUENT}javadirs $(javabin)${CONSTITUENT}.jar
7        $(echo) "${CONSTITUENT} ok"
8
9#-- end of jar_header ------
Note: See TracBrowser for help on using the repository browser.