summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-02-28 22:41:48 +0100
committerKevin Ryde <user42@zip.com.au>2001-02-28 22:41:48 +0100
commit7887b5453dd7e100bb95751c36c6f5680b6b664b (patch)
tree02498828e3aa296851b4b4e982d0213af3242185 /mpbsd
parent3aa7b0e00226ba1e084e26f4510f97dad1926bc7 (diff)
downloadgmp-7887b5453dd7e100bb95751c36c6f5680b6b664b.tar.gz
* mpbsd/Makefile.am (libmpbsd_la_SOURCES): Add it
(nodist_libmpbsd_la_SOURCES): Remove pow_ui.c.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/mpbsd/Makefile.am b/mpbsd/Makefile.am
index 55917ba1d..be4a001a5 100644
--- a/mpbsd/Makefile.am
+++ b/mpbsd/Makefile.am
@@ -26,10 +26,10 @@ INCLUDES = -DBERKELEY_MP -D__gmpz_realloc=_mp_realloc \
-I$(top_srcdir) -DOPERATION_`echo $* | sed 's/_$$//'`
nodist_libmpbsd_la_SOURCES = \
- add.c cmp.c gcd.c mul.c pow_ui.c powm.c realloc.c \
+ add.c cmp.c gcd.c mul.c powm.c realloc.c \
set.c sqrtrem.c sub.c tdiv_qr.c
libmpbsd_la_SOURCES = \
- itom.c mfree.c min.c mout.c mtox.c sdiv.c xtom.c
+ itom.c mfree.c min.c mout.c mtox.c rpow.c sdiv.c xtom.c
if WANT_MPBSD
noinst_LTLIBRARIES = libmpbsd.la
@@ -50,9 +50,6 @@ gcd.c: $(top_srcdir)/mpz/gcd.c
mul.c: $(top_srcdir)/mpz/mul.c
cp $(top_srcdir)/mpz/mul.c mul.c
-pow_ui.c: $(top_srcdir)/mpz/pow_ui.c
- cp $(top_srcdir)/mpz/pow_ui.c pow_ui.c
-
powm.c: $(top_srcdir)/mpz/powm.c
cp $(top_srcdir)/mpz/powm.c powm.c