1DOCTMP = btreplay.log btreplay.aux btreplay.dvi btreplay.toc 2 3all: btreplay.dvi btreplay.pdf 4 5btreplay.tex: 6 @touch btreplay.tex 7 8btreplay.dvi: btreplay.tex abstract.tex 9 @latex btreplay.tex 10 @latex btreplay.tex 11 12btreplay.pdf: btreplay.dvi 13 @dvipdfm -p letter btreplay 14 15clean: 16 -rm -f $(DOCTMP) 17 -rm -f *.bak *.ps *.pdf 18 @rm -rf btreplay 19