Implement some more transformation functions using code from Jason
[pspp-builds.git] / lib / gsl-extras / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LIBRARIES = libgsl-extras.a
4
5 AM_CPPFLAGS = -I$(top_srcdir)
6
7 AM_CFLAGS=
8
9 if cc_is_gcc
10 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
11 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \
12 -ansi 
13 endif
14
15 libgsl_extras_a_SOURCES = betadistinv.c binomial.c geometric.c  \
16 hypergeometric.c negbinom.c poisson.c gsl-extras.h