From: <ai...@us...> - 2013-04-24 20:36:31
|
Revision: 12306 http://sourceforge.net/p/plplot/code/12306 Author: airwin Date: 2013-04-24 20:36:28 +0000 (Wed, 24 Apr 2013) Log Message: ----------- Add required build of example x00 for the traditional build-tree tests for several different bindings. Modified Paths: -------------- trunk/examples/ada/Makefile.examples.in trunk/examples/c++/Makefile.examples.in trunk/examples/d/Makefile.examples.in trunk/examples/f77/Makefile.examples.in trunk/examples/java/Makefile.examples.in trunk/examples/ocaml/Makefile.examples.in Modified: trunk/examples/ada/Makefile.examples.in =================================================================== --- trunk/examples/ada/Makefile.examples.in 2013-04-24 20:13:55 UTC (rev 12305) +++ trunk/examples/ada/Makefile.examples.in 2013-04-24 20:36:28 UTC (rev 12306) @@ -30,6 +30,7 @@ RPATHCMD = @RPATHCMD@ EXECUTABLES_list = \ + x00a$(EXEEXT) \ x01a$(EXEEXT) \ x02a$(EXEEXT) \ x03a$(EXEEXT) \ @@ -62,7 +63,7 @@ x30a$(EXEEXT) \ x31a$(EXEEXT) \ x33a$(EXEEXT) \ - xthick01a$(EXEEXT) \ + xthick00a$(EXEEXT) \ xthick02a$(EXEEXT) \ xthick03a$(EXEEXT) \ xthick04a$(EXEEXT) \ Modified: trunk/examples/c++/Makefile.examples.in =================================================================== --- trunk/examples/c++/Makefile.examples.in 2013-04-24 20:13:55 UTC (rev 12305) +++ trunk/examples/c++/Makefile.examples.in 2013-04-24 20:36:28 UTC (rev 12306) @@ -38,6 +38,7 @@ EXECUTABLES_list = \ x01cc$(EXEEXT) \ + x00$(EXEEXT) \ x01$(EXEEXT) \ x02$(EXEEXT) \ x03$(EXEEXT) \ Modified: trunk/examples/d/Makefile.examples.in =================================================================== --- trunk/examples/d/Makefile.examples.in 2013-04-24 20:13:55 UTC (rev 12305) +++ trunk/examples/d/Makefile.examples.in 2013-04-24 20:36:28 UTC (rev 12306) @@ -27,6 +27,7 @@ RPATHCMD = @RPATHCMD@ EXECUTABLES_list = \ + x00d$(EXEEXT) \ x01d$(EXEEXT) \ x02d$(EXEEXT) \ x03d$(EXEEXT) \ Modified: trunk/examples/f77/Makefile.examples.in =================================================================== --- trunk/examples/f77/Makefile.examples.in 2013-04-24 20:13:55 UTC (rev 12305) +++ trunk/examples/f77/Makefile.examples.in 2013-04-24 20:36:28 UTC (rev 12306) @@ -29,6 +29,7 @@ RPATHCMD = @RPATHCMD@ EXECUTABLES_list = \ + x00f$(EXEEXT) \ x01f$(EXEEXT) \ x02f$(EXEEXT) \ x03f$(EXEEXT) \ Modified: trunk/examples/java/Makefile.examples.in =================================================================== --- trunk/examples/java/Makefile.examples.in 2013-04-24 20:13:55 UTC (rev 12305) +++ trunk/examples/java/Makefile.examples.in 2013-04-24 20:36:28 UTC (rev 12306) @@ -23,6 +23,7 @@ PLPLOT_CLASSPATH = @JAVADATA_HARDDIR@/plplot.jar example_classes = \ + x00.class \ x01.class \ x02.class \ x03.class \ Modified: trunk/examples/ocaml/Makefile.examples.in =================================================================== --- trunk/examples/ocaml/Makefile.examples.in 2013-04-24 20:13:55 UTC (rev 12305) +++ trunk/examples/ocaml/Makefile.examples.in 2013-04-24 20:36:28 UTC (rev 12306) @@ -32,6 +32,7 @@ OCAML_LIBS = $(RPATHCMD) -ccopt "-L@CMAKE_INSTALL_LIBDIR@" plplot.@OCAML_EXAMPLE_LIBEXT@ unix.@OCAML_EXAMPLE_LIBEXT@ EXECUTABLES_list = \ + x00ocaml$(EXEEXT) \ x01ocaml$(EXEEXT) \ x02ocaml$(EXEEXT) \ x03ocaml$(EXEEXT) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |