Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -13,10 +13,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.287 2000/12/01 16:04:24 peterg +## More partitioning achieved -- now needs the connections to be properly +## sorted in cbg2ese_r +## ## Revision 1.286 2000/12/01 14:18:44 peterg ## -partition now partially works up to cse.m ## but need to think about indexing, struc files etc for subsystems. ## ## Revision 1.285 2000/11/27 11:51:21 peterg @@ -1791,12 +1795,14 @@ ## .oct files ifneq ($2,ode2odes) %.oct: %.cc $1_def.h $1_sympar.h echo Creating $1_$2.oct; $MKOCTFILE $< endif + ## .cc files +.PRECIOUS: %.cc # Don't let mtt delete them ifneq ($2,ode2odes) %.cc: %.m mtt_m2cc.sh $1 $2 cat endif