source: CMT/HEAD/mgr/fragments/jar_header @ 628

Last change on this file since 628 was 628, checked in by rybkin, 11 years ago

See C.L. 499

  • Property svn:eol-style set to native
File size: 495 bytes
Line 
1#-- start of jar_header ------
2
3${CONSTITUENT}javadirs ::
4        $(silent) if test ! -d $(javabin)${CONSTITUENT} ; then $(mkdir) -p $(javabin)${CONSTITUENT} ; fi
5
6${CONSTITUENT} :: ${CONSTITUENT}javadirs $(javabin)${CONSTITUENT}.jar
7        $(echo) "${CONSTITUENT} ok"
8
9cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1
10
11#--------------------------------------
12
13ifdef cmt_${CONSTITUENT}_has_prototypes
14
15${CONSTITUENT}prototype : ${PROTOTARGET} ;
16
17endif
18
19${CONSTITUENT}compile : ${OBJS} ;
20
21#-- end of jar_header ------
Note: See TracBrowser for help on using the repository browser.