view scripts/specfun/module.mk @ 11188:4cb1522e4d0f

Use function handle as input to cellfun, rather than quoted function name or anonymous function wrapper.
author Rik <octave@nomad.inbox5.com>
date Wed, 03 Nov 2010 17:20:56 -0700
parents 0c38b45ab49c
children 83fa84ef63ca
line wrap: on
line source

FCN_FILE_DIRS += specfun

specfun_FCN_FILES = \
  specfun/bessel.m \
  specfun/beta.m \
  specfun/betaln.m \
  specfun/factor.m \
  specfun/factorial.m \
  specfun/isprime.m \
  specfun/legendre.m \
  specfun/nchoosek.m \
  specfun/nthroot.m \
  specfun/perms.m \
  specfun/pow2.m \
  specfun/primes.m \
  specfun/reallog.m \
  specfun/realpow.m \
  specfun/realsqrt.m

FCN_FILES += $(specfun_FCN_FILES)

PKG_ADD_FILES += specfun/PKG_ADD

DIRSTAMP_FILES += specfun/$(octave_dirstamp)