Ignore:
Timestamp:
Jan 24, 2019, 6:17:26 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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
Message:

thesis: further description of resolution algorithm variants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss_PhD/phd/Makefile

    re451c0f r3deb316  
    22BIBDIR = ../../../bibliography
    33EVALDIR = evaluation
     4FIGDIR = figures
    45TEXLIB = .:${BUILD}:${BIBDIR}:
    56
     
    89BIBTEX = BIBINPUTS=${TEXLIB} && export BIBINPUTS && bibtex
    910
    10 VPATH = ${EVALDIR}
     11VPATH = ${EVALDIR} ${FIGDIR}
    1112
    1213BASE = thesis
     
    2526resolution-heuristics \
    2627conclusion \
     28}
     29
     30FIGURES = ${addsuffix .eps, \
     31resolution-dag \
    2732}
    2833
     
    4752        dvips ${BUILD}/$< -o ${BUILD}/$@
    4853
    49 ${BASE}.dvi : Makefile ${SOURCES} ${GRAPHS} ${BIBFILE} ${BUILD}
     54${BASE}.dvi : Makefile ${SOURCES} ${GRAPHS} ${FIGURES} ${BIBFILE} ${BUILD}
    5055        ${LATEX} ${BASE}
    5156        ${BIBTEX} ${BUILD}/${BASE}
Note: See TracChangeset for help on using the changeset viewer.