Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 19844:0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
* NEWS: Announce deprecation.
* scripts/deprecated/loadaudio.m, scripts/deprecated/playaudio.m,
scripts/deprecated/saveaudio.m, scripts/deprecated/setaudio.m: Move from
scripts/audio. Add deprecation warnings to code and to docstrings.
* audio.txi: Remove from manual.
* lin2mu.m, mu2lin.m, record.m: Remove seealso links.
* scripts/deprecated/module.mk: Add to build system in deprecated directory.
* scripts/audio/module.mk: Remove from build system in audio directory.
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Sat, 31 Jan 2015 10:23:52 -0500 |
parents | ebd27d8c63fd |
children | 47440b762547 |
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 \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
25 deprecated/nfields.m \ |
19460 | 26 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
|
27 deprecated/playaudio.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
28 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
|
29 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
|
30 deprecated/saveaudio.m \ |
19842
ebd27d8c63fd
update default branch to release as 4.0
John W. Eaton <jwe@octave.org>
parents:
19460
diff
changeset
|
31 deprecated/saving_history.m \ |
19844
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
32 deprecated/setaudio.m \ |
19257
d20c81d3cd21
Deprecate syl, add new function sylvester.
Rik <rik@octave.org>
parents:
19252
diff
changeset
|
33 deprecated/strmatch.m \ |
19303 | 34 deprecated/syl.m \ |
35 deprecated/usage.m | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
36 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
37 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
38 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
39 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 40 |
41 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |