1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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 = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_gcc_option.m4 \
94	$(top_srcdir)/m4/ax_gcc_version.m4 $(top_srcdir)/m4/libtool.m4 \
95	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
97	$(top_srcdir)/m4/mpc.m4 $(top_srcdir)/m4/valgrind-tests.m4 \
98	$(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100	$(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
102	$(am__configure_deps) $(include_HEADERS) $(am__DIST_COMMON)
103am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104 configure.lineno config.status.lineno
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 = 
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 = 
121SOURCES =
122DIST_SOURCES =
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124	ctags-recursive dvi-recursive html-recursive info-recursive \
125	install-data-recursive install-dvi-recursive \
126	install-exec-recursive install-html-recursive \
127	install-info-recursive install-pdf-recursive \
128	install-ps-recursive install-recursive installcheck-recursive \
129	installdirs-recursive pdf-recursive ps-recursive \
130	tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
137am__vpath_adj = case $$p in \
138    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
139    *) f=$$p;; \
140  esac;
141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
142am__install_max = 40
143am__nobase_strip_setup = \
144  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
145am__nobase_strip = \
146  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
147am__nobase_list = $(am__nobase_strip_setup); \
148  for p in $$list; do echo "$$p $$p"; done | \
149  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
150  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
151    if (++n[$$2] == $(am__install_max)) \
152      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
153    END { for (dir in files) print dir, files[dir] }'
154am__base_list = \
155  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
156  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
157am__uninstall_files_from_dir = { \
158  test -z "$$files" \
159    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
160    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
161         $(am__cd) "$$dir" && rm -f $$files; }; \
162  }
163am__installdirs = "$(DESTDIR)$(includedir)"
164HEADERS = $(include_HEADERS)
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
166  distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168  $(RECURSIVE_TARGETS) \
169  $(RECURSIVE_CLEAN_TARGETS) \
170  $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172	cscope distdir distdir-am dist dist-all distcheck
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
174	config.h.in
175# Read a list of newline-separated strings from the standard input,
176# and print each of them once, without duplicates.  Input order is
177# *not* preserved.
178am__uniquify_input = $(AWK) '\
179  BEGIN { nonempty = 0; } \
180  { items[$$0] = 1; nonempty = 1; } \
181  END { if (nonempty) { for (i in items) print i; }; } \
182'
183# Make sure the list of sources is unique.  This is necessary because,
184# e.g., the same source file might be shared among _SOURCES variables
185# for different programs/libraries.
186am__define_uniq_tagged_files = \
187  list='$(am__tagged_files)'; \
188  unique=`for i in $$list; do \
189    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190  done | $(am__uniquify_input)`
191DIST_SUBDIRS = $(SUBDIRS)
192am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
193	$(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
194	$(top_srcdir)/build-aux/config.guess \
195	$(top_srcdir)/build-aux/config.sub \
196	$(top_srcdir)/build-aux/install-sh \
197	$(top_srcdir)/build-aux/ltmain.sh \
198	$(top_srcdir)/build-aux/missing AUTHORS COPYING.LESSER \
199	ChangeLog INSTALL NEWS README TODO build-aux/ar-lib \
200	build-aux/compile build-aux/config.guess build-aux/config.sub \
201	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
202	build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204distdir = $(PACKAGE)-$(VERSION)
205top_distdir = $(distdir)
206am__remove_distdir = \
207  if test -d "$(distdir)"; then \
208    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209      && rm -rf "$(distdir)" \
210      || { sleep 5 && rm -rf "$(distdir)"; }; \
211  else :; fi
212am__post_remove_distdir = $(am__remove_distdir)
213am__relativize = \
214  dir0=`pwd`; \
215  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
216  sed_rest='s,^[^/]*/*,,'; \
217  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
218  sed_butlast='s,/*[^/]*$$,,'; \
219  while test -n "$$dir1"; do \
220    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
221    if test "$$first" != "."; then \
222      if test "$$first" = ".."; then \
223        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
225      else \
226        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
227        if test "$$first2" = "$$first"; then \
228          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
229        else \
230          dir2="../$$dir2"; \
231        fi; \
232        dir0="$$dir0"/"$$first"; \
233      fi; \
234    fi; \
235    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
236  done; \
237  reldir="$$dir2"
238DIST_ARCHIVES = $(distdir).tar.gz
239GZIP_ENV = --best
240DIST_TARGETS = dist-gzip
241# Exists only to be overridden by the user if desired.
242AM_DISTCHECK_DVI_TARGET = dvi
243distuninstallcheck_listfiles = find . -type f -print
244am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
245  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
246distcleancheck_listfiles = find . -type f -print
247ACLOCAL = @ACLOCAL@
248AMTAR = @AMTAR@
249AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
250AR = @AR@
251AS = @AS@
252AUTOCONF = @AUTOCONF@
253AUTOHEADER = @AUTOHEADER@
254AUTOMAKE = @AUTOMAKE@
255AWK = @AWK@
256CC = @CC@
257CCDEPMODE = @CCDEPMODE@
258CFLAGS = @CFLAGS@
259CPP = @CPP@
260CPPFLAGS = @CPPFLAGS@
261CSCOPE = @CSCOPE@
262CTAGS = @CTAGS@
263CYGPATH_W = @CYGPATH_W@
264DEFS = @DEFS@
265DEPDIR = @DEPDIR@
266DLLTOOL = @DLLTOOL@
267DSYMUTIL = @DSYMUTIL@
268DUMPBIN = @DUMPBIN@
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
272EGREP = @EGREP@
273ETAGS = @ETAGS@
274EXEEXT = @EXEEXT@
275FGREP = @FGREP@
276FILECMD = @FILECMD@
277GCC_VERSION = @GCC_VERSION@
278GITVERSION = @GITVERSION@
279GREP = @GREP@
280HASGIT = @HASGIT@
281INSTALL = @INSTALL@
282INSTALL_DATA = @INSTALL_DATA@
283INSTALL_PROGRAM = @INSTALL_PROGRAM@
284INSTALL_SCRIPT = @INSTALL_SCRIPT@
285INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
286LD = @LD@
287LDFLAGS = @LDFLAGS@
288LIBOBJS = @LIBOBJS@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIPO = @LIPO@
292LN_S = @LN_S@
293LTLIBOBJS = @LTLIBOBJS@
294LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
295MAINT = @MAINT@
296MAKEINFO = @MAKEINFO@
297MANIFEST_TOOL = @MANIFEST_TOOL@
298MKDIR_P = @MKDIR_P@
299MPC_LDFLAGS = @MPC_LDFLAGS@
300MPC_LOG_H = @MPC_LOG_H@
301NM = @NM@
302NMEDIT = @NMEDIT@
303OBJDUMP = @OBJDUMP@
304OBJEXT = @OBJEXT@
305OTOOL = @OTOOL@
306OTOOL64 = @OTOOL64@
307PACKAGE = @PACKAGE@
308PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
309PACKAGE_NAME = @PACKAGE_NAME@
310PACKAGE_STRING = @PACKAGE_STRING@
311PACKAGE_TARNAME = @PACKAGE_TARNAME@
312PACKAGE_URL = @PACKAGE_URL@
313PACKAGE_VERSION = @PACKAGE_VERSION@
314PATH_SEPARATOR = @PATH_SEPARATOR@
315RANLIB = @RANLIB@
316SED = @SED@
317SET_MAKE = @SET_MAKE@
318SHELL = @SHELL@
319STRIP = @STRIP@
320VALGRIND = @VALGRIND@
321VALGRIND_OPTS = @VALGRIND_OPTS@
322
323# version number for distribution tarball
324# VERSION = @VERSION@@GITVERSION@ # for development version
325VERSION = @VERSION@
326abs_builddir = @abs_builddir@
327abs_srcdir = @abs_srcdir@
328abs_top_builddir = @abs_top_builddir@
329abs_top_srcdir = @abs_top_srcdir@
330ac_ct_AR = @ac_ct_AR@
331ac_ct_CC = @ac_ct_CC@
332ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
333am__include = @am__include@
334am__leading_dot = @am__leading_dot@
335am__quote = @am__quote@
336am__tar = @am__tar@
337am__untar = @am__untar@
338bindir = @bindir@
339build = @build@
340build_alias = @build_alias@
341build_cpu = @build_cpu@
342build_os = @build_os@
343build_vendor = @build_vendor@
344builddir = @builddir@
345datadir = @datadir@
346datarootdir = @datarootdir@
347docdir = @docdir@
348dvidir = @dvidir@
349exec_prefix = @exec_prefix@
350host = @host@
351host_alias = @host_alias@
352host_cpu = @host_cpu@
353host_os = @host_os@
354host_vendor = @host_vendor@
355htmldir = @htmldir@
356includedir = @includedir@
357infodir = @infodir@
358install_sh = @install_sh@
359libdir = @libdir@
360libexecdir = @libexecdir@
361localedir = @localedir@
362localstatedir = @localstatedir@
363mandir = @mandir@
364mkdir_p = @mkdir_p@
365oldincludedir = @oldincludedir@
366pdfdir = @pdfdir@
367prefix = @prefix@
368program_transform_name = @program_transform_name@
369psdir = @psdir@
370sbindir = @sbindir@
371sharedstatedir = @sharedstatedir@
372srcdir = @srcdir@
373sysconfdir = @sysconfdir@
374target_alias = @target_alias@
375top_build_prefix = @top_build_prefix@
376top_builddir = @top_builddir@
377top_srcdir = @top_srcdir@
378ACLOCAL_AMFLAGS = -I m4
379SUBDIRS = src tests doc tools
380EXTRA_HEADERS = src/mpc-log.h
381include_HEADERS = src/mpc.h @MPC_LOG_H@
382EXTRA_DIST = doc/fdl-1.3.texi src/mpc-log.h
383all: config.h
384	$(MAKE) $(AM_MAKEFLAGS) all-recursive
385
386.SUFFIXES:
387am--refresh: Makefile
388	@:
389$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
390	@for dep in $?; do \
391	  case '$(am__configure_deps)' in \
392	    *$$dep*) \
393	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
394	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
395		&& exit 0; \
396	      exit 1;; \
397	  esac; \
398	done; \
399	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
400	$(am__cd) $(top_srcdir) && \
401	  $(AUTOMAKE) --gnu Makefile
402Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403	@case '$?' in \
404	  *config.status*) \
405	    echo ' $(SHELL) ./config.status'; \
406	    $(SHELL) ./config.status;; \
407	  *) \
408	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
409	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
410	esac;
411
412$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
413	$(SHELL) ./config.status --recheck
414
415$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
416	$(am__cd) $(srcdir) && $(AUTOCONF)
417$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
418	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
419$(am__aclocal_m4_deps):
420
421config.h: stamp-h1
422	@test -f $@ || rm -f stamp-h1
423	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
424
425stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
426	@rm -f stamp-h1
427	cd $(top_builddir) && $(SHELL) ./config.status config.h
428$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
429	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
430	rm -f stamp-h1
431	touch $@
432
433distclean-hdr:
434	-rm -f config.h stamp-h1
435
436mostlyclean-libtool:
437	-rm -f *.lo
438
439clean-libtool:
440	-rm -rf .libs _libs
441
442distclean-libtool:
443	-rm -f libtool config.lt
444install-includeHEADERS: $(include_HEADERS)
445	@$(NORMAL_INSTALL)
446	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
447	if test -n "$$list"; then \
448	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
449	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
450	fi; \
451	for p in $$list; do \
452	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
453	  echo "$$d$$p"; \
454	done | $(am__base_list) | \
455	while read files; do \
456	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
457	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
458	done
459
460uninstall-includeHEADERS:
461	@$(NORMAL_UNINSTALL)
462	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
463	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
464	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
465
466# This directory's subdirectories are mostly independent; you can cd
467# into them and run 'make' without going through this Makefile.
468# To change the values of 'make' variables: instead of editing Makefiles,
469# (1) if the variable is set in 'config.status', edit 'config.status'
470#     (which will cause the Makefiles to be regenerated when you run 'make');
471# (2) otherwise, pass the desired values on the 'make' command line.
472$(am__recursive_targets):
473	@fail=; \
474	if $(am__make_keepgoing); then \
475	  failcom='fail=yes'; \
476	else \
477	  failcom='exit 1'; \
478	fi; \
479	dot_seen=no; \
480	target=`echo $@ | sed s/-recursive//`; \
481	case "$@" in \
482	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
483	  *) list='$(SUBDIRS)' ;; \
484	esac; \
485	for subdir in $$list; do \
486	  echo "Making $$target in $$subdir"; \
487	  if test "$$subdir" = "."; then \
488	    dot_seen=yes; \
489	    local_target="$$target-am"; \
490	  else \
491	    local_target="$$target"; \
492	  fi; \
493	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
494	  || eval $$failcom; \
495	done; \
496	if test "$$dot_seen" = "no"; then \
497	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
498	fi; test -z "$$fail"
499
500ID: $(am__tagged_files)
501	$(am__define_uniq_tagged_files); mkid -fID $$unique
502tags: tags-recursive
503TAGS: tags
504
505tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506	set x; \
507	here=`pwd`; \
508	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
509	  include_option=--etags-include; \
510	  empty_fix=.; \
511	else \
512	  include_option=--include; \
513	  empty_fix=; \
514	fi; \
515	list='$(SUBDIRS)'; for subdir in $$list; do \
516	  if test "$$subdir" = .; then :; else \
517	    test ! -f $$subdir/TAGS || \
518	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
519	  fi; \
520	done; \
521	$(am__define_uniq_tagged_files); \
522	shift; \
523	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
524	  test -n "$$unique" || unique=$$empty_fix; \
525	  if test $$# -gt 0; then \
526	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527	      "$$@" $$unique; \
528	  else \
529	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530	      $$unique; \
531	  fi; \
532	fi
533ctags: ctags-recursive
534
535CTAGS: ctags
536ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537	$(am__define_uniq_tagged_files); \
538	test -z "$(CTAGS_ARGS)$$unique" \
539	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
540	     $$unique
541
542GTAGS:
543	here=`$(am__cd) $(top_builddir) && pwd` \
544	  && $(am__cd) $(top_srcdir) \
545	  && gtags -i $(GTAGS_ARGS) "$$here"
546cscope: cscope.files
547	test ! -s cscope.files \
548	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
549clean-cscope:
550	-rm -f cscope.files
551cscope.files: clean-cscope cscopelist
552cscopelist: cscopelist-recursive
553
554cscopelist-am: $(am__tagged_files)
555	list='$(am__tagged_files)'; \
556	case "$(srcdir)" in \
557	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
558	  *) sdir=$(subdir)/$(srcdir) ;; \
559	esac; \
560	for i in $$list; do \
561	  if test -f "$$i"; then \
562	    echo "$(subdir)/$$i"; \
563	  else \
564	    echo "$$sdir/$$i"; \
565	  fi; \
566	done >> $(top_builddir)/cscope.files
567
568distclean-tags:
569	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
570	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
571distdir: $(BUILT_SOURCES)
572	$(MAKE) $(AM_MAKEFLAGS) distdir-am
573
574distdir-am: $(DISTFILES)
575	$(am__remove_distdir)
576	test -d "$(distdir)" || mkdir "$(distdir)"
577	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
578	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579	list='$(DISTFILES)'; \
580	  dist_files=`for file in $$list; do echo $$file; done | \
581	  sed -e "s|^$$srcdirstrip/||;t" \
582	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
583	case $$dist_files in \
584	  */*) $(MKDIR_P) `echo "$$dist_files" | \
585			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
586			   sort -u` ;; \
587	esac; \
588	for file in $$dist_files; do \
589	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
590	  if test -d $$d/$$file; then \
591	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
592	    if test -d "$(distdir)/$$file"; then \
593	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
594	    fi; \
595	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
596	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
597	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
598	    fi; \
599	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
600	  else \
601	    test -f "$(distdir)/$$file" \
602	    || cp -p $$d/$$file "$(distdir)/$$file" \
603	    || exit 1; \
604	  fi; \
605	done
606	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
607	  if test "$$subdir" = .; then :; else \
608	    $(am__make_dryrun) \
609	      || test -d "$(distdir)/$$subdir" \
610	      || $(MKDIR_P) "$(distdir)/$$subdir" \
611	      || exit 1; \
612	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
613	    $(am__relativize); \
614	    new_distdir=$$reldir; \
615	    dir1=$$subdir; dir2="$(top_distdir)"; \
616	    $(am__relativize); \
617	    new_top_distdir=$$reldir; \
618	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
619	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
620	    ($(am__cd) $$subdir && \
621	      $(MAKE) $(AM_MAKEFLAGS) \
622	        top_distdir="$$new_top_distdir" \
623	        distdir="$$new_distdir" \
624		am__remove_distdir=: \
625		am__skip_length_check=: \
626		am__skip_mode_fix=: \
627	        distdir) \
628	      || exit 1; \
629	  fi; \
630	done
631	-test -n "$(am__skip_mode_fix)" \
632	|| find "$(distdir)" -type d ! -perm -755 \
633		-exec chmod u+rwx,go+rx {} \; -o \
634	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
635	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
636	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
637	|| chmod -R a+r "$(distdir)"
638dist-gzip: distdir
639	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
640	$(am__post_remove_distdir)
641
642dist-bzip2: distdir
643	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
644	$(am__post_remove_distdir)
645
646dist-lzip: distdir
647	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
648	$(am__post_remove_distdir)
649
650dist-xz: distdir
651	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
652	$(am__post_remove_distdir)
653
654dist-zstd: distdir
655	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
656	$(am__post_remove_distdir)
657
658dist-tarZ: distdir
659	@echo WARNING: "Support for distribution archives compressed with" \
660		       "legacy program 'compress' is deprecated." >&2
661	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
662	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
663	$(am__post_remove_distdir)
664
665dist-shar: distdir
666	@echo WARNING: "Support for shar distribution archives is" \
667	               "deprecated." >&2
668	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
669	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
670	$(am__post_remove_distdir)
671
672dist-zip: distdir
673	-rm -f $(distdir).zip
674	zip -rq $(distdir).zip $(distdir)
675	$(am__post_remove_distdir)
676
677dist dist-all:
678	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
679	$(am__post_remove_distdir)
680
681# This target untars the dist file and tries a VPATH configuration.  Then
682# it guarantees that the distribution is self-contained by making another
683# tarfile.
684distcheck: dist
685	case '$(DIST_ARCHIVES)' in \
686	*.tar.gz*) \
687	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
688	*.tar.bz2*) \
689	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
690	*.tar.lz*) \
691	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
692	*.tar.xz*) \
693	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
694	*.tar.Z*) \
695	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
696	*.shar.gz*) \
697	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
698	*.zip*) \
699	  unzip $(distdir).zip ;;\
700	*.tar.zst*) \
701	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
702	esac
703	chmod -R a-w $(distdir)
704	chmod u+w $(distdir)
705	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
706	chmod a-w $(distdir)
707	test -d $(distdir)/_build || exit 0; \
708	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
709	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
710	  && am__cwd=`pwd` \
711	  && $(am__cd) $(distdir)/_build/sub \
712	  && ../../configure \
713	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
714	    $(DISTCHECK_CONFIGURE_FLAGS) \
715	    --srcdir=../.. --prefix="$$dc_install_base" \
716	  && $(MAKE) $(AM_MAKEFLAGS) \
717	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
718	  && $(MAKE) $(AM_MAKEFLAGS) check \
719	  && $(MAKE) $(AM_MAKEFLAGS) install \
720	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
721	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
722	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
723	        distuninstallcheck \
724	  && chmod -R a-w "$$dc_install_base" \
725	  && ({ \
726	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
727	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
728	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
729	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
730	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
731	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
732	  && rm -rf "$$dc_destdir" \
733	  && $(MAKE) $(AM_MAKEFLAGS) dist \
734	  && rm -rf $(DIST_ARCHIVES) \
735	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
736	  && cd "$$am__cwd" \
737	  || exit 1
738	$(am__post_remove_distdir)
739	@(echo "$(distdir) archives ready for distribution: "; \
740	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
741	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
742distuninstallcheck:
743	@test -n '$(distuninstallcheck_dir)' || { \
744	  echo 'ERROR: trying to run $@ with an empty' \
745	       '$$(distuninstallcheck_dir)' >&2; \
746	  exit 1; \
747	}; \
748	$(am__cd) '$(distuninstallcheck_dir)' || { \
749	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
750	  exit 1; \
751	}; \
752	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
753	   || { echo "ERROR: files left after uninstall:" ; \
754	        if test -n "$(DESTDIR)"; then \
755	          echo "  (check DESTDIR support)"; \
756	        fi ; \
757	        $(distuninstallcheck_listfiles) ; \
758	        exit 1; } >&2
759distcleancheck: distclean
760	@if test '$(srcdir)' = . ; then \
761	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
762	  exit 1 ; \
763	fi
764	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
765	  || { echo "ERROR: files left in build directory after distclean:" ; \
766	       $(distcleancheck_listfiles) ; \
767	       exit 1; } >&2
768check-am: all-am
769check: check-recursive
770all-am: Makefile $(HEADERS) config.h
771installdirs: installdirs-recursive
772installdirs-am:
773	for dir in "$(DESTDIR)$(includedir)"; do \
774	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
775	done
776install: install-recursive
777install-exec: install-exec-recursive
778install-data: install-data-recursive
779uninstall: uninstall-recursive
780
781install-am: all-am
782	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
783
784installcheck: installcheck-recursive
785install-strip:
786	if test -z '$(STRIP)'; then \
787	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
788	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
789	      install; \
790	else \
791	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
792	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
793	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
794	fi
795mostlyclean-generic:
796
797clean-generic:
798
799distclean-generic:
800	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
801	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
802
803maintainer-clean-generic:
804	@echo "This command is intended for maintainers to use"
805	@echo "it deletes files that may require special tools to rebuild."
806clean: clean-recursive
807
808clean-am: clean-generic clean-libtool mostlyclean-am
809
810distclean: distclean-recursive
811	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
812	-rm -f Makefile
813distclean-am: clean-am distclean-generic distclean-hdr \
814	distclean-libtool distclean-tags
815
816dvi: dvi-recursive
817
818dvi-am:
819
820html: html-recursive
821
822html-am:
823
824info: info-recursive
825
826info-am:
827
828install-data-am: install-includeHEADERS
829
830install-dvi: install-dvi-recursive
831
832install-dvi-am:
833
834install-exec-am:
835
836install-html: install-html-recursive
837
838install-html-am:
839
840install-info: install-info-recursive
841
842install-info-am:
843
844install-man:
845
846install-pdf: install-pdf-recursive
847
848install-pdf-am:
849
850install-ps: install-ps-recursive
851
852install-ps-am:
853
854installcheck-am:
855
856maintainer-clean: maintainer-clean-recursive
857	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
858	-rm -rf $(top_srcdir)/autom4te.cache
859	-rm -f Makefile
860maintainer-clean-am: distclean-am maintainer-clean-generic
861
862mostlyclean: mostlyclean-recursive
863
864mostlyclean-am: mostlyclean-generic mostlyclean-libtool
865
866pdf: pdf-recursive
867
868pdf-am:
869
870ps: ps-recursive
871
872ps-am:
873
874uninstall-am: uninstall-includeHEADERS
875
876.MAKE: $(am__recursive_targets) all install-am install-strip
877
878.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
879	am--refresh check check-am clean clean-cscope clean-generic \
880	clean-libtool cscope cscopelist-am ctags ctags-am dist \
881	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
882	dist-xz dist-zip dist-zstd distcheck distclean \
883	distclean-generic distclean-hdr distclean-libtool \
884	distclean-tags distcleancheck distdir distuninstallcheck dvi \
885	dvi-am html html-am info info-am install install-am \
886	install-data install-data-am install-dvi install-dvi-am \
887	install-exec install-exec-am install-html install-html-am \
888	install-includeHEADERS install-info install-info-am \
889	install-man install-pdf install-pdf-am install-ps \
890	install-ps-am install-strip installcheck installcheck-am \
891	installdirs installdirs-am maintainer-clean \
892	maintainer-clean-generic mostlyclean mostlyclean-generic \
893	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
894	uninstall-am uninstall-includeHEADERS
895
896.PRECIOUS: Makefile
897
898
899bench :
900	cd tools/bench && $(MAKE) $(AM_MAKEFLAGS) bench
901
902mpcheck :
903	cd tools/mpcheck && $(MAKE) $(AM_MAKEFLAGS) mpcheck
904
905# Tell versions [3.59,3.63) of GNU make to not export all variables.
906# Otherwise a system limit (for SysV at least) may be exceeded.
907.NOEXPORT:
908