Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.382 2003/09/23 20:53:49 geraint +## Updated version number (5.0). +## ## Revision 1.381 2003/08/10 18:56:55 gawthrop ## Explicitly generate eps files ## ## Revision 1.380 2003/08/06 14:44:51 gawthrop ## Don't include -q or -u in long file names via ${__ARGS} @@ -2814,25 +2817,28 @@ #SUMMARY abg acausal bond graph (m) #Raw bond graph to acausal bond graph: mfile ifneq ($start_at_abg,yes) +ifneq ($use_ibg,yes) %_abg.m: %_abg.dia %_lbl.txt %_alias.m abg_dia2m \$* (sh \$*_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null || exit 1') || exit 1 -ifneq ($use_ibg,yes) %_abg.m: %_rbg.m %_alias.m %_sub.sh %_icd.m (sh \$*_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null || exit 1') || exit 1 rbg2abg_m $info_switch \$* else .PRECIOUS: %_ibg.m +%_ibg.m: %_abg.dia %_alias.m + abg2ibg_dia2m \$* + %_ibg.m: %_rbg.m @echo "EXPERIMENTAL: Creating \$@" rbg2ibg_m $info_switch \$* -%_abg.m: %_ibg.m %_alias.m %_sub.sh %_icd.m +%_abg.m: %_ibg.m %_cmp.m %_lbl.txt %_alias.m %_sub.sh %_icd.m @echo "EXPERIMENTAL: Creating \$@" (sh \$*_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null || exit 1') || exit 1 ibg2abg_m $info_switch \$* endif endif