Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -15,10 +15,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.330 2002/04/17 10:03:12 geraint +## Marked .sg as a major representation. +## ## Revision 1.329 2002/04/16 14:58:00 gawthrop ## mtt copy does NOT now copy the CVS directory ## $directory --> ${directory} (just to be tidy) ## ## Revision 1.328 2002/02/19 16:27:05 geraint @@ -3108,15 +3111,15 @@ $1_odes.dat2: $1_ode2odes.m time octave_ode2odes $1 endif endif -ifeq ($computation,c) $1_ode2odes.out: $1_ode2odes.c $1_cr.h - echo Creating $1_odes.out by compiling *.c - $CC *.c -lp2c -lm -o $1_ode2odes.out + echo Creating $1_odes.out by compiling $1_ode2odes.c + $CC $1_ode2odes.c -lp2c -lm -o $1_ode2odes.out +ifeq ($computation,c) $1_odes.dat2: $1_ode2odes.out echo Creating $1_odes.dat2 using c version time ./$1_ode2odes.out>$1_odes.dat2 endif