[Synopsis-changes] Synopsis/Synopsis/demo/C++/Shapes Makefile,1.1,1.2
Stefan Seefeld stefan at synopsis.fresco.orgSat Nov 22 21:49:30 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/IDL Makefile,1.16,1.17 synopsis.py,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/C++/Shapes In directory frida:/tmp/cvs-serv27977/demo/C++/Shapes Modified Files: Makefile Log Message: replace Unduplicator by Linker Index: Makefile =================================================================== RCS file: /cvs/synopsis/Synopsis/demo/C++/Shapes/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- Makefile 18 Nov 2003 16:47:06 -0000 1.1 +++ Makefile 22 Nov 2003 21:49:28 -0000 1.2 @@ -2,7 +2,10 @@ synopsis := python synopsis.py all: uml -uml: Shapes.ps +uml: Shapes.ps Shapes.html + +Shapes.html: main.syn + $(synopsis) uml --title='Shapes' --format='html' --output=$@ $? Shapes.ps: main.syn $(synopsis) uml --title='Shapes' --format='ps' --output=$@ $?
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.1,1.2
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/IDL Makefile,1.16,1.17 synopsis.py,1.1,1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list