Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.377 2003/06/11 15:48:02 gawthrop +## Copies (aliased) subsystems first. +## Include switches in .ps file names. +## ## Revision 1.376 2003/05/09 09:46:35 gawthrop ## Fixed html output of figures ## ## Revision 1.375 2003/05/08 18:42:52 gawthrop ## Generate pdf from ps (using hyperref package for links etc) @@ -2624,11 +2628,16 @@ else mtt_update $1 numpar endif #SUMMARY state numerical state declaration -- default (txt) +ifeq ($steadystate_computation,yes) +$1_state.txt : $1_struc.txt $1_sympar.txt $1_def.r $1_ss.r +else $1_state.txt : $1_struc.txt $1_sympar.txt $1_def.r +endif + ifeq ($target,$1_state.txt) mtt_update $1 state update else mtt_update $1 state endif