Fixed Bug #19424 (confidence interval from EXAMINE).
[pspp-builds.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 AUTOMAKE_OPTIONS = gnits 1.10 subdir-objects
4
5 SUBDIRS = gl po
6 DISTCLEANFILES = ./po/stamp-po xconfigure 
7 BUILT_SOURCES =
8
9 AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl
10
11 AM_CFLAGS=
12
13 if cc_is_gcc
14 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
15 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
16 endif
17
18 CC_FOR_BUILD = @CC_FOR_BUILD@
19 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
20 .q.c:
21         @$(MKDIR_P) `dirname $@`
22         ./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@
23
24 $(all_q_sources:.q=.c): src/language/lexer/q2c$(EXEEXT_FOR_BUILD)
25 all_q_sources =
26
27 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
28
29
30 EXTRA_DIST = ONEWS config.rpath pspp-mode.el
31
32 CLEANFILES = 
33 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
34 noinst_LIBRARIES=
35 noinst_PROGRAMS=
36 check_PROGRAMS=
37 bin_PROGRAMS=
38
39 include $(top_srcdir)/lib/automake.mk
40 include $(top_srcdir)/doc/automake.mk
41 include $(top_srcdir)/config/automake.mk
42 include $(top_srcdir)/examples/automake.mk
43 include $(top_srcdir)/src/automake.mk
44
45 include $(top_srcdir)/tests/automake.mk
46
47 if WITH_GUI_TOOLS
48 include $(top_srcdir)/glade/automake.mk
49 endif