source: CMT/HEAD/mgr/fragments/library_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: 624 bytes
Line 
1#-- start of libary_header ---------------
2
3${CONSTITUENT}libname   = $(bin)$(library_prefix)${CONSTITUENT}$(library_suffix)
4${CONSTITUENT}lib       = $(${CONSTITUENT}libname).a
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
15ifdef cmt_${CONSTITUENT}_has_prototypes
16
17${CONSTITUENT}prototype : ${PROTOTARGET} ;
18
19endif
20
21${CONSTITUENT}compile : ${OBJS} ;
22
23#-- end of libary_header ----------------
Note: See TracBrowser for help on using the repository browser.