source: CMT/HEAD/mgr/fragments/application_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: 382 bytes
Line 
1#-- start of application_header
2
3${CONSTITUENT} :: dirs ${PROTOTARGET} $(bin)${CONSTITUENT}${application_suffix}
4        $(echo) "${CONSTITUENT} ok"
5
6cmt_${CONSTITUENT}_${HASPROTOTYPES} = 1
7
8#--------------------------------------
9
10ifdef cmt_${CONSTITUENT}_has_prototypes
11
12${CONSTITUENT}prototype : ${PROTOTARGET} ;
13
14endif
15
16${CONSTITUENT}compile : ${OBJS} ;
17
18#-- end of application_header
Note: See TracBrowser for help on using the repository browser.