source: CMT/v1r19/mgr/fragments/nmake/jar_header

Last change on this file 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.