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