beta-0.89.2
[luatex.git] / source / libs / gmp / Makefile.in
blob91dcf704bbdf507464c501a2269ef58ddd5c2dd0
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
29 am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 @build_TRUE@check_PROGRAMS = gmptest$(EXEEXT)
92 subdir = .
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/gmp-alloca.m4 \
95 $(top_srcdir)/m4/gmp-attribute.m4 \
96 $(top_srcdir)/m4/gmp-double-format.m4 \
97 $(top_srcdir)/m4/gmp-extern-inline.m4 \
98 $(top_srcdir)/../../m4/kpse-common.m4 \
99 $(top_srcdir)/../../m4/kpse-visibility.m4 \
100 $(top_srcdir)/../../m4/kpse-warnings.m4 \
101 $(top_srcdir)/version.ac $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103 $(ACLOCAL_M4)
104 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
105 $(am__configure_deps) $(am__dist_check_SCRIPTS_DIST) \
106 $(am__DIST_COMMON)
107 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
108 configure.lineno config.status.lineno
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_HEADER = config.h
111 CONFIG_CLEAN_FILES = gmp.h
112 CONFIG_CLEAN_VPATH_FILES =
113 LIBRARIES = $(noinst_LIBRARIES)
114 AR = ar
115 ARFLAGS = cru
116 AM_V_AR = $(am__v_AR_@AM_V@)
117 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
118 am__v_AR_0 = @echo " AR " $@;
119 am__v_AR_1 =
120 libgmp_a_AR = $(AR) $(ARFLAGS)
121 libgmp_a_LIBADD =
122 am__dirstamp = $(am__leading_dot)dirstamp
123 am__objects_1 = @GMP_TREE@/assert.$(OBJEXT) \
124 @GMP_TREE@/compat.$(OBJEXT) @GMP_TREE@/errno.$(OBJEXT) \
125 @GMP_TREE@/extract-dbl.$(OBJEXT) @GMP_TREE@/invalid.$(OBJEXT) \
126 @GMP_TREE@/memory.$(OBJEXT) @GMP_TREE@/mp_bpl.$(OBJEXT) \
127 @GMP_TREE@/mp_clz_tab.$(OBJEXT) @GMP_TREE@/mp_dv_tab.$(OBJEXT) \
128 @GMP_TREE@/mp_get_fns.$(OBJEXT) \
129 @GMP_TREE@/mp_minv_tab.$(OBJEXT) \
130 @GMP_TREE@/mp_set_fns.$(OBJEXT) @GMP_TREE@/nextprime.$(OBJEXT) \
131 @GMP_TREE@/primesieve.$(OBJEXT) @GMP_TREE@/tal-reent.$(OBJEXT) \
132 @GMP_TREE@/version.$(OBJEXT)
133 am__objects_2 = mp_bases.$(OBJEXT) popcount.$(OBJEXT) \
134 @GMP_TREE@/mpn/generic/add.$(OBJEXT) \
135 @GMP_TREE@/mpn/generic/add_1.$(OBJEXT) \
136 @GMP_TREE@/mpn/generic/add_n.$(OBJEXT) \
137 @GMP_TREE@/mpn/generic/addmul_1.$(OBJEXT) \
138 @GMP_TREE@/mpn/generic/bdiv_dbm1c.$(OBJEXT) \
139 @GMP_TREE@/mpn/generic/bdiv_q.$(OBJEXT) \
140 @GMP_TREE@/mpn/generic/binvert.$(OBJEXT) \
141 @GMP_TREE@/mpn/generic/cmp.$(OBJEXT) \
142 @GMP_TREE@/mpn/generic/com.$(OBJEXT) \
143 @GMP_TREE@/mpn/generic/dcpi1_bdiv_q.$(OBJEXT) \
144 @GMP_TREE@/mpn/generic/dcpi1_bdiv_qr.$(OBJEXT) \
145 @GMP_TREE@/mpn/generic/dcpi1_div_q.$(OBJEXT) \
146 @GMP_TREE@/mpn/generic/dcpi1_div_qr.$(OBJEXT) \
147 @GMP_TREE@/mpn/generic/dcpi1_divappr_q.$(OBJEXT) \
148 @GMP_TREE@/mpn/generic/div_q.$(OBJEXT) \
149 @GMP_TREE@/mpn/generic/div_qr_2n_pi1.$(OBJEXT) \
150 @GMP_TREE@/mpn/generic/dive_1.$(OBJEXT) \
151 @GMP_TREE@/mpn/generic/divexact.$(OBJEXT) \
152 @GMP_TREE@/mpn/generic/divrem.$(OBJEXT) \
153 @GMP_TREE@/mpn/generic/divrem_1.$(OBJEXT) \
154 @GMP_TREE@/mpn/generic/divrem_2.$(OBJEXT) \
155 @GMP_TREE@/mpn/generic/gcd_subdiv_step.$(OBJEXT) \
156 @GMP_TREE@/mpn/generic/gcdext.$(OBJEXT) \
157 @GMP_TREE@/mpn/generic/gcdext_1.$(OBJEXT) \
158 @GMP_TREE@/mpn/generic/gcdext_lehmer.$(OBJEXT) \
159 @GMP_TREE@/mpn/generic/get_str.$(OBJEXT) \
160 @GMP_TREE@/mpn/generic/hgcd.$(OBJEXT) \
161 @GMP_TREE@/mpn/generic/hgcd2.$(OBJEXT) \
162 @GMP_TREE@/mpn/generic/hgcd_appr.$(OBJEXT) \
163 @GMP_TREE@/mpn/generic/hgcd_matrix.$(OBJEXT) \
164 @GMP_TREE@/mpn/generic/hgcd_reduce.$(OBJEXT) \
165 @GMP_TREE@/mpn/generic/hgcd_step.$(OBJEXT) \
166 @GMP_TREE@/mpn/generic/invertappr.$(OBJEXT) \
167 @GMP_TREE@/mpn/generic/lshift.$(OBJEXT) \
168 @GMP_TREE@/mpn/generic/lshiftc.$(OBJEXT) \
169 @GMP_TREE@/mpn/generic/matrix22_mul.$(OBJEXT) \
170 @GMP_TREE@/mpn/generic/matrix22_mul1_inverse_vector.$(OBJEXT) \
171 @GMP_TREE@/mpn/generic/mu_bdiv_q.$(OBJEXT) \
172 @GMP_TREE@/mpn/generic/mu_div_q.$(OBJEXT) \
173 @GMP_TREE@/mpn/generic/mu_div_qr.$(OBJEXT) \
174 @GMP_TREE@/mpn/generic/mu_divappr_q.$(OBJEXT) \
175 @GMP_TREE@/mpn/generic/mul.$(OBJEXT) \
176 @GMP_TREE@/mpn/generic/mul_1.$(OBJEXT) \
177 @GMP_TREE@/mpn/generic/mul_basecase.$(OBJEXT) \
178 @GMP_TREE@/mpn/generic/mul_fft.$(OBJEXT) \
179 @GMP_TREE@/mpn/generic/mul_n.$(OBJEXT) \
180 @GMP_TREE@/mpn/generic/mullo_basecase.$(OBJEXT) \
181 @GMP_TREE@/mpn/generic/mullo_n.$(OBJEXT) \
182 @GMP_TREE@/mpn/generic/mulmod_bnm1.$(OBJEXT) \
183 @GMP_TREE@/mpn/generic/neg.$(OBJEXT) \
184 @GMP_TREE@/mpn/generic/nussbaumer_mul.$(OBJEXT) \
185 @GMP_TREE@/mpn/generic/powlo.$(OBJEXT) \
186 @GMP_TREE@/mpn/generic/powm.$(OBJEXT) \
187 @GMP_TREE@/mpn/generic/pre_divrem_1.$(OBJEXT) \
188 @GMP_TREE@/mpn/generic/redc_1.$(OBJEXT) \
189 @GMP_TREE@/mpn/generic/redc_n.$(OBJEXT) \
190 @GMP_TREE@/mpn/generic/rshift.$(OBJEXT) \
191 @GMP_TREE@/mpn/generic/sbpi1_bdiv_q.$(OBJEXT) \
192 @GMP_TREE@/mpn/generic/sbpi1_bdiv_qr.$(OBJEXT) \
193 @GMP_TREE@/mpn/generic/sbpi1_div_q.$(OBJEXT) \
194 @GMP_TREE@/mpn/generic/sbpi1_div_qr.$(OBJEXT) \
195 @GMP_TREE@/mpn/generic/sbpi1_divappr_q.$(OBJEXT) \
196 @GMP_TREE@/mpn/generic/scan1.$(OBJEXT) \
197 @GMP_TREE@/mpn/generic/set_str.$(OBJEXT) \
198 @GMP_TREE@/mpn/generic/sqr.$(OBJEXT) \
199 @GMP_TREE@/mpn/generic/sqr_basecase.$(OBJEXT) \
200 @GMP_TREE@/mpn/generic/sqrlo.$(OBJEXT) \
201 @GMP_TREE@/mpn/generic/sqrlo_basecase.$(OBJEXT) \
202 @GMP_TREE@/mpn/generic/sqrmod_bnm1.$(OBJEXT) \
203 @GMP_TREE@/mpn/generic/sqrtrem.$(OBJEXT) \
204 @GMP_TREE@/mpn/generic/sub.$(OBJEXT) \
205 @GMP_TREE@/mpn/generic/sub_1.$(OBJEXT) \
206 @GMP_TREE@/mpn/generic/sub_n.$(OBJEXT) \
207 @GMP_TREE@/mpn/generic/submul_1.$(OBJEXT) \
208 @GMP_TREE@/mpn/generic/tdiv_qr.$(OBJEXT) \
209 @GMP_TREE@/mpn/generic/toom22_mul.$(OBJEXT) \
210 @GMP_TREE@/mpn/generic/toom2_sqr.$(OBJEXT) \
211 @GMP_TREE@/mpn/generic/toom32_mul.$(OBJEXT) \
212 @GMP_TREE@/mpn/generic/toom33_mul.$(OBJEXT) \
213 @GMP_TREE@/mpn/generic/toom3_sqr.$(OBJEXT) \
214 @GMP_TREE@/mpn/generic/toom42_mul.$(OBJEXT) \
215 @GMP_TREE@/mpn/generic/toom42_mulmid.$(OBJEXT) \
216 @GMP_TREE@/mpn/generic/toom43_mul.$(OBJEXT) \
217 @GMP_TREE@/mpn/generic/toom44_mul.$(OBJEXT) \
218 @GMP_TREE@/mpn/generic/toom4_sqr.$(OBJEXT) \
219 @GMP_TREE@/mpn/generic/toom53_mul.$(OBJEXT) \
220 @GMP_TREE@/mpn/generic/toom63_mul.$(OBJEXT) \
221 @GMP_TREE@/mpn/generic/toom6_sqr.$(OBJEXT) \
222 @GMP_TREE@/mpn/generic/toom6h_mul.$(OBJEXT) \
223 @GMP_TREE@/mpn/generic/toom8_sqr.$(OBJEXT) \
224 @GMP_TREE@/mpn/generic/toom8h_mul.$(OBJEXT) \
225 @GMP_TREE@/mpn/generic/toom_couple_handling.$(OBJEXT) \
226 @GMP_TREE@/mpn/generic/toom_eval_dgr3_pm1.$(OBJEXT) \
227 @GMP_TREE@/mpn/generic/toom_eval_dgr3_pm2.$(OBJEXT) \
228 @GMP_TREE@/mpn/generic/toom_eval_pm1.$(OBJEXT) \
229 @GMP_TREE@/mpn/generic/toom_eval_pm2.$(OBJEXT) \
230 @GMP_TREE@/mpn/generic/toom_eval_pm2exp.$(OBJEXT) \
231 @GMP_TREE@/mpn/generic/toom_eval_pm2rexp.$(OBJEXT) \
232 @GMP_TREE@/mpn/generic/toom_interpolate_12pts.$(OBJEXT) \
233 @GMP_TREE@/mpn/generic/toom_interpolate_16pts.$(OBJEXT) \
234 @GMP_TREE@/mpn/generic/toom_interpolate_5pts.$(OBJEXT) \
235 @GMP_TREE@/mpn/generic/toom_interpolate_6pts.$(OBJEXT) \
236 @GMP_TREE@/mpn/generic/toom_interpolate_7pts.$(OBJEXT) \
237 @GMP_TREE@/mpn/generic/toom_interpolate_8pts.$(OBJEXT) \
238 @GMP_TREE@/mpn/generic/zero_p.$(OBJEXT)
239 am__objects_3 = @GMP_TREE@/mpz/abs.$(OBJEXT) \
240 @GMP_TREE@/mpz/add.$(OBJEXT) @GMP_TREE@/mpz/add_ui.$(OBJEXT) \
241 @GMP_TREE@/mpz/aorsmul.$(OBJEXT) \
242 @GMP_TREE@/mpz/aorsmul_i.$(OBJEXT) \
243 @GMP_TREE@/mpz/cfdiv_q_2exp.$(OBJEXT) \
244 @GMP_TREE@/mpz/clear.$(OBJEXT) @GMP_TREE@/mpz/cmp_ui.$(OBJEXT) \
245 @GMP_TREE@/mpz/cmpabs.$(OBJEXT) \
246 @GMP_TREE@/mpz/divexact.$(OBJEXT) \
247 @GMP_TREE@/mpz/fdiv_q.$(OBJEXT) \
248 @GMP_TREE@/mpz/fdiv_q_ui.$(OBJEXT) \
249 @GMP_TREE@/mpz/fdiv_qr.$(OBJEXT) \
250 @GMP_TREE@/mpz/gcdext.$(OBJEXT) \
251 @GMP_TREE@/mpz/get_si.$(OBJEXT) @GMP_TREE@/mpz/init.$(OBJEXT) \
252 @GMP_TREE@/mpz/invert.$(OBJEXT) @GMP_TREE@/mpz/iset.$(OBJEXT) \
253 @GMP_TREE@/mpz/iset_ui.$(OBJEXT) @GMP_TREE@/mpz/mod.$(OBJEXT) \
254 @GMP_TREE@/mpz/mul.$(OBJEXT) @GMP_TREE@/mpz/mul_2exp.$(OBJEXT) \
255 @GMP_TREE@/mpz/mul_si.$(OBJEXT) \
256 @GMP_TREE@/mpz/mul_ui.$(OBJEXT) \
257 @GMP_TREE@/mpz/n_pow_ui.$(OBJEXT) @GMP_TREE@/mpz/neg.$(OBJEXT) \
258 @GMP_TREE@/mpz/powm.$(OBJEXT) @GMP_TREE@/mpz/powm_ui.$(OBJEXT) \
259 @GMP_TREE@/mpz/realloc.$(OBJEXT) \
260 @GMP_TREE@/mpz/scan1.$(OBJEXT) @GMP_TREE@/mpz/set.$(OBJEXT) \
261 @GMP_TREE@/mpz/size.$(OBJEXT) @GMP_TREE@/mpz/set_ui.$(OBJEXT) \
262 @GMP_TREE@/mpz/sizeinbase.$(OBJEXT) \
263 @GMP_TREE@/mpz/sqrt.$(OBJEXT) @GMP_TREE@/mpz/sub.$(OBJEXT) \
264 @GMP_TREE@/mpz/sub_ui.$(OBJEXT) @GMP_TREE@/mpz/swap.$(OBJEXT) \
265 @GMP_TREE@/mpz/tdiv_q.$(OBJEXT) \
266 @GMP_TREE@/mpz/tdiv_q_2exp.$(OBJEXT) \
267 @GMP_TREE@/mpz/tdiv_qr.$(OBJEXT) \
268 @GMP_TREE@/mpz/tdiv_r.$(OBJEXT) \
269 @GMP_TREE@/mpz/tdiv_r_2exp.$(OBJEXT) \
270 @GMP_TREE@/mpz/tstbit.$(OBJEXT) \
271 @GMP_TREE@/mpz/ui_pow_ui.$(OBJEXT)
272 nodist_libgmp_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
273 $(am__objects_3)
274 libgmp_a_OBJECTS = $(nodist_libgmp_a_OBJECTS)
275 am_gmptest_OBJECTS = gmptest-gmptest.$(OBJEXT)
276 gmptest_OBJECTS = $(am_gmptest_OBJECTS)
277 gmptest_LDADD = $(LDADD)
278 gmptest_DEPENDENCIES = libgmp.a
279 am__dist_check_SCRIPTS_DIST = gmp.test
280 AM_V_P = $(am__v_P_@AM_V@)
281 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
282 am__v_P_0 = false
283 am__v_P_1 = :
284 AM_V_GEN = $(am__v_GEN_@AM_V@)
285 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
286 am__v_GEN_0 = @echo " GEN " $@;
287 am__v_GEN_1 =
288 AM_V_at = $(am__v_at_@AM_V@)
289 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
290 am__v_at_0 = @
291 am__v_at_1 =
292 DEFAULT_INCLUDES = -I.@am__isrc@
293 depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
294 am__depfiles_maybe = depfiles
295 am__mv = mv -f
296 AM_V_lt = $(am__v_lt_@AM_V@)
297 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
298 am__v_lt_0 = --silent
299 am__v_lt_1 =
300 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
301 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
302 AM_V_CC = $(am__v_CC_@AM_V@)
303 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
304 am__v_CC_0 = @echo " CC " $@;
305 am__v_CC_1 =
306 CCLD = $(CC)
307 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
308 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
309 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
310 am__v_CCLD_0 = @echo " CCLD " $@;
311 am__v_CCLD_1 =
312 SOURCES = $(nodist_libgmp_a_SOURCES) $(gmptest_SOURCES)
313 DIST_SOURCES = $(gmptest_SOURCES)
314 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
315 ctags-recursive dvi-recursive html-recursive info-recursive \
316 install-data-recursive install-dvi-recursive \
317 install-exec-recursive install-html-recursive \
318 install-info-recursive install-pdf-recursive \
319 install-ps-recursive install-recursive installcheck-recursive \
320 installdirs-recursive pdf-recursive ps-recursive \
321 tags-recursive uninstall-recursive
322 am__can_run_installinfo = \
323 case $$AM_UPDATE_INFO_DIR in \
324 n|no|NO) false;; \
325 *) (install-info --version) >/dev/null 2>&1;; \
326 esac
327 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
328 distclean-recursive maintainer-clean-recursive
329 am__recursive_targets = \
330 $(RECURSIVE_TARGETS) \
331 $(RECURSIVE_CLEAN_TARGETS) \
332 $(am__extra_recursive_targets)
333 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
334 cscope check recheck distdir dist dist-all distcheck
335 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
336 $(LISP)config.h.in
337 # Read a list of newline-separated strings from the standard input,
338 # and print each of them once, without duplicates. Input order is
339 # *not* preserved.
340 am__uniquify_input = $(AWK) '\
341 BEGIN { nonempty = 0; } \
342 { items[$$0] = 1; nonempty = 1; } \
343 END { if (nonempty) { for (i in items) print i; }; } \
345 # Make sure the list of sources is unique. This is necessary because,
346 # e.g., the same source file might be shared among _SOURCES variables
347 # for different programs/libraries.
348 am__define_uniq_tagged_files = \
349 list='$(am__tagged_files)'; \
350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | $(am__uniquify_input)`
353 ETAGS = etags
354 CTAGS = ctags
355 CSCOPE = cscope
356 am__tty_colors_dummy = \
357 mgn= red= grn= lgn= blu= brg= std=; \
358 am__color_tests=no
359 am__tty_colors = { \
360 $(am__tty_colors_dummy); \
361 if test "X$(AM_COLOR_TESTS)" = Xno; then \
362 am__color_tests=no; \
363 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
364 am__color_tests=yes; \
365 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
366 am__color_tests=yes; \
367 fi; \
368 if test $$am__color_tests = yes; then \
369 red='\e[0;31m'; \
370 grn='\e[0;32m'; \
371 lgn='\e[1;32m'; \
372 blu='\e[1;34m'; \
373 mgn='\e[0;35m'; \
374 brg='\e[1m'; \
375 std='\e[m'; \
376 fi; \
378 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
379 am__vpath_adj = case $$p in \
380 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
381 *) f=$$p;; \
382 esac;
383 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
384 am__install_max = 40
385 am__nobase_strip_setup = \
386 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
387 am__nobase_strip = \
388 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
389 am__nobase_list = $(am__nobase_strip_setup); \
390 for p in $$list; do echo "$$p $$p"; done | \
391 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
392 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
393 if (++n[$$2] == $(am__install_max)) \
394 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
395 END { for (dir in files) print dir, files[dir] }'
396 am__base_list = \
397 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
398 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
399 am__uninstall_files_from_dir = { \
400 test -z "$$files" \
401 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
402 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
403 $(am__cd) "$$dir" && rm -f $$files; }; \
405 am__recheck_rx = ^[ ]*:recheck:[ ]*
406 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
407 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
408 # A command that, given a newline-separated list of test names on the
409 # standard input, print the name of the tests that are to be re-run
410 # upon "make recheck".
411 am__list_recheck_tests = $(AWK) '{ \
412 recheck = 1; \
413 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
415 if (rc < 0) \
417 if ((getline line2 < ($$0 ".log")) < 0) \
418 recheck = 0; \
419 break; \
421 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
423 recheck = 0; \
424 break; \
426 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
428 break; \
430 }; \
431 if (recheck) \
432 print $$0; \
433 close ($$0 ".trs"); \
434 close ($$0 ".log"); \
436 # A command that, given a newline-separated list of test names on the
437 # standard input, create the global log from their .trs and .log files.
438 am__create_global_log = $(AWK) ' \
439 function fatal(msg) \
441 print "fatal: making $@: " msg | "cat >&2"; \
442 exit 1; \
444 function rst_section(header) \
446 print header; \
447 len = length(header); \
448 for (i = 1; i <= len; i = i + 1) \
449 printf "="; \
450 printf "\n\n"; \
453 copy_in_global_log = 1; \
454 global_test_result = "RUN"; \
455 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
457 if (rc < 0) \
458 fatal("failed to read from " $$0 ".trs"); \
459 if (line ~ /$(am__global_test_result_rx)/) \
461 sub("$(am__global_test_result_rx)", "", line); \
462 sub("[ ]*$$", "", line); \
463 global_test_result = line; \
465 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
466 copy_in_global_log = 0; \
467 }; \
468 if (copy_in_global_log) \
470 rst_section(global_test_result ": " $$0); \
471 while ((rc = (getline line < ($$0 ".log"))) != 0) \
473 if (rc < 0) \
474 fatal("failed to read from " $$0 ".log"); \
475 print line; \
476 }; \
477 printf "\n"; \
478 }; \
479 close ($$0 ".trs"); \
480 close ($$0 ".log"); \
482 # Restructured Text title.
483 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
484 # Solaris 10 'make', and several other traditional 'make' implementations,
485 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
486 # by disabling -e (using the XSI extension "set +e") if it's set.
487 am__sh_e_setup = case $$- in *e*) set +e;; esac
488 # Default flags passed to test drivers.
489 am__common_driver_flags = \
490 --color-tests "$$am__color_tests" \
491 --enable-hard-errors "$$am__enable_hard_errors" \
492 --expect-failure "$$am__expect_failure"
493 # To be inserted before the command running the test. Creates the
494 # directory for the log if needed. Stores in $dir the directory
495 # containing $f, in $tst the test, in $log the log. Executes the
496 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
497 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
498 # will run the test scripts (or their associated LOG_COMPILER, if
499 # thy have one).
500 am__check_pre = \
501 $(am__sh_e_setup); \
502 $(am__vpath_adj_setup) $(am__vpath_adj) \
503 $(am__tty_colors); \
504 srcdir=$(srcdir); export srcdir; \
505 case "$@" in \
506 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
507 *) am__odir=.;; \
508 esac; \
509 test "x$$am__odir" = x"." || test -d "$$am__odir" \
510 || $(MKDIR_P) "$$am__odir" || exit $$?; \
511 if test -f "./$$f"; then dir=./; \
512 elif test -f "$$f"; then dir=; \
513 else dir="$(srcdir)/"; fi; \
514 tst=$$dir$$f; log='$@'; \
515 if test -n '$(DISABLE_HARD_ERRORS)'; then \
516 am__enable_hard_errors=no; \
517 else \
518 am__enable_hard_errors=yes; \
519 fi; \
520 case " $(XFAIL_TESTS) " in \
521 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
522 am__expect_failure=yes;; \
523 *) \
524 am__expect_failure=no;; \
525 esac; \
526 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
527 # A shell command to get the names of the tests scripts with any registered
528 # extension removed (i.e., equivalently, the names of the test logs, with
529 # the '.log' extension removed). The result is saved in the shell variable
530 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
531 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
532 # since that might cause problem with VPATH rewrites for suffix-less tests.
533 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
534 am__set_TESTS_bases = \
535 bases='$(TEST_LOGS)'; \
536 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
537 bases=`echo $$bases`
538 RECHECK_LOGS = $(TEST_LOGS)
539 TEST_SUITE_LOG = test-suite.log
540 TEST_EXTENSIONS = @EXEEXT@ .test
541 am__test_logs1 = $(TESTS:=.log)
542 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
543 TEST_LOGS = $(am__test_logs2:.test.log=.log)
544 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
545 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
546 $(TEST_LOG_FLAGS)
547 am__set_b = \
548 case '$@' in \
549 */*) \
550 case '$*' in \
551 */*) b='$*';; \
552 *) b=`echo '$@' | sed 's/\.log$$//'`; \
553 esac;; \
554 *) \
555 b='$*';; \
556 esac
557 DIST_SUBDIRS = $(SUBDIRS)
558 am__DIST_COMMON = $(srcdir)/../../am/dist_hook.am \
559 $(srcdir)/../../am/rebuild.am $(srcdir)/../../am/reconfig.am \
560 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
561 $(top_srcdir)/../../build-aux/compile \
562 $(top_srcdir)/../../build-aux/config.guess \
563 $(top_srcdir)/../../build-aux/config.sub \
564 $(top_srcdir)/../../build-aux/depcomp \
565 $(top_srcdir)/../../build-aux/install-sh \
566 $(top_srcdir)/../../build-aux/missing \
567 $(top_srcdir)/../../build-aux/test-driver \
568 $(top_srcdir)/gmp-src/gmp-h.in ../../build-aux/compile \
569 ../../build-aux/config.guess ../../build-aux/config.sub \
570 ../../build-aux/depcomp ../../build-aux/install-sh \
571 ../../build-aux/ltmain.sh ../../build-aux/missing \
572 ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog \
573 README
574 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
575 distdir = $(PACKAGE)-$(VERSION)
576 top_distdir = $(distdir)
577 am__remove_distdir = \
578 if test -d "$(distdir)"; then \
579 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
580 && rm -rf "$(distdir)" \
581 || { sleep 5 && rm -rf "$(distdir)"; }; \
582 else :; fi
583 am__post_remove_distdir = $(am__remove_distdir)
584 am__relativize = \
585 dir0=`pwd`; \
586 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
587 sed_rest='s,^[^/]*/*,,'; \
588 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
589 sed_butlast='s,/*[^/]*$$,,'; \
590 while test -n "$$dir1"; do \
591 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
592 if test "$$first" != "."; then \
593 if test "$$first" = ".."; then \
594 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
595 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
596 else \
597 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
598 if test "$$first2" = "$$first"; then \
599 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
600 else \
601 dir2="../$$dir2"; \
602 fi; \
603 dir0="$$dir0"/"$$first"; \
604 fi; \
605 fi; \
606 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
607 done; \
608 reldir="$$dir2"
609 DIST_ARCHIVES = $(distdir).tar.gz
610 GZIP_ENV = --best
611 DIST_TARGETS = dist-gzip
612 distuninstallcheck_listfiles = find . -type f -print
613 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
614 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
615 distcleancheck_listfiles = find . -type f -print
616 ACLOCAL = @ACLOCAL@
617 AMTAR = @AMTAR@
618 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
619 AUTOCONF = @AUTOCONF@
620 AUTOHEADER = @AUTOHEADER@
621 AUTOMAKE = @AUTOMAKE@
622 AWK = @AWK@
623 CC = @CC@
624 CCDEPMODE = @CCDEPMODE@
625 CFLAGS = @CFLAGS@
626 CPP = @CPP@
627 CPPFLAGS = @CPPFLAGS@
628 CYGPATH_W = @CYGPATH_W@
629 DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
630 DEFS = @DEFS@
631 DEPDIR = @DEPDIR@
632 ECHO_C = @ECHO_C@
633 ECHO_N = @ECHO_N@
634 ECHO_T = @ECHO_T@
635 EGREP = @EGREP@
636 EXEEXT = @EXEEXT@
637 GMP_LIMB_BITS = @GMP_LIMB_BITS@
638 GMP_NAIL_BITS = @GMP_NAIL_BITS@
639 GMP_TREE = @GMP_TREE@
640 GREP = @GREP@
641 HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
642 HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
643 INSTALL = @INSTALL@
644 INSTALL_DATA = @INSTALL_DATA@
645 INSTALL_PROGRAM = @INSTALL_PROGRAM@
646 INSTALL_SCRIPT = @INSTALL_SCRIPT@
647 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
648 LDFLAGS = @LDFLAGS@
649 LIBGMP_DLL = @LIBGMP_DLL@
650 LIBOBJS = @LIBOBJS@
651 LIBS = @LIBS@
652 LN_S = @LN_S@
653 LTLIBOBJS = @LTLIBOBJS@
654 MAINT = @MAINT@
655 MAKEINFO = @MAKEINFO@
656 MKDIR_P = @MKDIR_P@
657 OBJEXT = @OBJEXT@
658 PACKAGE = @PACKAGE@
659 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
660 PACKAGE_NAME = @PACKAGE_NAME@
661 PACKAGE_STRING = @PACKAGE_STRING@
662 PACKAGE_TARNAME = @PACKAGE_TARNAME@
663 PACKAGE_URL = @PACKAGE_URL@
664 PACKAGE_VERSION = @PACKAGE_VERSION@
665 PATH_SEPARATOR = @PATH_SEPARATOR@
666 RANLIB = @RANLIB@
667 SET_MAKE = @SET_MAKE@
668 SHELL = @SHELL@
669 STRIP = @STRIP@
670 VERSION = @VERSION@
671 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
672 WARNING_CFLAGS = @WARNING_CFLAGS@
673 abs_builddir = @abs_builddir@
674 abs_srcdir = @abs_srcdir@
675 abs_top_builddir = @abs_top_builddir@
676 abs_top_srcdir = @abs_top_srcdir@
677 ac_ct_CC = @ac_ct_CC@
678 am__include = @am__include@
679 am__leading_dot = @am__leading_dot@
680 am__quote = @am__quote@
681 am__tar = @am__tar@
682 am__untar = @am__untar@
683 bindir = @bindir@
684 build = @build@
685 build_alias = @build_alias@
686 build_cpu = @build_cpu@
687 build_os = @build_os@
688 build_vendor = @build_vendor@
689 builddir = @builddir@
690 datadir = @datadir@
691 datarootdir = @datarootdir@
692 docdir = @docdir@
693 dvidir = @dvidir@
694 exec_prefix = @exec_prefix@
695 host = @host@
696 host_alias = @host_alias@
697 host_cpu = @host_cpu@
698 host_os = @host_os@
699 host_vendor = @host_vendor@
700 htmldir = @htmldir@
701 includedir = @includedir@
702 infodir = @infodir@
703 install_sh = @install_sh@
704 libdir = @libdir@
705 libexecdir = @libexecdir@
706 localedir = @localedir@
707 localstatedir = @localstatedir@
708 mandir = @mandir@
709 mkdir_p = @mkdir_p@
710 oldincludedir = @oldincludedir@
711 pdfdir = @pdfdir@
712 prefix = @prefix@
713 program_transform_name = @program_transform_name@
714 psdir = @psdir@
715 sbindir = @sbindir@
716 sharedstatedir = @sharedstatedir@
717 srcdir = @srcdir@
718 subdirs = @subdirs@
719 sysconfdir = @sysconfdir@
720 target_alias = @target_alias@
721 top_build_prefix = @top_build_prefix@
722 top_builddir = @top_builddir@
723 top_srcdir = @top_srcdir@
724 EXTRA_DIST = $(GMP_TREE) gmp-PATCHES
725 NEVER_DIST = `find . $(NEVER_NAMES)`
727 # Files not to be distributed
728 NEVER_NAMES = -name .svn $(NEVER_NAMES_SUB)
729 NEVER_NAMES_SUB = -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'
730 NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
731 SUBDIRS = native . include
732 AM_CPPFLAGS = -I$(srcdir)/$(GMP_TREE) -I$(srcdir)/$(GMP_TREE)/mpn/generic -DNO_ASM
733 AM_CFLAGS = $(VISIBILITY_CFLAGS) # $(WARNING_CFLAGS)
734 noinst_LIBRARIES = libgmp.a
735 nodist_libgmp_a_SOURCES = \
736 $(basic_sources) \
737 $(mpn_sources) \
738 $(mpz_sources)
740 basic_sources = \
741 @GMP_TREE@/assert.c \
742 @GMP_TREE@/compat.c \
743 @GMP_TREE@/errno.c \
744 @GMP_TREE@/extract-dbl.c \
745 @GMP_TREE@/invalid.c \
746 @GMP_TREE@/memory.c \
747 @GMP_TREE@/mp_bpl.c \
748 @GMP_TREE@/mp_clz_tab.c \
749 @GMP_TREE@/mp_dv_tab.c \
750 @GMP_TREE@/mp_get_fns.c \
751 @GMP_TREE@/mp_minv_tab.c \
752 @GMP_TREE@/mp_set_fns.c \
753 @GMP_TREE@/nextprime.c \
754 @GMP_TREE@/primesieve.c \
755 @GMP_TREE@/tal-reent.c \
756 @GMP_TREE@/version.c
758 basic_unused = \
759 @GMP_TREE@/tal-debug.c \
760 @GMP_TREE@/tal-notreent.c
762 logops_n_sources = and_n.c andn_n.c ior_n.c iorn_n.c nand_n.c nior_n.c xnor_n.c xor_n.c
763 popham_sources = hamdist.c popcount.c
764 sec_aors_1_sources = sec_add_1.c sec_sub_1.c
765 sec_div_sources = sec_div_qr.c sec_div_r.c
766 sec_pi1_div_sources = sec_pi1_div_qr.c sec_pi1_div_r.c
767 mpn_sources = \
768 mp_bases.c \
769 popcount.c \
770 @GMP_TREE@/mpn/generic/add.c \
771 @GMP_TREE@/mpn/generic/add_1.c \
772 @GMP_TREE@/mpn/generic/add_n.c \
773 @GMP_TREE@/mpn/generic/addmul_1.c \
774 @GMP_TREE@/mpn/generic/bdiv_dbm1c.c \
775 @GMP_TREE@/mpn/generic/bdiv_q.c \
776 @GMP_TREE@/mpn/generic/binvert.c \
777 @GMP_TREE@/mpn/generic/cmp.c \
778 @GMP_TREE@/mpn/generic/com.c \
779 @GMP_TREE@/mpn/generic/dcpi1_bdiv_q.c \
780 @GMP_TREE@/mpn/generic/dcpi1_bdiv_qr.c \
781 @GMP_TREE@/mpn/generic/dcpi1_div_q.c \
782 @GMP_TREE@/mpn/generic/dcpi1_div_qr.c \
783 @GMP_TREE@/mpn/generic/dcpi1_divappr_q.c \
784 @GMP_TREE@/mpn/generic/div_q.c \
785 @GMP_TREE@/mpn/generic/div_qr_2n_pi1.c \
786 @GMP_TREE@/mpn/generic/dive_1.c \
787 @GMP_TREE@/mpn/generic/divexact.c \
788 @GMP_TREE@/mpn/generic/divrem.c \
789 @GMP_TREE@/mpn/generic/divrem_1.c \
790 @GMP_TREE@/mpn/generic/divrem_2.c \
791 @GMP_TREE@/mpn/generic/gcd_subdiv_step.c \
792 @GMP_TREE@/mpn/generic/gcdext.c \
793 @GMP_TREE@/mpn/generic/gcdext_1.c \
794 @GMP_TREE@/mpn/generic/gcdext_lehmer.c \
795 @GMP_TREE@/mpn/generic/get_str.c \
796 @GMP_TREE@/mpn/generic/hgcd.c \
797 @GMP_TREE@/mpn/generic/hgcd2.c \
798 @GMP_TREE@/mpn/generic/hgcd_appr.c \
799 @GMP_TREE@/mpn/generic/hgcd_matrix.c \
800 @GMP_TREE@/mpn/generic/hgcd_reduce.c \
801 @GMP_TREE@/mpn/generic/hgcd_step.c \
802 @GMP_TREE@/mpn/generic/invertappr.c \
803 @GMP_TREE@/mpn/generic/lshift.c \
804 @GMP_TREE@/mpn/generic/lshiftc.c \
805 @GMP_TREE@/mpn/generic/matrix22_mul.c \
806 @GMP_TREE@/mpn/generic/matrix22_mul1_inverse_vector.c \
807 @GMP_TREE@/mpn/generic/mu_bdiv_q.c \
808 @GMP_TREE@/mpn/generic/mu_div_q.c \
809 @GMP_TREE@/mpn/generic/mu_div_qr.c \
810 @GMP_TREE@/mpn/generic/mu_divappr_q.c \
811 @GMP_TREE@/mpn/generic/mul.c \
812 @GMP_TREE@/mpn/generic/mul_1.c \
813 @GMP_TREE@/mpn/generic/mul_basecase.c \
814 @GMP_TREE@/mpn/generic/mul_fft.c \
815 @GMP_TREE@/mpn/generic/mul_n.c \
816 @GMP_TREE@/mpn/generic/mullo_basecase.c \
817 @GMP_TREE@/mpn/generic/mullo_n.c \
818 @GMP_TREE@/mpn/generic/mulmod_bnm1.c \
819 @GMP_TREE@/mpn/generic/neg.c \
820 @GMP_TREE@/mpn/generic/nussbaumer_mul.c \
821 @GMP_TREE@/mpn/generic/powlo.c \
822 @GMP_TREE@/mpn/generic/powm.c \
823 @GMP_TREE@/mpn/generic/pre_divrem_1.c \
824 @GMP_TREE@/mpn/generic/redc_1.c \
825 @GMP_TREE@/mpn/generic/redc_n.c \
826 @GMP_TREE@/mpn/generic/rshift.c \
827 @GMP_TREE@/mpn/generic/sbpi1_bdiv_q.c \
828 @GMP_TREE@/mpn/generic/sbpi1_bdiv_qr.c \
829 @GMP_TREE@/mpn/generic/sbpi1_div_q.c \
830 @GMP_TREE@/mpn/generic/sbpi1_div_qr.c \
831 @GMP_TREE@/mpn/generic/sbpi1_divappr_q.c \
832 @GMP_TREE@/mpn/generic/scan1.c \
833 @GMP_TREE@/mpn/generic/set_str.c \
834 @GMP_TREE@/mpn/generic/sqr.c \
835 @GMP_TREE@/mpn/generic/sqr_basecase.c \
836 @GMP_TREE@/mpn/generic/sqrlo.c \
837 @GMP_TREE@/mpn/generic/sqrlo_basecase.c \
838 @GMP_TREE@/mpn/generic/sqrmod_bnm1.c \
839 @GMP_TREE@/mpn/generic/sqrtrem.c \
840 @GMP_TREE@/mpn/generic/sub.c \
841 @GMP_TREE@/mpn/generic/sub_1.c \
842 @GMP_TREE@/mpn/generic/sub_n.c \
843 @GMP_TREE@/mpn/generic/submul_1.c \
844 @GMP_TREE@/mpn/generic/tdiv_qr.c \
845 @GMP_TREE@/mpn/generic/toom22_mul.c \
846 @GMP_TREE@/mpn/generic/toom2_sqr.c \
847 @GMP_TREE@/mpn/generic/toom32_mul.c \
848 @GMP_TREE@/mpn/generic/toom33_mul.c \
849 @GMP_TREE@/mpn/generic/toom3_sqr.c \
850 @GMP_TREE@/mpn/generic/toom42_mul.c \
851 @GMP_TREE@/mpn/generic/toom42_mulmid.c \
852 @GMP_TREE@/mpn/generic/toom43_mul.c \
853 @GMP_TREE@/mpn/generic/toom44_mul.c \
854 @GMP_TREE@/mpn/generic/toom4_sqr.c \
855 @GMP_TREE@/mpn/generic/toom53_mul.c \
856 @GMP_TREE@/mpn/generic/toom63_mul.c \
857 @GMP_TREE@/mpn/generic/toom6_sqr.c \
858 @GMP_TREE@/mpn/generic/toom6h_mul.c \
859 @GMP_TREE@/mpn/generic/toom8_sqr.c \
860 @GMP_TREE@/mpn/generic/toom8h_mul.c \
861 @GMP_TREE@/mpn/generic/toom_couple_handling.c \
862 @GMP_TREE@/mpn/generic/toom_eval_dgr3_pm1.c \
863 @GMP_TREE@/mpn/generic/toom_eval_dgr3_pm2.c \
864 @GMP_TREE@/mpn/generic/toom_eval_pm1.c \
865 @GMP_TREE@/mpn/generic/toom_eval_pm2.c \
866 @GMP_TREE@/mpn/generic/toom_eval_pm2exp.c \
867 @GMP_TREE@/mpn/generic/toom_eval_pm2rexp.c \
868 @GMP_TREE@/mpn/generic/toom_interpolate_12pts.c \
869 @GMP_TREE@/mpn/generic/toom_interpolate_16pts.c \
870 @GMP_TREE@/mpn/generic/toom_interpolate_5pts.c \
871 @GMP_TREE@/mpn/generic/toom_interpolate_6pts.c \
872 @GMP_TREE@/mpn/generic/toom_interpolate_7pts.c \
873 @GMP_TREE@/mpn/generic/toom_interpolate_8pts.c \
874 @GMP_TREE@/mpn/generic/zero_p.c
876 mpn_unused = \
877 $(logops_n_sources) \
878 $(sec_aors_1_sources) \
879 $(sec_div_sources) \
880 $(sec_pi1_div_sources) \
881 fib_table.c \
882 hamdist.c \
883 @GMP_TREE@/mpn/generic/add_err1_n.c \
884 @GMP_TREE@/mpn/generic/add_err2_n.c \
885 @GMP_TREE@/mpn/generic/add_err3_n.c \
886 @GMP_TREE@/mpn/generic/add_n_sub_n.c \
887 @GMP_TREE@/mpn/generic/bdiv_q_1.c \
888 @GMP_TREE@/mpn/generic/bdiv_qr.c \
889 @GMP_TREE@/mpn/generic/broot.c \
890 @GMP_TREE@/mpn/generic/brootinv.c \
891 @GMP_TREE@/mpn/generic/bsqrt.c \
892 @GMP_TREE@/mpn/generic/bsqrtinv.c \
893 @GMP_TREE@/mpn/generic/cnd_add_n.c \
894 @GMP_TREE@/mpn/generic/cnd_sub_n.c \
895 @GMP_TREE@/mpn/generic/comb_tables.c \
896 @GMP_TREE@/mpn/generic/copyd.c \
897 @GMP_TREE@/mpn/generic/copyi.c \
898 @GMP_TREE@/mpn/generic/div_qr_1.c \
899 @GMP_TREE@/mpn/generic/div_qr_1n_pi1.c \
900 @GMP_TREE@/mpn/generic/div_qr_2.c \
901 @GMP_TREE@/mpn/generic/div_qr_2u_pi1.c \
902 @GMP_TREE@/mpn/generic/diveby3.c \
903 @GMP_TREE@/mpn/generic/divis.c \
904 @GMP_TREE@/mpn/generic/dump.c \
905 @GMP_TREE@/mpn/generic/fib2_ui.c \
906 @GMP_TREE@/mpn/generic/gcd.c \
907 @GMP_TREE@/mpn/generic/gcd_1.c \
908 @GMP_TREE@/mpn/generic/get_d.c \
909 @GMP_TREE@/mpn/generic/hgcd2_jacobi.c \
910 @GMP_TREE@/mpn/generic/hgcd_jacobi.c \
911 @GMP_TREE@/mpn/generic/invert.c \
912 @GMP_TREE@/mpn/generic/jacbase.c \
913 @GMP_TREE@/mpn/generic/jacobi.c \
914 @GMP_TREE@/mpn/generic/jacobi_2.c \
915 @GMP_TREE@/mpn/generic/mod_1.c \
916 @GMP_TREE@/mpn/generic/mod_1_1.c \
917 @GMP_TREE@/mpn/generic/mod_1_2.c \
918 @GMP_TREE@/mpn/generic/mod_1_3.c \
919 @GMP_TREE@/mpn/generic/mod_1_4.c \
920 @GMP_TREE@/mpn/generic/mod_34lsub1.c \
921 @GMP_TREE@/mpn/generic/mode1o.c \
922 @GMP_TREE@/mpn/generic/mu_bdiv_qr.c \
923 @GMP_TREE@/mpn/generic/mulmid.c \
924 @GMP_TREE@/mpn/generic/mulmid_basecase.c \
925 @GMP_TREE@/mpn/generic/mulmid_n.c \
926 @GMP_TREE@/mpn/generic/perfpow.c \
927 @GMP_TREE@/mpn/generic/perfsqr.c \
928 @GMP_TREE@/mpn/generic/pow_1.c \
929 @GMP_TREE@/mpn/generic/pre_mod_1.c \
930 @GMP_TREE@/mpn/generic/random.c \
931 @GMP_TREE@/mpn/generic/random2.c \
932 @GMP_TREE@/mpn/generic/redc_2.c \
933 @GMP_TREE@/mpn/generic/remove.c \
934 @GMP_TREE@/mpn/generic/rootrem.c \
935 @GMP_TREE@/mpn/generic/scan0.c \
936 @GMP_TREE@/mpn/generic/sec_invert.c \
937 @GMP_TREE@/mpn/generic/sec_mul.c \
938 @GMP_TREE@/mpn/generic/sec_powm.c \
939 @GMP_TREE@/mpn/generic/sec_sqr.c \
940 @GMP_TREE@/mpn/generic/sec_tabselect.c \
941 @GMP_TREE@/mpn/generic/sizeinbase.c \
942 @GMP_TREE@/mpn/generic/sub_err1_n.c \
943 @GMP_TREE@/mpn/generic/sub_err2_n.c \
944 @GMP_TREE@/mpn/generic/sub_err3_n.c \
945 @GMP_TREE@/mpn/generic/toom52_mul.c \
946 @GMP_TREE@/mpn/generic/toom54_mul.c \
947 @GMP_TREE@/mpn/generic/toom62_mul.c \
948 @GMP_TREE@/mpn/generic/trialdiv.c \
949 @GMP_TREE@/mpn/generic/zero.c
951 mpz_sources = \
952 @GMP_TREE@/mpz/abs.c \
953 @GMP_TREE@/mpz/add.c \
954 @GMP_TREE@/mpz/add_ui.c \
955 @GMP_TREE@/mpz/aorsmul.c \
956 @GMP_TREE@/mpz/aorsmul_i.c \
957 @GMP_TREE@/mpz/cfdiv_q_2exp.c \
958 @GMP_TREE@/mpz/clear.c \
959 @GMP_TREE@/mpz/cmp_ui.c \
960 @GMP_TREE@/mpz/cmpabs.c \
961 @GMP_TREE@/mpz/divexact.c \
962 @GMP_TREE@/mpz/fdiv_q.c \
963 @GMP_TREE@/mpz/fdiv_q_ui.c \
964 @GMP_TREE@/mpz/fdiv_qr.c \
965 @GMP_TREE@/mpz/gcdext.c \
966 @GMP_TREE@/mpz/get_si.c \
967 @GMP_TREE@/mpz/init.c \
968 @GMP_TREE@/mpz/invert.c \
969 @GMP_TREE@/mpz/iset.c \
970 @GMP_TREE@/mpz/iset_ui.c \
971 @GMP_TREE@/mpz/mod.c \
972 @GMP_TREE@/mpz/mul.c \
973 @GMP_TREE@/mpz/mul_2exp.c \
974 @GMP_TREE@/mpz/mul_si.c \
975 @GMP_TREE@/mpz/mul_ui.c \
976 @GMP_TREE@/mpz/n_pow_ui.c \
977 @GMP_TREE@/mpz/neg.c \
978 @GMP_TREE@/mpz/powm.c \
979 @GMP_TREE@/mpz/powm_ui.c \
980 @GMP_TREE@/mpz/realloc.c \
981 @GMP_TREE@/mpz/scan1.c \
982 @GMP_TREE@/mpz/set.c \
983 @GMP_TREE@/mpz/size.c \
984 @GMP_TREE@/mpz/set_ui.c \
985 @GMP_TREE@/mpz/sizeinbase.c \
986 @GMP_TREE@/mpz/sqrt.c \
987 @GMP_TREE@/mpz/sub.c \
988 @GMP_TREE@/mpz/sub_ui.c \
989 @GMP_TREE@/mpz/swap.c \
990 @GMP_TREE@/mpz/tdiv_q.c \
991 @GMP_TREE@/mpz/tdiv_q_2exp.c \
992 @GMP_TREE@/mpz/tdiv_qr.c \
993 @GMP_TREE@/mpz/tdiv_r.c \
994 @GMP_TREE@/mpz/tdiv_r_2exp.c \
995 @GMP_TREE@/mpz/tstbit.c \
996 @GMP_TREE@/mpz/ui_pow_ui.c
998 mpz_unused = \
999 @GMP_TREE@/mpz/2fac_ui.c \
1000 @GMP_TREE@/mpz/and.c \
1001 @GMP_TREE@/mpz/array_init.c \
1002 @GMP_TREE@/mpz/bin_ui.c \
1003 @GMP_TREE@/mpz/bin_uiui.c \
1004 @GMP_TREE@/mpz/cdiv_q.c \
1005 @GMP_TREE@/mpz/cdiv_q_ui.c \
1006 @GMP_TREE@/mpz/cdiv_qr.c \
1007 @GMP_TREE@/mpz/cdiv_qr_ui.c \
1008 @GMP_TREE@/mpz/cdiv_r.c \
1009 @GMP_TREE@/mpz/cdiv_r_ui.c \
1010 @GMP_TREE@/mpz/cdiv_ui.c \
1011 @GMP_TREE@/mpz/cfdiv_r_2exp.c \
1012 @GMP_TREE@/mpz/clears.c \
1013 @GMP_TREE@/mpz/clrbit.c \
1014 @GMP_TREE@/mpz/cmp.c \
1015 @GMP_TREE@/mpz/cmp_d.c \
1016 @GMP_TREE@/mpz/cmp_si.c \
1017 @GMP_TREE@/mpz/cmpabs_d.c \
1018 @GMP_TREE@/mpz/cmpabs_ui.c \
1019 @GMP_TREE@/mpz/com.c \
1020 @GMP_TREE@/mpz/combit.c \
1021 @GMP_TREE@/mpz/cong.c \
1022 @GMP_TREE@/mpz/cong_2exp.c \
1023 @GMP_TREE@/mpz/cong_ui.c \
1024 @GMP_TREE@/mpz/dive_ui.c \
1025 @GMP_TREE@/mpz/divegcd.c \
1026 @GMP_TREE@/mpz/divis.c \
1027 @GMP_TREE@/mpz/divis_2exp.c \
1028 @GMP_TREE@/mpz/divis_ui.c \
1029 @GMP_TREE@/mpz/dump.c \
1030 @GMP_TREE@/mpz/export.c \
1031 @GMP_TREE@/mpz/fac_ui.c \
1032 @GMP_TREE@/mpz/fdiv_qr_ui.c \
1033 @GMP_TREE@/mpz/fdiv_r.c \
1034 @GMP_TREE@/mpz/fdiv_r_ui.c \
1035 @GMP_TREE@/mpz/fdiv_ui.c \
1036 @GMP_TREE@/mpz/fib2_ui.c \
1037 @GMP_TREE@/mpz/fib_ui.c \
1038 @GMP_TREE@/mpz/fits_sint.c \
1039 @GMP_TREE@/mpz/fits_slong.c \
1040 @GMP_TREE@/mpz/fits_sshort.c \
1041 @GMP_TREE@/mpz/fits_uint.c \
1042 @GMP_TREE@/mpz/fits_ulong.c \
1043 @GMP_TREE@/mpz/fits_ushort.c \
1044 @GMP_TREE@/mpz/gcd.c \
1045 @GMP_TREE@/mpz/gcd_ui.c \
1046 @GMP_TREE@/mpz/get_d.c \
1047 @GMP_TREE@/mpz/get_d_2exp.c \
1048 @GMP_TREE@/mpz/get_str.c \
1049 @GMP_TREE@/mpz/get_ui.c \
1050 @GMP_TREE@/mpz/getlimbn.c \
1051 @GMP_TREE@/mpz/hamdist.c \
1052 @GMP_TREE@/mpz/import.c \
1053 @GMP_TREE@/mpz/init2.c \
1054 @GMP_TREE@/mpz/inits.c \
1055 @GMP_TREE@/mpz/inp_raw.c \
1056 @GMP_TREE@/mpz/inp_str.c \
1057 @GMP_TREE@/mpz/ior.c \
1058 @GMP_TREE@/mpz/iset_d.c \
1059 @GMP_TREE@/mpz/iset_si.c \
1060 @GMP_TREE@/mpz/iset_str.c \
1061 @GMP_TREE@/mpz/jacobi.c \
1062 @GMP_TREE@/mpz/kronsz.c \
1063 @GMP_TREE@/mpz/kronuz.c \
1064 @GMP_TREE@/mpz/kronzs.c \
1065 @GMP_TREE@/mpz/kronzu.c \
1066 @GMP_TREE@/mpz/lcm.c \
1067 @GMP_TREE@/mpz/lcm_ui.c \
1068 @GMP_TREE@/mpz/limbs_finish.c \
1069 @GMP_TREE@/mpz/limbs_modify.c \
1070 @GMP_TREE@/mpz/limbs_read.c \
1071 @GMP_TREE@/mpz/limbs_write.c \
1072 @GMP_TREE@/mpz/lucnum2_ui.c \
1073 @GMP_TREE@/mpz/lucnum_ui.c \
1074 @GMP_TREE@/mpz/mfac_uiui.c \
1075 @GMP_TREE@/mpz/millerrabin.c \
1076 @GMP_TREE@/mpz/nextprime.c \
1077 @GMP_TREE@/mpz/oddfac_1.c \
1078 @GMP_TREE@/mpz/out_raw.c \
1079 @GMP_TREE@/mpz/out_str.c \
1080 @GMP_TREE@/mpz/perfpow.c \
1081 @GMP_TREE@/mpz/perfsqr.c \
1082 @GMP_TREE@/mpz/popcount.c \
1083 @GMP_TREE@/mpz/pow_ui.c \
1084 @GMP_TREE@/mpz/powm_sec.c \
1085 @GMP_TREE@/mpz/pprime_p.c \
1086 @GMP_TREE@/mpz/primorial_ui.c \
1087 @GMP_TREE@/mpz/prodlimbs.c \
1088 @GMP_TREE@/mpz/random.c \
1089 @GMP_TREE@/mpz/random2.c \
1090 @GMP_TREE@/mpz/realloc2.c \
1091 @GMP_TREE@/mpz/remove.c \
1092 @GMP_TREE@/mpz/roinit_n.c \
1093 @GMP_TREE@/mpz/root.c \
1094 @GMP_TREE@/mpz/rootrem.c \
1095 @GMP_TREE@/mpz/rrandomb.c \
1096 @GMP_TREE@/mpz/scan0.c \
1097 @GMP_TREE@/mpz/set_d.c \
1098 @GMP_TREE@/mpz/set_f.c \
1099 @GMP_TREE@/mpz/set_q.c \
1100 @GMP_TREE@/mpz/set_si.c \
1101 @GMP_TREE@/mpz/set_str.c \
1102 @GMP_TREE@/mpz/setbit.c \
1103 @GMP_TREE@/mpz/sqrtrem.c \
1104 @GMP_TREE@/mpz/tdiv_q_ui.c \
1105 @GMP_TREE@/mpz/tdiv_qr_ui.c \
1106 @GMP_TREE@/mpz/tdiv_r_ui.c \
1107 @GMP_TREE@/mpz/tdiv_ui.c \
1108 @GMP_TREE@/mpz/ui_sub.c \
1109 @GMP_TREE@/mpz/urandomb.c \
1110 @GMP_TREE@/mpz/urandomm.c \
1111 @GMP_TREE@/mpz/xor.c
1113 DISTCLEANFILES = mp_bases.h mp_bases.c fac_table.h fib_table.h \
1114 fib_table.c jacobitab.h perfsqr.h trialdivtab.h config.force
1115 @build_TRUE@dist_check_SCRIPTS = gmp.test
1116 @build_TRUE@TESTS = gmp.test
1117 gmptest_SOURCES = gmptest.c
1118 gmptest_CPPFLAGS = -Iinclude
1119 LDADD = libgmp.a
1121 # Reconfig
1122 reconfig_prereq =
1124 # Rebuild
1125 rebuild_prereq =
1126 rebuild_target = all
1127 CLEANFILES = rebuild.stamp
1128 all: config.h
1129 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1131 .SUFFIXES:
1132 .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
1133 am--refresh: Makefile
1135 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
1136 @for dep in $?; do \
1137 case '$(am__configure_deps)' in \
1138 *$$dep*) \
1139 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1140 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1141 && exit 0; \
1142 exit 1;; \
1143 esac; \
1144 done; \
1145 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1146 $(am__cd) $(top_srcdir) && \
1147 $(AUTOMAKE) --foreign Makefile
1148 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1149 @case '$?' in \
1150 *config.status*) \
1151 echo ' $(SHELL) ./config.status'; \
1152 $(SHELL) ./config.status;; \
1153 *) \
1154 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1155 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1156 esac;
1157 $(srcdir)/../../am/dist_hook.am $(srcdir)/../../am/reconfig.am $(srcdir)/../../am/rebuild.am $(am__empty):
1159 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1160 $(SHELL) ./config.status --recheck
1162 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1163 $(am__cd) $(srcdir) && $(AUTOCONF)
1164 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1165 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1166 $(am__aclocal_m4_deps):
1168 config.h: stamp-h1
1169 @test -f $@ || rm -f stamp-h1
1170 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1172 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1173 @rm -f stamp-h1
1174 cd $(top_builddir) && $(SHELL) ./config.status config.h
1175 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1176 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1177 rm -f stamp-h1
1178 touch $@
1180 distclean-hdr:
1181 -rm -f config.h stamp-h1
1182 gmp.h: $(top_builddir)/config.status $(top_srcdir)/gmp-src/gmp-h.in
1183 cd $(top_builddir) && $(SHELL) ./config.status $@
1185 clean-noinstLIBRARIES:
1186 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1187 @GMP_TREE@/$(am__dirstamp):
1188 @$(MKDIR_P) @GMP_TREE@
1189 @: > @GMP_TREE@/$(am__dirstamp)
1190 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp):
1191 @$(MKDIR_P) @GMP_TREE@/$(DEPDIR)
1192 @: > @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1193 @GMP_TREE@/assert.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1194 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1195 @GMP_TREE@/compat.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1196 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1197 @GMP_TREE@/errno.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1198 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1199 @GMP_TREE@/extract-dbl.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1200 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1201 @GMP_TREE@/invalid.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1202 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1203 @GMP_TREE@/memory.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1204 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1205 @GMP_TREE@/mp_bpl.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1206 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1207 @GMP_TREE@/mp_clz_tab.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1208 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1209 @GMP_TREE@/mp_dv_tab.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1210 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1211 @GMP_TREE@/mp_get_fns.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1212 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1213 @GMP_TREE@/mp_minv_tab.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1214 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1215 @GMP_TREE@/mp_set_fns.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1216 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1217 @GMP_TREE@/nextprime.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1218 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1219 @GMP_TREE@/primesieve.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1220 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1221 @GMP_TREE@/tal-reent.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1222 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1223 @GMP_TREE@/version.$(OBJEXT): @GMP_TREE@/$(am__dirstamp) \
1224 @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
1225 @GMP_TREE@/mpn/generic/$(am__dirstamp):
1226 @$(MKDIR_P) @GMP_TREE@/mpn/generic
1227 @: > @GMP_TREE@/mpn/generic/$(am__dirstamp)
1228 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp):
1229 @$(MKDIR_P) @GMP_TREE@/mpn/generic/$(DEPDIR)
1230 @: > @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1231 @GMP_TREE@/mpn/generic/add.$(OBJEXT): \
1232 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1233 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1234 @GMP_TREE@/mpn/generic/add_1.$(OBJEXT): \
1235 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1236 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1237 @GMP_TREE@/mpn/generic/add_n.$(OBJEXT): \
1238 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1239 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1240 @GMP_TREE@/mpn/generic/addmul_1.$(OBJEXT): \
1241 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1242 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1243 @GMP_TREE@/mpn/generic/bdiv_dbm1c.$(OBJEXT): \
1244 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1245 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1246 @GMP_TREE@/mpn/generic/bdiv_q.$(OBJEXT): \
1247 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1248 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1249 @GMP_TREE@/mpn/generic/binvert.$(OBJEXT): \
1250 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1251 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1252 @GMP_TREE@/mpn/generic/cmp.$(OBJEXT): \
1253 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1254 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1255 @GMP_TREE@/mpn/generic/com.$(OBJEXT): \
1256 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1257 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1258 @GMP_TREE@/mpn/generic/dcpi1_bdiv_q.$(OBJEXT): \
1259 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1260 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1261 @GMP_TREE@/mpn/generic/dcpi1_bdiv_qr.$(OBJEXT): \
1262 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1263 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1264 @GMP_TREE@/mpn/generic/dcpi1_div_q.$(OBJEXT): \
1265 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1266 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1267 @GMP_TREE@/mpn/generic/dcpi1_div_qr.$(OBJEXT): \
1268 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1269 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1270 @GMP_TREE@/mpn/generic/dcpi1_divappr_q.$(OBJEXT): \
1271 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1272 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1273 @GMP_TREE@/mpn/generic/div_q.$(OBJEXT): \
1274 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1275 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1276 @GMP_TREE@/mpn/generic/div_qr_2n_pi1.$(OBJEXT): \
1277 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1278 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1279 @GMP_TREE@/mpn/generic/dive_1.$(OBJEXT): \
1280 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1281 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1282 @GMP_TREE@/mpn/generic/divexact.$(OBJEXT): \
1283 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1284 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1285 @GMP_TREE@/mpn/generic/divrem.$(OBJEXT): \
1286 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1287 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1288 @GMP_TREE@/mpn/generic/divrem_1.$(OBJEXT): \
1289 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1290 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1291 @GMP_TREE@/mpn/generic/divrem_2.$(OBJEXT): \
1292 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1293 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1294 @GMP_TREE@/mpn/generic/gcd_subdiv_step.$(OBJEXT): \
1295 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1296 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1297 @GMP_TREE@/mpn/generic/gcdext.$(OBJEXT): \
1298 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1299 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1300 @GMP_TREE@/mpn/generic/gcdext_1.$(OBJEXT): \
1301 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1302 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1303 @GMP_TREE@/mpn/generic/gcdext_lehmer.$(OBJEXT): \
1304 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1305 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1306 @GMP_TREE@/mpn/generic/get_str.$(OBJEXT): \
1307 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1308 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1309 @GMP_TREE@/mpn/generic/hgcd.$(OBJEXT): \
1310 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1311 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1312 @GMP_TREE@/mpn/generic/hgcd2.$(OBJEXT): \
1313 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1314 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1315 @GMP_TREE@/mpn/generic/hgcd_appr.$(OBJEXT): \
1316 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1317 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1318 @GMP_TREE@/mpn/generic/hgcd_matrix.$(OBJEXT): \
1319 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1320 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1321 @GMP_TREE@/mpn/generic/hgcd_reduce.$(OBJEXT): \
1322 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1323 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1324 @GMP_TREE@/mpn/generic/hgcd_step.$(OBJEXT): \
1325 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1326 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1327 @GMP_TREE@/mpn/generic/invertappr.$(OBJEXT): \
1328 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1329 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1330 @GMP_TREE@/mpn/generic/lshift.$(OBJEXT): \
1331 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1332 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1333 @GMP_TREE@/mpn/generic/lshiftc.$(OBJEXT): \
1334 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1335 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1336 @GMP_TREE@/mpn/generic/matrix22_mul.$(OBJEXT): \
1337 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1338 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1339 @GMP_TREE@/mpn/generic/matrix22_mul1_inverse_vector.$(OBJEXT): \
1340 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1341 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1342 @GMP_TREE@/mpn/generic/mu_bdiv_q.$(OBJEXT): \
1343 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1344 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1345 @GMP_TREE@/mpn/generic/mu_div_q.$(OBJEXT): \
1346 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1347 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1348 @GMP_TREE@/mpn/generic/mu_div_qr.$(OBJEXT): \
1349 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1350 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1351 @GMP_TREE@/mpn/generic/mu_divappr_q.$(OBJEXT): \
1352 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1353 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1354 @GMP_TREE@/mpn/generic/mul.$(OBJEXT): \
1355 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1356 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1357 @GMP_TREE@/mpn/generic/mul_1.$(OBJEXT): \
1358 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1359 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1360 @GMP_TREE@/mpn/generic/mul_basecase.$(OBJEXT): \
1361 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1362 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1363 @GMP_TREE@/mpn/generic/mul_fft.$(OBJEXT): \
1364 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1365 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1366 @GMP_TREE@/mpn/generic/mul_n.$(OBJEXT): \
1367 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1368 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1369 @GMP_TREE@/mpn/generic/mullo_basecase.$(OBJEXT): \
1370 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1371 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1372 @GMP_TREE@/mpn/generic/mullo_n.$(OBJEXT): \
1373 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1374 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1375 @GMP_TREE@/mpn/generic/mulmod_bnm1.$(OBJEXT): \
1376 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1377 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1378 @GMP_TREE@/mpn/generic/neg.$(OBJEXT): \
1379 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1380 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1381 @GMP_TREE@/mpn/generic/nussbaumer_mul.$(OBJEXT): \
1382 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1383 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1384 @GMP_TREE@/mpn/generic/powlo.$(OBJEXT): \
1385 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1386 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1387 @GMP_TREE@/mpn/generic/powm.$(OBJEXT): \
1388 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1389 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1390 @GMP_TREE@/mpn/generic/pre_divrem_1.$(OBJEXT): \
1391 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1392 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1393 @GMP_TREE@/mpn/generic/redc_1.$(OBJEXT): \
1394 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1395 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1396 @GMP_TREE@/mpn/generic/redc_n.$(OBJEXT): \
1397 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1398 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1399 @GMP_TREE@/mpn/generic/rshift.$(OBJEXT): \
1400 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1401 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1402 @GMP_TREE@/mpn/generic/sbpi1_bdiv_q.$(OBJEXT): \
1403 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1404 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1405 @GMP_TREE@/mpn/generic/sbpi1_bdiv_qr.$(OBJEXT): \
1406 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1407 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1408 @GMP_TREE@/mpn/generic/sbpi1_div_q.$(OBJEXT): \
1409 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1410 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1411 @GMP_TREE@/mpn/generic/sbpi1_div_qr.$(OBJEXT): \
1412 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1413 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1414 @GMP_TREE@/mpn/generic/sbpi1_divappr_q.$(OBJEXT): \
1415 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1416 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1417 @GMP_TREE@/mpn/generic/scan1.$(OBJEXT): \
1418 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1419 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1420 @GMP_TREE@/mpn/generic/set_str.$(OBJEXT): \
1421 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1422 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1423 @GMP_TREE@/mpn/generic/sqr.$(OBJEXT): \
1424 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1425 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1426 @GMP_TREE@/mpn/generic/sqr_basecase.$(OBJEXT): \
1427 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1428 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1429 @GMP_TREE@/mpn/generic/sqrlo.$(OBJEXT): \
1430 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1431 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1432 @GMP_TREE@/mpn/generic/sqrlo_basecase.$(OBJEXT): \
1433 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1434 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1435 @GMP_TREE@/mpn/generic/sqrmod_bnm1.$(OBJEXT): \
1436 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1437 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1438 @GMP_TREE@/mpn/generic/sqrtrem.$(OBJEXT): \
1439 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1440 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1441 @GMP_TREE@/mpn/generic/sub.$(OBJEXT): \
1442 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1443 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1444 @GMP_TREE@/mpn/generic/sub_1.$(OBJEXT): \
1445 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1446 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1447 @GMP_TREE@/mpn/generic/sub_n.$(OBJEXT): \
1448 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1449 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1450 @GMP_TREE@/mpn/generic/submul_1.$(OBJEXT): \
1451 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1452 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1453 @GMP_TREE@/mpn/generic/tdiv_qr.$(OBJEXT): \
1454 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1455 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1456 @GMP_TREE@/mpn/generic/toom22_mul.$(OBJEXT): \
1457 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1458 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1459 @GMP_TREE@/mpn/generic/toom2_sqr.$(OBJEXT): \
1460 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1461 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1462 @GMP_TREE@/mpn/generic/toom32_mul.$(OBJEXT): \
1463 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1464 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1465 @GMP_TREE@/mpn/generic/toom33_mul.$(OBJEXT): \
1466 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1467 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1468 @GMP_TREE@/mpn/generic/toom3_sqr.$(OBJEXT): \
1469 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1470 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1471 @GMP_TREE@/mpn/generic/toom42_mul.$(OBJEXT): \
1472 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1473 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1474 @GMP_TREE@/mpn/generic/toom42_mulmid.$(OBJEXT): \
1475 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1476 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1477 @GMP_TREE@/mpn/generic/toom43_mul.$(OBJEXT): \
1478 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1479 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1480 @GMP_TREE@/mpn/generic/toom44_mul.$(OBJEXT): \
1481 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1482 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1483 @GMP_TREE@/mpn/generic/toom4_sqr.$(OBJEXT): \
1484 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1485 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1486 @GMP_TREE@/mpn/generic/toom53_mul.$(OBJEXT): \
1487 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1488 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1489 @GMP_TREE@/mpn/generic/toom63_mul.$(OBJEXT): \
1490 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1491 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1492 @GMP_TREE@/mpn/generic/toom6_sqr.$(OBJEXT): \
1493 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1494 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1495 @GMP_TREE@/mpn/generic/toom6h_mul.$(OBJEXT): \
1496 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1497 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1498 @GMP_TREE@/mpn/generic/toom8_sqr.$(OBJEXT): \
1499 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1500 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1501 @GMP_TREE@/mpn/generic/toom8h_mul.$(OBJEXT): \
1502 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1503 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1504 @GMP_TREE@/mpn/generic/toom_couple_handling.$(OBJEXT): \
1505 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1506 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1507 @GMP_TREE@/mpn/generic/toom_eval_dgr3_pm1.$(OBJEXT): \
1508 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1509 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1510 @GMP_TREE@/mpn/generic/toom_eval_dgr3_pm2.$(OBJEXT): \
1511 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1512 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1513 @GMP_TREE@/mpn/generic/toom_eval_pm1.$(OBJEXT): \
1514 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1515 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1516 @GMP_TREE@/mpn/generic/toom_eval_pm2.$(OBJEXT): \
1517 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1518 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1519 @GMP_TREE@/mpn/generic/toom_eval_pm2exp.$(OBJEXT): \
1520 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1521 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1522 @GMP_TREE@/mpn/generic/toom_eval_pm2rexp.$(OBJEXT): \
1523 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1524 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1525 @GMP_TREE@/mpn/generic/toom_interpolate_12pts.$(OBJEXT): \
1526 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1527 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1528 @GMP_TREE@/mpn/generic/toom_interpolate_16pts.$(OBJEXT): \
1529 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1530 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1531 @GMP_TREE@/mpn/generic/toom_interpolate_5pts.$(OBJEXT): \
1532 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1533 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1534 @GMP_TREE@/mpn/generic/toom_interpolate_6pts.$(OBJEXT): \
1535 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1536 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1537 @GMP_TREE@/mpn/generic/toom_interpolate_7pts.$(OBJEXT): \
1538 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1539 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1540 @GMP_TREE@/mpn/generic/toom_interpolate_8pts.$(OBJEXT): \
1541 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1542 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1543 @GMP_TREE@/mpn/generic/zero_p.$(OBJEXT): \
1544 @GMP_TREE@/mpn/generic/$(am__dirstamp) \
1545 @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
1546 @GMP_TREE@/mpz/$(am__dirstamp):
1547 @$(MKDIR_P) @GMP_TREE@/mpz
1548 @: > @GMP_TREE@/mpz/$(am__dirstamp)
1549 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp):
1550 @$(MKDIR_P) @GMP_TREE@/mpz/$(DEPDIR)
1551 @: > @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1552 @GMP_TREE@/mpz/abs.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1553 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1554 @GMP_TREE@/mpz/add.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1555 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1556 @GMP_TREE@/mpz/add_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1557 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1558 @GMP_TREE@/mpz/aorsmul.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1559 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1560 @GMP_TREE@/mpz/aorsmul_i.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1561 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1562 @GMP_TREE@/mpz/cfdiv_q_2exp.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1563 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1564 @GMP_TREE@/mpz/clear.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1565 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1566 @GMP_TREE@/mpz/cmp_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1567 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1568 @GMP_TREE@/mpz/cmpabs.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1569 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1570 @GMP_TREE@/mpz/divexact.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1571 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1572 @GMP_TREE@/mpz/fdiv_q.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1573 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1574 @GMP_TREE@/mpz/fdiv_q_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1575 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1576 @GMP_TREE@/mpz/fdiv_qr.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1577 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1578 @GMP_TREE@/mpz/gcdext.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1579 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1580 @GMP_TREE@/mpz/get_si.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1581 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1582 @GMP_TREE@/mpz/init.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1583 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1584 @GMP_TREE@/mpz/invert.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1585 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1586 @GMP_TREE@/mpz/iset.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1587 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1588 @GMP_TREE@/mpz/iset_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1589 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1590 @GMP_TREE@/mpz/mod.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1591 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1592 @GMP_TREE@/mpz/mul.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1593 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1594 @GMP_TREE@/mpz/mul_2exp.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1595 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1596 @GMP_TREE@/mpz/mul_si.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1597 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1598 @GMP_TREE@/mpz/mul_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1599 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1600 @GMP_TREE@/mpz/n_pow_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1601 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1602 @GMP_TREE@/mpz/neg.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1603 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1604 @GMP_TREE@/mpz/powm.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1605 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1606 @GMP_TREE@/mpz/powm_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1607 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1608 @GMP_TREE@/mpz/realloc.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1609 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1610 @GMP_TREE@/mpz/scan1.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1611 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1612 @GMP_TREE@/mpz/set.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1613 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1614 @GMP_TREE@/mpz/size.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1615 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1616 @GMP_TREE@/mpz/set_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1617 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1618 @GMP_TREE@/mpz/sizeinbase.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1619 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1620 @GMP_TREE@/mpz/sqrt.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1621 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1622 @GMP_TREE@/mpz/sub.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1623 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1624 @GMP_TREE@/mpz/sub_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1625 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1626 @GMP_TREE@/mpz/swap.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1627 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1628 @GMP_TREE@/mpz/tdiv_q.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1629 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1630 @GMP_TREE@/mpz/tdiv_q_2exp.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1631 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1632 @GMP_TREE@/mpz/tdiv_qr.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1633 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1634 @GMP_TREE@/mpz/tdiv_r.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1635 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1636 @GMP_TREE@/mpz/tdiv_r_2exp.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1637 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1638 @GMP_TREE@/mpz/tstbit.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1639 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1640 @GMP_TREE@/mpz/ui_pow_ui.$(OBJEXT): @GMP_TREE@/mpz/$(am__dirstamp) \
1641 @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
1643 libgmp.a: $(libgmp_a_OBJECTS) $(libgmp_a_DEPENDENCIES) $(EXTRA_libgmp_a_DEPENDENCIES)
1644 $(AM_V_at)-rm -f libgmp.a
1645 $(AM_V_AR)$(libgmp_a_AR) libgmp.a $(libgmp_a_OBJECTS) $(libgmp_a_LIBADD)
1646 $(AM_V_at)$(RANLIB) libgmp.a
1648 clean-checkPROGRAMS:
1649 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
1651 gmptest$(EXEEXT): $(gmptest_OBJECTS) $(gmptest_DEPENDENCIES) $(EXTRA_gmptest_DEPENDENCIES)
1652 @rm -f gmptest$(EXEEXT)
1653 $(AM_V_CCLD)$(LINK) $(gmptest_OBJECTS) $(gmptest_LDADD) $(LIBS)
1655 mostlyclean-compile:
1656 -rm -f *.$(OBJEXT)
1657 -rm -f @GMP_TREE@/*.$(OBJEXT)
1658 -rm -f @GMP_TREE@/mpn/generic/*.$(OBJEXT)
1659 -rm -f @GMP_TREE@/mpz/*.$(OBJEXT)
1661 distclean-compile:
1662 -rm -f *.tab.c
1664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmptest-gmptest.Po@am__quote@
1665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp_bases.Po@am__quote@
1666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popcount.Po@am__quote@
1667 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/assert.Po@am__quote@
1668 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/compat.Po@am__quote@
1669 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/errno.Po@am__quote@
1670 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/extract-dbl.Po@am__quote@
1671 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/invalid.Po@am__quote@
1672 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/memory.Po@am__quote@
1673 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/mp_bpl.Po@am__quote@
1674 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/mp_clz_tab.Po@am__quote@
1675 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/mp_dv_tab.Po@am__quote@
1676 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/mp_get_fns.Po@am__quote@
1677 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/mp_minv_tab.Po@am__quote@
1678 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/mp_set_fns.Po@am__quote@
1679 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/nextprime.Po@am__quote@
1680 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/primesieve.Po@am__quote@
1681 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/tal-reent.Po@am__quote@
1682 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/$(DEPDIR)/version.Po@am__quote@
1683 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/add.Po@am__quote@
1684 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/add_1.Po@am__quote@
1685 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/add_n.Po@am__quote@
1686 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/addmul_1.Po@am__quote@
1687 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/bdiv_dbm1c.Po@am__quote@
1688 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/bdiv_q.Po@am__quote@
1689 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/binvert.Po@am__quote@
1690 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/cmp.Po@am__quote@
1691 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/com.Po@am__quote@
1692 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/dcpi1_bdiv_q.Po@am__quote@
1693 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/dcpi1_bdiv_qr.Po@am__quote@
1694 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/dcpi1_div_q.Po@am__quote@
1695 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/dcpi1_div_qr.Po@am__quote@
1696 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/dcpi1_divappr_q.Po@am__quote@
1697 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/div_q.Po@am__quote@
1698 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/div_qr_2n_pi1.Po@am__quote@
1699 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/dive_1.Po@am__quote@
1700 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/divexact.Po@am__quote@
1701 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/divrem.Po@am__quote@
1702 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/divrem_1.Po@am__quote@
1703 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/divrem_2.Po@am__quote@
1704 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/gcd_subdiv_step.Po@am__quote@
1705 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/gcdext.Po@am__quote@
1706 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/gcdext_1.Po@am__quote@
1707 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/gcdext_lehmer.Po@am__quote@
1708 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/get_str.Po@am__quote@
1709 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/hgcd.Po@am__quote@
1710 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/hgcd2.Po@am__quote@
1711 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/hgcd_appr.Po@am__quote@
1712 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/hgcd_matrix.Po@am__quote@
1713 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/hgcd_reduce.Po@am__quote@
1714 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/hgcd_step.Po@am__quote@
1715 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/invertappr.Po@am__quote@
1716 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/lshift.Po@am__quote@
1717 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/lshiftc.Po@am__quote@
1718 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/matrix22_mul.Po@am__quote@
1719 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/matrix22_mul1_inverse_vector.Po@am__quote@
1720 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mu_bdiv_q.Po@am__quote@
1721 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mu_div_q.Po@am__quote@
1722 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mu_div_qr.Po@am__quote@
1723 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mu_divappr_q.Po@am__quote@
1724 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mul.Po@am__quote@
1725 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mul_1.Po@am__quote@
1726 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mul_basecase.Po@am__quote@
1727 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mul_fft.Po@am__quote@
1728 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mul_n.Po@am__quote@
1729 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mullo_basecase.Po@am__quote@
1730 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mullo_n.Po@am__quote@
1731 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/mulmod_bnm1.Po@am__quote@
1732 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/neg.Po@am__quote@
1733 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/nussbaumer_mul.Po@am__quote@
1734 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/powlo.Po@am__quote@
1735 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/powm.Po@am__quote@
1736 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/pre_divrem_1.Po@am__quote@
1737 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/redc_1.Po@am__quote@
1738 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/redc_n.Po@am__quote@
1739 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/rshift.Po@am__quote@
1740 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sbpi1_bdiv_q.Po@am__quote@
1741 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sbpi1_bdiv_qr.Po@am__quote@
1742 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sbpi1_div_q.Po@am__quote@
1743 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sbpi1_div_qr.Po@am__quote@
1744 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sbpi1_divappr_q.Po@am__quote@
1745 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/scan1.Po@am__quote@
1746 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/set_str.Po@am__quote@
1747 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sqr.Po@am__quote@
1748 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sqr_basecase.Po@am__quote@
1749 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sqrlo.Po@am__quote@
1750 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sqrlo_basecase.Po@am__quote@
1751 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sqrmod_bnm1.Po@am__quote@
1752 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sqrtrem.Po@am__quote@
1753 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sub.Po@am__quote@
1754 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sub_1.Po@am__quote@
1755 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/sub_n.Po@am__quote@
1756 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/submul_1.Po@am__quote@
1757 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/tdiv_qr.Po@am__quote@
1758 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom22_mul.Po@am__quote@
1759 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom2_sqr.Po@am__quote@
1760 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom32_mul.Po@am__quote@
1761 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom33_mul.Po@am__quote@
1762 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom3_sqr.Po@am__quote@
1763 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom42_mul.Po@am__quote@
1764 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom42_mulmid.Po@am__quote@
1765 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom43_mul.Po@am__quote@
1766 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom44_mul.Po@am__quote@
1767 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom4_sqr.Po@am__quote@
1768 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom53_mul.Po@am__quote@
1769 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom63_mul.Po@am__quote@
1770 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom6_sqr.Po@am__quote@
1771 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom6h_mul.Po@am__quote@
1772 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom8_sqr.Po@am__quote@
1773 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom8h_mul.Po@am__quote@
1774 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_couple_handling.Po@am__quote@
1775 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_eval_dgr3_pm1.Po@am__quote@
1776 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_eval_dgr3_pm2.Po@am__quote@
1777 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_eval_pm1.Po@am__quote@
1778 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_eval_pm2.Po@am__quote@
1779 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_eval_pm2exp.Po@am__quote@
1780 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_eval_pm2rexp.Po@am__quote@
1781 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_interpolate_12pts.Po@am__quote@
1782 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_interpolate_16pts.Po@am__quote@
1783 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_interpolate_5pts.Po@am__quote@
1784 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_interpolate_6pts.Po@am__quote@
1785 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_interpolate_7pts.Po@am__quote@
1786 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/toom_interpolate_8pts.Po@am__quote@
1787 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpn/generic/$(DEPDIR)/zero_p.Po@am__quote@
1788 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/abs.Po@am__quote@
1789 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/add.Po@am__quote@
1790 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/add_ui.Po@am__quote@
1791 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/aorsmul.Po@am__quote@
1792 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/aorsmul_i.Po@am__quote@
1793 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/cfdiv_q_2exp.Po@am__quote@
1794 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/clear.Po@am__quote@
1795 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/cmp_ui.Po@am__quote@
1796 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/cmpabs.Po@am__quote@
1797 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/divexact.Po@am__quote@
1798 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/fdiv_q.Po@am__quote@
1799 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/fdiv_q_ui.Po@am__quote@
1800 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/fdiv_qr.Po@am__quote@
1801 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/gcdext.Po@am__quote@
1802 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/get_si.Po@am__quote@
1803 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/init.Po@am__quote@
1804 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/invert.Po@am__quote@
1805 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/iset.Po@am__quote@
1806 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/iset_ui.Po@am__quote@
1807 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/mod.Po@am__quote@
1808 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/mul.Po@am__quote@
1809 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/mul_2exp.Po@am__quote@
1810 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/mul_si.Po@am__quote@
1811 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/mul_ui.Po@am__quote@
1812 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/n_pow_ui.Po@am__quote@
1813 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/neg.Po@am__quote@
1814 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/powm.Po@am__quote@
1815 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/powm_ui.Po@am__quote@
1816 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/realloc.Po@am__quote@
1817 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/scan1.Po@am__quote@
1818 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/set.Po@am__quote@
1819 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/set_ui.Po@am__quote@
1820 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/size.Po@am__quote@
1821 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/sizeinbase.Po@am__quote@
1822 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/sqrt.Po@am__quote@
1823 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/sub.Po@am__quote@
1824 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/sub_ui.Po@am__quote@
1825 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/swap.Po@am__quote@
1826 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/tdiv_q.Po@am__quote@
1827 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/tdiv_q_2exp.Po@am__quote@
1828 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/tdiv_qr.Po@am__quote@
1829 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/tdiv_r.Po@am__quote@
1830 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/tdiv_r_2exp.Po@am__quote@
1831 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/tstbit.Po@am__quote@
1832 @AMDEP_TRUE@@am__include@ @am__quote@@GMP_TREE@/mpz/$(DEPDIR)/ui_pow_ui.Po@am__quote@
1834 .c.o:
1835 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1836 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1837 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1839 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1840 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1842 .c.obj:
1843 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1844 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1845 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1846 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1848 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1850 gmptest-gmptest.o: gmptest.c
1851 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gmptest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gmptest-gmptest.o -MD -MP -MF $(DEPDIR)/gmptest-gmptest.Tpo -c -o gmptest-gmptest.o `test -f 'gmptest.c' || echo '$(srcdir)/'`gmptest.c
1852 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gmptest-gmptest.Tpo $(DEPDIR)/gmptest-gmptest.Po
1853 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmptest.c' object='gmptest-gmptest.o' libtool=no @AMDEPBACKSLASH@
1854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1855 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gmptest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gmptest-gmptest.o `test -f 'gmptest.c' || echo '$(srcdir)/'`gmptest.c
1857 gmptest-gmptest.obj: gmptest.c
1858 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gmptest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gmptest-gmptest.obj -MD -MP -MF $(DEPDIR)/gmptest-gmptest.Tpo -c -o gmptest-gmptest.obj `if test -f 'gmptest.c'; then $(CYGPATH_W) 'gmptest.c'; else $(CYGPATH_W) '$(srcdir)/gmptest.c'; fi`
1859 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gmptest-gmptest.Tpo $(DEPDIR)/gmptest-gmptest.Po
1860 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmptest.c' object='gmptest-gmptest.obj' libtool=no @AMDEPBACKSLASH@
1861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1862 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gmptest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gmptest-gmptest.obj `if test -f 'gmptest.c'; then $(CYGPATH_W) 'gmptest.c'; else $(CYGPATH_W) '$(srcdir)/gmptest.c'; fi`
1864 # This directory's subdirectories are mostly independent; you can cd
1865 # into them and run 'make' without going through this Makefile.
1866 # To change the values of 'make' variables: instead of editing Makefiles,
1867 # (1) if the variable is set in 'config.status', edit 'config.status'
1868 # (which will cause the Makefiles to be regenerated when you run 'make');
1869 # (2) otherwise, pass the desired values on the 'make' command line.
1870 $(am__recursive_targets):
1871 @fail=; \
1872 if $(am__make_keepgoing); then \
1873 failcom='fail=yes'; \
1874 else \
1875 failcom='exit 1'; \
1876 fi; \
1877 dot_seen=no; \
1878 target=`echo $@ | sed s/-recursive//`; \
1879 case "$@" in \
1880 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1881 *) list='$(SUBDIRS)' ;; \
1882 esac; \
1883 for subdir in $$list; do \
1884 echo "Making $$target in $$subdir"; \
1885 if test "$$subdir" = "."; then \
1886 dot_seen=yes; \
1887 local_target="$$target-am"; \
1888 else \
1889 local_target="$$target"; \
1890 fi; \
1891 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1892 || eval $$failcom; \
1893 done; \
1894 if test "$$dot_seen" = "no"; then \
1895 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1896 fi; test -z "$$fail"
1898 ID: $(am__tagged_files)
1899 $(am__define_uniq_tagged_files); mkid -fID $$unique
1900 tags: tags-recursive
1901 TAGS: tags
1903 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1904 set x; \
1905 here=`pwd`; \
1906 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1907 include_option=--etags-include; \
1908 empty_fix=.; \
1909 else \
1910 include_option=--include; \
1911 empty_fix=; \
1912 fi; \
1913 list='$(SUBDIRS)'; for subdir in $$list; do \
1914 if test "$$subdir" = .; then :; else \
1915 test ! -f $$subdir/TAGS || \
1916 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1917 fi; \
1918 done; \
1919 $(am__define_uniq_tagged_files); \
1920 shift; \
1921 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1922 test -n "$$unique" || unique=$$empty_fix; \
1923 if test $$# -gt 0; then \
1924 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1925 "$$@" $$unique; \
1926 else \
1927 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1928 $$unique; \
1929 fi; \
1931 ctags: ctags-recursive
1933 CTAGS: ctags
1934 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1935 $(am__define_uniq_tagged_files); \
1936 test -z "$(CTAGS_ARGS)$$unique" \
1937 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1938 $$unique
1940 GTAGS:
1941 here=`$(am__cd) $(top_builddir) && pwd` \
1942 && $(am__cd) $(top_srcdir) \
1943 && gtags -i $(GTAGS_ARGS) "$$here"
1944 cscope: cscope.files
1945 test ! -s cscope.files \
1946 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1947 clean-cscope:
1948 -rm -f cscope.files
1949 cscope.files: clean-cscope cscopelist
1950 cscopelist: cscopelist-recursive
1952 cscopelist-am: $(am__tagged_files)
1953 list='$(am__tagged_files)'; \
1954 case "$(srcdir)" in \
1955 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1956 *) sdir=$(subdir)/$(srcdir) ;; \
1957 esac; \
1958 for i in $$list; do \
1959 if test -f "$$i"; then \
1960 echo "$(subdir)/$$i"; \
1961 else \
1962 echo "$$sdir/$$i"; \
1963 fi; \
1964 done >> $(top_builddir)/cscope.files
1966 distclean-tags:
1967 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1968 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1970 # Recover from deleted '.trs' file; this should ensure that
1971 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1972 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1973 # to avoid problems with "make -n".
1974 .log.trs:
1975 rm -f $< $@
1976 $(MAKE) $(AM_MAKEFLAGS) $<
1978 # Leading 'am--fnord' is there to ensure the list of targets does not
1979 # expand to empty, as could happen e.g. with make check TESTS=''.
1980 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1981 am--force-recheck:
1984 $(TEST_SUITE_LOG): $(TEST_LOGS)
1985 @$(am__set_TESTS_bases); \
1986 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1987 redo_bases=`for i in $$bases; do \
1988 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1989 done`; \
1990 if test -n "$$redo_bases"; then \
1991 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1992 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1993 if $(am__make_dryrun); then :; else \
1994 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1995 fi; \
1996 fi; \
1997 if test -n "$$am__remaking_logs"; then \
1998 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1999 "recursion detected" >&2; \
2000 elif test -n "$$redo_logs"; then \
2001 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2002 fi; \
2003 if $(am__make_dryrun); then :; else \
2004 st=0; \
2005 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2006 for i in $$redo_bases; do \
2007 test -f $$i.trs && test -r $$i.trs \
2008 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2009 test -f $$i.log && test -r $$i.log \
2010 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2011 done; \
2012 test $$st -eq 0 || exit 1; \
2014 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2015 ws='[ ]'; \
2016 results=`for b in $$bases; do echo $$b.trs; done`; \
2017 test -n "$$results" || results=/dev/null; \
2018 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
2019 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
2020 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
2021 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
2022 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2023 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2024 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2025 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2026 success=true; \
2027 else \
2028 success=false; \
2029 fi; \
2030 br='==================='; br=$$br$$br$$br$$br; \
2031 result_count () \
2033 if test x"$$1" = x"--maybe-color"; then \
2034 maybe_colorize=yes; \
2035 elif test x"$$1" = x"--no-color"; then \
2036 maybe_colorize=no; \
2037 else \
2038 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2039 fi; \
2040 shift; \
2041 desc=$$1 count=$$2; \
2042 if test $$maybe_colorize = yes && test $$count -gt 0; then \
2043 color_start=$$3 color_end=$$std; \
2044 else \
2045 color_start= color_end=; \
2046 fi; \
2047 echo "$${color_start}# $$desc $$count$${color_end}"; \
2048 }; \
2049 create_testsuite_report () \
2051 result_count $$1 "TOTAL:" $$all "$$brg"; \
2052 result_count $$1 "PASS: " $$pass "$$grn"; \
2053 result_count $$1 "SKIP: " $$skip "$$blu"; \
2054 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2055 result_count $$1 "FAIL: " $$fail "$$red"; \
2056 result_count $$1 "XPASS:" $$xpass "$$red"; \
2057 result_count $$1 "ERROR:" $$error "$$mgn"; \
2058 }; \
2060 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
2061 $(am__rst_title); \
2062 create_testsuite_report --no-color; \
2063 echo; \
2064 echo ".. contents:: :depth: 2"; \
2065 echo; \
2066 for b in $$bases; do echo $$b; done \
2067 | $(am__create_global_log); \
2068 } >$(TEST_SUITE_LOG).tmp || exit 1; \
2069 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
2070 if $$success; then \
2071 col="$$grn"; \
2072 else \
2073 col="$$red"; \
2074 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
2075 fi; \
2076 echo "$${col}$$br$${std}"; \
2077 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
2078 echo "$${col}$$br$${std}"; \
2079 create_testsuite_report --maybe-color; \
2080 echo "$$col$$br$$std"; \
2081 if $$success; then :; else \
2082 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
2083 if test -n "$(PACKAGE_BUGREPORT)"; then \
2084 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2085 fi; \
2086 echo "$$col$$br$$std"; \
2087 fi; \
2088 $$success || exit 1
2090 check-TESTS:
2091 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
2092 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2093 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2094 @set +e; $(am__set_TESTS_bases); \
2095 log_list=`for i in $$bases; do echo $$i.log; done`; \
2096 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2097 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2098 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2099 exit $$?;
2100 recheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS)
2101 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2102 @set +e; $(am__set_TESTS_bases); \
2103 bases=`for i in $$bases; do echo $$i; done \
2104 | $(am__list_recheck_tests)` || exit 1; \
2105 log_list=`for i in $$bases; do echo $$i.log; done`; \
2106 log_list=`echo $$log_list`; \
2107 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2108 am__force_recheck=am--force-recheck \
2109 TEST_LOGS="$$log_list"; \
2110 exit $$?
2111 .test.log:
2112 @p='$<'; \
2113 $(am__set_b); \
2114 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2115 --log-file $$b.log --trs-file $$b.trs \
2116 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2117 "$$tst" $(AM_TESTS_FD_REDIRECT)
2118 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2119 @am__EXEEXT_TRUE@ @p='$<'; \
2120 @am__EXEEXT_TRUE@ $(am__set_b); \
2121 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2122 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
2123 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2124 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
2126 distdir: $(DISTFILES)
2127 $(am__remove_distdir)
2128 test -d "$(distdir)" || mkdir "$(distdir)"
2129 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2130 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2131 list='$(DISTFILES)'; \
2132 dist_files=`for file in $$list; do echo $$file; done | \
2133 sed -e "s|^$$srcdirstrip/||;t" \
2134 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2135 case $$dist_files in \
2136 */*) $(MKDIR_P) `echo "$$dist_files" | \
2137 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2138 sort -u` ;; \
2139 esac; \
2140 for file in $$dist_files; do \
2141 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2142 if test -d $$d/$$file; then \
2143 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2144 if test -d "$(distdir)/$$file"; then \
2145 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2146 fi; \
2147 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2148 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2149 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2150 fi; \
2151 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2152 else \
2153 test -f "$(distdir)/$$file" \
2154 || cp -p $$d/$$file "$(distdir)/$$file" \
2155 || exit 1; \
2156 fi; \
2157 done
2158 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2159 if test "$$subdir" = .; then :; else \
2160 $(am__make_dryrun) \
2161 || test -d "$(distdir)/$$subdir" \
2162 || $(MKDIR_P) "$(distdir)/$$subdir" \
2163 || exit 1; \
2164 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2165 $(am__relativize); \
2166 new_distdir=$$reldir; \
2167 dir1=$$subdir; dir2="$(top_distdir)"; \
2168 $(am__relativize); \
2169 new_top_distdir=$$reldir; \
2170 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2171 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2172 ($(am__cd) $$subdir && \
2173 $(MAKE) $(AM_MAKEFLAGS) \
2174 top_distdir="$$new_top_distdir" \
2175 distdir="$$new_distdir" \
2176 am__remove_distdir=: \
2177 am__skip_length_check=: \
2178 am__skip_mode_fix=: \
2179 distdir) \
2180 || exit 1; \
2181 fi; \
2182 done
2183 $(MAKE) $(AM_MAKEFLAGS) \
2184 top_distdir="$(top_distdir)" distdir="$(distdir)" \
2185 dist-hook
2186 -test -n "$(am__skip_mode_fix)" \
2187 || find "$(distdir)" -type d ! -perm -755 \
2188 -exec chmod u+rwx,go+rx {} \; -o \
2189 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2190 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2191 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2192 || chmod -R a+r "$(distdir)"
2193 dist-gzip: distdir
2194 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2195 $(am__post_remove_distdir)
2197 dist-bzip2: distdir
2198 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2199 $(am__post_remove_distdir)
2201 dist-lzip: distdir
2202 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2203 $(am__post_remove_distdir)
2205 dist-xz: distdir
2206 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2207 $(am__post_remove_distdir)
2209 dist-tarZ: distdir
2210 @echo WARNING: "Support for distribution archives compressed with" \
2211 "legacy program 'compress' is deprecated." >&2
2212 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2213 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2214 $(am__post_remove_distdir)
2216 dist-shar: distdir
2217 @echo WARNING: "Support for shar distribution archives is" \
2218 "deprecated." >&2
2219 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2220 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2221 $(am__post_remove_distdir)
2223 dist-zip: distdir
2224 -rm -f $(distdir).zip
2225 zip -rq $(distdir).zip $(distdir)
2226 $(am__post_remove_distdir)
2228 dist dist-all:
2229 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2230 $(am__post_remove_distdir)
2232 # This target untars the dist file and tries a VPATH configuration. Then
2233 # it guarantees that the distribution is self-contained by making another
2234 # tarfile.
2235 distcheck: dist
2236 case '$(DIST_ARCHIVES)' in \
2237 *.tar.gz*) \
2238 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2239 *.tar.bz2*) \
2240 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2241 *.tar.lz*) \
2242 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2243 *.tar.xz*) \
2244 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2245 *.tar.Z*) \
2246 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2247 *.shar.gz*) \
2248 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2249 *.zip*) \
2250 unzip $(distdir).zip ;;\
2251 esac
2252 chmod -R a-w $(distdir)
2253 chmod u+w $(distdir)
2254 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
2255 chmod a-w $(distdir)
2256 test -d $(distdir)/_build || exit 0; \
2257 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2258 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2259 && am__cwd=`pwd` \
2260 && $(am__cd) $(distdir)/_build/sub \
2261 && ../../configure \
2262 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2263 $(DISTCHECK_CONFIGURE_FLAGS) \
2264 --srcdir=../.. --prefix="$$dc_install_base" \
2265 && $(MAKE) $(AM_MAKEFLAGS) \
2266 && $(MAKE) $(AM_MAKEFLAGS) dvi \
2267 && $(MAKE) $(AM_MAKEFLAGS) check \
2268 && $(MAKE) $(AM_MAKEFLAGS) install \
2269 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2270 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2271 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2272 distuninstallcheck \
2273 && chmod -R a-w "$$dc_install_base" \
2274 && ({ \
2275 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2276 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2277 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2278 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2279 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2280 } || { rm -rf "$$dc_destdir"; exit 1; }) \
2281 && rm -rf "$$dc_destdir" \
2282 && $(MAKE) $(AM_MAKEFLAGS) dist \
2283 && rm -rf $(DIST_ARCHIVES) \
2284 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2285 && cd "$$am__cwd" \
2286 || exit 1
2287 $(am__post_remove_distdir)
2288 @(echo "$(distdir) archives ready for distribution: "; \
2289 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2290 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2291 distuninstallcheck:
2292 @test -n '$(distuninstallcheck_dir)' || { \
2293 echo 'ERROR: trying to run $@ with an empty' \
2294 '$$(distuninstallcheck_dir)' >&2; \
2295 exit 1; \
2296 }; \
2297 $(am__cd) '$(distuninstallcheck_dir)' || { \
2298 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2299 exit 1; \
2300 }; \
2301 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2302 || { echo "ERROR: files left after uninstall:" ; \
2303 if test -n "$(DESTDIR)"; then \
2304 echo " (check DESTDIR support)"; \
2305 fi ; \
2306 $(distuninstallcheck_listfiles) ; \
2307 exit 1; } >&2
2308 distcleancheck: distclean
2309 @if test '$(srcdir)' = . ; then \
2310 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2311 exit 1 ; \
2313 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2314 || { echo "ERROR: files left in build directory after distclean:" ; \
2315 $(distcleancheck_listfiles) ; \
2316 exit 1; } >&2
2317 check-am: all-am
2318 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
2319 $(dist_check_SCRIPTS)
2320 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2321 check: check-recursive
2322 all-am: Makefile $(LIBRARIES) config.h
2323 installdirs: installdirs-recursive
2324 installdirs-am:
2325 install: install-recursive
2326 install-exec: install-exec-recursive
2327 install-data: install-data-recursive
2328 uninstall: uninstall-recursive
2330 install-am: all-am
2331 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2333 installcheck: installcheck-recursive
2334 install-strip:
2335 if test -z '$(STRIP)'; then \
2336 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2337 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2338 install; \
2339 else \
2340 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2341 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2342 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2344 mostlyclean-generic:
2345 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2346 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2347 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2349 clean-generic:
2350 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2352 distclean-generic:
2353 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2354 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2355 -rm -f @GMP_TREE@/$(DEPDIR)/$(am__dirstamp)
2356 -rm -f @GMP_TREE@/$(am__dirstamp)
2357 -rm -f @GMP_TREE@/mpn/generic/$(DEPDIR)/$(am__dirstamp)
2358 -rm -f @GMP_TREE@/mpn/generic/$(am__dirstamp)
2359 -rm -f @GMP_TREE@/mpz/$(DEPDIR)/$(am__dirstamp)
2360 -rm -f @GMP_TREE@/mpz/$(am__dirstamp)
2361 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2363 maintainer-clean-generic:
2364 @echo "This command is intended for maintainers to use"
2365 @echo "it deletes files that may require special tools to rebuild."
2366 clean: clean-recursive
2368 clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
2369 mostlyclean-am
2371 distclean: distclean-recursive
2372 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2373 -rm -rf ./$(DEPDIR) @GMP_TREE@/$(DEPDIR) @GMP_TREE@/mpn/generic/$(DEPDIR) @GMP_TREE@/mpz/$(DEPDIR)
2374 -rm -f Makefile
2375 distclean-am: clean-am distclean-compile distclean-generic \
2376 distclean-hdr distclean-tags
2378 dvi: dvi-recursive
2380 dvi-am:
2382 html: html-recursive
2384 html-am:
2386 info: info-recursive
2388 info-am:
2390 install-data-am:
2392 install-dvi: install-dvi-recursive
2394 install-dvi-am:
2396 install-exec-am:
2398 install-html: install-html-recursive
2400 install-html-am:
2402 install-info: install-info-recursive
2404 install-info-am:
2406 install-man:
2408 install-pdf: install-pdf-recursive
2410 install-pdf-am:
2412 install-ps: install-ps-recursive
2414 install-ps-am:
2416 installcheck-am:
2418 maintainer-clean: maintainer-clean-recursive
2419 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2420 -rm -rf $(top_srcdir)/autom4te.cache
2421 -rm -rf ./$(DEPDIR) @GMP_TREE@/$(DEPDIR) @GMP_TREE@/mpn/generic/$(DEPDIR) @GMP_TREE@/mpz/$(DEPDIR)
2422 -rm -f Makefile
2423 maintainer-clean-am: distclean-am maintainer-clean-generic
2425 mostlyclean: mostlyclean-recursive
2427 mostlyclean-am: mostlyclean-compile mostlyclean-generic
2429 pdf: pdf-recursive
2431 pdf-am:
2433 ps: ps-recursive
2435 ps-am:
2437 uninstall-am:
2439 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
2441 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2442 am--refresh check check-TESTS check-am clean \
2443 clean-checkPROGRAMS clean-cscope clean-generic \
2444 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am dist \
2445 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
2446 dist-tarZ dist-xz dist-zip distcheck distclean \
2447 distclean-compile distclean-generic distclean-hdr \
2448 distclean-tags distcleancheck distdir distuninstallcheck dvi \
2449 dvi-am html html-am info info-am install install-am \
2450 install-data install-data-am install-dvi install-dvi-am \
2451 install-exec install-exec-am install-html install-html-am \
2452 install-info install-info-am install-man install-pdf \
2453 install-pdf-am install-ps install-ps-am install-strip \
2454 installcheck installcheck-am installdirs installdirs-am \
2455 maintainer-clean maintainer-clean-generic mostlyclean \
2456 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
2457 recheck tags tags-am uninstall uninstall-am
2459 .PRECIOUS: Makefile
2461 dist-hook:
2462 cd "$(distdir)" && rm -rf $(NEVER_DIST)
2463 $(libgmp_a_OBJECTS): mp_bases.h fac_table.h fib_table.h
2465 $(logops_n_sources):
2466 @echo "#define OPERATION_`echo $@ | sed 's/\.c//'` 1" >$@
2467 @echo "#include <logops_n.c>" >>$@
2468 $(popham_sources):
2469 @echo "#define OPERATION_`echo $@ | sed 's/\.c//'` 1" >$@
2470 @echo "#include <popham.c>" >>$@
2471 $(sec_aors_1_sources):
2472 @echo "#define OPERATION_`echo $@ | sed 's/\.c//'` 1" >$@
2473 @echo "#include <sec_aors_1.c>" >>$@
2474 $(sec_div_sources):
2475 @echo "#define OPERATION_`echo $@ | sed 's/\.c//'` 1" >$@
2476 @echo "#include <sec_div.c>" >>$@
2477 $(sec_pi1_div_sources):
2478 @echo "#define OPERATION_`echo $@ | sed 's/\.c//'` 1" >$@
2479 @echo "#include <sec_pi1_div.c>" >>$@
2481 native/stamp-bases:
2482 cd native && $(MAKE) $(AM_MAKEFLAGS) stamp-bases
2483 mp_bases.h: native/stamp-bases
2484 $(AM_V_GEN)native/gen-bases header $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >$@ || (rm -f $@; exit 1)
2485 mp_bases.c: mp_bases.h
2486 $(AM_V_GEN)native/gen-bases table $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >$@ || (rm -f $@; exit 1)
2488 native/stamp-fac:
2489 cd native && $(MAKE) $(AM_MAKEFLAGS) stamp-fac
2490 fac_table.h: native/stamp-fac
2491 $(AM_V_GEN)native/gen-fac $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >$@ || (rm -f $@; exit 1)
2493 native/stamp-fib:
2494 cd native && $(MAKE) $(AM_MAKEFLAGS) stamp-fib
2495 fib_table.h: native/stamp-fib
2496 $(AM_V_GEN)native/gen-fib header $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >$@ || (rm -f $@; exit 1)
2497 fib_table.c: fib_table.h
2498 $(AM_V_GEN)native/gen-fib table $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >$@ || (rm -f $@; exit 1)
2500 native/stamp-jacobitab:
2501 cd native && $(MAKE) $(AM_MAKEFLAGS) stamp-jacobitab
2502 jacobitab.h: native/stamp-jacobitab
2503 $(AM_V_GEN)native/gen-jacobitab >$@ || (rm -f $@; exit 1)
2505 native/stamp-psqr:
2506 cd native && $(MAKE) $(AM_MAKEFLAGS) stamp-psqr
2507 perfsqr.h: native/stamp-psqr
2508 $(AM_V_GEN)native/gen-psqr $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >$@ || (rm -f $@; exit 1)
2510 native/stamp-trialdivtab:
2511 cd native && $(MAKE) $(AM_MAKEFLAGS) stamp-trialdivtab
2512 trialdivtab.h: native/stamp-trialdivtab
2513 $(AM_V_GEN)native/gen-trialdivtab $(GMP_LIMB_BITS) 8000 >$@ || (rm -f $@; exit 1)
2514 gmp.log: gmptest$(EXEEXT)
2515 config.force: $(reconfig_prereq)
2516 @if test -f $@; then :; else \
2517 trap 'rm -rf reconfig.lock' 1 2 13 15; \
2518 if mkdir reconfig.lock 2>/dev/null; then \
2519 echo timestamp >$@; \
2520 $(SHELL) ./config.status --recheck; \
2521 rmdir reconfig.lock; \
2522 else \
2523 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
2524 test -f $@; \
2525 fi; \
2527 rebuild.stamp: $(rebuild_target)
2528 echo timestamp >$@
2530 .PHONY: rebuild
2531 rebuild: $(rebuild_prereq)
2532 @dry=; for f in x $$MAKEFLAGS; do \
2533 case $$f in \
2534 *=*|--*);; \
2535 *n*) dry=:;; \
2536 esac; \
2537 done; \
2538 if test -f rebuild.stamp; then :; else \
2539 $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \
2540 if $$dry mkdir rebuild.lock 2>/dev/null; then \
2541 $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \
2542 $$dry rmdir rebuild.lock; \
2543 else \
2544 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
2545 fi; \
2546 $$dry test -f rebuild.stamp; exit $$?; \
2549 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2550 # Otherwise a system limit (for SysV at least) may be exceeded.
2551 .NOEXPORT: