source: CMT/HEAD/mgr/fragments/nmake/library_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: 601 bytes
Line 
1#-- start of libary_header ---------------
2
3${CONSTITUENT}lib       = $(bin)${CONSTITUENT}.lib
4${CONSTITUENT}arc       = $(bin)${CONSTITUENT}.arc
5${CONSTITUENT}stamp     = $(bin)${CONSTITUENT}.stamp
6${CONSTITUENT}shstamp   = $(bin)${CONSTITUENT}.shstamp
7
8${CONSTITUENT} :: dirs ${PROTOTARGET} ${CONSTITUENT}LIB
9        $(echo) "${CONSTITUENT} ok"
10
11cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1
12
13#--------------------------------------
14
15!if defined (cmt_${CONSTITUENT}_has_prototypes)
16
17${CONSTITUENT}prototype : ${PROTOTARGET} ;
18
19!endif
20
21${CONSTITUENT}compile : ${OBJS} ;
22
23#-- end of libary_header ----------------
Note: See TracBrowser for help on using the repository browser.