From: <and...@us...> - 2008-08-14 14:28:22
|
Revision: 8652 http://plplot.svn.sourceforge.net/plplot/?rev=8652&view=rev Author: andrewross Date: 2008-08-14 14:28:28 +0000 (Thu, 14 Aug 2008) Log Message: ----------- Update install tree makefiles to reflect recent updates to the examples. Modified Paths: -------------- trunk/bindings/octave/demos/plplot_octave_demo.m trunk/examples/c++/Makefile.examples.in trunk/examples/f77/Makefile.examples.in trunk/examples/f95/Makefile.examples.in trunk/examples/java/Makefile.examples.in trunk/examples/python/CMakeLists.txt Modified: trunk/bindings/octave/demos/plplot_octave_demo.m =================================================================== --- trunk/bindings/octave/demos/plplot_octave_demo.m 2008-08-14 14:23:28 UTC (rev 8651) +++ trunk/bindings/octave/demos/plplot_octave_demo.m 2008-08-14 14:28:28 UTC (rev 8652) @@ -28,7 +28,7 @@ plplot_stub; -for i=[1:19,22]; +for i=[1:30]; ## To set defaults, use plSetOpt, as used in the command line, e.g. ## plSetOpt("dev", "png"); ## plSetOpt("o", "foo.ps"); Modified: trunk/examples/c++/Makefile.examples.in =================================================================== --- trunk/examples/c++/Makefile.examples.in 2008-08-14 14:23:28 UTC (rev 8651) +++ trunk/examples/c++/Makefile.examples.in 2008-08-14 14:28:28 UTC (rev 8652) @@ -59,6 +59,7 @@ x24$(EXEEXT) \ x25$(EXEEXT) \ x26$(EXEEXT) \ + x27$(EXEEXT) \ x28$(EXEEXT) \ x29$(EXEEXT) \ x30$(EXEEXT) \ Modified: trunk/examples/f77/Makefile.examples.in =================================================================== --- trunk/examples/f77/Makefile.examples.in 2008-08-14 14:23:28 UTC (rev 8651) +++ trunk/examples/f77/Makefile.examples.in 2008-08-14 14:28:28 UTC (rev 8652) @@ -50,10 +50,15 @@ x18f$(EXEEXT) \ x19f$(EXEEXT) \ x20f$(EXEEXT) \ + x21f$(EXEEXT) \ x22f$(EXEEXT) \ x23f$(EXEEXT) \ x24f$(EXEEXT) \ + x25f$(EXEEXT) \ + x26f$(EXEEXT) \ + x27f$(EXEEXT) \ x28f$(EXEEXT) \ + x28f$(EXEEXT) \ x29f$(EXEEXT) \ x30f$(EXEEXT) Modified: trunk/examples/f95/Makefile.examples.in =================================================================== --- trunk/examples/f95/Makefile.examples.in 2008-08-14 14:23:28 UTC (rev 8651) +++ trunk/examples/f95/Makefile.examples.in 2008-08-14 14:28:28 UTC (rev 8652) @@ -50,6 +50,7 @@ x18f$(EXEEXT) \ x19f$(EXEEXT) \ x20f$(EXEEXT) \ + x21f$(EXEEXT) \ x22f$(EXEEXT) \ x23f$(EXEEXT) \ x24f$(EXEEXT) \ Modified: trunk/examples/java/Makefile.examples.in =================================================================== --- trunk/examples/java/Makefile.examples.in 2008-08-14 14:23:28 UTC (rev 8651) +++ trunk/examples/java/Makefile.examples.in 2008-08-14 14:28:28 UTC (rev 8652) @@ -48,6 +48,7 @@ x23.class \ x24.class \ x26.class \ + x27.class \ x28.class \ x29.class \ x30.class Modified: trunk/examples/python/CMakeLists.txt =================================================================== --- trunk/examples/python/CMakeLists.txt 2008-08-14 14:23:28 UTC (rev 8651) +++ trunk/examples/python/CMakeLists.txt 2008-08-14 14:28:28 UTC (rev 8652) @@ -34,6 +34,7 @@ "13" "15" "16" +"17" "18" "19" "20" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |