1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
3 AUTOMAKE_OPTIONS = std-options check-news 1.10.1 subdir-objects
6 DISTCLEANFILES = ./po/stamp-po xconfigure
11 -I$(top_builddir)/gl \
12 -DINSTALLDIR=\"$(bindir)\"
17 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
18 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
22 @$(MKDIR_P) `dirname $@`
23 ./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@
25 $(all_q_sources:.q=.c): src/language/lexer/q2c$(EXEEXT_FOR_BUILD)
28 pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
31 EXTRA_DIST = OChangeLog ONEWS pspp-mode.el
37 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
45 UNINSTALL_DATA_HOOKS =
51 if test -d $(top_srcdir)/.git; then \
52 $(top_srcdir)/gitlog-to-changelog --since=2008-07-27 \
54 rm -f $(distdir)/ChangeLog; \
55 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
58 DIST_HOOKS += generate-changelog
61 include $(top_srcdir)/po/automake.mk
62 include $(top_srcdir)/lib/automake.mk
63 include $(top_srcdir)/doc/automake.mk
64 include $(top_srcdir)/examples/automake.mk
65 include $(top_srcdir)/src/automake.mk
66 include $(top_srcdir)/utilities/automake.mk
68 include $(top_srcdir)/tests/automake.mk
71 include $(top_srcdir)/glade/automake.mk
75 include $(top_srcdir)/perl-module/automake.mk
78 PHONY += $(DIST_HOOKS) $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS)
82 dist-hook: $(DIST_HOOKS)
84 install-data-hook: $(INSTALL_DATA_HOOKS)
86 uninstall-hook: $(UNINSTALL_DATA_HOOKS)
88 clean-local: $(CLEAN_LOCAL)
89 all-local: $(ALL_LOCAL)
90 check-local: $(CHECK_LOCAL)
92 # A convenience target to build all the binaries