TEXFILES = thesis.tex hyphenate.tex abstract.tex acknowledgements.tex \ intro.tex background.tex \ pwradvsr.tex methods.tex discussion.tex conclusion.tex \ reuse.tex reuse_table.tex pa1.tex pa2.tex maint.tex \ thesis.bib PSFILES = pa1classes.ps pa2about.ps pa2classes.ps pa2frameclasses.ps \ pa2mfcclasses.ps pa2periphprop.ps pa2screen.ps pa2wizdisk.ps \ pa2wizintro.ps pa2wizmem.ps pa2wizproc.ps pa2wizps.ps \ pa2wiztape.ps OTHERREQFILES = vuthesis.cls OTHERFILES = Makefile # myreport.cls #all: thesis.dvi thesis.ps thesis.pdf all: thesis thesis: thesis.dvi thesis.ps: thesis.dvi dvips -o thesis.ps thesis thesis.dvi: $(TEXFILES) $(PSFILES) $(OTHERFILES) latex thesis bibtex thesis latex thesis latex thesis thesis.pdf: $(TEXFILES) $(PSFILES) $(OTHERFILES) pdflatex thesis bibtex thesis pdflatex thesis pdflatex thesis clean: -rm *.aux -rm *.dvi -rm *.log -rm *.bbl -rm *.blg -rm *.toc -rm *.log -rm *.lof -rm *.lot realclean: clean -rm *~ -rm *.pdf -rm thesis.ps tar: $(TEXFILES) $(PSFILES) $(OTHERREQFILES) $(OTHERFILES) thesis.dvi tar cvf thesis.tar $(TEXFILES) $(PSFILES) $(OTHERREQFILES) \ $(OTHERFILES) thesis.dvi ps: thesis.ps tgz: tar ps tar rvf thesis.tar thesis.ps gzip thesis.tar