xref: /netbsd-src/external/lgpl3/mpc/dist/src/Makefile.in (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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 exp.lo fma.lo \
141	fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_version.lo \
142	get_x.lo imag.lo init2.lo init3.lo inp_str.lo log.lo log10.lo \
143	mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo mul_i.lo \
144	mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo \
145	pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo \
146	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 swap.lo \
149	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)/depcomp
172am__depfiles_maybe = depfiles
173am__mv = mv -f
174COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
178	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
179	$(AM_CFLAGS) $(CFLAGS)
180AM_V_CC = $(am__v_CC_@AM_V@)
181am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182am__v_CC_0 = @echo "  CC      " $@;
183am__v_CC_1 =
184CCLD = $(CC)
185LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190am__v_CCLD_0 = @echo "  CCLD    " $@;
191am__v_CCLD_1 =
192SOURCES = $(libmpc_la_SOURCES)
193DIST_SOURCES = $(libmpc_la_SOURCES)
194am__can_run_installinfo = \
195  case $$AM_UPDATE_INFO_DIR in \
196    n|no|NO) false;; \
197    *) (install-info --version) >/dev/null 2>&1;; \
198  esac
199am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200# Read a list of newline-separated strings from the standard input,
201# and print each of them once, without duplicates.  Input order is
202# *not* preserved.
203am__uniquify_input = $(AWK) '\
204  BEGIN { nonempty = 0; } \
205  { items[$$0] = 1; nonempty = 1; } \
206  END { if (nonempty) { for (i in items) print i; }; } \
207'
208# Make sure the list of sources is unique.  This is necessary because,
209# e.g., the same source file might be shared among _SOURCES variables
210# for different programs/libraries.
211am__define_uniq_tagged_files = \
212  list='$(am__tagged_files)'; \
213  unique=`for i in $$list; do \
214    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215  done | $(am__uniquify_input)`
216ETAGS = etags
217CTAGS = ctags
218am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
219	logging.c
220DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221ACLOCAL = @ACLOCAL@
222AMTAR = @AMTAR@
223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224AR = @AR@
225AS = @AS@
226AUTOCONF = @AUTOCONF@
227AUTOHEADER = @AUTOHEADER@
228AUTOMAKE = @AUTOMAKE@
229AWK = @AWK@
230CC = @CC@
231CCDEPMODE = @CCDEPMODE@
232CFLAGS = @CFLAGS@
233CPP = @CPP@
234CPPFLAGS = @CPPFLAGS@
235CYGPATH_W = @CYGPATH_W@
236DEFS = @DEFS@
237DEPDIR = @DEPDIR@
238DLLTOOL = @DLLTOOL@
239DSYMUTIL = @DSYMUTIL@
240DUMPBIN = @DUMPBIN@
241ECHO_C = @ECHO_C@
242ECHO_N = @ECHO_N@
243ECHO_T = @ECHO_T@
244EGREP = @EGREP@
245EXEEXT = @EXEEXT@
246FGREP = @FGREP@
247GCC_VERSION = @GCC_VERSION@
248GITVERSION = @GITVERSION@
249GREP = @GREP@
250HASGIT = @HASGIT@
251INSTALL = @INSTALL@
252INSTALL_DATA = @INSTALL_DATA@
253INSTALL_PROGRAM = @INSTALL_PROGRAM@
254INSTALL_SCRIPT = @INSTALL_SCRIPT@
255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256LD = @LD@
257LDFLAGS = @LDFLAGS@
258LIBOBJS = @LIBOBJS@
259LIBS = @LIBS@
260LIBTOOL = @LIBTOOL@
261LIPO = @LIPO@
262LN_S = @LN_S@
263LTLIBOBJS = @LTLIBOBJS@
264LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
265MAINT = @MAINT@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MKDIR_P = @MKDIR_P@
269MPC_LDFLAGS = @MPC_LDFLAGS@
270MPC_LOG_H = @MPC_LOG_H@
271NM = @NM@
272NMEDIT = @NMEDIT@
273OBJDUMP = @OBJDUMP@
274OBJEXT = @OBJEXT@
275OTOOL = @OTOOL@
276OTOOL64 = @OTOOL64@
277PACKAGE = @PACKAGE@
278PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279PACKAGE_NAME = @PACKAGE_NAME@
280PACKAGE_STRING = @PACKAGE_STRING@
281PACKAGE_TARNAME = @PACKAGE_TARNAME@
282PACKAGE_URL = @PACKAGE_URL@
283PACKAGE_VERSION = @PACKAGE_VERSION@
284PATH_SEPARATOR = @PATH_SEPARATOR@
285RANLIB = @RANLIB@
286SED = @SED@
287SET_MAKE = @SET_MAKE@
288SHELL = @SHELL@
289STRIP = @STRIP@
290VALGRIND = @VALGRIND@
291VALGRIND_OPTS = @VALGRIND_OPTS@
292VERSION = @VERSION@
293abs_builddir = @abs_builddir@
294abs_srcdir = @abs_srcdir@
295abs_top_builddir = @abs_top_builddir@
296abs_top_srcdir = @abs_top_srcdir@
297ac_ct_AR = @ac_ct_AR@
298ac_ct_CC = @ac_ct_CC@
299ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
300am__include = @am__include@
301am__leading_dot = @am__leading_dot@
302am__quote = @am__quote@
303am__tar = @am__tar@
304am__untar = @am__untar@
305bindir = @bindir@
306build = @build@
307build_alias = @build_alias@
308build_cpu = @build_cpu@
309build_os = @build_os@
310build_vendor = @build_vendor@
311builddir = @builddir@
312datadir = @datadir@
313datarootdir = @datarootdir@
314docdir = @docdir@
315dvidir = @dvidir@
316exec_prefix = @exec_prefix@
317host = @host@
318host_alias = @host_alias@
319host_cpu = @host_cpu@
320host_os = @host_os@
321host_vendor = @host_vendor@
322htmldir = @htmldir@
323includedir = @includedir@
324infodir = @infodir@
325install_sh = @install_sh@
326libdir = @libdir@
327libexecdir = @libexecdir@
328localedir = @localedir@
329localstatedir = @localstatedir@
330mandir = @mandir@
331mkdir_p = @mkdir_p@
332oldincludedir = @oldincludedir@
333pdfdir = @pdfdir@
334prefix = @prefix@
335program_transform_name = @program_transform_name@
336psdir = @psdir@
337sbindir = @sbindir@
338sharedstatedir = @sharedstatedir@
339srcdir = @srcdir@
340sysconfdir = @sysconfdir@
341target_alias = @target_alias@
342top_build_prefix = @top_build_prefix@
343top_builddir = @top_builddir@
344top_srcdir = @top_srcdir@
345lib_LTLIBRARIES = libmpc.la
346libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 4:0:1
347libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c         \
348  add_si.c add_ui.c arg.c asin.c asinh.c atan.c atanh.c clear.c            \
349  cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c                          \
350  div_2si.c div_2ui.c div.c div_fr.c                                       \
351  div_ui.c exp.c fma.c fr_div.c fr_sub.c get_prec2.c get_prec.c            \
352  get_version.c get_x.c imag.c init2.c init3.c inp_str.c log.c log10.c     \
353  mem.c mul_2si.c mul_2ui.c mul.c mul_fr.c mul_i.c mul_si.c mul_ui.c       \
354  neg.c norm.c out_str.c pow.c pow_fr.c                                    \
355  pow_ld.c pow_d.c pow_si.c pow_ui.c pow_z.c proj.c real.c rootofunity.c   \
356  urandom.c set.c \
357  set_prec.c set_str.c set_x.c set_x_x.c sin.c sin_cos.c sinh.c sqr.c      \
358  sqrt.c strtoc.c sub.c sub_fr.c sub_ui.c swap.c tan.c tanh.c uceil_log2.c \
359  ui_div.c ui_ui_sub.c
360
361libmpc_la_LIBADD = @LTLIBOBJS@
362all: all-am
363
364.SUFFIXES:
365.SUFFIXES: .c .lo .o .obj
366$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
367	@for dep in $?; do \
368	  case '$(am__configure_deps)' in \
369	    *$$dep*) \
370	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
371	        && { if test -f $@; then exit 0; else break; fi; }; \
372	      exit 1;; \
373	  esac; \
374	done; \
375	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
376	$(am__cd) $(top_srcdir) && \
377	  $(AUTOMAKE) --gnu src/Makefile
378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
379	@case '$?' in \
380	  *config.status*) \
381	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
382	  *) \
383	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
384	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
385	esac;
386
387$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389
390$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
391	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
393	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
394$(am__aclocal_m4_deps):
395
396install-libLTLIBRARIES: $(lib_LTLIBRARIES)
397	@$(NORMAL_INSTALL)
398	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
399	list2=; for p in $$list; do \
400	  if test -f $$p; then \
401	    list2="$$list2 $$p"; \
402	  else :; fi; \
403	done; \
404	test -z "$$list2" || { \
405	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
406	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
407	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
408	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
409	}
410
411uninstall-libLTLIBRARIES:
412	@$(NORMAL_UNINSTALL)
413	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
414	for p in $$list; do \
415	  $(am__strip_dir) \
416	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
417	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
418	done
419
420clean-libLTLIBRARIES:
421	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
422	@list='$(lib_LTLIBRARIES)'; \
423	locs=`for p in $$list; do echo $$p; done | \
424	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
425	      sort -u`; \
426	test -z "$$locs" || { \
427	  echo rm -f $${locs}; \
428	  rm -f $${locs}; \
429	}
430
431libmpc.la: $(libmpc_la_OBJECTS) $(libmpc_la_DEPENDENCIES) $(EXTRA_libmpc_la_DEPENDENCIES)
432	$(AM_V_CCLD)$(libmpc_la_LINK) -rpath $(libdir) $(libmpc_la_OBJECTS) $(libmpc_la_LIBADD) $(LIBS)
433
434mostlyclean-compile:
435	-rm -f *.$(OBJEXT)
436
437distclean-compile:
438	-rm -f *.tab.c
439
440@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/logging.Plo@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abs.Plo@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acos.Plo@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acosh.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_fr.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_si.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_ui.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arg.Plo@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asin.Plo@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asinh.Plo@am__quote@
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atan.Plo@am__quote@
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atanh.Plo@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clear.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_abs.Plo@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmp_si_si.Plo@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conj.Plo@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cos.Plo@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cosh.Plo@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div.Plo@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2si.Plo@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_2ui.Plo@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_fr.Plo@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/div_ui.Plo@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exp.Plo@am__quote@
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fma.Plo@am__quote@
467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr_div.Plo@am__quote@
468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr_sub.Plo@am__quote@
469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_prec.Plo@am__quote@
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_prec2.Plo@am__quote@
471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_version.Plo@am__quote@
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get_x.Plo@am__quote@
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imag.Plo@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init2.Plo@am__quote@
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init3.Plo@am__quote@
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inp_str.Plo@am__quote@
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log10.Plo@am__quote@
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Plo@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul.Plo@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2si.Plo@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_2ui.Plo@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_fr.Plo@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_i.Plo@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_si.Plo@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mul_ui.Plo@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/neg.Plo@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/norm.Plo@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/out_str.Plo@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow.Plo@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_d.Plo@am__quote@
492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_fr.Plo@am__quote@
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_ld.Plo@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_si.Plo@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_ui.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pow_z.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proj.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/real.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rootofunity.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_prec.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_str.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_x.Plo@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_x_x.Plo@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sin.Plo@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sin_cos.Plo@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sinh.Plo@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqr.Plo@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sqrt.Plo@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtoc.Plo@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub.Plo@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub_fr.Plo@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sub_ui.Plo@am__quote@
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swap.Plo@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tan.Plo@am__quote@
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tanh.Plo@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uceil_log2.Plo@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_div.Plo@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_ui_sub.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urandom.Plo@am__quote@
521
522.c.o:
523@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
524@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
528
529.c.obj:
530@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
531@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
532@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
535
536.c.lo:
537@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
538@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
539@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
540@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
542
543mostlyclean-libtool:
544	-rm -f *.lo
545
546clean-libtool:
547	-rm -rf .libs _libs
548
549ID: $(am__tagged_files)
550	$(am__define_uniq_tagged_files); mkid -fID $$unique
551tags: tags-am
552TAGS: tags
553
554tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555	set x; \
556	here=`pwd`; \
557	$(am__define_uniq_tagged_files); \
558	shift; \
559	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
560	  test -n "$$unique" || unique=$$empty_fix; \
561	  if test $$# -gt 0; then \
562	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563	      "$$@" $$unique; \
564	  else \
565	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566	      $$unique; \
567	  fi; \
568	fi
569ctags: ctags-am
570
571CTAGS: ctags
572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573	$(am__define_uniq_tagged_files); \
574	test -z "$(CTAGS_ARGS)$$unique" \
575	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576	     $$unique
577
578GTAGS:
579	here=`$(am__cd) $(top_builddir) && pwd` \
580	  && $(am__cd) $(top_srcdir) \
581	  && gtags -i $(GTAGS_ARGS) "$$here"
582cscopelist: cscopelist-am
583
584cscopelist-am: $(am__tagged_files)
585	list='$(am__tagged_files)'; \
586	case "$(srcdir)" in \
587	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
588	  *) sdir=$(subdir)/$(srcdir) ;; \
589	esac; \
590	for i in $$list; do \
591	  if test -f "$$i"; then \
592	    echo "$(subdir)/$$i"; \
593	  else \
594	    echo "$$sdir/$$i"; \
595	  fi; \
596	done >> $(top_builddir)/cscope.files
597
598distclean-tags:
599	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
600
601distdir: $(DISTFILES)
602	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
603	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604	list='$(DISTFILES)'; \
605	  dist_files=`for file in $$list; do echo $$file; done | \
606	  sed -e "s|^$$srcdirstrip/||;t" \
607	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
608	case $$dist_files in \
609	  */*) $(MKDIR_P) `echo "$$dist_files" | \
610			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
611			   sort -u` ;; \
612	esac; \
613	for file in $$dist_files; do \
614	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
615	  if test -d $$d/$$file; then \
616	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
617	    if test -d "$(distdir)/$$file"; then \
618	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
619	    fi; \
620	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
621	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
622	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
623	    fi; \
624	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
625	  else \
626	    test -f "$(distdir)/$$file" \
627	    || cp -p $$d/$$file "$(distdir)/$$file" \
628	    || exit 1; \
629	  fi; \
630	done
631check-am: all-am
632check: check-am
633all-am: Makefile $(LTLIBRARIES)
634installdirs:
635	for dir in "$(DESTDIR)$(libdir)"; do \
636	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
637	done
638install: install-am
639install-exec: install-exec-am
640install-data: install-data-am
641uninstall: uninstall-am
642
643install-am: all-am
644	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
645
646installcheck: installcheck-am
647install-strip:
648	if test -z '$(STRIP)'; then \
649	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651	      install; \
652	else \
653	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
654	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
655	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
656	fi
657mostlyclean-generic:
658
659clean-generic:
660
661distclean-generic:
662	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
663	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
664
665maintainer-clean-generic:
666	@echo "This command is intended for maintainers to use"
667	@echo "it deletes files that may require special tools to rebuild."
668clean: clean-am
669
670clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
671	mostlyclean-am
672
673distclean: distclean-am
674	-rm -rf $(DEPDIR) ./$(DEPDIR)
675	-rm -f Makefile
676distclean-am: clean-am distclean-compile distclean-generic \
677	distclean-tags
678
679dvi: dvi-am
680
681dvi-am:
682
683html: html-am
684
685html-am:
686
687info: info-am
688
689info-am:
690
691install-data-am:
692
693install-dvi: install-dvi-am
694
695install-dvi-am:
696
697install-exec-am: install-libLTLIBRARIES
698
699install-html: install-html-am
700
701install-html-am:
702
703install-info: install-info-am
704
705install-info-am:
706
707install-man:
708
709install-pdf: install-pdf-am
710
711install-pdf-am:
712
713install-ps: install-ps-am
714
715install-ps-am:
716
717installcheck-am:
718
719maintainer-clean: maintainer-clean-am
720	-rm -rf $(DEPDIR) ./$(DEPDIR)
721	-rm -f Makefile
722maintainer-clean-am: distclean-am maintainer-clean-generic
723
724mostlyclean: mostlyclean-am
725
726mostlyclean-am: mostlyclean-compile mostlyclean-generic \
727	mostlyclean-libtool
728
729pdf: pdf-am
730
731pdf-am:
732
733ps: ps-am
734
735ps-am:
736
737uninstall-am: uninstall-libLTLIBRARIES
738
739.MAKE: install-am install-strip
740
741.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
742	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
743	ctags-am distclean distclean-compile distclean-generic \
744	distclean-libtool distclean-tags distdir dvi dvi-am html \
745	html-am info info-am install install-am install-data \
746	install-data-am install-dvi install-dvi-am install-exec \
747	install-exec-am install-html install-html-am install-info \
748	install-info-am install-libLTLIBRARIES install-man install-pdf \
749	install-pdf-am install-ps install-ps-am install-strip \
750	installcheck installcheck-am installdirs maintainer-clean \
751	maintainer-clean-generic mostlyclean mostlyclean-compile \
752	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
753	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
754
755.PRECIOUS: Makefile
756
757
758# Tell versions [3.59,3.63) of GNU make to not export all variables.
759# Otherwise a system limit (for SysV at least) may be exceeded.
760.NOEXPORT:
761