source: CMT/HEAD/mgr/fragments/buildproto @ 613

Last change on this file since 613 was 613, checked in by rybkin, 12 years ago

See C.L. 488

  • Property svn:eol-style set to native
File size: 280 bytes
Line 
1#-- start of buildproto
2
3$(inc)${NAME}.pp : $(inc)${NAME}.ph
4        $(silent) cat /dev/null >$@
5
6$(inc)${NAME}.ph : ${FILEPATH}${FILENAME}
7        $(echo) "(${CONSTITUENT}.make) Rebuilding $@"
8        $(silent) cd $(inc) && $(build_prototype) ${FILEPATH}${FILENAME} >/dev/null
9
10#-- end of buildproto
Note: See TracBrowser for help on using the repository browser.