annotate scripts/deprecated/module.mk @ 18649:7485f8a8e431

bicubic.m: Deprecate function for 4.2 release. * NEWS: Announce deprecation. * scripts/general/bicubic.m: Deleted. * scripts/deprecated/bicubic.m: Moved from scripts/general. Added warning message about function being deprecated. * scripts/deprecated/module.mk: Add deprecated bicubic.m to build system. * scripts/general/module.mk: Remove original bicubic.m from build system.
author Rik <rik@octave.org>
date Wed, 16 Apr 2014 05:57:06 -0700
parents fcd87f68af4f
children d1c649bd90e9
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 = \
18649
7485f8a8e431 bicubic.m: Deprecate function for 4.2 release.
Rik <rik@octave.org>
parents: 18538
diff changeset
4 deprecated/bicubic.m \
18110
2217bc116aa9 maint: Dummy merge with gui-release, ignoring all recent backout merges
Jordi Gutiérrez Hermoso <jordigh@octave.org>
parents: 18103
diff changeset
5 deprecated/find_dir_in_path.m \
18538
fcd87f68af4f Deprecate nfields and replace with numfields.
Rik <rik@octave.org>
parents: 18110
diff changeset
6 deprecated/isstr.m \
fcd87f68af4f Deprecate nfields and replace with numfields.
Rik <rik@octave.org>
parents: 18110
diff changeset
7 deprecated/nfields.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 FCN_FILES += $(deprecated_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 PKG_ADD_FILES += deprecated/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
12
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9868
diff changeset
13 DIRSTAMP_FILES += deprecated/$(octave_dirstamp)