EPS = notsocubic.eps wil.eps xaxbxc.eps

pdf: weakap.pdf Makefile

dvi: weakap.dvi Makefile

all: ps pdf png Makefile

ps: weakap.ps dvi Makefile

tgz: weakap.tgz Makefile

png: weakap.ps Makefile
	pstoimg -antialias -aaliastext -multipage -type PNG weakap.ps
clean: Makefile
	rm -f *~ weakap.ps *.dvi *.pdf *.log *.png *.aux *.bak *.tmp
$(EPS): %.eps: %.fig
	fig2dev -L eps $< $@
weakap.pdf: weakap.ps Makefile
	ps2pdf weakap.ps weakap.pdf
weakap.ps: weakap.dvi $(EPS) Makefile
	dvips -Ppdf weakap.dvi -o weakap.ps
weakap.dvi: weakap.tex bitorus75.eps $(EPS) Makefile
	latex weakap && latex weakap && latex weakap
weakap.tgz: weakap.tex $(EPS) Makefile
	rm -rf weakap.tgz ; rm -rf weakap ; mkdir weakap ; cp weakap.tex  bitorus75.eps $(EPS) weakap ; tar cvzf weakap.tgz weakap ; rm -rf weakap


