Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 20509:c5a8eff5a05d
gallery: add very basic tests (check output size) for all matrix types.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Fri, 03 Jul 2015 16:53:08 +0100 |
parents | cd5ae0f080e8 |
children | fa9fa6ab76f0 |
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 \ |
19356
ba167badef9f
Deprecate delaunay3 and extend delaunay to 3-D inputs.
Rik <rik@octave.org>
parents:
19347
diff
changeset
|
5 deprecated/delaunay3.m \ |
19388 | 6 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
|
7 deprecated/find_dir_in_path.m \ |
19309
a4c226a963c5
Deprecate finite in favor of isfinite.
Rik <rik@octave.org>
parents:
19304
diff
changeset
|
8 deprecated/finite.m \ |
19310 | 9 deprecated/fmod.m \ |
19311 | 10 deprecated/fnmatch.m \ |
20369 | 11 deprecated/gmap40.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 deprecated/isstr.m \ |
19844
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
13 deprecated/loadaudio.m \ |
19340 | 14 deprecated/luinc.m \ |
19966
74b5209ad68d
correct function name in module.mk file
John W. Eaton <jwe@octave.org>
parents:
19965
diff
changeset
|
15 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
|
16 deprecated/nfields.m \ |
19460 | 17 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
|
18 deprecated/playaudio.m \ |
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
19 deprecated/saveaudio.m \ |
0165d9607624
Deprecate audio functions loadaudio, playaudio, saveaudio, and setaudio.
Mike Miller <mtmiller@ieee.org>
parents:
19842
diff
changeset
|
20 deprecated/setaudio.m \ |
19303 | 21 deprecated/syl.m \ |
22 deprecated/usage.m | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
23 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
24 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
25 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
26 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 27 |
28 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |