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

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

Import all tags

File size: 247 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.