Changeset 2a77817 for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Apr 9, 2022, 4:42:59 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 6256891
- Parents:
- ee4b77b (diff), 6db62fa (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
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
ree4b77b r2a77817 29 29 PICTURES = ${addsuffix .pstex, \ 30 30 base \ 31 base_avg \ 31 32 empty \ 32 33 emptybit \ … … 38 39 system \ 39 40 cycle \ 41 result.cycle.jax.ops \ 40 42 } 41 43 … … 112 114 python3 $< $@ 113 115 116 build/result.%.ns.svg : data/% | ${Build} 117 ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops" 118 119 build/result.%.ops.svg : data/% | ${Build} 120 ../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second" 121 114 122 ## pstex with inverted colors 115 123 %.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset
for help on using the changeset viewer.