Index: doc/theses/colby_parsons_MMAth/Makefile
===================================================================
--- doc/theses/colby_parsons_MMAth/Makefile	(revision 601bd9e9f3b5aea55f6bb776a5794aa880af3c04)
+++ doc/theses/colby_parsons_MMAth/Makefile	(revision 0faacb867f86336135d08deffdd0aa4911ee5e62)
@@ -14,16 +14,46 @@
 
 SOURCES = ${addsuffix .tex, \
-text/CFA_intro \
-text/actors \
-thesis \
+text/CFA_intro 				\
+text/actors				 	\
+text/frontpgs 				\
+text/CFA_concurrency 		\
+thesis 						\
+text/mutex_stmt				\
 }
 
-FIGURES = ${addsuffix .tikz, \
-figures/standard_actor \
-figures/inverted_actor \
-figures/gulp \
+FIGURES = ${addsuffix .pgf, 		\
+	figures/pykeExecutor 			\
+	figures/pykeCFAExecutor 		\
+	figures/nasusExecutor 			\
+	figures/nasusCFAExecutor 		\
+	figures/pykeMatrix 				\
+	figures/pykeCFAMatrix 			\
+	figures/nasusMatrix 			\
+	figures/nasusCFAMatrix 			\
+	figures/pykeRepeat 				\
+	figures/pykeCFARepeat 			\
+	figures/nasusRepeat 			\
+	figures/nasusCFARepeat 			\
+	figures/pykeCFABalance-One 		\
+	figures/nasusCFABalance-One		\
+	figures/pykeCFABalance-Multi 	\
+	figures/nasusCFABalance-Multi 	\
 }
 
-PICTURES = ${addsuffix .pstex, \
+DATA = 	data/pykeSendStatic		\
+		data/pykeSendDynamic	\
+		data/pykeExecutorMem	\
+		data/nasusSendStatic	\
+		data/nasusSendDynamic	\
+		data/pykeExecutorMem	\
+
+PICTURES = ${addsuffix .tikz, 	\
+	diagrams/standard_actor 	\
+	diagrams/inverted_actor 	\
+	diagrams/gulp 				\
+	diagrams/chain_swap 		\
+	diagrams/M_to_one_swap 		\
+	diagrams/acyclic_swap 		\
+	diagrams/cyclic_swap 		\
 }
 
@@ -56,5 +86,5 @@
 	dvips ${Build}/$< -o $@
 
-${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \
+${BASE}.dvi : Makefile ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${DATA} \
 		${Macros}/common.tex ${Macros}/indexstyle local.bib ../../bibliography/pl.bib | ${Build}
 	# Must have *.aux file containing citations for bibtex
@@ -109,4 +139,8 @@
 			"\end{document}" > $@
 
+data/%: ;
+%.tikz: ;
+%.pgf: ;
+
 # Local Variables: #
 # compile-command: "make" #
