Added the psppire data files to the make install target.
[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 AM_CPPFLAGS += -DPKGDATADIR=\"$(pkgdatadir)\"
17
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
24
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
31
32