view test/fcn-handle-derived-resolution/module.mk @ 16062:cc5a7d1233f3 stable rc-3-6-4-2

bump version for 3.6.4-rc2 * configure.ac (AC_INIT): Version is now 3.6.4-rc2. (OCTAVE_RELEASE_DATE): Now 2013-02-11. (OCTAVE_COPYRIGHT): Now 2013.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Feb 2013 16:22:26 -0500
parents e98cd21d63ea
children 1af8d21608b7
line wrap: on
line source

fcn_handle_derived_resolution_FCN_FILES = \
  fcn-handle-derived-resolution/@derived/derived.m \
  fcn-handle-derived-resolution/@other/getsize_arrayfun.m \
  fcn-handle-derived-resolution/@other/getsize_cellfun.m \
  fcn-handle-derived-resolution/@other/getsize_loop.m \
  fcn-handle-derived-resolution/@other/other.m \
  fcn-handle-derived-resolution/@parent/numel.m \
  fcn-handle-derived-resolution/@parent/parent.m \
  fcn-handle-derived-resolution/test_fcn_handle_derived_resolution.m

FCN_FILES += $(fcn_handle_derived_resolution_FCN_FILES)