Changeset f728971 for doc/theses/aaron_moss_PhD/phd/Makefile
- Timestamp:
- Feb 20, 2019, 2:00:37 PM (7 years ago)
- 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. - File:
-
- 1 edited
-
doc/theses/aaron_moss_PhD/phd/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/Makefile
r95c0ebe rf728971 39 39 generic-timing \ 40 40 tests-completed \ 41 per-prob-histo \ 42 per-prob-depth \ 43 cfa-time \ 41 44 } 42 45 … … 69 72 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/algo-summary.gp 70 73 74 per-prob-histo.tex : per-prob.gp per-prob.tsv ${BUILD} 75 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp 76 77 per-prob-depth.tex : per-prob-scatter.gp ${BUILD} 78 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob-scatter.gp 79 80 cfa-time.tex : cfa-plots.gp cfa-time.tsv cfa-mem.tsv ${BUILD} 81 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/cfa-plots.gp 82 71 83 ${BUILD}: 72 84 mkdir -p ${BUILD}
Note:
See TracChangeset
for help on using the changeset viewer.