Added gsl-extras/automake.mk
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Mar 2006 00:56:38 +0000 (00:56 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Mar 2006 00:56:38 +0000 (00:56 +0000)
lib/gsl-extras/automake.mk [new file with mode: 0644]

diff --git a/lib/gsl-extras/automake.mk b/lib/gsl-extras/automake.mk
new file mode 100644 (file)
index 0000000..cf6cfc0
--- /dev/null
@@ -0,0 +1,11 @@
+## Process this file with automake to produce Makefile.in  -*- makefile -*-
+
+noinst_LIBRARIES += lib/gsl-extras/libgsl-extras.a
+
+lib/gsl_extras/%: AM_CPPFLAGS = -I$(top_srcdir)
+
+lib_gsl_extras_libgsl_extras_a_SOURCES = \
+       lib/gsl-extras/betadistinv.c lib/gsl-extras/binomial.c lib/gsl-extras/geometric.c       \
+       lib/gsl-extras/hypergeometric.c lib/gsl-extras/negbinom.c lib/gsl-extras/poisson.c lib/gsl-extras/gsl-extras.h
+
+EXTRA_DIST += lib/gsl-extras/README