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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
93f7f4d074b1 Deprecate dump_prefs.m
Rik <rik@octave.org>
parents: 19356
diff changeset
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
9c5a17d5fc19 Deprecate fmod function.
Rik <rik@octave.org>
parents: 19309
diff changeset
9 deprecated/fmod.m \
19311
f506de9089e8 Deprecate fnmatch function.
Rik <rik@octave.org>
parents: 19310
diff changeset
10 deprecated/fnmatch.m \
20369
597991b19e40 gmap40.m: Deprecate function.
Rik <rik@octave.org>
parents: 20167
diff changeset
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
e278c939a419 Deprecate luinc.
Rik <rik@octave.org>
parents: 19318
diff changeset
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
e5a1e7951908 Deprecate octave_tmp_file_name.
Rik <rik@octave.org>
parents: 19388
diff changeset
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
d4a920d28242 Depecrate usage() function.
Rik <rik@octave.org>
parents: 19260
diff changeset
21 deprecated/syl.m \
d4a920d28242 Depecrate usage() function.
Rik <rik@octave.org>
parents: 19260
diff changeset
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
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
27
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
28 DIRSTAMP_FILES += deprecated/$(octave_dirstamp)