Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 12210:cd6f7f4f53a3
Deprecate saveimage.m.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 29 Jan 2011 19:08:45 -0800 |
parents | b0ef6f28e09a |
children | abcd61f965e5 |
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 \ |
12210 | 26 deprecated/saveimage.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
27 deprecated/setstr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
28 deprecated/spatan2.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
29 deprecated/spchol2inv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
30 deprecated/spcholinv.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
31 deprecated/spchol.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
32 deprecated/spcumprod.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
33 deprecated/spcumsum.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
34 deprecated/spdet.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
35 deprecated/spdiag.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
36 deprecated/spfind.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
37 deprecated/sphcat.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
38 deprecated/spinv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
39 deprecated/spkron.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
40 deprecated/splchol.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
41 deprecated/split.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
42 deprecated/splu.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
43 deprecated/spmax.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
44 deprecated/spmin.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
45 deprecated/spprod.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
46 deprecated/spqr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
47 deprecated/spsum.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
48 deprecated/spsumsq.m \ |
11390
7ca273af4309
Deprecate sphcat and spvcat functions.
Rik <octave@nomad.inbox5.com>
parents:
11226
diff
changeset
|
49 deprecated/spvcat.m \ |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10041
diff
changeset
|
50 deprecated/str2mat.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
51 deprecated/unmark_command.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
52 deprecated/unmark_rawcommand.m \ |
10881 | 53 deprecated/values.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
54 deprecated/weibcdf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
55 deprecated/weibinv.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
56 deprecated/weibpdf.m \ |
10223
f493e9be5cd6
remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents:
10041
diff
changeset
|
57 deprecated/weibrnd.m |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
58 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
59 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
60 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
61 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 62 |
63 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |