beta-0.89.2
[luatex.git] / source / libs / gmp / native / Makefile.in
blob5c8069211a2847ffda44826e7d25d5a509af3918
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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 EXTRA_PROGRAMS = gen-bases$(EXEEXT) gen-fac$(EXEEXT) gen-fib$(EXEEXT) \
89 gen-jacobitab$(EXEEXT) gen-psqr$(EXEEXT) \
90 gen-trialdivtab$(EXEEXT)
91 subdir = .
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../../../m4/kpse-common.m4 \
94 $(top_srcdir)/../../../m4/kpse-search-libs.m4 \
95 $(top_srcdir)/../../../m4/kpse-warnings.m4 \
96 $(top_srcdir)/../version.ac $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
100 $(am__configure_deps) $(am__DIST_COMMON)
101 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102 configure.lineno config.status.lineno
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = config.h
105 CONFIG_CLEAN_FILES =
106 CONFIG_CLEAN_VPATH_FILES =
107 gen_bases_SOURCES = gen-bases.c
108 gen_bases_OBJECTS = gen-bases.$(OBJEXT)
109 am__DEPENDENCIES_1 =
110 gen_bases_DEPENDENCIES = $(am__DEPENDENCIES_1)
111 gen_fac_SOURCES = gen-fac.c
112 gen_fac_OBJECTS = gen-fac.$(OBJEXT)
113 gen_fac_LDADD = $(LDADD)
114 gen_fib_SOURCES = gen-fib.c
115 gen_fib_OBJECTS = gen-fib.$(OBJEXT)
116 gen_fib_LDADD = $(LDADD)
117 gen_jacobitab_SOURCES = gen-jacobitab.c
118 gen_jacobitab_OBJECTS = gen-jacobitab.$(OBJEXT)
119 gen_jacobitab_LDADD = $(LDADD)
120 gen_psqr_SOURCES = gen-psqr.c
121 gen_psqr_OBJECTS = gen-psqr.$(OBJEXT)
122 gen_psqr_DEPENDENCIES = $(am__DEPENDENCIES_1)
123 gen_trialdivtab_SOURCES = gen-trialdivtab.c
124 gen_trialdivtab_OBJECTS = gen-trialdivtab.$(OBJEXT)
125 gen_trialdivtab_DEPENDENCIES = $(am__DEPENDENCIES_1)
126 AM_V_P = $(am__v_P_@AM_V@)
127 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128 am__v_P_0 = false
129 am__v_P_1 = :
130 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132 am__v_GEN_0 = @echo " GEN " $@;
133 am__v_GEN_1 =
134 AM_V_at = $(am__v_at_@AM_V@)
135 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136 am__v_at_0 = @
137 am__v_at_1 =
138 DEFAULT_INCLUDES = -I.@am__isrc@
139 depcomp = $(SHELL) $(top_srcdir)/../../../build-aux/depcomp
140 am__depfiles_maybe = depfiles
141 am__mv = mv -f
142 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
143 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144 AM_V_CC = $(am__v_CC_@AM_V@)
145 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
146 am__v_CC_0 = @echo " CC " $@;
147 am__v_CC_1 =
148 CCLD = $(CC)
149 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
150 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152 am__v_CCLD_0 = @echo " CCLD " $@;
153 am__v_CCLD_1 =
154 SOURCES = gen-bases.c gen-fac.c gen-fib.c gen-jacobitab.c gen-psqr.c \
155 gen-trialdivtab.c
156 DIST_SOURCES = gen-bases.c gen-fac.c gen-fib.c gen-jacobitab.c \
157 gen-psqr.c gen-trialdivtab.c
158 am__can_run_installinfo = \
159 case $$AM_UPDATE_INFO_DIR in \
160 n|no|NO) false;; \
161 *) (install-info --version) >/dev/null 2>&1;; \
162 esac
163 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
164 $(LISP)config.h.in
165 # Read a list of newline-separated strings from the standard input,
166 # and print each of them once, without duplicates. Input order is
167 # *not* preserved.
168 am__uniquify_input = $(AWK) '\
169 BEGIN { nonempty = 0; } \
170 { items[$$0] = 1; nonempty = 1; } \
171 END { if (nonempty) { for (i in items) print i; }; } \
173 # Make sure the list of sources is unique. This is necessary because,
174 # e.g., the same source file might be shared among _SOURCES variables
175 # for different programs/libraries.
176 am__define_uniq_tagged_files = \
177 list='$(am__tagged_files)'; \
178 unique=`for i in $$list; do \
179 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
180 done | $(am__uniquify_input)`
181 ETAGS = etags
182 CTAGS = ctags
183 CSCOPE = cscope
184 AM_RECURSIVE_TARGETS = cscope
185 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
186 $(top_srcdir)/../../../build-aux/compile \
187 $(top_srcdir)/../../../build-aux/depcomp \
188 $(top_srcdir)/../../../build-aux/install-sh \
189 $(top_srcdir)/../../../build-aux/missing \
190 ../../../build-aux/compile ../../../build-aux/config.guess \
191 ../../../build-aux/config.sub ../../../build-aux/depcomp \
192 ../../../build-aux/install-sh ../../../build-aux/ltmain.sh \
193 ../../../build-aux/missing ../../../build-aux/texinfo.tex \
194 ../../../build-aux/ylwrap
195 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196 distdir = $(PACKAGE)-$(VERSION)
197 top_distdir = $(distdir)
198 am__remove_distdir = \
199 if test -d "$(distdir)"; then \
200 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
201 && rm -rf "$(distdir)" \
202 || { sleep 5 && rm -rf "$(distdir)"; }; \
203 else :; fi
204 am__post_remove_distdir = $(am__remove_distdir)
205 DIST_ARCHIVES = $(distdir).tar.gz
206 GZIP_ENV = --best
207 DIST_TARGETS = dist-gzip
208 distuninstallcheck_listfiles = find . -type f -print
209 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
210 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
211 distcleancheck_listfiles = find . -type f -print
212 ACLOCAL = @ACLOCAL@
213 AMTAR = @AMTAR@
214 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
215 AUTOCONF = @AUTOCONF@
216 AUTOHEADER = @AUTOHEADER@
217 AUTOMAKE = @AUTOMAKE@
218 AWK = @AWK@
219 CC = @CC@
220 CCDEPMODE = @CCDEPMODE@
221 CFLAGS = @CFLAGS@
222 CPPFLAGS = @CPPFLAGS@
223 CYGPATH_W = @CYGPATH_W@
224 DEFS = @DEFS@
225 DEPDIR = @DEPDIR@
226 ECHO_C = @ECHO_C@
227 ECHO_N = @ECHO_N@
228 ECHO_T = @ECHO_T@
229 EXEEXT = @EXEEXT@
230 GMP_TREE = @GMP_TREE@
231 INSTALL = @INSTALL@
232 INSTALL_DATA = @INSTALL_DATA@
233 INSTALL_PROGRAM = @INSTALL_PROGRAM@
234 INSTALL_SCRIPT = @INSTALL_SCRIPT@
235 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236 LDFLAGS = @LDFLAGS@
237 LIBOBJS = @LIBOBJS@
238 LIBS = @LIBS@
239 LN_S = @LN_S@
240 LTLIBOBJS = @LTLIBOBJS@
241 MAINT = @MAINT@
242 MAKEINFO = @MAKEINFO@
243 MATH_LIB = @MATH_LIB@
244 MKDIR_P = @MKDIR_P@
245 OBJEXT = @OBJEXT@
246 PACKAGE = @PACKAGE@
247 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248 PACKAGE_NAME = @PACKAGE_NAME@
249 PACKAGE_STRING = @PACKAGE_STRING@
250 PACKAGE_TARNAME = @PACKAGE_TARNAME@
251 PACKAGE_URL = @PACKAGE_URL@
252 PACKAGE_VERSION = @PACKAGE_VERSION@
253 PATH_SEPARATOR = @PATH_SEPARATOR@
254 SET_MAKE = @SET_MAKE@
255 SHELL = @SHELL@
256 STRIP = @STRIP@
257 VERSION = @VERSION@
258 WARNING_CFLAGS = @WARNING_CFLAGS@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_CC = @ac_ct_CC@
264 am__include = @am__include@
265 am__leading_dot = @am__leading_dot@
266 am__quote = @am__quote@
267 am__tar = @am__tar@
268 am__untar = @am__untar@
269 bindir = @bindir@
270 build_alias = @build_alias@
271 builddir = @builddir@
272 datadir = @datadir@
273 datarootdir = @datarootdir@
274 docdir = @docdir@
275 dvidir = @dvidir@
276 exec_prefix = @exec_prefix@
277 host_alias = @host_alias@
278 htmldir = @htmldir@
279 includedir = @includedir@
280 infodir = @infodir@
281 install_sh = @install_sh@
282 libdir = @libdir@
283 libexecdir = @libexecdir@
284 localedir = @localedir@
285 localstatedir = @localstatedir@
286 mandir = @mandir@
287 mkdir_p = @mkdir_p@
288 oldincludedir = @oldincludedir@
289 pdfdir = @pdfdir@
290 prefix = @prefix@
291 program_transform_name = @program_transform_name@
292 psdir = @psdir@
293 sbindir = @sbindir@
294 sharedstatedir = @sharedstatedir@
295 srcdir = @srcdir@
296 sysconfdir = @sysconfdir@
297 target_alias = @target_alias@
298 top_build_prefix = @top_build_prefix@
299 top_builddir = @top_builddir@
300 top_srcdir = @top_srcdir@
301 AM_CPPFLAGS = -I$(srcdir)/$(GMP_TREE)
302 AM_CFLAGS = -Wall # $(WARNING_CFLAGS)
303 built_sources = gen-bases.c gen-fac.c gen-fib.c gen-jacobitab.c \
304 gen-psqr.c gen-trialdivtab.c
305 extra_data = stamp-bases stamp-fac stamp-fib stamp-jacobitab \
306 stamp-psqr stamp-trialdivtab
307 gen_bases_LDADD = $(MATH_LIB)
308 gen_psqr_LDADD = $(MATH_LIB)
309 gen_trialdivtab_LDADD = $(MATH_LIB)
310 AM_V_LINK = $(am__v_LINK_@AM_V@)
311 am__v_LINK_ = $(am__v_LINK_@AM_DEFAULT_V@)
312 am__v_LINK_0 = @echo " LINK " $@;
313 am__v_LINK_1 =
314 CLEANFILES = $(extra_data)
315 DISTCLEANFILES = $(built_sources)
316 all: config.h
317 $(MAKE) $(AM_MAKEFLAGS) all-am
319 .SUFFIXES:
320 .SUFFIXES: .c .o .obj
321 am--refresh: Makefile
323 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
324 @for dep in $?; do \
325 case '$(am__configure_deps)' in \
326 *$$dep*) \
327 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
328 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
329 && exit 0; \
330 exit 1;; \
331 esac; \
332 done; \
333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
334 $(am__cd) $(top_srcdir) && \
335 $(AUTOMAKE) --foreign Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337 @case '$?' in \
338 *config.status*) \
339 echo ' $(SHELL) ./config.status'; \
340 $(SHELL) ./config.status;; \
341 *) \
342 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
343 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
344 esac;
346 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347 $(SHELL) ./config.status --recheck
349 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
350 $(am__cd) $(srcdir) && $(AUTOCONF)
351 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
352 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
353 $(am__aclocal_m4_deps):
355 config.h: stamp-h1
356 @test -f $@ || rm -f stamp-h1
357 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
359 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
360 @rm -f stamp-h1
361 cd $(top_builddir) && $(SHELL) ./config.status config.h
362 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
363 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
364 rm -f stamp-h1
365 touch $@
367 distclean-hdr:
368 -rm -f config.h stamp-h1
370 gen-bases$(EXEEXT): $(gen_bases_OBJECTS) $(gen_bases_DEPENDENCIES) $(EXTRA_gen_bases_DEPENDENCIES)
371 @rm -f gen-bases$(EXEEXT)
372 $(AM_V_CCLD)$(LINK) $(gen_bases_OBJECTS) $(gen_bases_LDADD) $(LIBS)
374 gen-fac$(EXEEXT): $(gen_fac_OBJECTS) $(gen_fac_DEPENDENCIES) $(EXTRA_gen_fac_DEPENDENCIES)
375 @rm -f gen-fac$(EXEEXT)
376 $(AM_V_CCLD)$(LINK) $(gen_fac_OBJECTS) $(gen_fac_LDADD) $(LIBS)
378 gen-fib$(EXEEXT): $(gen_fib_OBJECTS) $(gen_fib_DEPENDENCIES) $(EXTRA_gen_fib_DEPENDENCIES)
379 @rm -f gen-fib$(EXEEXT)
380 $(AM_V_CCLD)$(LINK) $(gen_fib_OBJECTS) $(gen_fib_LDADD) $(LIBS)
382 gen-jacobitab$(EXEEXT): $(gen_jacobitab_OBJECTS) $(gen_jacobitab_DEPENDENCIES) $(EXTRA_gen_jacobitab_DEPENDENCIES)
383 @rm -f gen-jacobitab$(EXEEXT)
384 $(AM_V_CCLD)$(LINK) $(gen_jacobitab_OBJECTS) $(gen_jacobitab_LDADD) $(LIBS)
386 gen-psqr$(EXEEXT): $(gen_psqr_OBJECTS) $(gen_psqr_DEPENDENCIES) $(EXTRA_gen_psqr_DEPENDENCIES)
387 @rm -f gen-psqr$(EXEEXT)
388 $(AM_V_CCLD)$(LINK) $(gen_psqr_OBJECTS) $(gen_psqr_LDADD) $(LIBS)
390 gen-trialdivtab$(EXEEXT): $(gen_trialdivtab_OBJECTS) $(gen_trialdivtab_DEPENDENCIES) $(EXTRA_gen_trialdivtab_DEPENDENCIES)
391 @rm -f gen-trialdivtab$(EXEEXT)
392 $(AM_V_CCLD)$(LINK) $(gen_trialdivtab_OBJECTS) $(gen_trialdivtab_LDADD) $(LIBS)
394 mostlyclean-compile:
395 -rm -f *.$(OBJEXT)
397 distclean-compile:
398 -rm -f *.tab.c
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-bases.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-fac.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-fib.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-jacobitab.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-psqr.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-trialdivtab.Po@am__quote@
407 .c.o:
408 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
409 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
410 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
415 .c.obj:
416 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
417 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
418 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
423 ID: $(am__tagged_files)
424 $(am__define_uniq_tagged_files); mkid -fID $$unique
425 tags: tags-am
426 TAGS: tags
428 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429 set x; \
430 here=`pwd`; \
431 $(am__define_uniq_tagged_files); \
432 shift; \
433 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
434 test -n "$$unique" || unique=$$empty_fix; \
435 if test $$# -gt 0; then \
436 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437 "$$@" $$unique; \
438 else \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 $$unique; \
441 fi; \
443 ctags: ctags-am
445 CTAGS: ctags
446 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
447 $(am__define_uniq_tagged_files); \
448 test -z "$(CTAGS_ARGS)$$unique" \
449 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450 $$unique
452 GTAGS:
453 here=`$(am__cd) $(top_builddir) && pwd` \
454 && $(am__cd) $(top_srcdir) \
455 && gtags -i $(GTAGS_ARGS) "$$here"
456 cscope: cscope.files
457 test ! -s cscope.files \
458 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
459 clean-cscope:
460 -rm -f cscope.files
461 cscope.files: clean-cscope cscopelist
462 cscopelist: cscopelist-am
464 cscopelist-am: $(am__tagged_files)
465 list='$(am__tagged_files)'; \
466 case "$(srcdir)" in \
467 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
468 *) sdir=$(subdir)/$(srcdir) ;; \
469 esac; \
470 for i in $$list; do \
471 if test -f "$$i"; then \
472 echo "$(subdir)/$$i"; \
473 else \
474 echo "$$sdir/$$i"; \
475 fi; \
476 done >> $(top_builddir)/cscope.files
478 distclean-tags:
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
482 distdir: $(DISTFILES)
483 $(am__remove_distdir)
484 test -d "$(distdir)" || mkdir "$(distdir)"
485 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487 list='$(DISTFILES)'; \
488 dist_files=`for file in $$list; do echo $$file; done | \
489 sed -e "s|^$$srcdirstrip/||;t" \
490 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491 case $$dist_files in \
492 */*) $(MKDIR_P) `echo "$$dist_files" | \
493 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494 sort -u` ;; \
495 esac; \
496 for file in $$dist_files; do \
497 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498 if test -d $$d/$$file; then \
499 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500 if test -d "$(distdir)/$$file"; then \
501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502 fi; \
503 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506 fi; \
507 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508 else \
509 test -f "$(distdir)/$$file" \
510 || cp -p $$d/$$file "$(distdir)/$$file" \
511 || exit 1; \
512 fi; \
513 done
514 $(MAKE) $(AM_MAKEFLAGS) \
515 top_distdir="$(top_distdir)" distdir="$(distdir)" \
516 dist-hook
517 -test -n "$(am__skip_mode_fix)" \
518 || find "$(distdir)" -type d ! -perm -755 \
519 -exec chmod u+rwx,go+rx {} \; -o \
520 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
521 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
522 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
523 || chmod -R a+r "$(distdir)"
524 dist-gzip: distdir
525 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
526 $(am__post_remove_distdir)
528 dist-bzip2: distdir
529 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
530 $(am__post_remove_distdir)
532 dist-lzip: distdir
533 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
534 $(am__post_remove_distdir)
536 dist-xz: distdir
537 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
538 $(am__post_remove_distdir)
540 dist-tarZ: distdir
541 @echo WARNING: "Support for distribution archives compressed with" \
542 "legacy program 'compress' is deprecated." >&2
543 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
544 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
545 $(am__post_remove_distdir)
547 dist-shar: distdir
548 @echo WARNING: "Support for shar distribution archives is" \
549 "deprecated." >&2
550 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
551 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
552 $(am__post_remove_distdir)
554 dist-zip: distdir
555 -rm -f $(distdir).zip
556 zip -rq $(distdir).zip $(distdir)
557 $(am__post_remove_distdir)
559 dist dist-all:
560 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
561 $(am__post_remove_distdir)
563 # This target untars the dist file and tries a VPATH configuration. Then
564 # it guarantees that the distribution is self-contained by making another
565 # tarfile.
566 distcheck: dist
567 case '$(DIST_ARCHIVES)' in \
568 *.tar.gz*) \
569 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
570 *.tar.bz2*) \
571 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
572 *.tar.lz*) \
573 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
574 *.tar.xz*) \
575 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
576 *.tar.Z*) \
577 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
578 *.shar.gz*) \
579 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
580 *.zip*) \
581 unzip $(distdir).zip ;;\
582 esac
583 chmod -R a-w $(distdir)
584 chmod u+w $(distdir)
585 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
586 chmod a-w $(distdir)
587 test -d $(distdir)/_build || exit 0; \
588 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
589 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
590 && am__cwd=`pwd` \
591 && $(am__cd) $(distdir)/_build/sub \
592 && ../../configure \
593 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
594 $(DISTCHECK_CONFIGURE_FLAGS) \
595 --srcdir=../.. --prefix="$$dc_install_base" \
596 && $(MAKE) $(AM_MAKEFLAGS) \
597 && $(MAKE) $(AM_MAKEFLAGS) dvi \
598 && $(MAKE) $(AM_MAKEFLAGS) check \
599 && $(MAKE) $(AM_MAKEFLAGS) install \
600 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
601 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
602 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
603 distuninstallcheck \
604 && chmod -R a-w "$$dc_install_base" \
605 && ({ \
606 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
607 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
608 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
609 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
610 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
611 } || { rm -rf "$$dc_destdir"; exit 1; }) \
612 && rm -rf "$$dc_destdir" \
613 && $(MAKE) $(AM_MAKEFLAGS) dist \
614 && rm -rf $(DIST_ARCHIVES) \
615 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
616 && cd "$$am__cwd" \
617 || exit 1
618 $(am__post_remove_distdir)
619 @(echo "$(distdir) archives ready for distribution: "; \
620 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
621 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
622 distuninstallcheck:
623 @test -n '$(distuninstallcheck_dir)' || { \
624 echo 'ERROR: trying to run $@ with an empty' \
625 '$$(distuninstallcheck_dir)' >&2; \
626 exit 1; \
627 }; \
628 $(am__cd) '$(distuninstallcheck_dir)' || { \
629 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
630 exit 1; \
631 }; \
632 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
633 || { echo "ERROR: files left after uninstall:" ; \
634 if test -n "$(DESTDIR)"; then \
635 echo " (check DESTDIR support)"; \
636 fi ; \
637 $(distuninstallcheck_listfiles) ; \
638 exit 1; } >&2
639 distcleancheck: distclean
640 @if test '$(srcdir)' = . ; then \
641 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
642 exit 1 ; \
644 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
645 || { echo "ERROR: files left in build directory after distclean:" ; \
646 $(distcleancheck_listfiles) ; \
647 exit 1; } >&2
648 check-am: all-am
649 check: check-am
650 all-am: Makefile config.h
651 installdirs:
652 install: install-am
653 install-exec: install-exec-am
654 install-data: install-data-am
655 uninstall: uninstall-am
657 install-am: all-am
658 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660 installcheck: installcheck-am
661 install-strip:
662 if test -z '$(STRIP)'; then \
663 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665 install; \
666 else \
667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
671 mostlyclean-generic:
673 clean-generic:
674 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
676 distclean-generic:
677 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
681 maintainer-clean-generic:
682 @echo "This command is intended for maintainers to use"
683 @echo "it deletes files that may require special tools to rebuild."
684 clean: clean-am
686 clean-am: clean-generic mostlyclean-am
688 distclean: distclean-am
689 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
690 -rm -rf ./$(DEPDIR)
691 -rm -f Makefile
692 distclean-am: clean-am distclean-compile distclean-generic \
693 distclean-hdr distclean-tags
695 dvi: dvi-am
697 dvi-am:
699 html: html-am
701 html-am:
703 info: info-am
705 info-am:
707 install-data-am:
709 install-dvi: install-dvi-am
711 install-dvi-am:
713 install-exec-am:
715 install-html: install-html-am
717 install-html-am:
719 install-info: install-info-am
721 install-info-am:
723 install-man:
725 install-pdf: install-pdf-am
727 install-pdf-am:
729 install-ps: install-ps-am
731 install-ps-am:
733 installcheck-am:
735 maintainer-clean: maintainer-clean-am
736 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
737 -rm -rf $(top_srcdir)/autom4te.cache
738 -rm -rf ./$(DEPDIR)
739 -rm -f Makefile
740 maintainer-clean-am: distclean-am maintainer-clean-generic
742 mostlyclean: mostlyclean-am
744 mostlyclean-am: mostlyclean-compile mostlyclean-generic
746 pdf: pdf-am
748 pdf-am:
750 ps: ps-am
752 ps-am:
754 uninstall-am:
756 .MAKE: all install-am install-strip
758 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
759 clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
760 dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzip \
761 dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
762 distclean-compile distclean-generic distclean-hdr \
763 distclean-tags distcleancheck distdir distuninstallcheck dvi \
764 dvi-am html html-am info info-am install install-am \
765 install-data install-data-am install-dvi install-dvi-am \
766 install-exec install-exec-am install-html install-html-am \
767 install-info install-info-am install-man install-pdf \
768 install-pdf-am install-ps install-ps-am install-strip \
769 installcheck installcheck-am installdirs maintainer-clean \
770 maintainer-clean-generic mostlyclean mostlyclean-compile \
771 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
772 uninstall-am
774 .PRECIOUS: Makefile
777 dist-hook:
778 rm -rf `find $(distdir) -name '*.c'`
779 stamp-bases: gen-bases$(EXEEXT)
780 echo timestamp >$@
781 stamp-fac: gen-fac$(EXEEXT)
782 echo timestamp >$@
783 stamp-fib: gen-fib$(EXEEXT)
784 echo timestamp >$@
785 stamp-jacobitab: gen-jacobitab$(EXEEXT)
786 echo timestamp >$@
787 stamp-psqr: gen-psqr$(EXEEXT)
788 echo timestamp >$@
789 stamp-trialdivtab: gen-trialdivtab$(EXEEXT)
790 echo timestamp >$@
792 $(built_sources):
793 @rm -f $@
794 $(AM_V_LINK)$(LN_S) $(srcdir)/$(GMP_TREE)/$@ $@
796 # Tell versions [3.59,3.63) of GNU make to not export all variables.
797 # Otherwise a system limit (for SysV at least) may be exceeded.
798 .NOEXPORT: