view scripts/specfun/module.mk @ 10415:976e76b77fa0

rewrite nth_root, move to specfun
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 16 Mar 2010 15:33:35 +0100
parents 8d20fb66a0dc
children 0c38b45ab49c
line wrap: on
line source

FCN_FILE_DIRS += specfun

specfun_FCN_FILES = \
  specfun/bessel.m \
  specfun/beta.m \
  specfun/betai.m \
  specfun/betaln.m \
  specfun/factor.m \
  specfun/factorial.m \
  specfun/gammai.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)