view scripts/io/module.mk @ 31206:df8ee95752aa

imformats: moved Tiff logic to default_formats * scripts/image/imformats.m: added logic in default_formats to use Tiff functions for tiff images if available. * scripts/io/Tiff.m: removed the PKG_ADD logic in favor of the imformats logic to make the function handles valid.
author magedrifaat <magedrifaat@gmail.com>
date Sat, 03 Sep 2022 20:36:33 +0200
parents a736190ce738
children
line wrap: on
line source

FCN_FILE_DIRS += %reldir%

%canon_reldir%_FCN_FILES = \
  %reldir%/.oct-config \
  %reldir%/beep.m \
  %reldir%/csvread.m \
  %reldir%/csvwrite.m \
  %reldir%/dlmwrite.m \
  %reldir%/fileread.m \
  %reldir%/importdata.m \
  %reldir%/is_valid_file_id.m \
  %reldir%/Tiff.m

%canon_reldir%dir = $(fcnfiledir)/io

%canon_reldir%_DATA = $(%canon_reldir%_FCN_FILES)

FCN_FILES += $(%canon_reldir%_FCN_FILES)

PKG_ADD_FILES += %reldir%/PKG_ADD

DIRSTAMP_FILES += %reldir%/$(octave_dirstamp)