source: CMT/v1r12p20020606/fragments/jar @ 1

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

Import all tags

File size: 206 bytes
Line 
1
2$(javabin)${CONSTITUENT}.jar :: ${OBJS}
3        $(java_echo) $@
4        $(java_silent)cd $(javabin); $(jar) cvf ${CONSTITUENT}.jar ${CLASSES}
5
6
7${CONSTITUENT}clean ::
8        /bin/rm -f $(javabin)/${CONSTITUENT}.jar
9
Note: See TracBrowser for help on using the repository browser.