Ignore:
Timestamp:
Feb 20, 2019, 2:00:37 PM (7 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, stuck-waitfor-destruct
Children:
a2971cc
Parents:
95c0ebe (diff), 7e9fa47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'aaron-thesis' of plg.uwaterloo.ca:software/cfa/cfa-cc into aaron-thesis

File:
1 edited

Legend:

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

    r95c0ebe rf728971  
    3939generic-timing \
    4040tests-completed \
     41per-prob-histo \
     42per-prob-depth \
     43cfa-time \
    4144}
    4245
     
    6972        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/algo-summary.gp
    7073
     74per-prob-histo.tex : per-prob.gp per-prob.tsv ${BUILD}
     75        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp
     76
     77per-prob-depth.tex : per-prob-scatter.gp ${BUILD}
     78        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob-scatter.gp
     79
     80cfa-time.tex : cfa-plots.gp cfa-time.tsv cfa-mem.tsv ${BUILD}
     81        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/cfa-plots.gp
     82
    7183${BUILD}:
    7284        mkdir -p ${BUILD}
Note: See TracChangeset for help on using the changeset viewer.