Mercurial > hg > octave-lyh
annotate scripts/plot/Makefile.in @ 11728:32b73579dd5c release-3-0-x
scripts/plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 02 Apr 2008 16:17:06 -0400 |
parents | 359f464342b3 |
children | 72830070a17b |
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 \ | |
6408 | 46 __go_close_all__.m \ |
47 __go_draw_axes__.m \ | |
48 __go_draw_figure__.m \ | |
6261 | 49 __gnuplot_version__.m \ |
6409 | 50 __line__.m \ |
6264 | 51 __next_line_color__.m \ |
6807 | 52 __patch__.m \ |
6257 | 53 __plr1__.m \ |
54 __plr2__.m \ | |
55 __plt1__.m \ | |
56 __plt2__.m \ | |
57 __plt2mm__.m \ | |
58 __plt2mv__.m \ | |
59 __plt2ss__.m \ | |
11728
32b73579dd5c
scripts/plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m
John W. Eaton <jwe@octave.org>
parents:
7321
diff
changeset
|
60 __plt2sv__.m \ |
6257 | 61 __plt2vm__.m \ |
11728
32b73579dd5c
scripts/plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m
John W. Eaton <jwe@octave.org>
parents:
7321
diff
changeset
|
62 __plt2vs__.m \ |
6257 | 63 __plt2vv__.m \ |
64 __plt__.m \ | |
65 __plt_get_axis_arg__.m \ | |
66 __pltopt1__.m \ | |
67 __pltopt__.m \ | |
7189 | 68 __quiver__.m \ |
69 __scatter__.m \ | |
7217 | 70 __stem__.m \ |
6857 | 71 ancestor.m \ |
7146 | 72 area.m \ |
6257 | 73 axes.m \ |
74 axis.m \ | |
75 bar.m \ | |
6636 | 76 barh.m \ |
6257 | 77 box.m \ |
7189 | 78 caxis.m \ |
6257 | 79 clf.m \ |
80 close.m \ | |
81 closereq.m \ | |
7189 | 82 colorbar.m \ |
7321 | 83 compass.m \ |
7175 | 84 contour3.m \ |
6257 | 85 contour.m \ |
86 contourc.m \ | |
7042 | 87 contourf.m \ |
7181 | 88 cylinder.m \ |
6257 | 89 drawnow.m \ |
7305 | 90 ellipsoid.m \ |
6257 | 91 errorbar.m \ |
7321 | 92 feather.m \ |
6257 | 93 figure.m \ |
7024 | 94 fill.m \ |
6935 | 95 findobj.m \ |
6257 | 96 fplot.m \ |
97 gca.m \ | |
98 gcf.m \ | |
99 grid.m \ | |
7149 | 100 hidden.m \ |
6257 | 101 hist.m \ |
102 hold.m \ | |
103 isfigure.m \ | |
104 ishold.m \ | |
105 legend.m \ | |
106 line.m \ | |
107 loglog.m \ | |
108 loglogerr.m \ | |
109 mesh.m \ | |
6788 | 110 meshc.m \ |
6257 | 111 meshgrid.m \ |
7207 | 112 meshz.m \ |
6257 | 113 ndgrid.m \ |
114 newplot.m \ | |
115 orient.m \ | |
7220 | 116 pareto.m \ |
6807 | 117 patch.m \ |
7118 | 118 pcolor.m \ |
6788 | 119 peaks.m \ |
7118 | 120 pie.m \ |
6257 | 121 plot.m \ |
7195 | 122 plotyy.m \ |
6257 | 123 plot3.m \ |
7194 | 124 plotyy.m \ |
6257 | 125 polar.m \ |
126 print.m \ | |
7122 | 127 quiver.m \ |
7189 | 128 quiver3.m \ |
6257 | 129 replot.m \ |
7163 | 130 ribbon.m \ |
7321 | 131 rose.m \ |
7189 | 132 scatter.m \ |
133 scatter3.m \ | |
6257 | 134 semilogx.m \ |
135 semilogxerr.m \ | |
136 semilogy.m \ | |
137 semilogyerr.m \ | |
7118 | 138 shading.m \ |
6257 | 139 shg.m \ |
7183 | 140 slice.m \ |
6257 | 141 sombrero.m \ |
7189 | 142 sphere.m \ |
7163 | 143 spinmap.m \ |
6257 | 144 stairs.m \ |
6303 | 145 stem.m \ |
7217 | 146 stem3.m \ |
6257 | 147 subplot.m \ |
7118 | 148 surf.m \ |
149 surface.m \ | |
150 surfc.m \ | |
7189 | 151 surfnorm.m \ |
6257 | 152 text.m \ |
153 title.m \ | |
154 view.m \ | |
155 xlabel.m \ | |
7049 | 156 xlim.m \ |
6257 | 157 ylabel.m \ |
7049 | 158 ylim.m \ |
159 zlabel.m \ | |
160 zlim.m | |
681 | 161 |
6797 | 162 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES)) |
6257 | 163 |
6407 | 164 FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES)) |
681 | 165 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) |
166 | |
6405 | 167 all: PKG_ADD |
681 | 168 .PHONY: all |
169 | |
2811 | 170 install install-strip: |
4225 | 171 $(do-script-install) |
2811 | 172 .PHONY: install install-strip |
681 | 173 |
174 uninstall: | |
4225 | 175 $(do-script-uninstall) |
681 | 176 .PHONY: uninstall |
177 | |
178 clean: | |
179 .PHONY: clean | |
180 | |
5597 | 181 PKG_ADD: $(FCN_FILES) |
182 @echo "making PKG_ADD" | |
183 @$(do-mkpkgadd) | |
184 | |
681 | 185 tags: $(SOURCES) |
186 ctags $(SOURCES) | |
187 | |
188 TAGS: $(SOURCES) | |
189 etags $(SOURCES) | |
190 | |
191 mostlyclean: clean | |
192 .PHONY: mostlyclean | |
193 | |
194 distclean: clean | |
5866 | 195 rm -f Makefile PKG_ADD |
681 | 196 .PHONY: distclean |
197 | |
1391 | 198 maintainer-clean: distclean |
681 | 199 rm -f tags TAGS |
1391 | 200 .PHONY: maintainer-clean |
681 | 201 |
202 dist: | |
6467 | 203 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/plot |
681 | 204 .PHONY: dist |