synch with TL 37803
[luatex.git] / source / libs / mpfr / mpfr-3.1.3 / Makefile.am
blob349121ba816edfdc8297f4f0c371fefeb42b023a
1 # Copyright 2000-2015 Free Software Foundation, Inc.
2 # This Makefile.am is free software; the Free Software Foundation
3 # gives unlimited permission to copy and/or distribute it,
4 # with or without modifications, as long as this notice is preserved.
6 # This program is distributed in the hope that it will be useful,
7 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
8 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9 # PARTICULAR PURPOSE.
12 AUTOMAKE_OPTIONS = gnu
14 # ACLOCAL_AMFLAGS will be fully deprecated in Automake 2.0;
15 # AC_CONFIG_MACRO_DIRS (introduced in Automake 1.13) is now used instead,
16 # but we still set ACLOCAL_AMFLAGS to avoid a warning message from
17 # libtoolize and in case some developer needs to switch back to an
18 # old Automake version.
19 ACLOCAL_AMFLAGS = -I m4
21 SUBDIRS = doc src tests tune
23 nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \
24   examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \
25   examples/version.c
27 EXTRA_DIST = PATCHES VERSION \
28   tools/ck-copyright-notice tools/ck-version-info tools/get_patches.sh \
29   $(DATAFILES)
31 # Various checks for "make dist".
32 # * Check consistency concerning -version-info. Moreover if the VERSION
33 #   file doesn't end with "-dev", check that the -version-info value is
34 #   up-to-date. Note: this is a heuristic, to detect some mistakes.
35 # * Check that copyright notices exist and appear to be correct.
36 dist-hook:
37         cd $(srcdir) && tools/ck-version-info
38         cd $(srcdir) && tools/ck-copyright-notice