# fss-0002

main:
  ./configure $CONF $ST_ONLY --enable-thread-safe --with-gmp=${TO}
  sed -i -e 's|__thread||g' mpfr-impl.h
  make
  make install
  cp -v mpfr.h ${TO}include/
