Index: mttroot/mtt/lib/rep/sfun_rep/Makefile ================================================================== --- mttroot/mtt/lib/rep/sfun_rep/Makefile +++ mttroot/mtt/lib/rep/sfun_rep/Makefile @@ -46,13 +46,19 @@ $(SYS).mdl: ${MTT_REP}/sfun_rep/mdl.tmpl echo Creating $@ cat $^ | sed 's//$(SYS)/g' > $@ -README:: ${MTT_REP}/sfun_rep/README.tmpl +README:: ${MTT_REP}/sfun_rep/README.tmpl README.CVS echo Creating $@ cat $^ | sed 's//$(SYS)/g' > $@ + rm -f README.CVS + +README.CVS: + echo Getting CVS status + cvs status ../$(SYS)_abg.fig > $@ 2>1 + date >> $@ $(SYS)_ae.c: $(SYS)_ae.m echo Creating $@ ${MTT_CC}/mtt_m2cc.sh $(SYS) ae c cat