Mercurial > hg > octave-nkf
annotate scripts/plot/Makefile.in @ 8046:c4482fc30c7f
Add the ezplot function
author | David Bateman <dbateman@free.fr> |
---|---|
date | Thu, 21 Aug 2008 11:29:06 -0400 |
parents | 85d6296d51e1 |
children | 09f32aac8fbc |
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 \ | |
8046 | 99 ezplot.m \ |
7339 | 100 ezplot3.m \ |
7337 | 101 ezpolar.m \ |
102 ezsurfc.m \ | |
103 ezsurf.m \ | |
7321 | 104 feather.m \ |
6257 | 105 figure.m \ |
7024 | 106 fill.m \ |
7557 | 107 findall.m \ |
6935 | 108 findobj.m \ |
6257 | 109 fplot.m \ |
110 gca.m \ | |
7935 | 111 gcbf.m \ |
112 gcbo.m \ | |
6257 | 113 gcf.m \ |
7673 | 114 ginput.m \ |
6257 | 115 grid.m \ |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
116 gtext.m \ |
7865
b74039822fd2
Add support for hggroup
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7698
diff
changeset
|
117 hggroup.m \ |
7149 | 118 hidden.m \ |
6257 | 119 hist.m \ |
120 hold.m \ | |
121 isfigure.m \ | |
122 ishold.m \ | |
123 legend.m \ | |
124 line.m \ | |
125 loglog.m \ | |
126 loglogerr.m \ | |
127 mesh.m \ | |
6788 | 128 meshc.m \ |
6257 | 129 meshgrid.m \ |
7207 | 130 meshz.m \ |
6257 | 131 ndgrid.m \ |
132 newplot.m \ | |
133 orient.m \ | |
7220 | 134 pareto.m \ |
6807 | 135 patch.m \ |
7118 | 136 pcolor.m \ |
6788 | 137 peaks.m \ |
7118 | 138 pie.m \ |
6257 | 139 plot.m \ |
7195 | 140 plotyy.m \ |
6257 | 141 plot3.m \ |
7194 | 142 plotyy.m \ |
6257 | 143 polar.m \ |
144 print.m \ | |
7122 | 145 quiver.m \ |
7189 | 146 quiver3.m \ |
6257 | 147 replot.m \ |
7163 | 148 ribbon.m \ |
7321 | 149 rose.m \ |
7189 | 150 scatter.m \ |
151 scatter3.m \ | |
6257 | 152 semilogx.m \ |
153 semilogxerr.m \ | |
154 semilogy.m \ | |
155 semilogyerr.m \ | |
7118 | 156 shading.m \ |
6257 | 157 shg.m \ |
7183 | 158 slice.m \ |
6257 | 159 sombrero.m \ |
7189 | 160 sphere.m \ |
7163 | 161 spinmap.m \ |
6257 | 162 stairs.m \ |
6303 | 163 stem.m \ |
7217 | 164 stem3.m \ |
6257 | 165 subplot.m \ |
7118 | 166 surf.m \ |
167 surface.m \ | |
168 surfc.m \ | |
7189 | 169 surfnorm.m \ |
6257 | 170 text.m \ |
171 title.m \ | |
172 view.m \ | |
7674
52d8d50e74c1
Add gtext, waitforbuttonpress. Attempt to get ginput working under windows
David Bateman <dbateman@free.fr>
parents:
7673
diff
changeset
|
173 waitforbuttonpress.m \ |
6257 | 174 xlabel.m \ |
7049 | 175 xlim.m \ |
6257 | 176 ylabel.m \ |
7049 | 177 ylim.m \ |
178 zlabel.m \ | |
179 zlim.m | |
681 | 180 |
7361 | 181 SOURCES_IN = gnuplot_binary.in |
182 | |
183 GEN_M = $(SOURCES_IN:.in=.m) | |
6257 | 184 |
7361 | 185 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES) $(SOURCES_IN)) |
186 | |
187 FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES)) $(GEN_M) | |
681 | 188 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) |
189 | |
7361 | 190 all: $(GEN_M) PKG_ADD |
681 | 191 .PHONY: all |
192 | |
2811 | 193 install install-strip: |
4225 | 194 $(do-script-install) |
2811 | 195 .PHONY: install install-strip |
681 | 196 |
197 uninstall: | |
4225 | 198 $(do-script-uninstall) |
681 | 199 .PHONY: uninstall |
200 | |
201 clean: | |
202 .PHONY: clean | |
203 | |
5597 | 204 PKG_ADD: $(FCN_FILES) |
205 @echo "making PKG_ADD" | |
206 @$(do-mkpkgadd) | |
207 | |
681 | 208 tags: $(SOURCES) |
209 ctags $(SOURCES) | |
210 | |
211 TAGS: $(SOURCES) | |
212 etags $(SOURCES) | |
213 | |
214 mostlyclean: clean | |
215 .PHONY: mostlyclean | |
216 | |
217 distclean: clean | |
7362 | 218 rm -f Makefile PKG_ADD $(GEN_M) |
681 | 219 .PHONY: distclean |
220 | |
1391 | 221 maintainer-clean: distclean |
681 | 222 rm -f tags TAGS |
1391 | 223 .PHONY: maintainer-clean |
681 | 224 |
225 dist: | |
6467 | 226 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/plot |
681 | 227 .PHONY: dist |
7361 | 228 |
229 $(GEN_M): %.m : %.in $(TOPDIR)/Makeconf | |
230 @$(do-subst-config-vals) | |
7698
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7674
diff
changeset
|
231 |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7674
diff
changeset
|
232 check-m-sources: |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7674
diff
changeset
|
233 @$(do-check-m-sources) |
4584feed3ec4
check-m-sources: new target for script Makefiles
John W. Eaton <jwe@octave.org>
parents:
7674
diff
changeset
|
234 .PHONY: check-m-sources |