a81f575c173e53f63b809e7bea13a57055db9fe8
[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 = sweep.c linreg.c pspp_linreg.h