ADDED mttroot/mtt/bin/trans/cr_txt2h Index: mttroot/mtt/bin/trans/cr_txt2h ================================================================== --- mttroot/mtt/bin/trans/cr_txt2h +++ mttroot/mtt/bin/trans/cr_txt2h @@ -0,0 +1,5 @@ +#! /bin/sh + +gawk '{ + printf ("#include \"%s/cr/hh/%s.hh\"\n", mttlib, $0) + }' mttlib=${MTT_LIB}