8d41b59cd3
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.
21 lines
924 B
Plaintext
21 lines
924 B
Plaintext
$OpenBSD: patch-examples_tk_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
|
|
--- examples/tk/Makefile.in.orig Wed May 3 03:08:26 2006
|
|
+++ examples/tk/Makefile.in Sat May 6 12:44:34 2006
|
|
@@ -170,6 +170,7 @@ CXXDEPMODE = @CXXDEPMODE@
|
|
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@
|
|
@@ -480,7 +481,7 @@ with_qhull_FALSE = @with_qhull_FALSE@
|
|
with_qhull_TRUE = @with_qhull_TRUE@
|
|
with_rpath_FALSE = @with_rpath_FALSE@
|
|
with_rpath_TRUE = @with_rpath_TRUE@
|
|
-@enable_tk_TRUE@examples_tkdir = $(DATA_DIR)/examples/tk
|
|
+@enable_tk_TRUE@examples_tkdir = $(EXAMPLE_DIR)/tk
|
|
@enable_itcl_FALSE@@enable_tk_TRUE@mkindex = $(top_srcdir)/scripts/mktclIndex -tcl
|
|
@enable_itcl_TRUE@@enable_tk_TRUE@mkindex = $(top_srcdir)/scripts/mktclIndex -itcl
|
|
@enable_tk_TRUE@check_DATA = \
|