998b75ef21b9dcd570265a625a0ac0bcfb0bc52a
[pspp-builds.git] / lib / linreg / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LIBRARIES = liblinreg.a
4
5 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src
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 liblinreg_a_SOURCES = coefficient.c sweep.c linreg.c pspp_linreg.h