source: CMT/v1r19/mgr/fragments/java_copy @ 11

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

Changing eol-style property

  • Property svn:eol-style set to native
File size: 207 bytes
Line 
1#-- start of java_copy ------
2
3${OUTPUTNAME} : ${FULLNAME}
4        $(java_echo) $@
5        $(java_silent) mkdir -p ${FILEPATH}
6        $(java_silent)cd $(src); $(javacopy) ${FULLNAME} ${OUTPUTNAME}
7
8
9#-- end of java_copy ------
Note: See TracBrowser for help on using the repository browser.