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