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