Mercurial > hg > octave-nkf
annotate scripts/plot/Makefile.in @ 7674:52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
author | David Bateman <dbateman@free.fr> |
---|---|
date | Mon, 31 Mar 2008 21:41:30 -0400 |
parents | e0c930dda642 |
children | 4584feed3ec4 |
rev | line source |
---|---|
681 | 1 # Makefile for octave's scripts/plot directory |
2 # | |
7017 | 3 # Copyright (C) 1994, 1995, 1996, 1997, 2002, 2005, 2006, 2007 |
4 # John W. Eaton | |
5 # | |
7016 | 6 # This file is part of Octave. |
7 # | |
8 # Octave is free software; you can redistribute it and/or modify it | |
9 # under the terms of the GNU General Public License as published by the | |
10 # Free Software Foundation; either version 3 of the License, or (at | |
11 # your option) any later version. | |
12 # | |
13 # Octave is distributed in the hope that it will be useful, but WITHOUT | |
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
15 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
16 # for more details. | |
17 # | |
18 # You should have received a copy of the GNU General Public License | |
19 # along with Octave; see the file COPYING. If not, see | |
20 # <http://www.gnu.org/licenses/>. | |
681 | 21 |
682 | 22 TOPDIR = ../.. |
681 | 23 |
24 script_sub_dir = plot | |
25 | |
26 srcdir = @srcdir@ | |
27 top_srcdir = @top_srcdir@ | |
28 VPATH = @srcdir@ | |
29 | |
30 include $(TOPDIR)/Makeconf | |
31 | |
32 INSTALL = @INSTALL@ | |
33 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
34 INSTALL_DATA = @INSTALL_DATA@ | |
35 | |
6405 | 36 SOURCES = \ |
7146 | 37 __area__.m \ |
7049 | 38 __axes_limits__.m \ |
6257 | 39 __axis_label__.m \ |
6553 | 40 __bar__.m \ |
7189 | 41 __bars__.m \ |
7170 | 42 __contour__.m \ |
6264 | 43 __default_plot_options__.m \ |
6257 | 44 __errcomm__.m \ |
45 __errplot__.m \ | |
7337 | 46 __ezplot__.m \ |
6408 | 47 __go_close_all__.m \ |
48 __go_draw_axes__.m \ | |
49 __go_draw_figure__.m \ | |
7673 | 50 __gnuplot_ginput__.m \ |
6261 | 51 __gnuplot_version__.m \ |
6409 | 52 __line__.m \ |
6264 | 53 __next_line_color__.m \ |
6807 | 54 __patch__.m \ |
6257 | 55 __plr1__.m \ |
56 __plr2__.m \ | |
57 __plt1__.m \ | |
58 __plt2__.m \ | |
59 __plt2mm__.m \ | |
60 __plt2mv__.m \ | |
61 __plt2ss__.m \ | |
7431 | 62 __plt2sv__.m \ |
6257 | 63 __plt2vm__.m \ |
7431 | 64 __plt2vs__.m \ |
6257 | 65 __plt2vv__.m \ |
66 __plt__.m \ | |
67 __plt_get_axis_arg__.m \ | |
68 __pltopt1__.m \ | |
69 __pltopt__.m \ | |
7189 | 70 __quiver__.m \ |
71 __scatter__.m \ | |
7217 | 72 __stem__.m \ |
7557 | 73 allchild.m \ |
6857 | 74 ancestor.m \ |
7146 | 75 area.m \ |
6257 | 76 axes.m \ |
77 axis.m \ | |
78 bar.m \ | |
6636 | 79 barh.m \ |
6257 | 80 box.m \ |
7189 | 81 caxis.m \ |
6257 | 82 clf.m \ |
83 close.m \ | |
84 closereq.m \ | |
7189 | 85 colorbar.m \ |
7321 | 86 compass.m \ |
7175 | 87 contour3.m \ |
6257 | 88 contour.m \ |
89 contourc.m \ | |
7042 | 90 contourf.m \ |
7181 | 91 cylinder.m \ |
7408 | 92 gnuplot_drawnow.m \ |
7305 | 93 ellipsoid.m \ |
6257 | 94 errorbar.m \ |
7337 | 95 ezcontourf.m \ |
96 ezcontour.m \ | |
97 ezmeshc.m \ | |
98 ezmesh.m \ | |
7339 | 99 ezplot3.m \ |
7337 | 100 ezpolar.m \ |
101 ezsurfc.m \ | |
102 ezsurf.m \ | |
7321 | 103 feather.m \ |
6257 | 104 figure.m \ |
7024 | 105 fill.m \ |
7557 | 106 findall.m \ |
6935 | 107 findobj.m \ |
6257 | 108 fplot.m \ |
109 gca.m \ | |
110 gcf.m \ | |
7673 | 111 ginput.m \ |
6257 | 112 grid.m \ |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
113 gtext.m \ |
7149 | 114 hidden.m \ |
6257 | 115 hist.m \ |
116 hold.m \ | |
117 isfigure.m \ | |
118 ishold.m \ | |
119 legend.m \ | |
120 line.m \ | |
121 loglog.m \ | |
122 loglogerr.m \ | |
123 mesh.m \ | |
6788 | 124 meshc.m \ |
6257 | 125 meshgrid.m \ |
7207 | 126 meshz.m \ |
6257 | 127 ndgrid.m \ |
128 newplot.m \ | |
129 orient.m \ | |
7220 | 130 pareto.m \ |
6807 | 131 patch.m \ |
7118 | 132 pcolor.m \ |
6788 | 133 peaks.m \ |
7118 | 134 pie.m \ |
6257 | 135 plot.m \ |
7195 | 136 plotyy.m \ |
6257 | 137 plot3.m \ |
7194 | 138 plotyy.m \ |
6257 | 139 polar.m \ |
140 print.m \ | |
7122 | 141 quiver.m \ |
7189 | 142 quiver3.m \ |
6257 | 143 replot.m \ |
7163 | 144 ribbon.m \ |
7321 | 145 rose.m \ |
7189 | 146 scatter.m \ |
147 scatter3.m \ | |
6257 | 148 semilogx.m \ |
149 semilogxerr.m \ | |
150 semilogy.m \ | |
151 semilogyerr.m \ | |
7118 | 152 shading.m \ |
6257 | 153 shg.m \ |
7183 | 154 slice.m \ |
6257 | 155 sombrero.m \ |
7189 | 156 sphere.m \ |
7163 | 157 spinmap.m \ |
6257 | 158 stairs.m \ |
6303 | 159 stem.m \ |
7217 | 160 stem3.m \ |
6257 | 161 subplot.m \ |
7118 | 162 surf.m \ |
163 surface.m \ | |
164 surfc.m \ | |
7189 | 165 surfnorm.m \ |
6257 | 166 text.m \ |
167 title.m \ | |
168 view.m \ | |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
169 waitforbuttonpress.m \ |
6257 | 170 xlabel.m \ |
7049 | 171 xlim.m \ |
6257 | 172 ylabel.m \ |
7049 | 173 ylim.m \ |
174 zlabel.m \ | |
175 zlim.m | |
681 | 176 |
7361 | 177 SOURCES_IN = gnuplot_binary.in |
178 | |
179 GEN_M = $(SOURCES_IN:.in=.m) | |
6257 | 180 |
7361 | 181 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES) $(SOURCES_IN)) |
182 | |
183 FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES)) $(GEN_M) | |
681 | 184 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) |
185 | |
7361 | 186 all: $(GEN_M) PKG_ADD |
681 | 187 .PHONY: all |
188 | |
2811 | 189 install install-strip: |
4225 | 190 $(do-script-install) |
2811 | 191 .PHONY: install install-strip |
681 | 192 |
193 uninstall: | |
4225 | 194 $(do-script-uninstall) |
681 | 195 .PHONY: uninstall |
196 | |
197 clean: | |
198 .PHONY: clean | |
199 | |
5597 | 200 PKG_ADD: $(FCN_FILES) |
201 @echo "making PKG_ADD" | |
202 @$(do-mkpkgadd) | |
203 | |
681 | 204 tags: $(SOURCES) |
205 ctags $(SOURCES) | |
206 | |
207 TAGS: $(SOURCES) | |
208 etags $(SOURCES) | |
209 | |
210 mostlyclean: clean | |
211 .PHONY: mostlyclean | |
212 | |
213 distclean: clean | |
7362 | 214 rm -f Makefile PKG_ADD $(GEN_M) |
681 | 215 .PHONY: distclean |
216 | |
1391 | 217 maintainer-clean: distclean |
681 | 218 rm -f tags TAGS |
1391 | 219 .PHONY: maintainer-clean |
681 | 220 |
221 dist: | |
6467 | 222 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/plot |
681 | 223 .PHONY: dist |
7361 | 224 |
225 $(GEN_M): %.m : %.in $(TOPDIR)/Makeconf | |
226 @$(do-subst-config-vals) |