[Synopsis-changes] Synopsis/Synopsis/doc/Tutorial/examples/Paths Makefile,1.1,1.2

Stefan Seefeld stefan at synopsis.fresco.org
Thu Dec 11 04:40:09 UTC 2003


Update of /cvs/synopsis/Synopsis/doc/Tutorial/examples/Paths
In directory frida:/tmp/cvs-serv30711/doc/Tutorial/examples/Paths

Modified Files:
	Makefile 
Log Message:
more Tutorial work

Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Tutorial/examples/Paths/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- Makefile	10 Dec 2003 05:25:19 -0000	1.1
+++ Makefile	11 Dec 2003 04:40:06 -0000	1.2
@@ -3,6 +3,8 @@ synopsis:= ../../../../bin/synopsis
 src	:= Path.h Polyline.h Bezier.h Nurbs.h
 syn	:= $(patsubst %.h, %.syn, $(src))
 
+all: Paths Paths.ps
+
 Paths: Paths.syn
 	$(synopsis) -f HTML --javadoc -o $@ $<
 
@@ -21,8 +23,13 @@ Bezier.syn: Bezier.h
 Nurbs.syn: Nurbs.h
 	$(synopsis) -p Cxx -l JavaComments,JavaTags -o $@ $<
 
+Paths.ps: Paths.syn
+	$(synopsis) -f Dot -Wf,--title="class diagram" -Wf,--format=ps \
+          -Wf,hide_operations=False,hide_attributes=False \
+          -o $@ $<
+
 clean:
 	rm -rf *.syn
 
 distclean: clean
-	rm -rf Paths
\ No newline at end of file
+	rm -rf Paths Paths.ps
\ No newline at end of file





More information about the Synopsis-changes mailing list