view scripts/specfun/module.mk @ 12635:83fa84ef63ca

maint: Move lcm.m from elfun to specfun directory. * elfun/module.mk: Remove lcm.m from list * specfun/module.mk: Add lcm.m to list
author Rik <octave@nomad.inbox5.com>
date Mon, 25 Apr 2011 12:32:22 -0700
parents 0c38b45ab49c
children 2f766ceeb03e
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/lcm.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)