# -*- Makefile -*-

# Link with GMP  (GNU Multiple Precision)
# and  with MPFR (Multiple Precision Floating point Reliable) Libraries
#
PKG_LIBS = -lmpfr -lgmp
