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