Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision 873e96c50fdbcd9c570704baf2d35ee75af83a05)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 241042418538c37dbb8067200a54e09c370946d2)
@@ -14,8 +14,4 @@
 PicSRC = ${notdir ${wildcard ${Pictures}/*.png}} ${notdir ${wildcard ${Pictures}/*.fig}}
 PicSRC := ${PicSRC:.fig=.pdf}			# substitute ".fig" with ".pdf"
-GraphSRC_OLD = ${notdir ${wildcard ${Pictures}/*.dat}}
-GraphSRC_OLD := ${GraphSRC_OLD:.dat=.pdf}	# substitute ".dat" with ".pdf"
-PlotINPUTS = ${wildcard ${Plots}/*.gp} ${wildcard ${Plots}/*.py}
-PlotINPUTS := ${addsuffix .INPUTS,${PlotINPUTS}}
 PlotSRC = ${notdir ${wildcard ${Plots}/*.gp}}
 PlotSRC := ${addprefix ${Build}/plot-,${PlotSRC:.gp=.pdf}} # substitute ".gp" with ".pdf"
@@ -61,5 +57,5 @@
 # File Dependencies
 
-${DOCUMENT}: ${TeXSRC} $(RunPgmOut) ${DemoPgmOut} ${GraphSRC_OLD} ${PlotSRC} ${PicSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build}
+${DOCUMENT}: ${TeXSRC} $(RunPgmOut) ${DemoPgmOut} ${PlotSRC} ${PicSRC} ${BibSRC} ${BibRep}/pl.bib ${LaTMac}/common.tex Makefile | ${Build}
 	echo ${PicSRC}
 	echo ${GraphSRC_OLD}
@@ -94,23 +90,10 @@
 	$< > $@
 
-string-graph-peq-sharing.pdf: string-graph-peq-sharing.dat plot-peq-sharing.gp | ${Build}
-	gnuplot plot-peq-sharing.gp
-
-string-graph-pta-sharing.pdf: string-graph-pta-sharing.dat plot-pta-sharing.gp | ${Build}
-	gnuplot plot-pta-sharing.gp
-
-string-graph-pbv.pdf: string-graph-pbv.dat plot-pbv.gp | ${Build}
-	gnuplot plot-pbv.gp
-
-string-graph-allocn.pdf: string-graph-allocn.dat plot-allocn.gp | ${Build}
-	gnuplot plot-allocn.gp
-
 %.pdf: %.fig | ${Build}
 	fig2dev -L pdf $< > ${Build}/$@
 
--include $(Plots)/string-peq-cppemu.d
+-include $(Plots)/*.d
 
 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/%.py.INPUTS | ${Build}
-	echo ${PlotINPUTS}	
 	python3 $< > $@
 
