annotate scripts/deprecated/module.mk @ 11165:5962c1cfdbcb

Deprecate autocor and autocov functions.
author Rik <octave@nomad.inbox5.com>
date Thu, 28 Oct 2010 18:18:19 -0700
parents 0c38b45ab49c
children 16d744cce38c
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 \
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 \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 deprecated/dmult.m \
10336
1603dfe72933 obsolete fstat, handle the functionality by stat
Jaroslav Hajek <highegg@gmail.com>
parents: 10223
diff changeset
12 deprecated/fstat.m \
11151
0c38b45ab49c Deprecate betai, gammai, is_global functions.
Rik <octave@nomad.inbox5.com>
parents: 10881
diff changeset
13 deprecated/gammai.m \
10413
271c5262975b deprecate intwarning
Jaroslav Hajek <highegg@gmail.com>
parents: 10336
diff changeset
14 deprecated/intwarning.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 deprecated/iscommand.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/israwcommand.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 deprecated/isstr.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 deprecated/lchol.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 deprecated/loadimage.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 deprecated/mark_as_command.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 deprecated/mark_as_rawcommand.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23 deprecated/setstr.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 deprecated/spatan2.m \
10223
f493e9be5cd6 remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents: 10041
diff changeset
25 deprecated/spchol.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26 deprecated/spchol2inv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
27 deprecated/spcholinv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28 deprecated/spcumprod.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
29 deprecated/spcumsum.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30 deprecated/spdet.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
31 deprecated/spdiag.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32 deprecated/spfind.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
33 deprecated/spinv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34 deprecated/spkron.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
35 deprecated/splchol.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
36 deprecated/split.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
37 deprecated/splu.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38 deprecated/spmax.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
39 deprecated/spmin.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
40 deprecated/spprod.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
41 deprecated/spqr.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42 deprecated/spsum.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
43 deprecated/spsumsq.m \
10223
f493e9be5cd6 remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents: 10041
diff changeset
44 deprecated/str2mat.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45 deprecated/unmark_command.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46 deprecated/unmark_rawcommand.m \
10881
22cd681a4e28 Deprecate values.m
Rik <octave@nomad.inbox5.com>
parents: 10413
diff changeset
47 deprecated/values.m \
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 deprecated/weibcdf.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
49 deprecated/weibinv.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
50 deprecated/weibpdf.m \
10223
f493e9be5cd6 remove delete files from module.mk list
John W. Eaton <jwe@octave.org>
parents: 10041
diff changeset
51 deprecated/weibrnd.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 FCN_FILES += $(deprecated_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
54
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55 PKG_ADD_FILES += deprecated/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
56
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
57 DIRSTAMP_FILES += deprecated/$(octave_dirstamp)