Add check_PROGRAMS and define to empty.
[pspp-builds.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 AUTOMAKE_OPTIONS = gnits 1.7 subdir-objects
4
5 SUBDIRS = intl gl po
6 DISTCLEANFILES = 
7
8
9 AM_CPPFLAGS=-I$(top_srcdir)/intl -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 if unix
19 AM_CFLAGS+=-Dunix
20 endif
21
22 if msdos
23 AM_CFLAGS+=-D__MSDOS__
24 endif
25
26
27 %.c: %.q $(top_builddir)/src/language/lexer/q2c$(EXEEXT)
28         @mkdir -p `dirname $@`
29         $(top_builddir)/src/language/lexer/q2c $< $@
30
31
32 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
33
34
35 EXTRA_DIST = AUTHORS NEWS ONEWS README TODO THANKS config.rpath \
36 mkinstalldirs config.rpath configure pspp-mode.el
37
38 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 
39 CLEANFILES = 
40 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
41 noinst_LIBRARIES=
42 noinst_PROGRAMS=
43 check_PROGRAMS=
44 bin_PROGRAMS=
45
46 include $(top_srcdir)/lib/automake.mk
47 include $(top_srcdir)/doc/automake.mk
48 include $(top_srcdir)/config/automake.mk
49 include $(top_srcdir)/examples/automake.mk
50 include $(top_srcdir)/src/automake.mk
51
52 include $(top_srcdir)/tests/automake.mk