2009-04-05 12:21:55 -04:00
|
|
|
$OpenBSD: patch-bindings_octave_misc_Makefile_in,v 1.3 2009/04/05 16:21:55 steven Exp $
|
|
|
|
--- bindings/octave/misc/Makefile.in.orig Sun Nov 18 21:04:00 2007
|
|
|
|
+++ bindings/octave/misc/Makefile.in Fri May 23 21:10:35 2008
|
2006-06-06 09:36:28 -04:00
|
|
|
@@ -138,6 +138,7 @@ CXXDEPMODE = @CXXDEPMODE@
|
import plplot 5.6.0
PLplot is a library of functions that are useful for making scientific
plots. PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such as
Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.
some initial work by Matthias Kilian.
thanks to the people who tested this.
2006-05-12 09:35:38 -04:00
|
|
|
CXXFLAGS = @CXXFLAGS@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DATA_DIR = @DATA_DIR@
|
|
|
|
+EXAMPLE_DIR = @EXAMPLE_DIR@
|
|
|
|
DB2X_TEXIXML = @DB2X_TEXIXML@
|
|
|
|
DB2X_XSLTPROC = @DB2X_XSLTPROC@
|
|
|
|
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
|
2009-04-05 12:21:55 -04:00
|
|
|
@@ -462,7 +463,7 @@ examples = \
|
import plplot 5.6.0
PLplot is a library of functions that are useful for making scientific
plots. PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such as
Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.
some initial work by Matthias Kilian.
thanks to the people who tested this.
2006-05-12 09:35:38 -04:00
|
|
|
rosenbrock.m
|
|
|
|
|
|
|
|
EXTRA_DIST = $(examples)
|
|
|
|
-@enable_octave_TRUE@examples_octavedir = $(DATA_DIR)/examples/octave
|
|
|
|
+@enable_octave_TRUE@examples_octavedir = $(EXAMPLE_DIR)/octave
|
|
|
|
@enable_octave_TRUE@examples_octave_DATA = $(examples)
|
|
|
|
all: all-am
|
|
|
|
|