diff thesis/fig/Makefile @ 399:a641bea7a087

added source for call graph, modified Makefile; adjusted includegraphics
author meillo@marmaro.de
date Sat, 07 Feb 2009 22:51:17 +0100
parents 13e630c5a44d
children
line wrap: on
line diff
--- a/thesis/fig/Makefile	Sat Feb 07 22:43:07 2009 +0100
+++ b/thesis/fig/Makefile	Sat Feb 07 22:51:17 2009 +0100
@@ -15,6 +15,7 @@
 masqmail-channels.eps \
 proxy-setup.eps \
 ipc-protocol.eps \
+callgraph.eps \
 
 
 .PHONY: all
@@ -30,6 +31,11 @@
 	@echo ">>>> processing: $*"
 	pic $*.pic | troff -fP | grops | ps2eps -f > $*.eps
 
+.SUFFIXES: .ps .eps
+.ps.eps: *.ps
+	@echo ">>>> processing: $*"
+	ps2eps -f $*.ps > $*.eps
+
 
 .PHONY: clean
 clean: