Changeset 1a9592a
- Timestamp:
 - Apr 4, 2022, 10:12:48 AM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
 - Children:
 - 7c919559, f2bc9fa
 - Parents:
 - 37e9c1d
 - Location:
 - doc/theses/mike_brooks_MMath
 - Files:
 - 
      
- 19 deleted
 - 2 edited
 
- 
          
  .gitignore (modified) (1 diff)
 - 
          
  Makefile (modified) (2 diffs)
 - 
          
  content/array/features/array.hfa (deleted)
 - 
          
  content/array/features/hello-accordion.cfa (deleted)
 - 
          
  content/array/features/hello-array.cfa (deleted)
 - 
          
  content/array/features/sec.tex (deleted)
 - 
          
  content/array/mdim/array.hfa (deleted)
 - 
          
  content/array/mdim/hello-md.cfa (deleted)
 - 
          
  content/array/mdim/matmul.cfa (deleted)
 - 
          
  content/array/mdim/measuring-like-layout.pdf (deleted)
 - 
          
  content/array/mdim/sec.tex (deleted)
 - 
          
  content/string/Makefile (deleted)
 - 
          
  content/string/sharectx-demo.cfa (deleted)
 - 
          
  content/string/sharing-demo.cfa (deleted)
 - 
          
  content/string/string-graph-allocn.png (deleted)
 - 
          
  content/string/string-graph-pbv.png (deleted)
 - 
          
  content/string/string-graph-peq-cppemu.png (deleted)
 - 
          
  content/string/string-graph-peq-sharing.png (deleted)
 - 
          
  content/string/string-graph-pta-sharing.png (deleted)
 - 
          
  content/string/string-master.tex (deleted)
 - 
          
  thesis.tex (deleted)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
doc/theses/mike_brooks_MMath/.gitignore
r37e9c1d r1a9592a 1 1 !Makefile 2 2 build 3 thesis.pdf3 uw-thesis.pdf  - 
      
doc/theses/mike_brooks_MMath/Makefile
r37e9c1d r1a9592a 24 24 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error -output-directory=${Build} 25 25 BibTeX = BIBINPUTS=${BibLIB} && export BIBINPUTS && bibtex 26 CFA = cfa 26 27 27 28 # Rules and Recipes … … 54 55 55 56 %-demo: %-demo.cfa 56 cfa$< -o ${Build}/$@57 ${CFA} $< -o ${Build}/$@ 57 58  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.