#include <SEP.defs>

#define ALL_DIRS Intro Polar-Greens VZmodmig  TTparam MarmTT MigMarm

all.dvi: all.tex
        texpr -l -k -bib -d all.tex
        -cp all.lof.save all.lof
        texpr -l -k -bib -d all.tex

./../Dvi/SEP81.dvi: all.dvi
	makewritable ./../Dvi/SEP81.dvi
	-mv ./../Dvi/SEP81.dvi ./../Dvi/SEP81.dvi.old
	cp  all.dvi ./../Dvi/SEP81.dvi
	-RM_CMD -f all.dvi


view& SEP81.view&: all.dvi
        xtex all.dvi

print&: all.dvi
        texpr printer=lw from=1 to=20 all.dvi
        sleep 600; texpr printer=lw from=21 to=40 all.dvi
        sleep 600; texpr printer=lw from=41 to=60 all.dvi
        sleep 600; texpr printer=lw from=61 to=80 all.dvi
        sleep 600; texpr printer=lw from=81 to=100 all.dvi
        sleep 600; texpr printer=lw from=101 to=120 all.dvi


install-to-read&: ./../Dvi/SEP81.dvi SEP81.csh
	cp   SEP81.csh OFFBINDIR/SEP81

figures&:  [[ sub X figures_one.X ALL_DIRS ]]

figures_one.%:
	pushd ./../% ; cake figures; popd

cleanburn&: allburn allclean

allburn&:  [[ sub X burn_one.X ALL_DIRS ]]

burn_one.%:
	pushd ./../% ; cake burn; popd

allclean&:  [[ sub X clean_one.X ALL_DIRS ]]

clean_one.%:
	pushd ./../% ; cake clean; popd

clean&:
	-RM_CMD *.dvi *.log *.aux TEX*  *.ps

#include <SEP.prog.rules>
#include <SEP.obj.rules>

