2 GNU Multiple Precision Arithmetic library, or its mini-gmp substitute
14 if test $HAVE_LIBGMP != yes; then
15 AC_LIBOBJ([mini-gmp-gnulib])
19 BUILT_SOURCES += $(GMP_H)
21 if GL_GENERATE_MINI_GMP_H
22 # Build gmp.h as a wrapper for mini-gmp.h when using mini-gmp.
23 gmp.h: $(top_builddir)/config.status
24 echo '#include "mini-gmp.h"' >$@-t
27 if GL_GENERATE_GMP_GMP_H
28 # Build gmp.h as a wrapper for gmp/gmp.h.
29 gmp.h: $(top_builddir)/config.status
30 echo '#include <gmp/gmp.h>' >$@-t
33 gmp.h: $(top_builddir)/config.status
37 MOSTLYCLEANFILES += gmp.h gmp.h-t
43 $(LTLIBGMP) when linking with libtool, $(LIBGMP) otherwise