Mercurial > hg > octave-lyh
annotate scripts/deprecated/module.mk @ 11540:b0ef6f28e09a
deprecate krylovb function
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sat, 15 Jan 2011 03:40:32 -0500 |
parents | 13b4fbd2a58b |
children | cd6f7f4f53a3 |
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 \ |
10041
0240c7b34f54
omission from last patch
Jaroslav Hajek <highegg@gmail.com>
parents:
9906
diff
changeset
|
9 deprecated/complement.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
10 deprecated/create_set.m \ |
11226
16d744cce38c
deprecate the dispatch function
John W. Eaton <jwe@octave.org>
parents:
11165
diff
changeset
|
11 deprecated/dispatch.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 deprecated/dmult.m \ |
10336
1603dfe72933
obsolete fstat, handle the functionality by stat
Jaroslav Hajek <highegg@gmail.com>
parents:
10223
diff
changeset
|
13 deprecated/fstat.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
14 deprecated/gammai.m \ |
10413 | 15 deprecated/intwarning.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
16 deprecated/iscommand.m \ |
11151
0c38b45ab49c
Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents:
10881
diff
changeset
|
17 deprecated/is_global.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
18 deprecated/israwcommand.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
19 deprecated/isstr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
20 deprecated/lchol.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
21 deprecated/loadimage.m \ |
11540
b0ef6f28e09a
deprecate krylovb function
John W. Eaton <jwe@octave.org>
parents:
11530
diff
changeset
|
22 deprecated/krylovb.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
23 deprecated/mark_as_command.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
24 deprecated/mark_as_rawcommand.m \ |
11530 | 25 deprecated/replot.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
26 deprecated/setstr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
27 deprecated/spatan2.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
28 deprecated/spchol2inv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
29 deprecated/spcholinv.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
30 deprecated/spchol.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
31 deprecated/spcumprod.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
32 deprecated/spcumsum.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
33 deprecated/spdet.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
34 deprecated/spdiag.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
35 deprecated/spfind.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
36 deprecated/sphcat.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
37 deprecated/spinv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
38 deprecated/spkron.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
39 deprecated/splchol.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
40 deprecated/split.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
41 deprecated/splu.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
42 deprecated/spmax.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
43 deprecated/spmin.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
44 deprecated/spprod.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
45 deprecated/spqr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
46 deprecated/spsum.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
47 deprecated/spsumsq.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
48 deprecated/spvcat.m \ |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10041
diff
changeset
|
49 deprecated/str2mat.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
50 deprecated/unmark_command.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
51 deprecated/unmark_rawcommand.m \ |
10881 | 52 deprecated/values.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
53 deprecated/weibcdf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
54 deprecated/weibinv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
55 deprecated/weibpdf.m \ |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10041
diff
changeset
|
56 deprecated/weibrnd.m |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
57 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
58 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
59 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
60 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 61 |
62 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |