Changeset 3deb316 for doc/theses/aaron_moss_PhD/phd/Makefile
- Timestamp:
- Jan 24, 2019, 6:17:26 PM (4 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c58bb11
- Parents:
- e451c0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/Makefile
re451c0f r3deb316 2 2 BIBDIR = ../../../bibliography 3 3 EVALDIR = evaluation 4 FIGDIR = figures 4 5 TEXLIB = .:${BUILD}:${BIBDIR}: 5 6 … … 8 9 BIBTEX = BIBINPUTS=${TEXLIB} && export BIBINPUTS && bibtex 9 10 10 VPATH = ${EVALDIR} 11 VPATH = ${EVALDIR} ${FIGDIR} 11 12 12 13 BASE = thesis … … 25 26 resolution-heuristics \ 26 27 conclusion \ 28 } 29 30 FIGURES = ${addsuffix .eps, \ 31 resolution-dag \ 27 32 } 28 33 … … 47 52 dvips ${BUILD}/$< -o ${BUILD}/$@ 48 53 49 ${BASE}.dvi : Makefile ${SOURCES} ${GRAPHS} ${ BIBFILE} ${BUILD}54 ${BASE}.dvi : Makefile ${SOURCES} ${GRAPHS} ${FIGURES} ${BIBFILE} ${BUILD} 50 55 ${LATEX} ${BASE} 51 56 ${BIBTEX} ${BUILD}/${BASE}
Note: See TracChangeset
for help on using the changeset viewer.