aad9687c0d11207caf4f27e385d6f5b18af850dd
[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 endif
12
13 if unix
14 AM_CFLAGS+=-Dunix
15 endif
16
17 if msdos
18 AM_CFLAGS+=-D__MSDOS__
19 endif