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
46 UNINSTALL_DATA_HOOKS =
52 if test -d $(top_srcdir)/.git; then \
53 $(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 \
55 rm -f $(distdir)/ChangeLog; \
56 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
59 DIST_HOOKS += generate-changelog
62 include $(top_srcdir)/po/automake.mk
63 include $(top_srcdir)/lib/automake.mk
64 include $(top_srcdir)/doc/automake.mk
65 include $(top_srcdir)/examples/automake.mk
66 include $(top_srcdir)/src/automake.mk
67 include $(top_srcdir)/utilities/automake.mk
69 include $(top_srcdir)/tests/automake.mk
72 include $(top_srcdir)/glade/automake.mk
76 include $(top_srcdir)/perl-module/automake.mk
79 PHONY += $(DIST_HOOKS) $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS)
83 dist-hook: $(DIST_HOOKS)
85 install-data-hook: $(INSTALL_DATA_HOOKS)
87 uninstall-hook: $(UNINSTALL_DATA_HOOKS)
89 clean-local: $(CLEAN_LOCAL)
90 all-local: $(ALL_LOCAL)
91 check-local: $(CHECK_LOCAL)
93 # A convenience target to build all the binaries