freebsd-dev/contrib/libgmp/mpbsd/configure.in
Mark Murray aa9bc17601 Clean import of libgmp 2.0.2, with only the non-x86 bits removed.
BMakefiles and other bits will follow.

Requested by:	Andrey Chernov
Made world by:	Chuck Robey
1996-10-20 08:49:26 +00:00

21 lines
464 B
Plaintext

# This file is a shell script fragment that supplies the information
# necessary for a configure script to process the program in
# this directory. For more information, look at ../configure.
configdirs=
srctrigger=itom.c
srcname="GNU Multi-Precision library/mpbsd"
# per-host:
# per-target:
mpzfiles="add.c cmp.c gcd.c mul.c pow_ui.c powm.c sqrtrem.c sub.c"
for fn in $mpzfiles
do
rm -f $fn
files="$files ../mpz/$fn"
links="$links $fn"
done