Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,15 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.157 1998/07/01 10:22:11 peterg +## Moved tidy stuff to end of preamble -- needed to make muti-plot copy +## correctely +## Now copies ps file with arguments to WD +## ## Revision 1.156 1998/06/26 14:19:43 peterg ## Copy hidden files (eg .octaverc) in tidy mode ## ## Revision 1.155 1998/06/24 07:43:42 peterg ## Version 2.91 -- includes implicit integration (octave) @@ -1087,10 +1092,18 @@ #Create empty files (with titles) if not already there #SUMMARY lbl label file (txt) $1_lbl.txt: abg2lbl_fig2txt $1 + +#SUMMARY alias name aliases for each subsystem (txt) +$1_alias.txt: $1_lbl.txt + lbl2alias_txt2txt $1 + +#SUMMARY alias name aliases for each subsystem (m) +$1_alias.m: $1_alias.txt + alias_txt2m $1 #SUMMARY cr constitutive relationship for each subsystem (txt) $1_cr.txt: $1_sub.sh lbl2cr_txt2txt $1 @@ -1404,11 +1417,11 @@ sub_sh2tex -l $1 endif #SUMMARY abg acausal bond graph (m) #Raw bond graph to acausal bond graph: mfile -$1_abg.m: $1_rbg.m $1_sub.sh +$1_abg.m: $1_rbg.m $1_alias.m $1_sub.sh sh $1_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m' rbg2abg_m $1 #SUMMARY cbg causal bond graph (m)