annotate scripts/miscellaneous/module.mk @ 28971:02b97abbc6fc

maint: rename .oct_config files to .oct-config In Octave, we generally prefer hyphens over underscores in file names unless underscores are required for other reasons (for example, function names in the scripting language are not allowed to contain hyphens). * .oct-config files renamed from .oct_config: scripts/.oct-config, scripts/audio/.oct-config, scripts/deprecated/.oct-config, scripts/elfun/.oct-config, scripts/general/.oct-config, scripts/geometry/.oct-config, scripts/gui/.oct-config, scripts/help/.oct-config, scripts/image/.oct-config, scripts/io/.oct-config, scripts/java/.oct-config, scripts/legacy/.oct-config, scripts/linear-algebra/.oct-config, scripts/miscellaneous/.oct-config, scripts/ode/.oct-config, scripts/optimization/.oct-config, scripts/path/.oct-config, scripts/pkg/.oct-config, scripts/plot/appearance/.oct-config, scripts/plot/draw/.oct-config, scripts/plot/util/.oct-config, scripts/polynomial/.oct-config, scripts/prefs/.oct-config, scripts/profiler/.oct-config, scripts/set/.oct-config, scripts/signal/.oct-config, scripts/sparse/.oct-config, scripts/specfun/.oct-config, scripts/special-matrix/.oct-config, scripts/statistics/.oct-config, scripts/strings/.oct-config, scripts/testfun/.oct-config, scripts/time/.oct-config, scripts/web/.oct-config. * module.mk files updated: scripts/audio/module.mk, scripts/deprecated/module.mk, scripts/elfun/module.mk, scripts/general/module.mk, scripts/geometry/module.mk, scripts/gui/module.mk, scripts/help/module.mk, scripts/image/module.mk, scripts/io/module.mk, scripts/java/module.mk, scripts/legacy/module.mk, scripts/linear-algebra/module.mk, scripts/miscellaneous/module.mk, scripts/module.mk, scripts/ode/module.mk, scripts/optimization/module.mk, scripts/path/module.mk, scripts/pkg/module.mk, scripts/plot/appearance/module.mk, scripts/plot/draw/module.mk, scripts/plot/util/module.mk, scripts/polynomial/module.mk, scripts/prefs/module.mk, scripts/profiler/module.mk, scripts/set/module.mk, scripts/signal/module.mk, scripts/sparse/module.mk, scripts/specfun/module.mk, scripts/special-matrix/module.mk, scripts/statistics/module.mk, scripts/strings/module.mk, scripts/testfun/module.mk, scripts/time/module.mk, scripts/web/module.mk. * input.cc, load-path.cc: Change .oct_config to .oct-config in functions and doc strings.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Oct 2020 16:02:07 -0400
parents 0089f0213384
children cefa5d2d30bc
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 += \
28061
8f5e625062f3 use %reldir% in more places in module.mk files in scripts directory
John W. Eaton <jwe@octave.org>
parents: 27962
diff changeset
2 %reldir% \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
3 %reldir%/private
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
5 %canon_reldir%_PRIVATE_FCN_FILES = \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
6 %reldir%/private/__publish_html_output__.m \
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
7 %reldir%/private/__publish_latex_output__.m \
23526
dc3745744aef maint: sort lists of function files
Mike Miller <mtmiller@octave.org>
parents: 23495
diff changeset
8 %reldir%/private/__w2mpth__.m \
27332
c80ba7295b5e build: include new function tar_is_bsd.m in the build system
Mike Miller <mtmiller@octave.org>
parents: 26742
diff changeset
9 %reldir%/private/display_info_file.m \
c80ba7295b5e build: include new function tar_is_bsd.m in the build system
Mike Miller <mtmiller@octave.org>
parents: 26742
diff changeset
10 %reldir%/private/tar_is_bsd.m
9899
9f25290a35e8 more private function and subfunction changes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
11
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
12 %canon_reldir%_FCN_FILES = \
28971
02b97abbc6fc maint: rename .oct_config files to .oct-config
John W. Eaton <jwe@octave.org>
parents: 28956
diff changeset
13 %reldir%/.oct-config \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
14 %reldir%/bug_report.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
15 %reldir%/bunzip2.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
16 %reldir%/cast.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
17 %reldir%/citation.m \
26170
96bc9ee8e77f clearvars.m: Implement new function.
Rik <rik@octave.org>
parents: 25782
diff changeset
18 %reldir%/clearvars.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
19 %reldir%/compare_versions.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
20 %reldir%/computer.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
21 %reldir%/copyfile.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
22 %reldir%/delete.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
23 %reldir%/dir.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
24 %reldir%/dos.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
25 %reldir%/edit.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
26 %reldir%/fieldnames.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
27 %reldir%/fileattrib.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
28 %reldir%/fileparts.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
29 %reldir%/fullfile.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
30 %reldir%/getfield.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
31 %reldir%/grabcode.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
32 %reldir%/gunzip.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
33 %reldir%/info.m \
24861
7d66084d2660 maint: sort lists of function files in build system
Mike Miller <mtmiller@octave.org>
parents: 24600
diff changeset
34 %reldir%/inputParser.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
35 %reldir%/inputname.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
36 %reldir%/isdeployed.m \
25782
0862570da0ae isfile.m: New function for Matlab compatibility (bug #54508).
Rik <rik@octave.org>
parents: 25781
diff changeset
37 %reldir%/isfile.m \
25780
7c5956c45a29 isfolder.m: New function for Matlab compatibility (bug #54456).
Guillaume Flandin <guillaume.offline@gmail.com>
parents: 25012
diff changeset
38 %reldir%/isfolder.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
39 %reldir%/ismac.m \
26742
1d2552e895e6 * scripts/miscellaneous/module.mk: Fix file name added in previous changeset.
John W. Eaton <jwe@octave.org>
parents: 26741
diff changeset
40 %reldir%/ismethod.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
41 %reldir%/ispc.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
42 %reldir%/isunix.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
43 %reldir%/license.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
44 %reldir%/list_primes.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
45 %reldir%/loadobj.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
46 %reldir%/ls.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
47 %reldir%/ls_command.m \
28372
2f571bfff344 Add "memory" function (patch #9924).
Lars Kindermann <lars.kindermann@reglos.de>
parents: 28061
diff changeset
48 %reldir%/memory.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
49 %reldir%/menu.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
50 %reldir%/methods.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
51 %reldir%/mex.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
52 %reldir%/mexext.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
53 %reldir%/mkdir.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
54 %reldir%/mkoctfile.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
55 %reldir%/movefile.m \
27962
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
56 %reldir%/mustBeFinite.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
57 %reldir%/mustBeGreaterThan.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
58 %reldir%/mustBeGreaterThanOrEqual.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
59 %reldir%/mustBeInteger.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
60 %reldir%/mustBeLessThan.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
61 %reldir%/mustBeLessThanOrEqual.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
62 %reldir%/mustBeMember.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
63 %reldir%/mustBeNegative.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
64 %reldir%/mustBeNonempty.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
65 %reldir%/mustBeNonNan.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
66 %reldir%/mustBeNonnegative.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
67 %reldir%/mustBeNonpositive.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
68 %reldir%/mustBeNonsparse.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
69 %reldir%/mustBeNonzero.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
70 %reldir%/mustBeNumeric.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
71 %reldir%/mustBeNumericOrLogical.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
72 %reldir%/mustBePositive.m \
3b8d21ff0ca6 New validator functions implementation (bug #57627).
Andrew Janke <andrew@apjanke.net>
parents: 27426
diff changeset
73 %reldir%/mustBeReal.m \
27426
3ec072ab1bda namedargs2cell.m: New function (bug #56903).
Rik <rik@octave.org>
parents: 27332
diff changeset
74 %reldir%/namedargs2cell.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
75 %reldir%/namelengthmax.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
76 %reldir%/nargchk.m \
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
77 %reldir%/narginchk.m \
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
78 %reldir%/nargoutchk.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
79 %reldir%/news.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
80 %reldir%/nthargout.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
81 %reldir%/open.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
82 %reldir%/orderfields.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
83 %reldir%/pack.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
84 %reldir%/parseparams.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
85 %reldir%/perl.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
86 %reldir%/publish.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
87 %reldir%/python.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
88 %reldir%/recycle.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
89 %reldir%/run.m \
24491
d8fb16ab0992 maint: move non-numeric m-files from general/ to miscellaneous/ dir.
Rik <rik@octave.org>
parents: 24490
diff changeset
90 %reldir%/saveobj.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
91 %reldir%/setfield.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
92 %reldir%/substruct.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
93 %reldir%/swapbytes.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
94 %reldir%/symvar.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
95 %reldir%/tar.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
96 %reldir%/tempdir.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
97 %reldir%/unix.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
98 %reldir%/unpack.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
99 %reldir%/untar.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
100 %reldir%/unzip.m \
24861
7d66084d2660 maint: sort lists of function files in build system
Mike Miller <mtmiller@octave.org>
parents: 24600
diff changeset
101 %reldir%/validateattributes.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
102 %reldir%/ver.m \
26608
0f187a956d47 Add verLessThan function (bug #55525)
Andrew Janke <andrew@apjanke.net>
parents: 26202
diff changeset
103 %reldir%/verLessThan.m \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
104 %reldir%/version.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
105 %reldir%/what.m \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
106 %reldir%/zip.m
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
107
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
108 %canon_reldir%dir = $(fcnfiledir)/miscellaneous
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
109
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
110 %canon_reldir%_DATA = $(%canon_reldir%_FCN_FILES)
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
111
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
112 %canon_reldir%_privatedir = $(fcnfiledir)/miscellaneous/private
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
113
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
114 %canon_reldir%_private_DATA = $(%canon_reldir%_PRIVATE_FCN_FILES)
20343
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
115
916cc788d906 fix installation of script files
John W. Eaton <jwe@octave.org>
parents: 20328
diff changeset
116 FCN_FILES += \
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
117 $(%canon_reldir%_FCN_FILES) \
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
118 $(%canon_reldir%_PRIVATE_FCN_FILES)
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
119
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
120 PKG_ADD_FILES += %reldir%/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9899
diff changeset
121
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 22160
diff changeset
122 DIRSTAMP_FILES += %reldir%/$(octave_dirstamp)