include ${SEPINC}/SEP.top
RESULTSCR = norms 
MATH = math -batchoutput >/dev/null

${RESDIR}/%.ps:	%.m  
	<$*.m ${MATH}
	echo "Reproducible if you have Mathematica for the Unix Shell" > ${RESDIR}/$*.warning
	echo "At SEP mathematica runs on Taal." >> ${RESDIR}/$*.warning
	cat junk.ps  > ${RESDIR}/$*.ps	
	/bin/rm junk.ps

clean: jclean
include ${SEPINC}/SEP.bottom
