ADDED mttroot/mtt/bin/trans/mtt_pinclude Index: mttroot/mtt/bin/trans/mtt_pinclude ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/mtt_pinclude @@ -0,0 +1,24 @@ +#!/bin/sh +# pinclude - explicitly includes Pascal files - p2c has probs. doing this + +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +############################################################### + + + +awk ' { + if ( (match($1,"{\\$I")>0) || (match($1,"\\*\\$I")>0) ) { + sub(/}/,"",$2); + command=sprintf("mtt_pinclude %s",$2); + system(command) + } + else{ + print $0 + } + + +}' <$1 ADDED mttroot/mtt/bin/trans/rcs_header.sh Index: mttroot/mtt/bin/trans/rcs_header.sh ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/rcs_header.sh @@ -0,0 +1,7 @@ +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +############################################################### +