all:	pdf clean

pdf:	stam.tex
	epstopdf server_scheme.eps
	epstopdf golubMerge_pred_img.ps
	epstopdf index_graph_plot.ps
	pdflatex stam
	pdflatex stam

clean:
	/bin/rm -f *.out *.bbl *.log *.aux *.blg *.toc  *~
	/bin/rm -f *.dvi *.ps stam-* stam.tex golubMerge_pred_img.pdf
	/bin/rm -f *.html index_* Rplots* server_scheme.pdf
	/bin/rm -rf analysis_0000?
