1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
3 AUTOMAKE_OPTIONS = gnits 1.7 subdir-objects
6 DISTCLEANFILES = pref.h
9 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/lib \
10 -I$(top_srcdir)/intl -I$(top_srcdir)/gl -I$(top_builddir)/gl
15 AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
16 -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes
24 AM_CFLAGS+=-D__MSDOS__
28 %.c: %.q $(top_builddir)/src/language/lexer/q2c$(EXEEXT)
29 @mkdir -p `dirname $@`
30 $(top_builddir)/src/language/lexer/q2c $< $@
33 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
36 EXTRA_DIST = AUTHORS NEWS ONEWS README TODO THANKS config.rpath \
37 mkinstalldirs config.rpath pref.h.orig configure pspp-mode.el
39 MAINTAINERCLEANFILES = Makefile.in aclocal.m4
41 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
45 include $(top_srcdir)/lib/automake.mk
46 include $(top_srcdir)/doc/automake.mk
47 include $(top_srcdir)/config/automake.mk
48 include $(top_srcdir)/examples/automake.mk
49 include $(top_srcdir)/src/automake.mk
51 include $(top_srcdir)/tests/automake.mk