source: CMT/v1r19/mgr/fragments/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: 280 bytes
Line 
1#-- start of jar_header ------
2
3${CONSTITUENT}javadirs ::
4        @if test ! -d $(javabin)/${CONSTITUENT} ; then $(mkdir) -p $(javabin)${CONSTITUENT} ; fi
5
6${CONSTITUENT} :: ${CONSTITUENT}javadirs $(javabin)${CONSTITUENT}.jar
7        @/bin/echo ${CONSTITUENT} ok
8
9
10#-- end of jar_header ------
Note: See TracBrowser for help on using the repository browser.