Changeset 07293ad for doc/theses/mike_brooks_MMath
- Timestamp:
 - Mar 19, 2025, 4:49:26 PM (8 months ago)
 - Branches:
 - master
 - Children:
 - 42cd67b8
 - Parents:
 - 048dde4
 - File:
 - 
      
- 1 edited
 
- 
          
  doc/theses/mike_brooks_MMath/Makefile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/theses/mike_brooks_MMath/Makefile
r048dde4 r07293ad 87 87 $< > $@ 88 88 89 string-graph-peq-cppemu.pdf: string-graph-peq-cppemu.dat | ${Build}89 string-graph-peq-cppemu.pdf: string-graph-peq-cppemu.dat plot-peg-cppemu.gp | ${Build} 90 90 gnuplot plot-peg-cppemu.gp 91 91 92 string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat | ${Build}92 string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat plot-peg-sharing.gp | ${Build} 93 93 gnuplot plot-peg-sharing.gp 94 94 95 string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat | ${Build}95 string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat plot-pta-sharing.gp | ${Build} 96 96 gnuplot plot-pta-sharing.gp 97 97 98 string-graph-pbv.pdf: string-graph-pbv.dat | ${Build}98 string-graph-pbv.pdf: string-graph-pbv.dat plot-pbv.gp | ${Build} 99 99 gnuplot plot-pbv.gp 100 100 101 string-graph-allocn.pdf: string-graph-allocn.dat | ${Build}101 string-graph-allocn.pdf: string-graph-allocn.dat plot-allocn.gp | ${Build} 102 102 gnuplot plot-allocn.gp 103 103  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.