source: CMT/v1r16p20040901/fragments/buildproto @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 225 bytes
Line 
1#-- start of buildproto
2
3$(inc)${NAME}.pp : ${FILEPATH}${FILENAME}
4        @echo "Now rebuilding $@"
5        @cd $(inc); $(build_prototype) ${FILEPATH}${FILENAME} >/dev/null
6        @cat /dev/null >$(inc)${NAME}.pp
7
8#-- end of buildproto
Note: See TracBrowser for help on using the repository browser.