view 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
line wrap: on
line source

FCN_FILE_DIRS += deprecated

deprecated_FCN_FILES = \
  deprecated/bicubic.m \
  deprecated/find_dir_in_path.m \
  deprecated/isstr.m \
  deprecated/nfields.m

FCN_FILES += $(deprecated_FCN_FILES)

PKG_ADD_FILES += deprecated/PKG_ADD

DIRSTAMP_FILES += deprecated/$(octave_dirstamp)