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