source: CMT/v1r19/mgr/fragments/java @ 2

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

Convert to UNIX eol

File size: 240 bytes
Line 
1#-- start of java ------
2
3${OUTPUTNAME} : ${FULLNAME}
4        $(java_echo) $@
5        $(java_silent)cd $(src); $(javacomp) -d $(javabin)/${CONSTITUENT} $(use_javaflags) $(${CONSTITUENT}_javaflags) $(${NAME}_javaflags) ${FULLNAME}
6
7#-- end of java ------
Note: See TracBrowser for help on using the repository browser.