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 \ |
|
87 errorbar.m \ |
|
88 figure.m \ |
7024
|
89 fill.m \ |
6935
|
90 findobj.m \ |
6257
|
91 fplot.m \ |
|
92 gca.m \ |
|
93 gcf.m \ |
|
94 grid.m \ |
7149
|
95 hidden.m \ |
6257
|
96 hist.m \ |
|
97 hold.m \ |
|
98 isfigure.m \ |
|
99 ishold.m \ |
|
100 legend.m \ |
|
101 line.m \ |
|
102 loglog.m \ |
|
103 loglogerr.m \ |
|
104 mesh.m \ |
6788
|
105 meshc.m \ |
6257
|
106 meshgrid.m \ |
7207
|
107 meshz.m \ |
6257
|
108 ndgrid.m \ |
|
109 newplot.m \ |
|
110 orient.m \ |
6807
|
111 patch.m \ |
7118
|
112 pcolor.m \ |
6788
|
113 peaks.m \ |
7118
|
114 pie.m \ |
6257
|
115 plot.m \ |
7195
|
116 plotyy.m \ |
6257
|
117 plot3.m \ |
7194
|
118 plotyy.m \ |
6257
|
119 polar.m \ |
|
120 print.m \ |
7122
|
121 quiver.m \ |
7189
|
122 quiver3.m \ |
6257
|
123 replot.m \ |
7163
|
124 ribbon.m \ |
7189
|
125 scatter.m \ |
|
126 scatter3.m \ |
6257
|
127 semilogx.m \ |
|
128 semilogxerr.m \ |
|
129 semilogy.m \ |
|
130 semilogyerr.m \ |
7118
|
131 shading.m \ |
6257
|
132 shg.m \ |
7183
|
133 slice.m \ |
6257
|
134 sombrero.m \ |
7189
|
135 sphere.m \ |
7163
|
136 spinmap.m \ |
6257
|
137 stairs.m \ |
6303
|
138 stem.m \ |
7217
|
139 stem3.m \ |
6257
|
140 subplot.m \ |
7118
|
141 surf.m \ |
|
142 surface.m \ |
|
143 surfc.m \ |
7189
|
144 surfnorm.m \ |
6257
|
145 text.m \ |
|
146 title.m \ |
|
147 view.m \ |
|
148 xlabel.m \ |
7049
|
149 xlim.m \ |
6257
|
150 ylabel.m \ |
7049
|
151 ylim.m \ |
|
152 zlabel.m \ |
|
153 zlim.m |
681
|
154 |
6797
|
155 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES)) |
6257
|
156 |
6407
|
157 FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES)) |
681
|
158 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES)) |
|
159 |
6405
|
160 all: PKG_ADD |
681
|
161 .PHONY: all |
|
162 |
2811
|
163 install install-strip: |
4225
|
164 $(do-script-install) |
2811
|
165 .PHONY: install install-strip |
681
|
166 |
|
167 uninstall: |
4225
|
168 $(do-script-uninstall) |
681
|
169 .PHONY: uninstall |
|
170 |
|
171 clean: |
|
172 .PHONY: clean |
|
173 |
5597
|
174 PKG_ADD: $(FCN_FILES) |
|
175 @echo "making PKG_ADD" |
|
176 @$(do-mkpkgadd) |
|
177 |
681
|
178 tags: $(SOURCES) |
|
179 ctags $(SOURCES) |
|
180 |
|
181 TAGS: $(SOURCES) |
|
182 etags $(SOURCES) |
|
183 |
|
184 mostlyclean: clean |
|
185 .PHONY: mostlyclean |
|
186 |
|
187 distclean: clean |
5866
|
188 rm -f Makefile PKG_ADD |
681
|
189 .PHONY: distclean |
|
190 |
1391
|
191 maintainer-clean: distclean |
681
|
192 rm -f tags TAGS |
1391
|
193 .PHONY: maintainer-clean |
681
|
194 |
|
195 dist: |
6467
|
196 ln $(DISTFILES) ../../`cat ../../.fname`/scripts/plot |
681
|
197 .PHONY: dist |