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