source: doc/theses/rob_schluntz/Makefile @ b0c32da

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since b0c32da was 728df66, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

more documentation name changes

  • Property mode set to 100644
File size: 543 bytes
Line 
1TeXLIB = .:../LaTeXmacros:../bibliography/:
2LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error
3BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
4
5all : thesis.pdf
6
7thesis.pdf : Makefile ../LaTeXmacros/common.tex cfa-format.tex thesis.tex intro.tex ctordtor.tex tuples.tex variadic.tex conclusions.tex
8        ${LaTeX} thesis
9        ${BibTeX} thesis
10        ${LaTeX} thesis
11        ${LaTeX} thesis
12        pdf2ps thesis.pdf thesis.ps
13
14clean :
15        rm -f *.aux *.bbl *.blg *.lof *.log *.lot *.out *.toc
16
17spotless : clean
18        rm -f thesis.pdf thesis.ps
Note: See TracBrowser for help on using the repository browser.