#!/bin/csh -f # # The Makefile for the thesis, Jan. 1993. # all figures are in eps format # ENG6600_Project_GroupNo_Names: echo "1st latex" pdflatex ENG6600_Project_GroupNo_Names.tex bibtex ENG6600_Project_GroupNo_Names echo "2nd latex" pdflatex ENG6600_Project_GroupNo_Names.tex echo "3rd latex" pdflatex ENG6600_Project_GroupNo_Names.tex clean: rm -f *.dvi *.aux *.log *.lof *.toc *.lot *.blg *.bbl *.fil *.out rm -f ENG6600_Project_GroupNo_Names.pdf