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