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 =
50 if test -d $(top_srcdir)/.git; then \
51 $(top_srcdir)/gitlog-to-changelog --since=2008-07-27 \
53 rm -f $(distdir)/ChangeLog; \
54 mv $(distdir)/cl-t $(distdir)/ChangeLog; \
57 DIST_HOOKS += generate-changelog
60 include $(top_srcdir)/po/automake.mk
61 include $(top_srcdir)/lib/automake.mk
62 include $(top_srcdir)/doc/automake.mk
63 include $(top_srcdir)/examples/automake.mk
64 include $(top_srcdir)/src/automake.mk
66 include $(top_srcdir)/tests/automake.mk
69 include $(top_srcdir)/glade/automake.mk
73 include $(top_srcdir)/perl-module/automake.mk
76 PHONY += $(DIST_HOOKS) $(INSTALL_DATA_HOOKS) $(UNINSTALL_DATA_HOOKS)
80 dist-hook: $(DIST_HOOKS)
82 install-data-hook: $(INSTALL_DATA_HOOKS)
84 uninstall-hook: $(UNINSTALL_DATA_HOOKS)
86 clean-local: $(CLEAN_LOCAL)
87 all-local: $(ALL_LOCAL)
88 check-local: $(CHECK_LOCAL)
90 # A convenience target to build all the binaries