1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
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
13 include $(top_srcdir)/src/ui/gui/automake.mk
16 AM_CPPFLAGS += -DPKGDATADIR=\"$(pkgdatadir)\"
18 src/message.o: AM_CPPFLAGS += \
19 -I$(top_srcdir)/src/language \
20 -I$(top_srcdir)/src/language/lexer \
21 -I$(top_srcdir)/src/ui/terminal \
22 -I$(top_srcdir)/src/data \
23 -I$(top_srcdir)/src/libpspp
25 src/procedure.o: AM_CPPFLAGS += \
26 -I$(top_srcdir)/src/language \
27 -I$(top_srcdir)/src/language/control \
28 -I$(top_srcdir)/src/output \
29 -I$(top_srcdir)/src/data \
30 -I$(top_srcdir)/src/libpspp