Makefile.in revision 1.1.1.5
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
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.
9
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.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__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; \
28}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = src
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_c_check_flag.m4 \
94	$(top_srcdir)/m4/ax_gcc_option.m4 \
95	$(top_srcdir)/m4/ax_gcc_version.m4 $(top_srcdir)/m4/libtool.m4 \
96	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/m4/mpc.m4 $(top_srcdir)/m4/valgrind-tests.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
108am__vpath_adj = case $$p in \
109    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
110    *) f=$$p;; \
111  esac;
112am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
113am__install_max = 40
114am__nobase_strip_setup = \
115  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
116am__nobase_strip = \
117  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
118am__nobase_list = $(am__nobase_strip_setup); \
119  for p in $$list; do echo "$$p $$p"; done | \
120  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
121  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122    if (++n[$$2] == $(am__install_max)) \
123      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
124    END { for (dir in files) print dir, files[dir] }'
125am__base_list = \
126  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
127  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
128am__uninstall_files_from_dir = { \
129  test -z "$$files" \
130    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
131    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
132         $(am__cd) "$$dir" && rm -f $$files; }; \
133  }
134am__installdirs = "$(DESTDIR)$(libdir)"
135LTLIBRARIES = $(lib_LTLIBRARIES)
136libmpc_la_DEPENDENCIES = @LTLIBOBJS@
137am_libmpc_la_OBJECTS = abs.lo acos.lo acosh.lo add.lo add_fr.lo \
138	add_si.lo add_ui.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo \
139	clear.lo cmp.lo cmp_abs.lo cmp_si_si.lo conj.lo cos.lo cosh.lo \
140	div_2si.lo div_2ui.lo div.lo div_fr.lo div_ui.lo dot.lo exp.lo \
141	fma.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo \
142	get_version.lo get_x.lo imag.lo init2.lo init3.lo inp_str.lo \
143	log.lo log10.lo mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo \
144	mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo \
145	pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo \
146	proj.lo real.lo rootofunity.lo urandom.lo set.lo set_prec.lo \
147	set_str.lo set_x.lo set_x_x.lo sin.lo sin_cos.lo sinh.lo \
148	sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo sum.lo \
149	swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo
150libmpc_la_OBJECTS = $(am_libmpc_la_OBJECTS)
151AM_V_lt = $(am__v_lt_@AM_V@)
152am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
153am__v_lt_0 = --silent
154am__v_lt_1 = 
155libmpc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157	$(libmpc_la_LDFLAGS) $(LDFLAGS) -o $@
158AM_V_P = $(am__v_P_@AM_V@)
159am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160am__v_P_0 = false
161am__v_P_1 = :
162AM_V_GEN = $(am__v_GEN_@AM_V@)
163am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164am__v_GEN_0 = @echo "  GEN     " $@;
165am__v_GEN_1 = 
166AM_V_at = $(am__v_at_@AM_V@)
167am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168am__v_at_0 = @
169am__v_at_1 = 
170DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
172am__maybe_remake_depfiles = depfiles
173am__depfiles_remade = $(DEPDIR)/logging.Plo ./$(DEPDIR)/abs.Plo \
174	./$(DEPDIR)/acos.Plo ./$(DEPDIR)/acosh.Plo ./$(DEPDIR)/add.Plo \
175	./$(DEPDIR)/add_fr.Plo ./$(DEPDIR)/add_si.Plo \
176	./$(DEPDIR)/add_ui.Plo ./$(DEPDIR)/arg.Plo \
177	./$(DEPDIR)/asin.Plo ./$(DEPDIR)/asinh.Plo \
178	./$(DEPDIR)/atan.Plo ./$(DEPDIR)/atanh.Plo \
179	./$(DEPDIR)/clear.Plo ./$(DEPDIR)/cmp.Plo \
180	./$(DEPDIR)/cmp_abs.Plo ./$(DEPDIR)/cmp_si_si.Plo \
181	./$(DEPDIR)/conj.Plo ./$(DEPDIR)/cos.Plo ./$(DEPDIR)/cosh.Plo \
182	./$(DEPDIR)/div.Plo ./$(DEPDIR)/div_2si.Plo \
183	./$(DEPDIR)/div_2ui.Plo ./$(DEPDIR)/div_fr.Plo \
184	./$(DEPDIR)/div_ui.Plo ./$(DEPDIR)/dot.Plo ./$(DEPDIR)/exp.Plo \
185	./$(DEPDIR)/fma.Plo ./$(DEPDIR)/fr_div.Plo \
186	./$(DEPDIR)/fr_sub.Plo ./$(DEPDIR)/get_prec.Plo \
187	./$(DEPDIR)/get_prec2.Plo ./$(DEPDIR)/get_version.Plo \
188	./$(DEPDIR)/get_x.Plo ./$(DEPDIR)/imag.Plo \
189	./$(DEPDIR)/init2.Plo ./$(DEPDIR)/init3.Plo \
190	./$(DEPDIR)/inp_str.Plo ./$(DEPDIR)/log.Plo \
191	./$(DEPDIR)/log10.Plo ./$(DEPDIR)/mem.Plo ./$(DEPDIR)/mul.Plo \
192	./$(DEPDIR)/mul_2si.Plo ./$(DEPDIR)/mul_2ui.Plo \
193	./$(DEPDIR)/mul_fr.Plo ./$(DEPDIR)/mul_i.Plo \
194	./$(DEPDIR)/mul_si.Plo ./$(DEPDIR)/mul_ui.Plo \
195	./$(DEPDIR)/neg.Plo ./$(DEPDIR)/norm.Plo \
196	./$(DEPDIR)/out_str.Plo ./$(DEPDIR)/pow.Plo \
197	./$(DEPDIR)/pow_d.Plo ./$(DEPDIR)/pow_fr.Plo \
198	./$(DEPDIR)/pow_ld.Plo ./$(DEPDIR)/pow_si.Plo \
199	./$(DEPDIR)/pow_ui.Plo ./$(DEPDIR)/pow_z.Plo \
200	./$(DEPDIR)/proj.Plo ./$(DEPDIR)/real.Plo \
201	./$(DEPDIR)/rootofunity.Plo ./$(DEPDIR)/set.Plo \
202	./$(DEPDIR)/set_prec.Plo ./$(DEPDIR)/set_str.Plo \
203	./$(DEPDIR)/set_x.Plo ./$(DEPDIR)/set_x_x.Plo \
204	./$(DEPDIR)/sin.Plo ./$(DEPDIR)/sin_cos.Plo \
205	./$(DEPDIR)/sinh.Plo ./$(DEPDIR)/sqr.Plo ./$(DEPDIR)/sqrt.Plo \
206	./$(DEPDIR)/strtoc.Plo ./$(DEPDIR)/sub.Plo \
207	./$(DEPDIR)/sub_fr.Plo ./$(DEPDIR)/sub_ui.Plo \
208	./$(DEPDIR)/sum.Plo ./$(DEPDIR)/swap.Plo ./$(DEPDIR)/tan.Plo \
209	./$(DEPDIR)/tanh.Plo ./$(DEPDIR)/uceil_log2.Plo \
210	./$(DEPDIR)/ui_div.Plo ./$(DEPDIR)/ui_ui_sub.Plo \
211	./$(DEPDIR)/urandom.Plo
212am__mv = mv -f
213COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
214	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
215LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
217	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
218	$(AM_CFLAGS) $(CFLAGS)
219AM_V_CC = $(am__v_CC_@AM_V@)
220am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
221am__v_CC_0 = @echo "  CC      " $@;
222am__v_CC_1 = 
223CCLD = $(CC)
224LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
226	$(AM_LDFLAGS) $(LDFLAGS) -o $@
227AM_V_CCLD = $(am__v_CCLD_@AM_V@)
228am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
229am__v_CCLD_0 = @echo "  CCLD    " $@;
230am__v_CCLD_1 = 
231SOURCES = $(libmpc_la_SOURCES)
232DIST_SOURCES = $(libmpc_la_SOURCES)
233am__can_run_installinfo = \
234  case $$AM_UPDATE_INFO_DIR in \
235    n|no|NO) false;; \
236    *) (install-info --version) >/dev/null 2>&1;; \
237  esac
238am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
239# Read a list of newline-separated strings from the standard input,
240# and print each of them once, without duplicates.  Input order is
241# *not* preserved.
242am__uniquify_input = $(AWK) '\
243  BEGIN { nonempty = 0; } \
244  { items[$$0] = 1; nonempty = 1; } \
245  END { if (nonempty) { for (i in items) print i; }; } \
246'
247# Make sure the list of sources is unique.  This is necessary because,
248# e.g., the same source file might be shared among _SOURCES variables
249# for different programs/libraries.
250am__define_uniq_tagged_files = \
251  list='$(am__tagged_files)'; \
252  unique=`for i in $$list; do \
253    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
254  done | $(am__uniquify_input)`
255ETAGS = etags
256CTAGS = ctags
257am__DIST_COMMON = $(srcdir)/Makefile.in \
258	$(top_srcdir)/build-aux/depcomp logging.c
259DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
260ACLOCAL = @ACLOCAL@
261AMTAR = @AMTAR@
262AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
263AR = @AR@
264AS = @AS@
265AUTOCONF = @AUTOCONF@
266AUTOHEADER = @AUTOHEADER@
267AUTOMAKE = @AUTOMAKE@
268AWK = @AWK@
269CC = @CC@
270CCDEPMODE = @CCDEPMODE@
271CFLAGS = @CFLAGS@
272CPP = @CPP@
273CPPFLAGS = @CPPFLAGS@
274CYGPATH_W = @CYGPATH_W@
275DEFS = @DEFS@
276DEPDIR = @DEPDIR@
277DLLTOOL = @DLLTOOL@
278DSYMUTIL = @DSYMUTIL@
279DUMPBIN = @DUMPBIN@
280ECHO_C = @ECHO_C@
281ECHO_N = @ECHO_N@
282ECHO_T = @ECHO_T@
283EGREP = @EGREP@
284EXEEXT = @EXEEXT@
285FGREP = @FGREP@
286GCC_VERSION = @GCC_VERSION@
287GITVERSION = @GITVERSION@
288GREP = @GREP@
289HASGIT = @HASGIT@
290INSTALL = @INSTALL@
291INSTALL_DATA = @INSTALL_DATA@
292INSTALL_PROGRAM = @INSTALL_PROGRAM@
293INSTALL_SCRIPT = @INSTALL_SCRIPT@
294INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
295LD = @LD@
296LDFLAGS = @LDFLAGS@
297LIBOBJS = @LIBOBJS@
298LIBS = @LIBS@
299LIBTOOL = @LIBTOOL@
300LIPO = @LIPO@
301LN_S = @LN_S@
302LTLIBOBJS = @LTLIBOBJS@
303LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304MAINT = @MAINT@
305MAKEINFO = @MAKEINFO@
306MANIFEST_TOOL = @MANIFEST_TOOL@
307MKDIR_P = @MKDIR_P@
308MPC_LDFLAGS = @MPC_LDFLAGS@
309MPC_LOG_H = @MPC_LOG_H@
310NM = @NM@
311NMEDIT = @NMEDIT@
312OBJDUMP = @OBJDUMP@
313OBJEXT = @OBJEXT@
314OTOOL = @OTOOL@
315OTOOL64 = @OTOOL64@
316PACKAGE = @PACKAGE@
317PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
318PACKAGE_NAME = @PACKAGE_NAME@
319PACKAGE_STRING = @PACKAGE_STRING@
320PACKAGE_TARNAME = @PACKAGE_TARNAME@
321PACKAGE_URL = @PACKAGE_URL@
322PACKAGE_VERSION = @PACKAGE_VERSION@
323PATH_SEPARATOR = @PATH_SEPARATOR@
324RANLIB = @RANLIB@
325SED = @SED@
326SET_MAKE = @SET_MAKE@
327SHELL = @SHELL@
328STRIP = @STRIP@
329VALGRIND = @VALGRIND@
330VALGRIND_OPTS = @VALGRIND_OPTS@
331VERSION = @VERSION@
332abs_builddir = @abs_builddir@
333abs_srcdir = @abs_srcdir@
334abs_top_builddir = @abs_top_builddir@
335abs_top_srcdir = @abs_top_srcdir@
336ac_ct_AR = @ac_ct_AR@
337ac_ct_CC = @ac_ct_CC@
338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
339am__include = @am__include@
340am__leading_dot = @am__leading_dot@
341am__quote = @am__quote@
342am__tar = @am__tar@
343am__untar = @am__untar@
344bindir = @bindir@
345build = @build@
346build_alias = @build_alias@
347build_cpu = @build_cpu@
348build_os = @build_os@
349build_vendor = @build_vendor@
350builddir = @builddir@
351datadir = @datadir@
352datarootdir = @datarootdir@
353docdir = @docdir@
354dvidir = @dvidir@
355exec_prefix = @exec_prefix@
356host = @host@
357host_alias = @host_alias@
358host_cpu = @host_cpu@
359host_os = @host_os@
360host_vendor = @host_vendor@
361htmldir = @htmldir@
362includedir = @includedir@
363infodir = @infodir@
364install_sh = @install_sh@
365libdir = @libdir@
366libexecdir = @libexecdir@
367localedir = @localedir@
368localstatedir = @localstatedir@
369mandir = @mandir@
370mkdir_p = @mkdir_p@
371oldincludedir = @oldincludedir@
372pdfdir = @pdfdir@
373prefix = @prefix@
374program_transform_name = @program_transform_name@
375psdir = @psdir@
376sbindir = @sbindir@
377sharedstatedir = @sharedstatedir@
378srcdir = @srcdir@
379sysconfdir = @sysconfdir@
380target_alias = @target_alias@
381top_build_prefix = @top_build_prefix@
382top_builddir = @top_builddir@
383top_srcdir = @top_srcdir@
384lib_LTLIBRARIES = libmpc.la
385libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 5:1:2
386libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c         \
387  add_si.c add_ui.c arg.c asin.c asinh.c atan.c atanh.c clear.c            \
388  cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c                          \
389  div_2si.c div_2ui.c div.c div_fr.c div_ui.c				   \
390  dot.c exp.c fma.c fr_div.c fr_sub.c get_prec2.c get_prec.c		   \
391  get_version.c get_x.c imag.c init2.c init3.c inp_str.c log.c log10.c     \
392  mem.c mul_2si.c mul_2ui.c mul.c mul_fr.c mul_i.c mul_si.c mul_ui.c       \
393  neg.c norm.c out_str.c pow.c pow_fr.c                                    \
394  pow_ld.c pow_d.c pow_si.c pow_ui.c pow_z.c proj.c real.c rootofunity.c   \
395  urandom.c set.c 							   \
396  set_prec.c set_str.c set_x.c set_x_x.c sin.c sin_cos.c sinh.c sqr.c      \
397  sqrt.c strtoc.c sub.c sub_fr.c sub_ui.c sum.c swap.c tan.c tanh.c        \
398  uceil_log2.c ui_div.c ui_ui_sub.c
399
400libmpc_la_LIBADD = @LTLIBOBJS@
401all: all-am
402
403.SUFFIXES:
404.SUFFIXES: .c .lo .o .obj
405$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
406	@for dep in $?; do \
407	  case '$(am__configure_deps)' in \
408	    *$$dep*) \
409	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
410	        && { if test -f $@; then exit 0; else break; fi; }; \
411	      exit 1;; \
412	  esac; \
413	done; \
414	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
415	$(am__cd) $(top_srcdir) && \
416	  $(AUTOMAKE) --gnu src/Makefile
417Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
418	@case '$?' in \
419	  *config.status*) \
420	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
421	  *) \
422	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
423	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
424	esac;
425
426$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
430	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433$(am__aclocal_m4_deps):
434
435install-libLTLIBRARIES: $(lib_LTLIBRARIES)
436	@$(NORMAL_INSTALL)
437	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
438	list2=; for p in $$list; do \
439	  if test -f $$p; then \
440	    list2="$$list2 $$p"; \
441	  else :; fi; \
442	done; \
443	test -z "$$list2" || { \
444	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
445	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
446	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
447	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
448	}
449
450uninstall-libLTLIBRARIES:
451	@$(NORMAL_UNINSTALL)
452	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
453	for p in $$list; do \
454	  $(am__strip_dir) \
455	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
456	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
457	done
458
459clean-libLTLIBRARIES:
460	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
461	@list='$(lib_LTLIBRARIES)'; \
462	locs=`for p in $$list; do echo $$p; done | \
463	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
464	      sort -u`; \
465	test -z "$$locs" || { \
466	  echo rm -f $${locs}; \
467	  rm -f $${locs}; \
468	}
469
470libmpc.la: $(libmpc_la_OBJECTS) $(libmpc_la_DEPENDENCIES) $(EXTRA_libmpc_la_DEPENDENCIES) 
471	$(AM_V_CCLD)$(libmpc_la_LINK) -rpath $(libdir) $(libmpc_la_OBJECTS) $(libmpc_la_LIBADD) $(LIBS)
472
473mostlyclean-compile:
474	-rm -f *.$(OBJEXT)
475
476distclean-compile:
477	-rm -f *.tab.c
478
479@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/logging.Plo@am__quote@ # am--include-marker
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abs.Plo@am__quote@ # am--include-marker
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acos.Plo@am__quote@ # am--include-marker
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acosh.Plo@am__quote@ # am--include-marker
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add.Plo@am__quote@ # am--include-marker
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_fr.Plo@am__quote@ # am--include-marker
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_si.Plo@am__quote@ # am--include-marker
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_ui.Plo@am__quote@ # am--include-marker
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg.Plo@am__quote@ # am--include-marker
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asin.Plo@am__quote@ # am--include-marker
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asinh.Plo@am__quote@ # am--include-marker
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atan.Plo@am__quote@ # am--include-marker
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atanh.Plo@am__quote@ # am--include-marker
492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clear.Plo@am__quote@ # am--include-marker
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp.Plo@am__quote@ # am--include-marker
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_abs.Plo@am__quote@ # am--include-marker
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_si_si.Plo@am__quote@ # am--include-marker
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conj.Plo@am__quote@ # am--include-marker
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cos.Plo@am__quote@ # am--include-marker
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cosh.Plo@am__quote@ # am--include-marker
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div.Plo@am__quote@ # am--include-marker
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2si.Plo@am__quote@ # am--include-marker
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2ui.Plo@am__quote@ # am--include-marker
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_fr.Plo@am__quote@ # am--include-marker
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_ui.Plo@am__quote@ # am--include-marker
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dot.Plo@am__quote@ # am--include-marker
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp.Plo@am__quote@ # am--include-marker
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fma.Plo@am__quote@ # am--include-marker
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr_div.Plo@am__quote@ # am--include-marker
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr_sub.Plo@am__quote@ # am--include-marker
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_prec.Plo@am__quote@ # am--include-marker
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_prec2.Plo@am__quote@ # am--include-marker
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_version.Plo@am__quote@ # am--include-marker
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_x.Plo@am__quote@ # am--include-marker
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imag.Plo@am__quote@ # am--include-marker
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init2.Plo@am__quote@ # am--include-marker
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init3.Plo@am__quote@ # am--include-marker
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp_str.Plo@am__quote@ # am--include-marker
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@ # am--include-marker
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log10.Plo@am__quote@ # am--include-marker
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@ # am--include-marker
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul.Plo@am__quote@ # am--include-marker
521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2si.Plo@am__quote@ # am--include-marker
522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2ui.Plo@am__quote@ # am--include-marker
523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_fr.Plo@am__quote@ # am--include-marker
524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_i.Plo@am__quote@ # am--include-marker
525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_si.Plo@am__quote@ # am--include-marker
526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_ui.Plo@am__quote@ # am--include-marker
527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neg.Plo@am__quote@ # am--include-marker
528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/norm.Plo@am__quote@ # am--include-marker
529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/out_str.Plo@am__quote@ # am--include-marker
530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow.Plo@am__quote@ # am--include-marker
531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_d.Plo@am__quote@ # am--include-marker
532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_fr.Plo@am__quote@ # am--include-marker
533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_ld.Plo@am__quote@ # am--include-marker
534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_si.Plo@am__quote@ # am--include-marker
535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_ui.Plo@am__quote@ # am--include-marker
536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_z.Plo@am__quote@ # am--include-marker
537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proj.Plo@am__quote@ # am--include-marker
538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Plo@am__quote@ # am--include-marker
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rootofunity.Plo@am__quote@ # am--include-marker
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set.Plo@am__quote@ # am--include-marker
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_prec.Plo@am__quote@ # am--include-marker
542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_str.Plo@am__quote@ # am--include-marker
543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_x.Plo@am__quote@ # am--include-marker
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_x_x.Plo@am__quote@ # am--include-marker
545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sin.Plo@am__quote@ # am--include-marker
546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sin_cos.Plo@am__quote@ # am--include-marker
547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinh.Plo@am__quote@ # am--include-marker
548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqr.Plo@am__quote@ # am--include-marker
549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqrt.Plo@am__quote@ # am--include-marker
550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoc.Plo@am__quote@ # am--include-marker
551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub.Plo@am__quote@ # am--include-marker
552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub_fr.Plo@am__quote@ # am--include-marker
553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub_ui.Plo@am__quote@ # am--include-marker
554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sum.Plo@am__quote@ # am--include-marker
555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swap.Plo@am__quote@ # am--include-marker
556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tan.Plo@am__quote@ # am--include-marker
557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tanh.Plo@am__quote@ # am--include-marker
558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uceil_log2.Plo@am__quote@ # am--include-marker
559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_div.Plo@am__quote@ # am--include-marker
560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_ui_sub.Plo@am__quote@ # am--include-marker
561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urandom.Plo@am__quote@ # am--include-marker
562
563$(am__depfiles_remade):
564	@$(MKDIR_P) $(@D)
565	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
566
567am--depfiles: $(am__depfiles_remade)
568
569.c.o:
570@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
571@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
572@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
573@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
575
576.c.obj:
577@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
578@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
579@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
582
583.c.lo:
584@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
585@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
586@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
587@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
589
590mostlyclean-libtool:
591	-rm -f *.lo
592
593clean-libtool:
594	-rm -rf .libs _libs
595
596ID: $(am__tagged_files)
597	$(am__define_uniq_tagged_files); mkid -fID $$unique
598tags: tags-am
599TAGS: tags
600
601tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602	set x; \
603	here=`pwd`; \
604	$(am__define_uniq_tagged_files); \
605	shift; \
606	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
607	  test -n "$$unique" || unique=$$empty_fix; \
608	  if test $$# -gt 0; then \
609	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
610	      "$$@" $$unique; \
611	  else \
612	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613	      $$unique; \
614	  fi; \
615	fi
616ctags: ctags-am
617
618CTAGS: ctags
619ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
620	$(am__define_uniq_tagged_files); \
621	test -z "$(CTAGS_ARGS)$$unique" \
622	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
623	     $$unique
624
625GTAGS:
626	here=`$(am__cd) $(top_builddir) && pwd` \
627	  && $(am__cd) $(top_srcdir) \
628	  && gtags -i $(GTAGS_ARGS) "$$here"
629cscopelist: cscopelist-am
630
631cscopelist-am: $(am__tagged_files)
632	list='$(am__tagged_files)'; \
633	case "$(srcdir)" in \
634	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
635	  *) sdir=$(subdir)/$(srcdir) ;; \
636	esac; \
637	for i in $$list; do \
638	  if test -f "$$i"; then \
639	    echo "$(subdir)/$$i"; \
640	  else \
641	    echo "$$sdir/$$i"; \
642	  fi; \
643	done >> $(top_builddir)/cscope.files
644
645distclean-tags:
646	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
647
648distdir: $(BUILT_SOURCES)
649	$(MAKE) $(AM_MAKEFLAGS) distdir-am
650
651distdir-am: $(DISTFILES)
652	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
653	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
654	list='$(DISTFILES)'; \
655	  dist_files=`for file in $$list; do echo $$file; done | \
656	  sed -e "s|^$$srcdirstrip/||;t" \
657	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
658	case $$dist_files in \
659	  */*) $(MKDIR_P) `echo "$$dist_files" | \
660			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
661			   sort -u` ;; \
662	esac; \
663	for file in $$dist_files; do \
664	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
665	  if test -d $$d/$$file; then \
666	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
667	    if test -d "$(distdir)/$$file"; then \
668	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
669	    fi; \
670	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
671	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
672	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673	    fi; \
674	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
675	  else \
676	    test -f "$(distdir)/$$file" \
677	    || cp -p $$d/$$file "$(distdir)/$$file" \
678	    || exit 1; \
679	  fi; \
680	done
681check-am: all-am
682check: check-am
683all-am: Makefile $(LTLIBRARIES)
684installdirs:
685	for dir in "$(DESTDIR)$(libdir)"; do \
686	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
687	done
688install: install-am
689install-exec: install-exec-am
690install-data: install-data-am
691uninstall: uninstall-am
692
693install-am: all-am
694	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
695
696installcheck: installcheck-am
697install-strip:
698	if test -z '$(STRIP)'; then \
699	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
700	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
701	      install; \
702	else \
703	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
704	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
705	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
706	fi
707mostlyclean-generic:
708
709clean-generic:
710
711distclean-generic:
712	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
713	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
714
715maintainer-clean-generic:
716	@echo "This command is intended for maintainers to use"
717	@echo "it deletes files that may require special tools to rebuild."
718clean: clean-am
719
720clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
721	mostlyclean-am
722
723distclean: distclean-am
724		-rm -f $(DEPDIR)/logging.Plo
725	-rm -f ./$(DEPDIR)/abs.Plo
726	-rm -f ./$(DEPDIR)/acos.Plo
727	-rm -f ./$(DEPDIR)/acosh.Plo
728	-rm -f ./$(DEPDIR)/add.Plo
729	-rm -f ./$(DEPDIR)/add_fr.Plo
730	-rm -f ./$(DEPDIR)/add_si.Plo
731	-rm -f ./$(DEPDIR)/add_ui.Plo
732	-rm -f ./$(DEPDIR)/arg.Plo
733	-rm -f ./$(DEPDIR)/asin.Plo
734	-rm -f ./$(DEPDIR)/asinh.Plo
735	-rm -f ./$(DEPDIR)/atan.Plo
736	-rm -f ./$(DEPDIR)/atanh.Plo
737	-rm -f ./$(DEPDIR)/clear.Plo
738	-rm -f ./$(DEPDIR)/cmp.Plo
739	-rm -f ./$(DEPDIR)/cmp_abs.Plo
740	-rm -f ./$(DEPDIR)/cmp_si_si.Plo
741	-rm -f ./$(DEPDIR)/conj.Plo
742	-rm -f ./$(DEPDIR)/cos.Plo
743	-rm -f ./$(DEPDIR)/cosh.Plo
744	-rm -f ./$(DEPDIR)/div.Plo
745	-rm -f ./$(DEPDIR)/div_2si.Plo
746	-rm -f ./$(DEPDIR)/div_2ui.Plo
747	-rm -f ./$(DEPDIR)/div_fr.Plo
748	-rm -f ./$(DEPDIR)/div_ui.Plo
749	-rm -f ./$(DEPDIR)/dot.Plo
750	-rm -f ./$(DEPDIR)/exp.Plo
751	-rm -f ./$(DEPDIR)/fma.Plo
752	-rm -f ./$(DEPDIR)/fr_div.Plo
753	-rm -f ./$(DEPDIR)/fr_sub.Plo
754	-rm -f ./$(DEPDIR)/get_prec.Plo
755	-rm -f ./$(DEPDIR)/get_prec2.Plo
756	-rm -f ./$(DEPDIR)/get_version.Plo
757	-rm -f ./$(DEPDIR)/get_x.Plo
758	-rm -f ./$(DEPDIR)/imag.Plo
759	-rm -f ./$(DEPDIR)/init2.Plo
760	-rm -f ./$(DEPDIR)/init3.Plo
761	-rm -f ./$(DEPDIR)/inp_str.Plo
762	-rm -f ./$(DEPDIR)/log.Plo
763	-rm -f ./$(DEPDIR)/log10.Plo
764	-rm -f ./$(DEPDIR)/mem.Plo
765	-rm -f ./$(DEPDIR)/mul.Plo
766	-rm -f ./$(DEPDIR)/mul_2si.Plo
767	-rm -f ./$(DEPDIR)/mul_2ui.Plo
768	-rm -f ./$(DEPDIR)/mul_fr.Plo
769	-rm -f ./$(DEPDIR)/mul_i.Plo
770	-rm -f ./$(DEPDIR)/mul_si.Plo
771	-rm -f ./$(DEPDIR)/mul_ui.Plo
772	-rm -f ./$(DEPDIR)/neg.Plo
773	-rm -f ./$(DEPDIR)/norm.Plo
774	-rm -f ./$(DEPDIR)/out_str.Plo
775	-rm -f ./$(DEPDIR)/pow.Plo
776	-rm -f ./$(DEPDIR)/pow_d.Plo
777	-rm -f ./$(DEPDIR)/pow_fr.Plo
778	-rm -f ./$(DEPDIR)/pow_ld.Plo
779	-rm -f ./$(DEPDIR)/pow_si.Plo
780	-rm -f ./$(DEPDIR)/pow_ui.Plo
781	-rm -f ./$(DEPDIR)/pow_z.Plo
782	-rm -f ./$(DEPDIR)/proj.Plo
783	-rm -f ./$(DEPDIR)/real.Plo
784	-rm -f ./$(DEPDIR)/rootofunity.Plo
785	-rm -f ./$(DEPDIR)/set.Plo
786	-rm -f ./$(DEPDIR)/set_prec.Plo
787	-rm -f ./$(DEPDIR)/set_str.Plo
788	-rm -f ./$(DEPDIR)/set_x.Plo
789	-rm -f ./$(DEPDIR)/set_x_x.Plo
790	-rm -f ./$(DEPDIR)/sin.Plo
791	-rm -f ./$(DEPDIR)/sin_cos.Plo
792	-rm -f ./$(DEPDIR)/sinh.Plo
793	-rm -f ./$(DEPDIR)/sqr.Plo
794	-rm -f ./$(DEPDIR)/sqrt.Plo
795	-rm -f ./$(DEPDIR)/strtoc.Plo
796	-rm -f ./$(DEPDIR)/sub.Plo
797	-rm -f ./$(DEPDIR)/sub_fr.Plo
798	-rm -f ./$(DEPDIR)/sub_ui.Plo
799	-rm -f ./$(DEPDIR)/sum.Plo
800	-rm -f ./$(DEPDIR)/swap.Plo
801	-rm -f ./$(DEPDIR)/tan.Plo
802	-rm -f ./$(DEPDIR)/tanh.Plo
803	-rm -f ./$(DEPDIR)/uceil_log2.Plo
804	-rm -f ./$(DEPDIR)/ui_div.Plo
805	-rm -f ./$(DEPDIR)/ui_ui_sub.Plo
806	-rm -f ./$(DEPDIR)/urandom.Plo
807	-rm -f Makefile
808distclean-am: clean-am distclean-compile distclean-generic \
809	distclean-tags
810
811dvi: dvi-am
812
813dvi-am:
814
815html: html-am
816
817html-am:
818
819info: info-am
820
821info-am:
822
823install-data-am:
824
825install-dvi: install-dvi-am
826
827install-dvi-am:
828
829install-exec-am: install-libLTLIBRARIES
830
831install-html: install-html-am
832
833install-html-am:
834
835install-info: install-info-am
836
837install-info-am:
838
839install-man:
840
841install-pdf: install-pdf-am
842
843install-pdf-am:
844
845install-ps: install-ps-am
846
847install-ps-am:
848
849installcheck-am:
850
851maintainer-clean: maintainer-clean-am
852		-rm -f $(DEPDIR)/logging.Plo
853	-rm -f ./$(DEPDIR)/abs.Plo
854	-rm -f ./$(DEPDIR)/acos.Plo
855	-rm -f ./$(DEPDIR)/acosh.Plo
856	-rm -f ./$(DEPDIR)/add.Plo
857	-rm -f ./$(DEPDIR)/add_fr.Plo
858	-rm -f ./$(DEPDIR)/add_si.Plo
859	-rm -f ./$(DEPDIR)/add_ui.Plo
860	-rm -f ./$(DEPDIR)/arg.Plo
861	-rm -f ./$(DEPDIR)/asin.Plo
862	-rm -f ./$(DEPDIR)/asinh.Plo
863	-rm -f ./$(DEPDIR)/atan.Plo
864	-rm -f ./$(DEPDIR)/atanh.Plo
865	-rm -f ./$(DEPDIR)/clear.Plo
866	-rm -f ./$(DEPDIR)/cmp.Plo
867	-rm -f ./$(DEPDIR)/cmp_abs.Plo
868	-rm -f ./$(DEPDIR)/cmp_si_si.Plo
869	-rm -f ./$(DEPDIR)/conj.Plo
870	-rm -f ./$(DEPDIR)/cos.Plo
871	-rm -f ./$(DEPDIR)/cosh.Plo
872	-rm -f ./$(DEPDIR)/div.Plo
873	-rm -f ./$(DEPDIR)/div_2si.Plo
874	-rm -f ./$(DEPDIR)/div_2ui.Plo
875	-rm -f ./$(DEPDIR)/div_fr.Plo
876	-rm -f ./$(DEPDIR)/div_ui.Plo
877	-rm -f ./$(DEPDIR)/dot.Plo
878	-rm -f ./$(DEPDIR)/exp.Plo
879	-rm -f ./$(DEPDIR)/fma.Plo
880	-rm -f ./$(DEPDIR)/fr_div.Plo
881	-rm -f ./$(DEPDIR)/fr_sub.Plo
882	-rm -f ./$(DEPDIR)/get_prec.Plo
883	-rm -f ./$(DEPDIR)/get_prec2.Plo
884	-rm -f ./$(DEPDIR)/get_version.Plo
885	-rm -f ./$(DEPDIR)/get_x.Plo
886	-rm -f ./$(DEPDIR)/imag.Plo
887	-rm -f ./$(DEPDIR)/init2.Plo
888	-rm -f ./$(DEPDIR)/init3.Plo
889	-rm -f ./$(DEPDIR)/inp_str.Plo
890	-rm -f ./$(DEPDIR)/log.Plo
891	-rm -f ./$(DEPDIR)/log10.Plo
892	-rm -f ./$(DEPDIR)/mem.Plo
893	-rm -f ./$(DEPDIR)/mul.Plo
894	-rm -f ./$(DEPDIR)/mul_2si.Plo
895	-rm -f ./$(DEPDIR)/mul_2ui.Plo
896	-rm -f ./$(DEPDIR)/mul_fr.Plo
897	-rm -f ./$(DEPDIR)/mul_i.Plo
898	-rm -f ./$(DEPDIR)/mul_si.Plo
899	-rm -f ./$(DEPDIR)/mul_ui.Plo
900	-rm -f ./$(DEPDIR)/neg.Plo
901	-rm -f ./$(DEPDIR)/norm.Plo
902	-rm -f ./$(DEPDIR)/out_str.Plo
903	-rm -f ./$(DEPDIR)/pow.Plo
904	-rm -f ./$(DEPDIR)/pow_d.Plo
905	-rm -f ./$(DEPDIR)/pow_fr.Plo
906	-rm -f ./$(DEPDIR)/pow_ld.Plo
907	-rm -f ./$(DEPDIR)/pow_si.Plo
908	-rm -f ./$(DEPDIR)/pow_ui.Plo
909	-rm -f ./$(DEPDIR)/pow_z.Plo
910	-rm -f ./$(DEPDIR)/proj.Plo
911	-rm -f ./$(DEPDIR)/real.Plo
912	-rm -f ./$(DEPDIR)/rootofunity.Plo
913	-rm -f ./$(DEPDIR)/set.Plo
914	-rm -f ./$(DEPDIR)/set_prec.Plo
915	-rm -f ./$(DEPDIR)/set_str.Plo
916	-rm -f ./$(DEPDIR)/set_x.Plo
917	-rm -f ./$(DEPDIR)/set_x_x.Plo
918	-rm -f ./$(DEPDIR)/sin.Plo
919	-rm -f ./$(DEPDIR)/sin_cos.Plo
920	-rm -f ./$(DEPDIR)/sinh.Plo
921	-rm -f ./$(DEPDIR)/sqr.Plo
922	-rm -f ./$(DEPDIR)/sqrt.Plo
923	-rm -f ./$(DEPDIR)/strtoc.Plo
924	-rm -f ./$(DEPDIR)/sub.Plo
925	-rm -f ./$(DEPDIR)/sub_fr.Plo
926	-rm -f ./$(DEPDIR)/sub_ui.Plo
927	-rm -f ./$(DEPDIR)/sum.Plo
928	-rm -f ./$(DEPDIR)/swap.Plo
929	-rm -f ./$(DEPDIR)/tan.Plo
930	-rm -f ./$(DEPDIR)/tanh.Plo
931	-rm -f ./$(DEPDIR)/uceil_log2.Plo
932	-rm -f ./$(DEPDIR)/ui_div.Plo
933	-rm -f ./$(DEPDIR)/ui_ui_sub.Plo
934	-rm -f ./$(DEPDIR)/urandom.Plo
935	-rm -f Makefile
936maintainer-clean-am: distclean-am maintainer-clean-generic
937
938mostlyclean: mostlyclean-am
939
940mostlyclean-am: mostlyclean-compile mostlyclean-generic \
941	mostlyclean-libtool
942
943pdf: pdf-am
944
945pdf-am:
946
947ps: ps-am
948
949ps-am:
950
951uninstall-am: uninstall-libLTLIBRARIES
952
953.MAKE: install-am install-strip
954
955.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
956	clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
957	ctags ctags-am distclean distclean-compile distclean-generic \
958	distclean-libtool distclean-tags distdir dvi dvi-am html \
959	html-am info info-am install install-am install-data \
960	install-data-am install-dvi install-dvi-am install-exec \
961	install-exec-am install-html install-html-am install-info \
962	install-info-am install-libLTLIBRARIES install-man install-pdf \
963	install-pdf-am install-ps install-ps-am install-strip \
964	installcheck installcheck-am installdirs maintainer-clean \
965	maintainer-clean-generic mostlyclean mostlyclean-compile \
966	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
967	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
968
969.PRECIOUS: Makefile
970
971
972# Tell versions [3.59,3.63) of GNU make to not export all variables.
973# Otherwise a system limit (for SysV at least) may be exceeded.
974.NOEXPORT:
975