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 = src
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 $(xcbinclude_HEADERS) \
95	$(am__DIST_COMMON)
96mkinstalldirs = $(install_sh) -d
97CONFIG_CLEAN_FILES =
98CONFIG_CLEAN_VPATH_FILES =
99AM_V_P = $(am__v_P_@AM_V@)
100am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101am__v_P_0 = false
102am__v_P_1 = :
103AM_V_GEN = $(am__v_GEN_@AM_V@)
104am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105am__v_GEN_0 = @echo "  GEN     " $@;
106am__v_GEN_1 = 
107AM_V_at = $(am__v_at_@AM_V@)
108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109am__v_at_0 = @
110am__v_at_1 = 
111SOURCES =
112DIST_SOURCES =
113am__can_run_installinfo = \
114  case $$AM_UPDATE_INFO_DIR in \
115    n|no|NO) false;; \
116    *) (install-info --version) >/dev/null 2>&1;; \
117  esac
118am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
119am__vpath_adj = case $$p in \
120    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
121    *) f=$$p;; \
122  esac;
123am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
124am__install_max = 40
125am__nobase_strip_setup = \
126  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
127am__nobase_strip = \
128  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
129am__nobase_list = $(am__nobase_strip_setup); \
130  for p in $$list; do echo "$$p $$p"; done | \
131  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
132  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
133    if (++n[$$2] == $(am__install_max)) \
134      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
135    END { for (dir in files) print dir, files[dir] }'
136am__base_list = \
137  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
138  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
139am__uninstall_files_from_dir = { \
140  test -z "$$files" \
141    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
142    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
143         $(am__cd) "$$dir" && rm -f $$files; }; \
144  }
145am__installdirs = "$(DESTDIR)$(xcbincludedir)"
146HEADERS = $(xcbinclude_HEADERS)
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148# Read a list of newline-separated strings from the standard input,
149# and print each of them once, without duplicates.  Input order is
150# *not* preserved.
151am__uniquify_input = $(AWK) '\
152  BEGIN { nonempty = 0; } \
153  { items[$$0] = 1; nonempty = 1; } \
154  END { if (nonempty) { for (i in items) print i; }; } \
155'
156# Make sure the list of sources is unique.  This is necessary because,
157# e.g., the same source file might be shared among _SOURCES variables
158# for different programs/libraries.
159am__define_uniq_tagged_files = \
160  list='$(am__tagged_files)'; \
161  unique=`for i in $$list; do \
162    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163  done | $(am__uniquify_input)`
164am__DIST_COMMON = $(srcdir)/Makefile.in
165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166ACLOCAL = @ACLOCAL@
167AMTAR = @AMTAR@
168AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
169AUTOCONF = @AUTOCONF@
170AUTOHEADER = @AUTOHEADER@
171AUTOMAKE = @AUTOMAKE@
172AWK = @AWK@
173CSCOPE = @CSCOPE@
174CTAGS = @CTAGS@
175CYGPATH_W = @CYGPATH_W@
176DEFS = @DEFS@
177ECHO_C = @ECHO_C@
178ECHO_N = @ECHO_N@
179ECHO_T = @ECHO_T@
180ETAGS = @ETAGS@
181INSTALL = @INSTALL@
182INSTALL_DATA = @INSTALL_DATA@
183INSTALL_PROGRAM = @INSTALL_PROGRAM@
184INSTALL_SCRIPT = @INSTALL_SCRIPT@
185INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186LIBOBJS = @LIBOBJS@
187LIBS = @LIBS@
188LTLIBOBJS = @LTLIBOBJS@
189MAKEINFO = @MAKEINFO@
190MKDIR_P = @MKDIR_P@
191PACKAGE = @PACKAGE@
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_URL = @PACKAGE_URL@
197PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@
199PYTHON = @PYTHON@
200PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
201PYTHON_PLATFORM = @PYTHON_PLATFORM@
202PYTHON_PREFIX = @PYTHON_PREFIX@
203PYTHON_VERSION = @PYTHON_VERSION@
204SET_MAKE = @SET_MAKE@
205SHELL = @SHELL@
206STRIP = @STRIP@
207VERSION = @VERSION@
208XMLLINT = @XMLLINT@
209abs_builddir = @abs_builddir@
210abs_srcdir = @abs_srcdir@
211abs_top_builddir = @abs_top_builddir@
212abs_top_srcdir = @abs_top_srcdir@
213am__leading_dot = @am__leading_dot@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build_alias = @build_alias@
218builddir = @builddir@
219datadir = @datadir@
220datarootdir = @datarootdir@
221docdir = @docdir@
222dvidir = @dvidir@
223exec_prefix = @exec_prefix@
224host_alias = @host_alias@
225htmldir = @htmldir@
226includedir = @includedir@
227infodir = @infodir@
228install_sh = @install_sh@
229libdir = @libdir@
230libexecdir = @libexecdir@
231localedir = @localedir@
232localstatedir = @localstatedir@
233mandir = @mandir@
234mkdir_p = @mkdir_p@
235oldincludedir = @oldincludedir@
236pdfdir = @pdfdir@
237pkgpyexecdir = @pkgpyexecdir@
238pkgpythondir = @pkgpythondir@
239prefix = @prefix@
240program_transform_name = @program_transform_name@
241psdir = @psdir@
242pyexecdir = @pyexecdir@
243pythondir = @pythondir@
244runstatedir = @runstatedir@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247srcdir = @srcdir@
248sysconfdir = @sysconfdir@
249target_alias = @target_alias@
250top_build_prefix = @top_build_prefix@
251top_builddir = @top_builddir@
252top_srcdir = @top_srcdir@
253xcbincludedir = @xcbincludedir@
254xcbinclude_HEADERS = \
255	xcb.xsd \
256	xproto.xml \
257	bigreq.xml \
258	composite.xml \
259	damage.xml \
260	dbe.xml \
261	dpms.xml \
262	dri2.xml \
263	dri3.xml \
264	ge.xml \
265	glx.xml \
266	present.xml \
267	randr.xml \
268	record.xml \
269	render.xml \
270	res.xml \
271	screensaver.xml \
272	shape.xml \
273	shm.xml \
274	sync.xml \
275	xc_misc.xml \
276	xevie.xml \
277	xf86dri.xml \
278	xf86vidmode.xml \
279	xfixes.xml \
280	xinerama.xml \
281	xinput.xml \
282	xkb.xml \
283	xprint.xml \
284	xselinux.xml \
285	xtest.xml \
286	xv.xml \
287	xvmc.xml
288
289all: all-am
290
291.SUFFIXES:
292$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
293	@for dep in $?; do \
294	  case '$(am__configure_deps)' in \
295	    *$$dep*) \
296	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
297	        && { if test -f $@; then exit 0; else break; fi; }; \
298	      exit 1;; \
299	  esac; \
300	done; \
301	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
302	$(am__cd) $(top_srcdir) && \
303	  $(AUTOMAKE) --foreign src/Makefile
304Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305	@case '$?' in \
306	  *config.status*) \
307	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308	  *) \
309	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
310	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
311	esac;
312
313$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
314	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
316$(top_srcdir)/configure:  $(am__configure_deps)
317	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320$(am__aclocal_m4_deps):
321install-xcbincludeHEADERS: $(xcbinclude_HEADERS)
322	@$(NORMAL_INSTALL)
323	@list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
324	if test -n "$$list"; then \
325	  echo " $(MKDIR_P) '$(DESTDIR)$(xcbincludedir)'"; \
326	  $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)" || exit 1; \
327	fi; \
328	for p in $$list; do \
329	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
330	  echo "$$d$$p"; \
331	done | $(am__base_list) | \
332	while read files; do \
333	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
334	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
335	done
336
337uninstall-xcbincludeHEADERS:
338	@$(NORMAL_UNINSTALL)
339	@list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
340	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
341	dir='$(DESTDIR)$(xcbincludedir)'; $(am__uninstall_files_from_dir)
342
343ID: $(am__tagged_files)
344	$(am__define_uniq_tagged_files); mkid -fID $$unique
345tags: tags-am
346TAGS: tags
347
348tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
349	set x; \
350	here=`pwd`; \
351	$(am__define_uniq_tagged_files); \
352	shift; \
353	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
354	  test -n "$$unique" || unique=$$empty_fix; \
355	  if test $$# -gt 0; then \
356	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357	      "$$@" $$unique; \
358	  else \
359	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
360	      $$unique; \
361	  fi; \
362	fi
363ctags: ctags-am
364
365CTAGS: ctags
366ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
367	$(am__define_uniq_tagged_files); \
368	test -z "$(CTAGS_ARGS)$$unique" \
369	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
370	     $$unique
371
372GTAGS:
373	here=`$(am__cd) $(top_builddir) && pwd` \
374	  && $(am__cd) $(top_srcdir) \
375	  && gtags -i $(GTAGS_ARGS) "$$here"
376cscopelist: cscopelist-am
377
378cscopelist-am: $(am__tagged_files)
379	list='$(am__tagged_files)'; \
380	case "$(srcdir)" in \
381	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
382	  *) sdir=$(subdir)/$(srcdir) ;; \
383	esac; \
384	for i in $$list; do \
385	  if test -f "$$i"; then \
386	    echo "$(subdir)/$$i"; \
387	  else \
388	    echo "$$sdir/$$i"; \
389	  fi; \
390	done >> $(top_builddir)/cscope.files
391
392distclean-tags:
393	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394distdir: $(BUILT_SOURCES)
395	$(MAKE) $(AM_MAKEFLAGS) distdir-am
396
397distdir-am: $(DISTFILES)
398	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400	list='$(DISTFILES)'; \
401	  dist_files=`for file in $$list; do echo $$file; done | \
402	  sed -e "s|^$$srcdirstrip/||;t" \
403	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
404	case $$dist_files in \
405	  */*) $(MKDIR_P) `echo "$$dist_files" | \
406			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
407			   sort -u` ;; \
408	esac; \
409	for file in $$dist_files; do \
410	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
411	  if test -d $$d/$$file; then \
412	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
413	    if test -d "$(distdir)/$$file"; then \
414	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415	    fi; \
416	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
417	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
418	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
419	    fi; \
420	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
421	  else \
422	    test -f "$(distdir)/$$file" \
423	    || cp -p $$d/$$file "$(distdir)/$$file" \
424	    || exit 1; \
425	  fi; \
426	done
427@HAVE_XMLLINT_FALSE@check-local:
428check-am: all-am
429	$(MAKE) $(AM_MAKEFLAGS) check-local
430check: check-am
431all-am: Makefile $(HEADERS)
432installdirs:
433	for dir in "$(DESTDIR)$(xcbincludedir)"; do \
434	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
435	done
436install: install-am
437install-exec: install-exec-am
438install-data: install-data-am
439uninstall: uninstall-am
440
441install-am: all-am
442	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
443
444installcheck: installcheck-am
445install-strip:
446	if test -z '$(STRIP)'; then \
447	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
448	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
449	      install; \
450	else \
451	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
454	fi
455mostlyclean-generic:
456
457clean-generic:
458
459distclean-generic:
460	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
461	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
462
463maintainer-clean-generic:
464	@echo "This command is intended for maintainers to use"
465	@echo "it deletes files that may require special tools to rebuild."
466clean: clean-am
467
468clean-am: clean-generic mostlyclean-am
469
470distclean: distclean-am
471	-rm -f Makefile
472distclean-am: clean-am distclean-generic distclean-tags
473
474dvi: dvi-am
475
476dvi-am:
477
478html: html-am
479
480html-am:
481
482info: info-am
483
484info-am:
485
486install-data-am: install-xcbincludeHEADERS
487
488install-dvi: install-dvi-am
489
490install-dvi-am:
491
492install-exec-am:
493
494install-html: install-html-am
495
496install-html-am:
497
498install-info: install-info-am
499
500install-info-am:
501
502install-man:
503
504install-pdf: install-pdf-am
505
506install-pdf-am:
507
508install-ps: install-ps-am
509
510install-ps-am:
511
512installcheck-am:
513
514maintainer-clean: maintainer-clean-am
515	-rm -f Makefile
516maintainer-clean-am: distclean-am maintainer-clean-generic
517
518mostlyclean: mostlyclean-am
519
520mostlyclean-am: mostlyclean-generic
521
522pdf: pdf-am
523
524pdf-am:
525
526ps: ps-am
527
528ps-am:
529
530uninstall-am: uninstall-xcbincludeHEADERS
531
532.MAKE: check-am install-am install-strip
533
534.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
535	clean-generic cscopelist-am ctags ctags-am distclean \
536	distclean-generic distclean-tags distdir dvi dvi-am html \
537	html-am info info-am install install-am install-data \
538	install-data-am install-dvi install-dvi-am install-exec \
539	install-exec-am install-html install-html-am install-info \
540	install-info-am install-man install-pdf install-pdf-am \
541	install-ps install-ps-am install-strip \
542	install-xcbincludeHEADERS installcheck installcheck-am \
543	installdirs maintainer-clean maintainer-clean-generic \
544	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
545	tags-am uninstall uninstall-am uninstall-xcbincludeHEADERS
546
547.PRECIOUS: Makefile
548
549
550@HAVE_XMLLINT_TRUE@check-local:
551@HAVE_XMLLINT_TRUE@	$(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml
552
553# Tell versions [3.59,3.63) of GNU make to not export all variables.
554# Otherwise a system limit (for SysV at least) may be exceeded.
555.NOEXPORT:
556