Changed the default value od SCOMPRESS to true.
[pspp-builds.git] / src / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 # PSPP
4
5 include $(top_srcdir)/src/ui/terminal/automake.mk
6 include $(top_srcdir)/src/math/automake.mk
7 include $(top_srcdir)/src/libpspp/automake.mk
8 include $(top_srcdir)/src/data/automake.mk
9 include $(top_srcdir)/src/output/automake.mk
10 include $(top_srcdir)/src/language/automake.mk
11
12 if WITHGUI
13 include $(top_srcdir)/src/ui/gui/automake.mk
14 endif
15
16
17 src/message.o: AM_CPPFLAGS += \
18  -I$(top_srcdir)/src/language \
19  -I$(top_srcdir)/src/language/lexer \
20  -I$(top_srcdir)/src/ui/terminal \
21  -I$(top_srcdir)/src/data \
22  -I$(top_srcdir)/src/libpspp
23
24 src/procedure.o: AM_CPPFLAGS += \
25  -I$(top_srcdir)/src/language \
26  -I$(top_srcdir)/src/language/control \
27  -I$(top_srcdir)/src/output \
28  -I$(top_srcdir)/src/data \
29  -I$(top_srcdir)/src/libpspp
30
31