summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-08-18 19:18:33 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-08-18 19:18:33 +0000
commit88fda2903b70e5cf32a27e28da5e7db72ff82581 (patch)
treec6151caba11506957a9d66df01b10f2cac45374a /rules/gnuplot.in
parent08b554e974d8a39532d1d30d0f068ed11ab553f3 (diff)
downloadptxdist-88fda2903b70e5cf32a27e28da5e7db72ff82581.tar.gz
ptxdist-88fda2903b70e5cf32a27e28da5e7db72ff82581.tar.xz
added gnuplot support
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1570 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in43
1 files changed, 43 insertions, 0 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
new file mode 100644
index 000000000..be159e103
--- /dev/null
+++ b/rules/gnuplot.in
@@ -0,0 +1,43 @@
+menu "gnuplot "
+
+config GNUPLOT
+ bool
+ prompt "Gnuplot"
+ select ZLIB
+
+config GNUPLOT_FITERRVARS
+ bool
+ prompt "Support for itting error variables"
+ depends on GNUPLOT
+
+config GNUPLOT_WITH_X
+ bool
+ prompt "X support"
+ depends on GNUPLOT
+
+config GNUPLOT_PLOT
+ bool
+ prompt "use Unix plot library"
+ depends on GNUPLOT
+
+config GNUPLOT_PNG
+ bool
+ prompt "PNG support"
+ depends on GNUPLOT
+
+config GNUPLOT_GD
+ bool
+ prompt "GD support"
+ depends on GNUPLOT
+
+config GNUPLOT_GIF
+ bool
+ prompt "GIF support"
+ depends on GNUPLOT
+
+config GNUPLOT_PDF
+ bool
+ prompt "PDF support"
+ depends on GNUPLOT
+
+endmenu