Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 19966:74b5209ad68d
correct function name in module.mk file
* scripts/deprecated/module.mk: Fix name of mouse_wheel_zoom.m.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 19 Feb 2015 01:47:14 -0500 |
parents | 47440b762547 |
children | 656cb18bf858 |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 FCN_FILE_DIRS += deprecated |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 deprecated_FCN_FILES = \ |
18804
7485f8a8e431
bicubic.m: Deprecate function for 4.2 release.
Rik <rik@octave.org>
parents:
18606
diff
changeset
|
4 deprecated/bicubic.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
5 deprecated/default_save_options.m \ |
19356
ba167badef9f
Deprecate delaunay3 and extend delaunay to 3-D inputs.
Rik <rik@octave.org>
parents:
19347
diff
changeset
|
6 deprecated/delaunay3.m \ |
19388 | 7 deprecated/dump_prefs.m \ |
18109
2217bc116aa9
maint: Dummy merge with gui-release, ignoring all recent backout merges
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents:
18102
diff
changeset
|
8 deprecated/find_dir_in_path.m \ |
19309
a4c226a963c5
Deprecate finite in favor of isfinite.
Rik <rik@octave.org>
parents:
19304
diff
changeset
|
9 deprecated/finite.m \ |
19310 | 10 deprecated/fmod.m \ |
19311 | 11 deprecated/fnmatch.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
12 deprecated/gen_doc_cache.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
13 deprecated/interp1q.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
14 deprecated/isequalwithequalnans.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
15 deprecated/isstr.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
16 deprecated/java_convert_matrix.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
17 deprecated/java_debug.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
18 deprecated/java_invoke.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
19 deprecated/java_new.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
20 deprecated/java_unsigned_conversion.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
21 deprecated/javafields.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
22 deprecated/javamethods.m \ |
19844
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
23 deprecated/loadaudio.m \ |
19340 | 24 deprecated/luinc.m \ |
19966
74b5209ad68d
correct function name in module.mk file
John W. Eaton <jwe@octave.org>
parents:
19965
diff
changeset
|
25 deprecated/mouse_wheel_zoom.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
26 deprecated/nfields.m \ |
19460 | 27 deprecated/octave_tmp_file_name.m \ |
19844
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
28 deprecated/playaudio.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
29 deprecated/re_read_readline_init_file.m \ |
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
30 deprecated/read_readline_init_file.m \ |
19844
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
31 deprecated/saveaudio.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
32 deprecated/saving_history.m \ |
19844
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
33 deprecated/setaudio.m \ |
19257
d20c81d3cd21
Deprecate syl, add new function sylvester.
Rik <rik@octave.org>
parents:
19252
diff
changeset
|
34 deprecated/strmatch.m \ |
19303 | 35 deprecated/syl.m \ |
36 deprecated/usage.m | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
37 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
38 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
39 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
40 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 41 |
42 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |