view test/fcn-handle-derived-resolution/module.mk @ 20176:42bb3a776c9f stable rc-4-0-0-4

maint: Bump version number for 4.0.0-rc4.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Apr 2015 12:17:57 -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)