[Synopsis-changes] Synopsis/Synopsis/demo/IDL Makefile,1.18,1.19
Stefan Seefeld stefan at synopsis.fresco.orgFri Dec 5 22:43:43 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee Makefile,1.1,1.2 synopsis.py,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/Perceps Makefile,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/IDL In directory frida:/tmp/cvs-serv32031/demo/IDL Modified Files: Makefile Log Message: fix dependencies Index: Makefile =================================================================== RCS file: /cvs/synopsis/Synopsis/demo/IDL/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -d -r1.18 -r1.19 --- Makefile 22 Nov 2003 22:04:20 -0000 1.18 +++ Makefile 5 Dec 2003 22:43:41 -0000 1.19 @@ -4,6 +4,7 @@ all: CosNaming Types Graphic Input html html: tmp.syn $(synopsis) format --output=$@ $? + touch $@ tmp.syn: CosNaming.syn Types.syn Graphic.syn Input.syn $(synopsis) link --output=$@ $? @@ -13,6 +14,7 @@ tmp.syn: CosNaming.syn Types.syn Graphic %: %.syn $(synopsis) format --output=$@ $? + touch $@ clean: rm -fr *.syn *~
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/C++/Employee Makefile,1.1,1.2 synopsis.py,1.3,1.4
- Next message: [Synopsis-changes] Synopsis/Synopsis/demo/Perceps Makefile,1.4,1.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list