make installed header files independent of configure options
commit5bacff06ca6b3990d66595f045a1a03c1bd01bdf
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 13 Jan 2010 10:25:44 +0000 (13 11:25 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 26 Jan 2010 12:37:53 +0000 (26 13:37 +0100)
treea04e6402a8a904fbac3a098a938c43b8ea510504
parent0cfa918c124401dbdf9007e192b7ca8f1995193c
make installed header files independent of configure options

We want to share most of the header files among the different
CLooG instantiations.  In particular, we don't want an install
of a non-gmp cloog-polylib to render any cloog-isl unusable,
or vice versa.

The down-side is that we require users of CLooG to specify
the integer type used inside the CLooG library they want to use
by defining one of CLOOG_INT_INT, CLOOG_INT_LONG, CLOOG_INT_LONG_LONG or
CLOOG_INT_GMP, but we will somewhat alleviate this in the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
autogen.sh
configure.in
include/cloog/int.h [moved from include/cloog/int.h.in with 98% similarity]
include/cloog/isl/cloog.h
include/cloog/options.h [moved from include/cloog/options.h.in with 99% similarity]