view scripts/deprecated/module.mk @ 19302:e5a1e7951908

Deprecate octave_tmp_file_name. * NEWS: Announce deprecation. * file-io.cc: Remove DEFALIAS to tmpnam function. * scripts/deprecated/octave_tmp_file_name.m: New m-file to replace DEFALIAS. Issues warning about deprecation and calls tmpnam internally. * scripts/deprecated/module.mk: Add octave_tmp_file_name.m to build system.
author Rik <rik@octave.org>
date Mon, 20 Oct 2014 21:54:59 -0700
parents 93f7f4d074b1
children ebd27d8c63fd
line wrap: on
line source

FCN_FILE_DIRS += deprecated

deprecated_FCN_FILES = \
  deprecated/bicubic.m \
  deprecated/delaunay3.m \
  deprecated/dump_prefs.m \
  deprecated/find_dir_in_path.m \
  deprecated/finite.m \
  deprecated/fmod.m \
  deprecated/fnmatch.m \
  deprecated/isstr.m \
  deprecated/luinc.m \
  deprecated/octave_tmp_file_name.m \
  deprecated/nfields.m \
  deprecated/strmatch.m \
  deprecated/syl.m \
  deprecated/usage.m

FCN_FILES += $(deprecated_FCN_FILES)

PKG_ADD_FILES += deprecated/PKG_ADD

DIRSTAMP_FILES += deprecated/$(octave_dirstamp)