Rewrite expression code.
[pspp-builds.git] / src / Make.build
1 ## Makefile.am include file -*- makefile -*-
2
3 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib   \
4 -I$(top_srcdir)/intl 
5
6 AM_CFLAGS=
7
8 if cc_is_gcc
9 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
10 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \
11 -ansi 
12 endif
13
14 if unix
15 AM_CFLAGS+=-Dunix
16 endif
17
18 if msdos
19 AM_CFLAGS+=-D__MSDOS__
20 endif