source: CMT/HEAD/mgr/fragments/nmake/jar_header @ 631

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

See C.L. 502

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