view test/fcn-handle-derived-resolution/module.mk @ 20269:3ccc2d02e64b stable release-4-0-0

Version 4.0.0 released. * configure.ac (OCTAVE_VERSION): Now 4.0.0. (OCTAVE_MAJOR_VERSION): Now 4. (OCTAVE_MINOR_VERSION): Now 0. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to 2015-05-23.
author John W. Eaton <jwe@octave.org>
date Sat, 23 May 2015 10:35:40 -0400
parents 68fc31c69fcb
children
line wrap: on
line source

fcn_handle_derived_resolution_FCN_FILES = \
  fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m \
  fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m \
  fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m \
  fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m \
  fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m \
  fcn-handle-derived-resolution/@fhdr_parent/numel.m \
  fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m \
  fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst

FCN_FILES += $(fcn_handle_derived_resolution_FCN_FILES)