Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 12413:b7d0d6044bd7
remove functions deprecated in 3.2
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 08 Feb 2011 15:53:13 -0500 |
parents | abcd61f965e5 |
children | 294c0927c762 |
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 | 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 \ |
11226
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
9 deprecated/dispatch.m \ |
10336
1603dfe72933
obsolete fstat, handle the functionality by stat
Jaroslav Hajek <highegg@gmail.com>
parents:
10223
diff
changeset
|
10 deprecated/fstat.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
11 deprecated/gammai.m \ |
12224
abcd61f965e5
Deprecate glpkmex function and remove from documentation.
Rik <octave@nomad.inbox5.com>
parents:
12210
diff
changeset
|
12 deprecated/glpkmex.m \ |
10413 | 13 deprecated/intwarning.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
14 deprecated/is_global.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
15 deprecated/isstr.m \ |
11540
b0ef6f28e09a
deprecate krylovb function
John W. Eaton <jwe@octave.org>
parents:
11530
diff
changeset
|
16 deprecated/krylovb.m \ |
11530 | 17 deprecated/replot.m \ |
12210 | 18 deprecated/saveimage.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
19 deprecated/setstr.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
20 deprecated/sphcat.m \ |
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
21 deprecated/spvcat.m \ |
10881 | 22 deprecated/values.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
23 deprecated/weibcdf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
24 deprecated/weibinv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
25 deprecated/weibpdf.m \ |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10041
diff
changeset
|
26 deprecated/weibrnd.m |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
27 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
28 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
29 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
30 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 31 |
32 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |