Mercurial > hg > octave-lyh
annotate scripts/deprecated/module.mk @ 14177:6b79540a0e52 stable
maint: Remove deprecated functions sphcat and spvcat before 3.6.0 release.
* module.mk, sphcat.m, spvcat.m: Remove deprecated functions before 3.6.0 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 09 Jan 2012 10:51:53 -0800 |
parents | b69762f7a343 |
children | 55bb8c902a4d |
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 = \ |
14081
b69762f7a343
maint: include functions in module.mk files
John W. Eaton <jwe@octave.org>
parents:
14018
diff
changeset
|
4 deprecated/__error_text__.m \ |
11165
5962c1cfdbcb
Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents:
11151
diff
changeset
|
5 deprecated/autocor.m \ |
5962c1cfdbcb
Deprecate autocor and autocov functions.
Rik <octave@nomad.inbox5.com>
parents:
11151
diff
changeset
|
6 deprecated/autocov.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
7 deprecated/betai.m \ |
9868 | 8 deprecated/cellidx.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
9 deprecated/clg.m \ |
12856
cad4cba03f19
Deprecate corrcoef, cor and replace with Matlab equivalent corr
Rik <octave@nomad.inbox5.com>
parents:
12803
diff
changeset
|
10 deprecated/cor.m \ |
cad4cba03f19
Deprecate corrcoef, cor and replace with Matlab equivalent corr
Rik <octave@nomad.inbox5.com>
parents:
12803
diff
changeset
|
11 deprecated/corrcoef.m \ |
12556
88558b8eb8a7
Add deprecated entry for cquad() pointing to quadcc().
Rik <octave@nomad.inbox5.com>
parents:
12498
diff
changeset
|
12 deprecated/cquad.m \ |
12797
71265f725b11
codesprint: Deprecate cut() function.
Rik <octave@nomad.inbox5.com>
parents:
12729
diff
changeset
|
13 deprecated/cut.m \ |
11226
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
14 deprecated/dispatch.m \ |
14081
b69762f7a343
maint: include functions in module.mk files
John W. Eaton <jwe@octave.org>
parents:
14018
diff
changeset
|
15 deprecated/error_text.m \ |
10336
1603dfe72933
obsolete fstat, handle the functionality by stat
Jaroslav Hajek <highegg@gmail.com>
parents:
10223
diff
changeset
|
16 deprecated/fstat.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
17 deprecated/gammai.m \ |
12224
abcd61f965e5
Deprecate glpkmex function and remove from documentation.
Rik <octave@nomad.inbox5.com>
parents:
12210
diff
changeset
|
18 deprecated/glpkmex.m \ |
10413 | 19 deprecated/intwarning.m \ |
12498
294c0927c762
Deprecate is_duplicate_entry.
Rik <octave@nomad.inbox5.com>
parents:
12413
diff
changeset
|
20 deprecated/is_duplicate_entry.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
21 deprecated/is_global.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
22 deprecated/isstr.m \ |
11540
b0ef6f28e09a
deprecate krylovb function
John W. Eaton <jwe@octave.org>
parents:
11530
diff
changeset
|
23 deprecated/krylovb.m \ |
12574
89604fa96d2f
Deprecate perror, strerror functions.
Rik <octave@nomad.inbox5.com>
parents:
12556
diff
changeset
|
24 deprecated/perror.m \ |
12803
b7a6a3644f3b
codesprint: Deprecate polyderiv.m
Rik <octave@nomad.inbox5.com>
parents:
12797
diff
changeset
|
25 deprecated/polyderiv.m \ |
11530 | 26 deprecated/replot.m \ |
12210 | 27 deprecated/saveimage.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
28 deprecated/setstr.m \ |
14018
5d5685216876
Deprecate shell_cmd function and update system, dos, unix commands
Rik <octave@nomad.inbox5.com>
parents:
12856
diff
changeset
|
29 deprecated/shell_cmd.m \ |
12574
89604fa96d2f
Deprecate perror, strerror functions.
Rik <octave@nomad.inbox5.com>
parents:
12556
diff
changeset
|
30 deprecated/strerror.m \ |
12586
f9b7aa3b88f8
Deprecate studentize(), replace with zscore().
Rik <octave@nomad.inbox5.com>
parents:
12574
diff
changeset
|
31 deprecated/studentize.m \ |
12644
e205ebe2ba67
Deprecate sylvester_matrix.m function
Rik <octave@nomad.inbox5.com>
parents:
12586
diff
changeset
|
32 deprecated/sylvester_matrix.m \ |
10881 | 33 deprecated/values.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
34 deprecated/weibcdf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
35 deprecated/weibinv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
36 deprecated/weibpdf.m \ |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10041
diff
changeset
|
37 deprecated/weibrnd.m |
9794
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 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
40 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
41 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 42 |
43 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |