Mercurial > hg > octave-nkf
annotate scripts/deprecated/module.mk @ 18067:ca72f1b73216
maint: Remove functions deprecated in 3.8 from 4.2 development branch.
* scripts/deprecated/module.mk: Remove deprecated functions from build system.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 03 Dec 2013 15:19:05 -0800 |
parents | 3fef9a2d2550 |
children | ff05d5b70411 |
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 = \ |
18067
ca72f1b73216
maint: Remove functions deprecated in 3.8 from 4.2 development branch.
Rik <rik@octave.org>
parents:
18049
diff
changeset
|
4 deprecated/isstr.m |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
5 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 FCN_FILES += $(deprecated_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
8 PKG_ADD_FILES += deprecated/PKG_ADD |
9906 | 9 |
10 DIRSTAMP_FILES += deprecated/$(octave_dirstamp) |