5fa2f5596a02bb28c1822f7ea20bb7832d95eab6
[pspp] / 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)
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
16
17 EXTRA_DIST = README