view test/fcn-handle-derived-resolution/module.mk @ 18964:a0c514c243f6 default tip @

maint: Use Octave coding conventions for %!test in graphics.cc. * graphics.cc: Use Octave coding conventions for %!test in graphics.cc.
author Rik <rik@octave.org>
date Mon, 28 Jul 2014 08:36:39 -0700
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)