view test/fcn-handle-derived-resolution/module.mk @ 20103:065f933ef083 rc-4-0-0-3

maint: Bump version number for 4.0.0-rc3
author John W. Eaton <jwe@octave.org>
date Fri, 10 Apr 2015 14:41:12 -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)