[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / gmp-2.0.2 / mpbsd

File: [local] / OpenXM / src / kan96xx / gmp-2.0.2 / mpbsd / Attic / configure.in (download)

Revision 1.1, Fri Oct 8 02:12:07 1999 UTC (24 years, 8 months ago) by maekawa
Branch: MAIN

Initial revision

# 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