ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
|
Last change
on this file since 0cf9ffd was 0cf9ffd, checked in by Aaron Moss <a3moss@…>, 7 years ago |
|
CFA background information for thesis, mostly from comp II proposal
|
-
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.