Annotation of OpenXM/src/kan96xx/gmp-2.0.2/mpbsd/configure.in, Revision 1.1
1.1 ! maekawa 1: # This file is a shell script fragment that supplies the information
! 2: # necessary for a configure script to process the program in
! 3: # this directory. For more information, look at ../configure.
! 4:
! 5: configdirs=
! 6: srctrigger=itom.c
! 7: srcname="GNU Multi-Precision library/mpbsd"
! 8:
! 9: # per-host:
! 10:
! 11: # per-target:
! 12:
! 13: mpzfiles="add.c cmp.c gcd.c mul.c pow_ui.c powm.c sqrtrem.c sub.c"
! 14:
! 15: for fn in $mpzfiles
! 16: do
! 17: rm -f $fn
! 18: files="$files ../mpz/$fn"
! 19: links="$links $fn"
! 20: done
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>