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