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