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 COPYING \
181	ChangeLog INSTALL README.md compile config.guess config.sub \
182	install-sh ltmain.sh missing
183DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184distdir = $(PACKAGE)-$(VERSION)
185top_distdir = $(distdir)
186am__remove_distdir = \
187  if test -d "$(distdir)"; then \
188    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
189      && rm -rf "$(distdir)" \
190      || { sleep 5 && rm -rf "$(distdir)"; }; \
191  else :; fi
192am__post_remove_distdir = $(am__remove_distdir)
193am__relativize = \
194  dir0=`pwd`; \
195  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
196  sed_rest='s,^[^/]*/*,,'; \
197  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
198  sed_butlast='s,/*[^/]*$$,,'; \
199  while test -n "$$dir1"; do \
200    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
201    if test "$$first" != "."; then \
202      if test "$$first" = ".."; then \
203        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
204        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
205      else \
206        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
207        if test "$$first2" = "$$first"; then \
208          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
209        else \
210          dir2="../$$dir2"; \
211        fi; \
212        dir0="$$dir0"/"$$first"; \
213      fi; \
214    fi; \
215    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
216  done; \
217  reldir="$$dir2"
218DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
219GZIP_ENV = --best
220DIST_TARGETS = dist-xz dist-gzip
221# Exists only to be overridden by the user if desired.
222AM_DISTCHECK_DVI_TARGET = dvi
223distuninstallcheck_listfiles = find . -type f -print
224am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
225  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
226distcleancheck_listfiles = find . -type f -print
227ACLOCAL = @ACLOCAL@
228ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
229ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
230AMTAR = @AMTAR@
231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232APP_MAN_DIR = @APP_MAN_DIR@
233APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
234AR = @AR@
235AUTOCONF = @AUTOCONF@
236AUTOHEADER = @AUTOHEADER@
237AUTOMAKE = @AUTOMAKE@
238AWK = @AWK@
239BASE_CFLAGS = @BASE_CFLAGS@
240CC = @CC@
241CCDEPMODE = @CCDEPMODE@
242CFLAGS = @CFLAGS@
243CHANGELOG_CMD = @CHANGELOG_CMD@
244CPPFLAGS = @CPPFLAGS@
245CSCOPE = @CSCOPE@
246CTAGS = @CTAGS@
247CWARNFLAGS = @CWARNFLAGS@
248CYGPATH_W = @CYGPATH_W@
249DEFS = @DEFS@
250DEPDIR = @DEPDIR@
251DLLTOOL = @DLLTOOL@
252DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
253DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
254DRIVER_NAME = @DRIVER_NAME@
255DSYMUTIL = @DSYMUTIL@
256DUMPBIN = @DUMPBIN@
257ECHO_C = @ECHO_C@
258ECHO_N = @ECHO_N@
259ECHO_T = @ECHO_T@
260EGREP = @EGREP@
261ETAGS = @ETAGS@
262EXEEXT = @EXEEXT@
263FGREP = @FGREP@
264FILECMD = @FILECMD@
265FILE_MAN_DIR = @FILE_MAN_DIR@
266FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
267GBM_CFLAGS = @GBM_CFLAGS@
268GBM_LIBS = @GBM_LIBS@
269GREP = @GREP@
270INSTALL = @INSTALL@
271INSTALL_CMD = @INSTALL_CMD@
272INSTALL_DATA = @INSTALL_DATA@
273INSTALL_PROGRAM = @INSTALL_PROGRAM@
274INSTALL_SCRIPT = @INSTALL_SCRIPT@
275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276LD = @LD@
277LDFLAGS = @LDFLAGS@
278LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
279LIBDRM_LIBS = @LIBDRM_LIBS@
280LIBDRM_RADEON_CFLAGS = @LIBDRM_RADEON_CFLAGS@
281LIBDRM_RADEON_LIBS = @LIBDRM_RADEON_LIBS@
282LIBGLAMOR_CFLAGS = @LIBGLAMOR_CFLAGS@
283LIBGLAMOR_EGL_CFLAGS = @LIBGLAMOR_EGL_CFLAGS@
284LIBGLAMOR_EGL_LIBS = @LIBGLAMOR_EGL_LIBS@
285LIBGLAMOR_LIBS = @LIBGLAMOR_LIBS@
286LIBGL_CFLAGS = @LIBGL_CFLAGS@
287LIBGL_LIBS = @LIBGL_LIBS@
288LIBOBJS = @LIBOBJS@
289LIBS = @LIBS@
290LIBTOOL = @LIBTOOL@
291LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
292LIBUDEV_LIBS = @LIBUDEV_LIBS@
293LIB_MAN_DIR = @LIB_MAN_DIR@
294LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
295LIPO = @LIPO@
296LN_S = @LN_S@
297LTLIBOBJS = @LTLIBOBJS@
298LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
299MAKEINFO = @MAKEINFO@
300MANIFEST_TOOL = @MANIFEST_TOOL@
301MAN_SUBSTS = @MAN_SUBSTS@
302MISC_MAN_DIR = @MISC_MAN_DIR@
303MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
304MKDIR_P = @MKDIR_P@
305NM = @NM@
306NMEDIT = @NMEDIT@
307OBJDUMP = @OBJDUMP@
308OBJEXT = @OBJEXT@
309OTOOL = @OTOOL@
310OTOOL64 = @OTOOL64@
311PACKAGE = @PACKAGE@
312PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
313PACKAGE_NAME = @PACKAGE_NAME@
314PACKAGE_STRING = @PACKAGE_STRING@
315PACKAGE_TARNAME = @PACKAGE_TARNAME@
316PACKAGE_URL = @PACKAGE_URL@
317PACKAGE_VERSION = @PACKAGE_VERSION@
318PATH_SEPARATOR = @PATH_SEPARATOR@
319PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
320PCIACCESS_LIBS = @PCIACCESS_LIBS@
321PKG_CONFIG = @PKG_CONFIG@
322PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
323PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
324RANLIB = @RANLIB@
325SED = @SED@
326SET_MAKE = @SET_MAKE@
327SHELL = @SHELL@
328STRICT_CFLAGS = @STRICT_CFLAGS@
329STRIP = @STRIP@
330VERSION = @VERSION@
331XEXT_CFLAGS = @XEXT_CFLAGS@
332XEXT_LIBS = @XEXT_LIBS@
333XORG_CFLAGS = @XORG_CFLAGS@
334XORG_LIBS = @XORG_LIBS@
335XORG_MAN_PAGE = @XORG_MAN_PAGE@
336abs_builddir = @abs_builddir@
337abs_srcdir = @abs_srcdir@
338abs_top_builddir = @abs_top_builddir@
339abs_top_srcdir = @abs_top_srcdir@
340ac_ct_AR = @ac_ct_AR@
341ac_ct_CC = @ac_ct_CC@
342ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
343am__include = @am__include@
344am__leading_dot = @am__leading_dot@
345am__quote = @am__quote@
346am__tar = @am__tar@
347am__untar = @am__untar@
348bindir = @bindir@
349build = @build@
350build_alias = @build_alias@
351build_cpu = @build_cpu@
352build_os = @build_os@
353build_vendor = @build_vendor@
354builddir = @builddir@
355configdir = @configdir@
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@
376moduledir = @moduledir@
377oldincludedir = @oldincludedir@
378pdfdir = @pdfdir@
379prefix = @prefix@
380program_transform_name = @program_transform_name@
381psdir = @psdir@
382runstatedir = @runstatedir@
383sbindir = @sbindir@
384sharedstatedir = @sharedstatedir@
385srcdir = @srcdir@
386sysconfdir = @sysconfdir@
387target_alias = @target_alias@
388top_build_prefix = @top_build_prefix@
389top_builddir = @top_builddir@
390top_srcdir = @top_srcdir@
391SUBDIRS = src man conf
392MAINTAINERCLEANFILES = ChangeLog INSTALL
393ACLOCAL_AMFLAGS = -I m4
394EXTRA_DIST = ChangeLog INSTALL 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
447
448mostlyclean-libtool:
449	-rm -f *.lo
450
451clean-libtool:
452	-rm -rf .libs _libs
453
454distclean-libtool:
455	-rm -f libtool config.lt
456
457# This directory's subdirectories are mostly independent; you can cd
458# into them and run 'make' without going through this Makefile.
459# To change the values of 'make' variables: instead of editing Makefiles,
460# (1) if the variable is set in 'config.status', edit 'config.status'
461#     (which will cause the Makefiles to be regenerated when you run 'make');
462# (2) otherwise, pass the desired values on the 'make' command line.
463$(am__recursive_targets):
464	@fail=; \
465	if $(am__make_keepgoing); then \
466	  failcom='fail=yes'; \
467	else \
468	  failcom='exit 1'; \
469	fi; \
470	dot_seen=no; \
471	target=`echo $@ | sed s/-recursive//`; \
472	case "$@" in \
473	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
474	  *) list='$(SUBDIRS)' ;; \
475	esac; \
476	for subdir in $$list; do \
477	  echo "Making $$target in $$subdir"; \
478	  if test "$$subdir" = "."; then \
479	    dot_seen=yes; \
480	    local_target="$$target-am"; \
481	  else \
482	    local_target="$$target"; \
483	  fi; \
484	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
485	  || eval $$failcom; \
486	done; \
487	if test "$$dot_seen" = "no"; then \
488	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
489	fi; test -z "$$fail"
490
491ID: $(am__tagged_files)
492	$(am__define_uniq_tagged_files); mkid -fID $$unique
493tags: tags-recursive
494TAGS: tags
495
496tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
497	set x; \
498	here=`pwd`; \
499	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
500	  include_option=--etags-include; \
501	  empty_fix=.; \
502	else \
503	  include_option=--include; \
504	  empty_fix=; \
505	fi; \
506	list='$(SUBDIRS)'; for subdir in $$list; do \
507	  if test "$$subdir" = .; then :; else \
508	    test ! -f $$subdir/TAGS || \
509	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
510	  fi; \
511	done; \
512	$(am__define_uniq_tagged_files); \
513	shift; \
514	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515	  test -n "$$unique" || unique=$$empty_fix; \
516	  if test $$# -gt 0; then \
517	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518	      "$$@" $$unique; \
519	  else \
520	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
521	      $$unique; \
522	  fi; \
523	fi
524ctags: ctags-recursive
525
526CTAGS: ctags
527ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
528	$(am__define_uniq_tagged_files); \
529	test -z "$(CTAGS_ARGS)$$unique" \
530	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531	     $$unique
532
533GTAGS:
534	here=`$(am__cd) $(top_builddir) && pwd` \
535	  && $(am__cd) $(top_srcdir) \
536	  && gtags -i $(GTAGS_ARGS) "$$here"
537cscope: cscope.files
538	test ! -s cscope.files \
539	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
540clean-cscope:
541	-rm -f cscope.files
542cscope.files: clean-cscope cscopelist
543cscopelist: cscopelist-recursive
544
545cscopelist-am: $(am__tagged_files)
546	list='$(am__tagged_files)'; \
547	case "$(srcdir)" in \
548	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549	  *) sdir=$(subdir)/$(srcdir) ;; \
550	esac; \
551	for i in $$list; do \
552	  if test -f "$$i"; then \
553	    echo "$(subdir)/$$i"; \
554	  else \
555	    echo "$$sdir/$$i"; \
556	  fi; \
557	done >> $(top_builddir)/cscope.files
558
559distclean-tags:
560	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
562distdir: $(BUILT_SOURCES)
563	$(MAKE) $(AM_MAKEFLAGS) distdir-am
564
565distdir-am: $(DISTFILES)
566	$(am__remove_distdir)
567	test -d "$(distdir)" || mkdir "$(distdir)"
568	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
569	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570	list='$(DISTFILES)'; \
571	  dist_files=`for file in $$list; do echo $$file; done | \
572	  sed -e "s|^$$srcdirstrip/||;t" \
573	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
574	case $$dist_files in \
575	  */*) $(MKDIR_P) `echo "$$dist_files" | \
576			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
577			   sort -u` ;; \
578	esac; \
579	for file in $$dist_files; do \
580	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
581	  if test -d $$d/$$file; then \
582	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
583	    if test -d "$(distdir)/$$file"; then \
584	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585	    fi; \
586	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
588	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589	    fi; \
590	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591	  else \
592	    test -f "$(distdir)/$$file" \
593	    || cp -p $$d/$$file "$(distdir)/$$file" \
594	    || exit 1; \
595	  fi; \
596	done
597	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598	  if test "$$subdir" = .; then :; else \
599	    $(am__make_dryrun) \
600	      || test -d "$(distdir)/$$subdir" \
601	      || $(MKDIR_P) "$(distdir)/$$subdir" \
602	      || exit 1; \
603	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
604	    $(am__relativize); \
605	    new_distdir=$$reldir; \
606	    dir1=$$subdir; dir2="$(top_distdir)"; \
607	    $(am__relativize); \
608	    new_top_distdir=$$reldir; \
609	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
610	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
611	    ($(am__cd) $$subdir && \
612	      $(MAKE) $(AM_MAKEFLAGS) \
613	        top_distdir="$$new_top_distdir" \
614	        distdir="$$new_distdir" \
615		am__remove_distdir=: \
616		am__skip_length_check=: \
617		am__skip_mode_fix=: \
618	        distdir) \
619	      || exit 1; \
620	  fi; \
621	done
622	-test -n "$(am__skip_mode_fix)" \
623	|| find "$(distdir)" -type d ! -perm -755 \
624		-exec chmod u+rwx,go+rx {} \; -o \
625	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
626	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
627	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
628	|| chmod -R a+r "$(distdir)"
629dist-gzip: distdir
630	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
631	$(am__post_remove_distdir)
632
633dist-bzip2: distdir
634	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
635	$(am__post_remove_distdir)
636
637dist-lzip: distdir
638	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
639	$(am__post_remove_distdir)
640dist-xz: distdir
641	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
642	$(am__post_remove_distdir)
643
644dist-zstd: distdir
645	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
646	$(am__post_remove_distdir)
647
648dist-tarZ: distdir
649	@echo WARNING: "Support for distribution archives compressed with" \
650		       "legacy program 'compress' is deprecated." >&2
651	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
652	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
653	$(am__post_remove_distdir)
654
655dist-shar: distdir
656	@echo WARNING: "Support for shar distribution archives is" \
657	               "deprecated." >&2
658	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
659	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
660	$(am__post_remove_distdir)
661
662dist-zip: distdir
663	-rm -f $(distdir).zip
664	zip -rq $(distdir).zip $(distdir)
665	$(am__post_remove_distdir)
666
667dist dist-all:
668	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
669	$(am__post_remove_distdir)
670
671# This target untars the dist file and tries a VPATH configuration.  Then
672# it guarantees that the distribution is self-contained by making another
673# tarfile.
674distcheck: dist
675	case '$(DIST_ARCHIVES)' in \
676	*.tar.gz*) \
677	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
678	*.tar.bz2*) \
679	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
680	*.tar.lz*) \
681	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
682	*.tar.xz*) \
683	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
684	*.tar.Z*) \
685	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
686	*.shar.gz*) \
687	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
688	*.zip*) \
689	  unzip $(distdir).zip ;;\
690	*.tar.zst*) \
691	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
692	esac
693	chmod -R a-w $(distdir)
694	chmod u+w $(distdir)
695	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
696	chmod a-w $(distdir)
697	test -d $(distdir)/_build || exit 0; \
698	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
699	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
700	  && am__cwd=`pwd` \
701	  && $(am__cd) $(distdir)/_build/sub \
702	  && ../../configure \
703	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
704	    $(DISTCHECK_CONFIGURE_FLAGS) \
705	    --srcdir=../.. --prefix="$$dc_install_base" \
706	  && $(MAKE) $(AM_MAKEFLAGS) \
707	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
708	  && $(MAKE) $(AM_MAKEFLAGS) check \
709	  && $(MAKE) $(AM_MAKEFLAGS) install \
710	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
711	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
712	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
713	        distuninstallcheck \
714	  && chmod -R a-w "$$dc_install_base" \
715	  && ({ \
716	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
717	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
718	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
719	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
720	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
721	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
722	  && rm -rf "$$dc_destdir" \
723	  && $(MAKE) $(AM_MAKEFLAGS) dist \
724	  && rm -rf $(DIST_ARCHIVES) \
725	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
726	  && cd "$$am__cwd" \
727	  || exit 1
728	$(am__post_remove_distdir)
729	@(echo "$(distdir) archives ready for distribution: "; \
730	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
731	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
732distuninstallcheck:
733	@test -n '$(distuninstallcheck_dir)' || { \
734	  echo 'ERROR: trying to run $@ with an empty' \
735	       '$$(distuninstallcheck_dir)' >&2; \
736	  exit 1; \
737	}; \
738	$(am__cd) '$(distuninstallcheck_dir)' || { \
739	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
740	  exit 1; \
741	}; \
742	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
743	   || { echo "ERROR: files left after uninstall:" ; \
744	        if test -n "$(DESTDIR)"; then \
745	          echo "  (check DESTDIR support)"; \
746	        fi ; \
747	        $(distuninstallcheck_listfiles) ; \
748	        exit 1; } >&2
749distcleancheck: distclean
750	@if test '$(srcdir)' = . ; then \
751	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
752	  exit 1 ; \
753	fi
754	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
755	  || { echo "ERROR: files left in build directory after distclean:" ; \
756	       $(distcleancheck_listfiles) ; \
757	       exit 1; } >&2
758check-am: all-am
759check: check-recursive
760all-am: Makefile config.h
761installdirs: installdirs-recursive
762installdirs-am:
763install: install-recursive
764install-exec: install-exec-recursive
765install-data: install-data-recursive
766uninstall: uninstall-recursive
767
768install-am: all-am
769	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
770
771installcheck: installcheck-recursive
772install-strip:
773	if test -z '$(STRIP)'; then \
774	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
775	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
776	      install; \
777	else \
778	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
779	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
780	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
781	fi
782mostlyclean-generic:
783
784clean-generic:
785
786distclean-generic:
787	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
788	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
789
790maintainer-clean-generic:
791	@echo "This command is intended for maintainers to use"
792	@echo "it deletes files that may require special tools to rebuild."
793	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
794clean: clean-recursive
795
796clean-am: clean-generic clean-libtool mostlyclean-am
797
798distclean: distclean-recursive
799	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
800	-rm -f Makefile
801distclean-am: clean-am distclean-generic distclean-hdr \
802	distclean-libtool distclean-tags
803
804dvi: dvi-recursive
805
806dvi-am:
807
808html: html-recursive
809
810html-am:
811
812info: info-recursive
813
814info-am:
815
816install-data-am:
817
818install-dvi: install-dvi-recursive
819
820install-dvi-am:
821
822install-exec-am:
823
824install-html: install-html-recursive
825
826install-html-am:
827
828install-info: install-info-recursive
829
830install-info-am:
831
832install-man:
833
834install-pdf: install-pdf-recursive
835
836install-pdf-am:
837
838install-ps: install-ps-recursive
839
840install-ps-am:
841
842installcheck-am:
843
844maintainer-clean: maintainer-clean-recursive
845	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
846	-rm -rf $(top_srcdir)/autom4te.cache
847	-rm -f Makefile
848maintainer-clean-am: distclean-am maintainer-clean-generic
849
850mostlyclean: mostlyclean-recursive
851
852mostlyclean-am: mostlyclean-generic mostlyclean-libtool
853
854pdf: pdf-recursive
855
856pdf-am:
857
858ps: ps-recursive
859
860ps-am:
861
862uninstall-am:
863
864.MAKE: $(am__recursive_targets) all install-am install-strip
865
866.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
867	am--refresh check check-am clean clean-cscope clean-generic \
868	clean-libtool cscope cscopelist-am ctags ctags-am dist \
869	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
870	dist-xz dist-zip dist-zstd distcheck distclean \
871	distclean-generic distclean-hdr distclean-libtool \
872	distclean-tags distcleancheck distdir distuninstallcheck dvi \
873	dvi-am html html-am info info-am install install-am \
874	install-data install-data-am install-dvi install-dvi-am \
875	install-exec install-exec-am install-html install-html-am \
876	install-info install-info-am install-man install-pdf \
877	install-pdf-am install-ps install-ps-am install-strip \
878	installcheck installcheck-am installdirs installdirs-am \
879	maintainer-clean maintainer-clean-generic mostlyclean \
880	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
881	tags tags-am uninstall uninstall-am
882
883.PRECIOUS: Makefile
884
885
886.PHONY: ChangeLog INSTALL
887
888INSTALL:
889	$(INSTALL_CMD)
890
891ChangeLog:
892	$(CHANGELOG_CMD)
893
894# Tell versions [3.59,3.63) of GNU make to not export all variables.
895# Otherwise a system limit (for SysV at least) may be exceeded.
896.NOEXPORT:
897