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