summaryrefslogtreecommitdiff
path: root/mpn/Makefile.am
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-23 13:37:59 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2009-12-23 13:37:59 +0100
commit732e61ece0d905877798ebaf1def5dd4fd83130a (patch)
treec5f87527eeaee4afb9ffb9a5cfd356d27a2776ed /mpn/Makefile.am
parentbc477434674896f229b0aafe56f7a65008f9a55e (diff)
downloadgmp-732e61ece0d905877798ebaf1def5dd4fd83130a.tar.gz
mpn/Makefile.am update.
Diffstat (limited to 'mpn/Makefile.am')
-rw-r--r--mpn/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/mpn/Makefile.am b/mpn/Makefile.am
index ad9e364ed..939b5c942 100644
--- a/mpn/Makefile.am
+++ b/mpn/Makefile.am
@@ -44,13 +44,18 @@ nodist_EXTRA_libmpn_la_SOURCES = \
matrix22_mul.c mod_1.c mod_34lsub1.c mode1o.c \
mod_1_1.c mod_1_2.c mod_1_3.c mod_1_4.c \
mul.c mul_1.c mul_2.c mul_3.c mul_4.c mul_fft.c mul_n.c mul_basecase.c \
+ nussbaumer_mul.c \
toom22_mul.c toom32_mul.c toom42_mul.c toom52_mul.c toom62_mul.c \
- toom33_mul.c toom43_mul.c toom53_mul.c \
+ toom33_mul.c toom43_mul.c toom53_mul.c toom63_mul.c \
toom44_mul.c \
+ toom6h_mul.c \
+ toom_couple_handling.c \
sqr_toom2.c sqr_toom3.c sqr_toom4.c \
toom_eval_dgr3_pm1.c toom_eval_dgr3_pm2.c \
- toom_eval_pm1.c toom_eval_pm1.c toom_eval_pm2exp.c \
+ toom_eval_pm1.c toom_eval_pm1.c toom_eval_pm2exp.c toom_eval_pm2rexp.c \
toom_interpolate_5pts.c toom_interpolate_6pts.c toom_interpolate_7pts.c \
+ toom_interpolate_8pts.c toom_interpolate_12pts.c \
+ invertappr.c invert.c binvert.c mulmod_bnm1.c sqrmod_bnm1.c \
mullo_n.c mullo_basecase.c nand_n.c neg_n.c nior_n.c perfsqr.c \
popcount.c pre_divrem_1.c pre_mod_1.c pow_1.c random.c random2.c rshift.c \
rootrem.c sb_divrem_mn.c scan0.c scan1.c set_str.c \