Blame mpf/Makefile.am

Packit 5c3484
## Process this file with automake to generate Makefile.in
Packit 5c3484
Packit 5c3484
# Copyright 1996, 1998-2002 Free Software Foundation, Inc.
Packit 5c3484
#
Packit 5c3484
#  This file is part of the GNU MP Library.
Packit 5c3484
#
Packit 5c3484
#  The GNU MP Library is free software; you can redistribute it and/or modify
Packit 5c3484
#  it under the terms of either:
Packit 5c3484
#
Packit 5c3484
#    * the GNU Lesser General Public License as published by the Free
Packit 5c3484
#      Software Foundation; either version 3 of the License, or (at your
Packit 5c3484
#      option) any later version.
Packit 5c3484
#
Packit 5c3484
#  or
Packit 5c3484
#
Packit 5c3484
#    * the GNU General Public License as published by the Free Software
Packit 5c3484
#      Foundation; either version 2 of the License, or (at your option) any
Packit 5c3484
#      later version.
Packit 5c3484
#
Packit 5c3484
#  or both in parallel, as here.
Packit 5c3484
#
Packit 5c3484
#  The GNU MP Library is distributed in the hope that it will be useful, but
Packit 5c3484
#  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit 5c3484
#  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
Packit 5c3484
#  for more details.
Packit 5c3484
#
Packit 5c3484
#  You should have received copies of the GNU General Public License and the
Packit 5c3484
#  GNU Lesser General Public License along with the GNU MP Library.  If not,
Packit 5c3484
#  see https://www.gnu.org/licenses/.
Packit 5c3484
Packit 5c3484
Packit 5c3484
AM_CPPFLAGS = -D__GMP_WITHIN_GMP -I$(top_srcdir)
Packit 5c3484
Packit 5c3484
noinst_LTLIBRARIES = libmpf.la
Packit 5c3484
libmpf_la_SOURCES = \
Packit 5c3484
  init.c init2.c inits.c set.c set_ui.c set_si.c set_str.c set_d.c set_z.c \
Packit 5c3484
  set_q.c iset.c iset_ui.c iset_si.c iset_str.c iset_d.c clear.c clears.c \
Packit 5c3484
  get_str.c dump.c size.c eq.c reldiff.c sqrt.c random2.c inp_str.c out_str.c \
Packit 5c3484
  add.c add_ui.c sub.c sub_ui.c ui_sub.c mul.c mul_ui.c div.c div_ui.c \
Packit 5c3484
  cmp.c cmp_d.c cmp_z.c cmp_si.c cmp_ui.c mul_2exp.c div_2exp.c abs.c neg.c get_d.c \
Packit 5c3484
  get_d_2exp.c set_dfl_prec.c set_prc.c set_prc_raw.c get_dfl_prec.c get_prc.c \
Packit 5c3484
  ui_div.c sqrt_ui.c \
Packit 5c3484
  pow_ui.c urandomb.c swap.c get_si.c get_ui.c int_p.c \
Packit 5c3484
  ceilfloor.c trunc.c \
Packit 5c3484
  fits_sint.c fits_slong.c fits_sshort.c \
Packit 5c3484
  fits_uint.c fits_ulong.c fits_ushort.c \
Packit 5c3484
  fits_s.h fits_u.h