annotate scripts/deprecated/module.mk @ 12574:89604fa96d2f

Deprecate perror, strerror functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 13:37:13 -0700
parents 88558b8eb8a7
children f9b7aa3b88f8 a17269b1148f
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 = \
11165
5962c1cfdbcb Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents: 11151
diff changeset
4 deprecated/autocor.m \
5962c1cfdbcb Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents: 11151
diff changeset
5 deprecated/autocov.m \
11151
0c38b45ab49c Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents: 10881
diff changeset
6 deprecated/betai.m \
9868
7f4939e76684 deprecate cellidx
Jaroslav Hajek <highegg@gmail.com>
parents: 9794
diff changeset
7 deprecated/cellidx.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 deprecated/clg.m \
12556
88558b8eb8a7 Add deprecated entry for cquad() pointing to quadcc().
Rik <octave@nomad.inbox5.com>
parents: 12498
diff changeset
9 deprecated/cquad.m \
11226
16d744cce38c deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents: 11165
diff changeset
10 deprecated/dispatch.m \
10336
1603dfe72933 obsolete fstat, handle the functionality by stat
Jaroslav Hajek <highegg@gmail.com>
parents: 10223
diff changeset
11 deprecated/fstat.m \
11151
0c38b45ab49c Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents: 10881
diff changeset
12 deprecated/gammai.m \
12224
abcd61f965e5 Deprecate glpkmex function and remove from documentation.
Rik <octave@nomad.inbox5.com>
parents: 12210
diff changeset
13 deprecated/glpkmex.m \
10413
271c5262975b deprecate intwarning
Jaroslav Hajek <highegg@gmail.com>
parents: 10336
diff changeset
14 deprecated/intwarning.m \
12498
294c0927c762 Deprecate is_duplicate_entry.
Rik <octave@nomad.inbox5.com>
parents: 12413
diff changeset
15 deprecated/is_duplicate_entry.m \
11151
0c38b45ab49c Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents: 10881
diff changeset
16 deprecated/is_global.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 deprecated/isstr.m \
11540
b0ef6f28e09a deprecate krylovb function
John W. Eaton <jwe@octave.org>
parents: 11530
diff changeset
18 deprecated/krylovb.m \
12574
89604fa96d2f Deprecate perror, strerror functions.
Rik <octave@nomad.inbox5.com>
parents: 12556
diff changeset
19 deprecated/perror.m \
11530
13b4fbd2a58b Deprecate replot function.
Rik <octave@nomad.inbox5.com>
parents: 11390
diff changeset
20 deprecated/replot.m \
12210
cd6f7f4f53a3 Deprecate saveimage.m.
Rik <octave@nomad.inbox5.com>
parents: 11540
diff changeset
21 deprecated/saveimage.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 deprecated/setstr.m \
11390
7ca273af4309 Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents: 11226
diff changeset
23 deprecated/sphcat.m \
7ca273af4309 Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents: 11226
diff changeset
24 deprecated/spvcat.m \
12574
89604fa96d2f Deprecate perror, strerror functions.
Rik <octave@nomad.inbox5.com>
parents: 12556
diff changeset
25 deprecated/strerror.m \
10881
22cd681a4e28 Deprecate values.m
Rik <octave@nomad.inbox5.com>
parents: 10413
diff changeset
26 deprecated/values.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 deprecated/weibcdf.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 deprecated/weibinv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 deprecated/weibpdf.m \
10223
f493e9be5cd6 remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents: 10041
diff changeset
30 deprecated/weibrnd.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 FCN_FILES += $(deprecated_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 PKG_ADD_FILES += deprecated/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
35
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
36 DIRSTAMP_FILES += deprecated/$(octave_dirstamp)