ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change
on this file since 031a88a9 was
67982887,
checked in by Peter A. Buhr <pabuhr@…>, 6 years ago
|
specialize thesis directory-names
|
-
Property mode set to
100644
|
File size:
627 bytes
|
Line | |
---|
1 | LATEX = pdflatex -interaction=nonstopmode |
---|
2 | BIBTEX = bibtex |
---|
3 | |
---|
4 | BASE = thesis |
---|
5 | DOCUMENT = ${BASE}.pdf |
---|
6 | AUX = ${BASE}.aux ${BASE}.bbl ${BASE}.blg ${BASE}.log ${BASE}.out ${BASE}.toc |
---|
7 | |
---|
8 | SOURCES = ${addsuffix .tex, \ |
---|
9 | thesis \ |
---|
10 | macros \ |
---|
11 | cfa-macros \ |
---|
12 | frontpgs \ |
---|
13 | introduction \ |
---|
14 | background \ |
---|
15 | type-environment \ |
---|
16 | resolution-heuristics \ |
---|
17 | conclusion \ |
---|
18 | } |
---|
19 | |
---|
20 | .PHONY : all rebuild-refs clean wc |
---|
21 | |
---|
22 | all : ${DOCUMENT} |
---|
23 | |
---|
24 | clean : |
---|
25 | @rm -frv ${DOCUMENT} ${AUX} |
---|
26 | |
---|
27 | wc : |
---|
28 | wc ${SOURCES} |
---|
29 | |
---|
30 | ${DOCUMENT} : ${SOURCES} |
---|
31 | ${LATEX} ${BASE} |
---|
32 | ${LATEX} ${BASE} |
---|
33 | |
---|
34 | rebuild-refs : ${SOURCES} aaron-thesis.bib |
---|
35 | ${LATEX} ${BASE} |
---|
36 | ${BIBTEX} ${BASE} |
---|
37 | ${LATEX} ${BASE} |
---|
38 | ${LATEX} ${BASE} |
---|
Note: See
TracBrowser
for help on using the repository browser.