diff scripts/specfun/module.mk @ 9794:0d4613a736e9

convert build system to use automake and libtool
author John W. Eaton <jwe@octave.org>
date Tue, 10 Nov 2009 15:02:25 -0500
parents
children 1bb1ed717d2f
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/scripts/specfun/module.mk
@@ -0,0 +1,24 @@
+FCN_FILE_DIRS += specfun
+
+specfun_FCN_FILES = \
+  specfun/bessel.m \
+  specfun/beta.m \
+  specfun/betai.m \
+  specfun/betaln.m \
+  specfun/erfinv.m \
+  specfun/factor.m \
+  specfun/factorial.m \
+  specfun/gammai.m \
+  specfun/isprime.m \
+  specfun/legendre.m \
+  specfun/nchoosek.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