source: CMT/v1r18p20061003/mgr/fragments/nmake/jar_header @ 653

Last change on this file since 653 was 11, checked in by arnault, 19 years ago

Changing eol-style property

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