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

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

See C.L. 488

File size: 268 bytes
Line 
1#-- start of buildproto
2
3$(inc)${NAME}.pp : $(inc)${NAME}.ph
4        $(silent) type nul >$@
5
6$(inc)${NAME}.ph : ${FILEPATH}${FILENAME}
7        $(echo) (${CONSTITUENT}.nmake) Rebuilding $@
8        $(silent) cd $(inc) && $(build_prototype) ${FILEPATH}${FILENAME} >nul
9
10#-- end of buildproto
Note: See TracBrowser for help on using the repository browser.