/coreutils-8.17/src$ grep -ni gmp * Makefile:140: $(top_srcdir)/m4/gmp.m4 $(top_srcdir)/m4/gnu-make.m4 \ Makefile:1600:LIB_GMP = -lgmp Makefile:2146:# for various GMP functions Makefile:2147:expr_LDADD = $(LDADD) $(LIB_GMP) Makefile:2148:factor_LDADD = $(LDADD) $(LIB_GMP) Makefile.am:353:# for various GMP functions Makefile.am:354:expr_LDADD += $(LIB_GMP) Makefile.am:355:factor_LDADD += $(LIB_GMP) Makefile.in:140: $(top_srcdir)/m4/gmp.m4 $(top_srcdir)/m4/gnu-make.m4 \ Makefile.in:1600:LIB_GMP = @LIB_GMP@ Makefile.in:2146:# for various GMP functions Makefile.in:2147:expr_LDADD = $(LDADD) $(LIB_GMP) Makefile.in:2148:factor_LDADD = $(LDADD) $(LIB_GMP) expr.c:44: int, the widest unsigned type that GMP supports. */ expr.c:49:#ifndef HAVE_GMP expr.c:50:# define HAVE_GMP 0 expr.c:53:#if HAVE_GMP expr.c:54:# include expr.c:56:/* Approximate gmp.h well enough for expr.c's purposes. */ expr.c:476: if (mpz_init_set_str (v->u.i, s, 10) != 0 && !HAVE_GMP) factor.c:28:#if HAVE_GMP factor.c:29:# include factor.c:50:#if HAVE_GMP factor.c:350:#if HAVE_GMP factor.c:439:#if HAVE_GMP factor.c:440: enum { GMP_TURNOVER_POINT = 100000 }; factor.c:443: || (err == LONGINT_OK && GMP_TURNOVER_POINT <= n)) factor.c:447: if (gmp_sscanf (s, "%Zd", t) == 1) factor.c:573:#if HAVE_GMP