annotate scripts/plot/util/module.mk @ 22205:8a456af24e6b

provide single function to get OpenGL renderer info * scripts/plot/util/__opengl_info__.m: New file. * scripts/plot/util/module.mk: Update.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 17 Jul 2016 17:03:30 -0400
parents ded4efec895f
children 4248b1e1a59f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
1 FCN_FILE_DIRS += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
2 scripts/plot/util \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
3 scripts/plot/util/private
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
4
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
5 scripts_plot_util_GEN_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
6 scripts/plot/util/gnuplot_binary.m
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
7
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
8 GEN_FCN_FILES += $(scripts_plot_util_GEN_FCN_FILES)
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
9
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
10 scripts_plot_util_PRIVATE_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
11 scripts/plot/util/private/__add_default_menu__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
12 scripts/plot/util/private/__ghostscript__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
13 scripts/plot/util/private/__gnuplot_get_var__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
14 scripts/plot/util/private/__gnuplot_ginput__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
15 scripts/plot/util/private/__gnuplot_has_feature__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
16 scripts/plot/util/private/__gnuplot_has_terminal__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
17 scripts/plot/util/private/__gnuplot_open_stream__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
18 scripts/plot/util/private/__gnuplot_print__.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
19 scripts/plot/util/private/__gnuplot_version__.m \
20400
755ba248fb4a build: Rename __go_draw_XXX to __gnuplot_draw_XXX for clarity.
Rik <rik@octave.org>
parents: 20361
diff changeset
20 scripts/plot/util/private/__gnuplot_draw_axes__.m \
755ba248fb4a build: Rename __go_draw_XXX to __gnuplot_draw_XXX for clarity.
Rik <rik@octave.org>
parents: 20361
diff changeset
21 scripts/plot/util/private/__gnuplot_draw_figure__.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
22 scripts/plot/util/private/__opengl_print__.m \
20701
ded4efec895f __tight_eps_bbox__.m: Remove unused file.
Rik <rik@octave.org>
parents: 20400
diff changeset
23 scripts/plot/util/private/__print_parse_opts__.m
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
24
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
25 scripts_plot_util_FCN_FILES = \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
26 scripts/plot/util/__actual_axis_position__.m \
22205
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
27 scripts/plot/util/__default_plot_options__.m \
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
28 scripts/plot/util/__gnuplot_drawnow__.m \
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
29 scripts/plot/util/__next_line_color__.m \
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
30 scripts/plot/util/__next_line_style__.m \
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
31 scripts/plot/util/__opengl_info__.m \
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
32 scripts/plot/util/__plt_get_axis_arg__.m \
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
33 scripts/plot/util/__pltopt__.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
34 scripts/plot/util/allchild.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
35 scripts/plot/util/ancestor.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
36 scripts/plot/util/axes.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
37 scripts/plot/util/cla.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
38 scripts/plot/util/clf.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
39 scripts/plot/util/close.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
40 scripts/plot/util/closereq.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
41 scripts/plot/util/colstyle.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
42 scripts/plot/util/copyobj.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
43 scripts/plot/util/figure.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
44 scripts/plot/util/findall.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
45 scripts/plot/util/findfigs.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
46 scripts/plot/util/findobj.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
47 scripts/plot/util/frame2im.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
48 scripts/plot/util/gca.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
49 scripts/plot/util/gcbf.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
50 scripts/plot/util/gcbo.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
51 scripts/plot/util/gcf.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
52 scripts/plot/util/gco.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
53 scripts/plot/util/ginput.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
54 scripts/plot/util/graphics_toolkit.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
55 scripts/plot/util/hdl2struct.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
56 scripts/plot/util/hggroup.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
57 scripts/plot/util/hgload.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
58 scripts/plot/util/hgsave.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
59 scripts/plot/util/hold.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
60 scripts/plot/util/im2frame.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
61 scripts/plot/util/isaxes.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
62 scripts/plot/util/isfigure.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
63 scripts/plot/util/ishghandle.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
64 scripts/plot/util/ishold.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
65 scripts/plot/util/isprop.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
66 scripts/plot/util/linkaxes.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
67 scripts/plot/util/linkprop.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
68 scripts/plot/util/meshgrid.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
69 scripts/plot/util/ndgrid.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
70 scripts/plot/util/newplot.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
71 scripts/plot/util/pan.m \
22205
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
72 scripts/plot/util/print.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
73 scripts/plot/util/printd.m \
22205
8a456af24e6b provide single function to get OpenGL renderer info
John Donoghue <john.donoghue@ieee.org>
parents: 20701
diff changeset
74 scripts/plot/util/refresh.m \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
75 scripts/plot/util/refreshdata.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
76 scripts/plot/util/rotate.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
77 scripts/plot/util/rotate3d.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
78 scripts/plot/util/saveas.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
79 scripts/plot/util/shg.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
80 scripts/plot/util/struct2hdl.m \
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
81 scripts/plot/util/subplot.m \
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
82 scripts/plot/util/zoom.m
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
83
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
84 scripts_plot_utildir = $(fcnfiledir)/plot/util
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
85
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
86 scripts_plot_util_DATA = \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
87 $(scripts_plot_util_FCN_FILES) \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
88 $(scripts_plot_util_GEN_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
89
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
90 scripts_plot_util_privatedir = $(fcnfiledir)/plot/util/private
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
91
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
92 scripts_plot_util_private_DATA = $(scripts_plot_util_PRIVATE_FCN_FILES)
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
93
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
94 FCN_FILES += \
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
95 $(scripts_plot_util_FCN_FILES) \
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
96 $(scripts_plot_util_PRIVATE_FCN_FILES)
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
97
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
98 PKG_ADD_FILES += scripts/plot/util/PKG_ADD
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
99
20328
fa9fa6ab76f0 eliminate recursive make invocation in scripts directory tree
John W. Eaton <jwe@octave.org>
parents: 20309
diff changeset
100 DIRSTAMP_FILES += scripts/plot/util/$(octave_dirstamp)
17572
7bb76a22cde1 maint: Split scripts/plot directory into 4 pieces.
Rik <rik@octave.org>
parents:
diff changeset
101