source: CMT/HEAD/mgr/fragments/nmake/jar_header @ 487

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

See C.L. 349

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