view test/fcn-handle-derived-resolution/module.mk @ 14193:72aebe619641 stable rc-3-6-0-0

3.6.0-rc0 release candidate * configure.ac (AC_INIT): Version is now 3.6.0-rc0. (OCTAVE_RELEASE_DATE): Now 2012-01-10. (OCTAVE_API_VERSION_NUMBER): Now 47.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Jan 2012 16:43:41 -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)