blob: 313d28ab83025ff891b4da40ba2c1bc87a1126f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
# Automake source file for the Parma Polyhedra Library.
# Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it>
# Copyright (C) 2010-2011 BUGSENG srl (http://bugseng.com)
#
# This file is part of the Parma Polyhedra Library (PPL).
#
# The PPL is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
#
# The PPL is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
#
# For the most up-to-date information see the Parma Polyhedra Library
# site: http://www.cs.unipr.it/ppl/ .
# M4 macro files to be used by the client applications with Autoconf.
m4datadir = $(datadir)/aclocal
m4data_DATA = \
ppl.m4 \
ppl_c.m4
# M4 macro files for internal use.
m4macros = \
ac_check_ciao.m4 \
ac_check_classpath.m4 \
ac_check_fpu_control.m4 \
ac_check_gmp.m4 \
ac_check_sicstus_prolog.m4 \
ac_check_swi_prolog.m4 \
ac_check_xsb_prolog.m4 \
ac_cxx_attribute_weak.m4 \
ac_cxx_double_binary_format.m4 \
ac_cxx_double_exact_output.m4 \
ac_cxx_flexible_arrays.m4 \
ac_cxx_float_binary_format.m4 \
ac_cxx_float_exact_output.m4 \
ac_cxx_ieee_inexact_flag.m4 \
ac_cxx_limit_memory.m4 \
ac_cxx_long_double_binary_format.m4 \
ac_cxx_long_double_exact_output.m4 \
ac_cxx_plain_char_is_signed.m4 \
ac_cxx_proper_long_double.m4 \
ac_cxx_remainder_bug.m4 \
ac_prog_jar.m4 \
ac_prog_java.m4 \
ac_prog_javac.m4 \
ac_prog_javah.m4 \
ac_text_md5sum.m4 \
lib-ld.m4 \
lib-link.m4 \
lib-prefix.m4 \
libtool.m4 \
ltoptions.m4 \
ltsugar.m4 \
ltversion.m4 \
lt~obsolete.m4
EXTRA_DIST = $(m4macros) $(m4data_DATA)
|