1# Makefile.in generated by automake 1.17 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2024 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))
73am__rm_f = rm -f $(am__rm_f_notfound)
74am__rm_rf = rm -rf $(am__rm_f_notfound)
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93subdir = .
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
96	$(top_srcdir)/m4/ax_gcc_builtin.m4 $(top_srcdir)/m4/libtool.m4 \
97	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
103	$(am__configure_deps) $(am__DIST_COMMON)
104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105 configure.lineno config.status.lineno
106mkinstalldirs = $(install_sh) -d
107CONFIG_HEADER = $(top_builddir)/src/config.h \
108	$(top_builddir)/include/X11/XlibConf.h
109CONFIG_CLEAN_FILES = x11.pc x11-xcb.pc
110CONFIG_CLEAN_VPATH_FILES =
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 = 
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 = 
123SOURCES =
124DIST_SOURCES =
125RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126	ctags-recursive dvi-recursive html-recursive info-recursive \
127	install-data-recursive install-dvi-recursive \
128	install-exec-recursive install-html-recursive \
129	install-info-recursive install-pdf-recursive \
130	install-ps-recursive install-recursive installcheck-recursive \
131	installdirs-recursive pdf-recursive ps-recursive \
132	tags-recursive uninstall-recursive
133am__can_run_installinfo = \
134  case $$AM_UPDATE_INFO_DIR in \
135    n|no|NO) false;; \
136    *) (install-info --version) >/dev/null 2>&1;; \
137  esac
138am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139am__vpath_adj = case $$p in \
140    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141    *) f=$$p;; \
142  esac;
143am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144am__install_max = 40
145am__nobase_strip_setup = \
146  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147am__nobase_strip = \
148  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149am__nobase_list = $(am__nobase_strip_setup); \
150  for p in $$list; do echo "$$p $$p"; done | \
151  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153    if (++n[$$2] == $(am__install_max)) \
154      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155    END { for (dir in files) print dir, files[dir] }'
156am__base_list = \
157  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159am__uninstall_files_from_dir = { \
160  { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161  || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162       $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \
163  }
164am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
165DATA = $(pkgconfig_DATA)
166RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
167  distclean-recursive maintainer-clean-recursive
168am__recursive_targets = \
169  $(RECURSIVE_TARGETS) \
170  $(RECURSIVE_CLEAN_TARGETS) \
171  $(am__extra_recursive_targets)
172AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173	cscope distdir distdir-am dist dist-all distcheck
174am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175# Read a list of newline-separated strings from the standard input,
176# and print each of them once, without duplicates.  Input order is
177# *not* preserved.
178am__uniquify_input = $(AWK) '\
179  BEGIN { nonempty = 0; } \
180  { items[$$0] = 1; nonempty = 1; } \
181  END { if (nonempty) { for (i in items) print i; }; } \
182'
183# Make sure the list of sources is unique.  This is necessary because,
184# e.g., the same source file might be shared among _SOURCES variables
185# for different programs/libraries.
186am__define_uniq_tagged_files = \
187  list='$(am__tagged_files)'; \
188  unique=`for i in $$list; do \
189    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190  done | $(am__uniquify_input)`
191DIST_SUBDIRS = include modules src nls man specs
192am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/x11-xcb.pc.in \
193	$(srcdir)/x11.pc.in $(top_srcdir)/include/X11/XlibConf.h.in \
194	AUTHORS COPYING ChangeLog INSTALL README.md compile \
195	config.guess config.sub install-sh ltmain.sh missing
196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197distdir = $(PACKAGE)-$(VERSION)
198top_distdir = $(distdir)
199am__remove_distdir = \
200  if test -d "$(distdir)"; then \
201    find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \
202      ; rm -rf "$(distdir)" \
203      || { sleep 5 && rm -rf "$(distdir)"; }; \
204  else :; fi
205am__post_remove_distdir = $(am__remove_distdir)
206am__relativize = \
207  dir0=`pwd`; \
208  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
209  sed_rest='s,^[^/]*/*,,'; \
210  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
211  sed_butlast='s,/*[^/]*$$,,'; \
212  while test -n "$$dir1"; do \
213    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
214    if test "$$first" != "."; then \
215      if test "$$first" = ".."; then \
216        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
217        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
218      else \
219        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
220        if test "$$first2" = "$$first"; then \
221          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
222        else \
223          dir2="../$$dir2"; \
224        fi; \
225        dir0="$$dir0"/"$$first"; \
226      fi; \
227    fi; \
228    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
229  done; \
230  reldir="$$dir2"
231DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
232GZIP_ENV = -9
233DIST_TARGETS = dist-xz dist-gzip
234# Exists only to be overridden by the user if desired.
235AM_DISTCHECK_DVI_TARGET = dvi
236distuninstallcheck_listfiles = find . -type f -print
237am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
238  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
239distcleancheck_listfiles = \
240  find . \( -type f -a \! \
241            \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print
242ACLOCAL = @ACLOCAL@
243ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
244ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
245AMTAR = @AMTAR@
246AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
247APP_MAN_DIR = @APP_MAN_DIR@
248APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
249AR = @AR@
250AUTOCONF = @AUTOCONF@
251AUTOHEADER = @AUTOHEADER@
252AUTOMAKE = @AUTOMAKE@
253AWK = @AWK@
254BASE_CFLAGS = @BASE_CFLAGS@
255BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
256BIGFONT_LIBS = @BIGFONT_LIBS@
257CC = @CC@
258CCDEPMODE = @CCDEPMODE@
259CC_FOR_BUILD = @CC_FOR_BUILD@
260CFLAGS = @CFLAGS@
261CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
262CHANGELOG_CMD = @CHANGELOG_CMD@
263CPP = @CPP@
264CPPFLAGS = @CPPFLAGS@
265CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
266CSCOPE = @CSCOPE@
267CTAGS = @CTAGS@
268CWARNFLAGS = @CWARNFLAGS@
269CYGPATH_W = @CYGPATH_W@
270DEFS = @DEFS@
271DEPDIR = @DEPDIR@
272DLLTOOL = @DLLTOOL@
273DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
274DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
275DSYMUTIL = @DSYMUTIL@
276DUMPBIN = @DUMPBIN@
277ECHO_C = @ECHO_C@
278ECHO_N = @ECHO_N@
279ECHO_T = @ECHO_T@
280EGREP = @EGREP@
281ETAGS = @ETAGS@
282EXEEXT = @EXEEXT@
283EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
284FGREP = @FGREP@
285FILECMD = @FILECMD@
286FILE_MAN_DIR = @FILE_MAN_DIR@
287FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
288FOP = @FOP@
289GREP = @GREP@
290I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
291INSTALL = @INSTALL@
292INSTALL_CMD = @INSTALL_CMD@
293INSTALL_DATA = @INSTALL_DATA@
294INSTALL_PROGRAM = @INSTALL_PROGRAM@
295INSTALL_SCRIPT = @INSTALL_SCRIPT@
296INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
297KEYSYMDEFS = @KEYSYMDEFS@
298LAUNCHD = @LAUNCHD@
299LD = @LD@
300LDFLAGS = @LDFLAGS@
301LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
302LIBOBJS = @LIBOBJS@
303LIBS = @LIBS@
304LIBTOOL = @LIBTOOL@
305LIB_MAN_DIR = @LIB_MAN_DIR@
306LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
307LINT = @LINT@
308LINTLIB = @LINTLIB@
309LINT_FLAGS = @LINT_FLAGS@
310LIPO = @LIPO@
311LN_S = @LN_S@
312LTLIBOBJS = @LTLIBOBJS@
313LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
314MAKEINFO = @MAKEINFO@
315MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
316MANIFEST_TOOL = @MANIFEST_TOOL@
317MAN_SUBSTS = @MAN_SUBSTS@
318MISC_MAN_DIR = @MISC_MAN_DIR@
319MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
320MKDIR_P = @MKDIR_P@
321NM = @NM@
322NMEDIT = @NMEDIT@
323OBJDUMP = @OBJDUMP@
324OBJEXT = @OBJEXT@
325OTOOL = @OTOOL@
326OTOOL64 = @OTOOL64@
327PACKAGE = @PACKAGE@
328PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329PACKAGE_NAME = @PACKAGE_NAME@
330PACKAGE_STRING = @PACKAGE_STRING@
331PACKAGE_TARNAME = @PACKAGE_TARNAME@
332PACKAGE_URL = @PACKAGE_URL@
333PACKAGE_VERSION = @PACKAGE_VERSION@
334PATH_SEPARATOR = @PATH_SEPARATOR@
335PERL = @PERL@
336PKG_CONFIG = @PKG_CONFIG@
337PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
338PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
339RANLIB = @RANLIB@
340RAWCPP = @RAWCPP@
341RAWCPPFLAGS = @RAWCPPFLAGS@
342SED = @SED@
343SET_MAKE = @SET_MAKE@
344SHELL = @SHELL@
345STRICT_CFLAGS = @STRICT_CFLAGS@
346STRIP = @STRIP@
347STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
348TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
349USE_THREAD_LIBS = @USE_THREAD_LIBS@
350VERSION = @VERSION@
351WCHAR32 = @WCHAR32@
352X11_CFLAGS = @X11_CFLAGS@
353X11_DATADIR = @X11_DATADIR@
354X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
355X11_LIBDIR = @X11_LIBDIR@
356X11_LIBS = @X11_LIBS@
357X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
358X11_LOCALEDIR = @X11_LOCALEDIR@
359X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
360XERRORDB = @XERRORDB@
361XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
362XKEYSYMDB = @XKEYSYMDB@
363XLOCALEDATADIR = @XLOCALEDATADIR@
364XLOCALEDIR = @XLOCALEDIR@
365XLOCALELIBDIR = @XLOCALELIBDIR@
366XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
367XMLTO = @XMLTO@
368XORG_MAN_PAGE = @XORG_MAN_PAGE@
369XORG_SGML_PATH = @XORG_SGML_PATH@
370XSLTPROC = @XSLTPROC@
371XSL_STYLESHEET = @XSL_STYLESHEET@
372XTHREADLIB = @XTHREADLIB@
373XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
374XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
375abs_builddir = @abs_builddir@
376abs_srcdir = @abs_srcdir@
377abs_top_builddir = @abs_top_builddir@
378abs_top_srcdir = @abs_top_srcdir@
379ac_ct_AR = @ac_ct_AR@
380ac_ct_CC = @ac_ct_CC@
381ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
382am__include = @am__include@
383am__leading_dot = @am__leading_dot@
384am__quote = @am__quote@
385am__rm_f_notfound = @am__rm_f_notfound@
386am__tar = @am__tar@
387am__untar = @am__untar@
388am__xargs_n = @am__xargs_n@
389bindir = @bindir@
390build = @build@
391build_alias = @build_alias@
392build_cpu = @build_cpu@
393build_os = @build_os@
394build_vendor = @build_vendor@
395builddir = @builddir@
396datadir = @datadir@
397datarootdir = @datarootdir@
398docdir = @docdir@
399dvidir = @dvidir@
400exec_prefix = @exec_prefix@
401host = @host@
402host_alias = @host_alias@
403host_cpu = @host_cpu@
404host_os = @host_os@
405host_vendor = @host_vendor@
406htmldir = @htmldir@
407includedir = @includedir@
408infodir = @infodir@
409install_sh = @install_sh@
410libdir = @libdir@
411libexecdir = @libexecdir@
412localedir = @localedir@
413locales = @locales@
414localstatedir = @localstatedir@
415mandir = @mandir@
416mkdir_p = @mkdir_p@
417oldincludedir = @oldincludedir@
418pdfdir = @pdfdir@
419prefix = @prefix@
420program_transform_name = @program_transform_name@
421psdir = @psdir@
422runstatedir = @runstatedir@
423sbindir = @sbindir@
424sharedstatedir = @sharedstatedir@
425srcdir = @srcdir@
426sysconfdir = @sysconfdir@
427target_alias = @target_alias@
428top_build_prefix = @top_build_prefix@
429top_builddir = @top_builddir@
430top_srcdir = @top_srcdir@
431@XLIB_LOADABLE_I18N_FALSE@ORDER = modules src
432@XLIB_LOADABLE_I18N_TRUE@ORDER = src modules
433# Order: nls before specs
434SUBDIRS = include $(ORDER) nls man specs
435ACLOCAL_AMFLAGS = -I m4
436pkgconfigdir = $(libdir)/pkgconfig
437pkgconfig_DATA = x11.pc x11-xcb.pc
438MAINTAINERCLEANFILES = ChangeLog INSTALL
439
440# Check source code with tools like lint & sparse
441@LINT_TRUE@LINT_SUBDIRS = src # modules
442EXTRA_DIST = README.md
443all: all-recursive
444
445.SUFFIXES:
446am--refresh: Makefile
447	@:
448$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
449	@for dep in $?; do \
450	  case '$(am__configure_deps)' in \
451	    *$$dep*) \
452	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
453	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
454		&& exit 0; \
455	      exit 1;; \
456	  esac; \
457	done; \
458	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
459	$(am__cd) $(top_srcdir) && \
460	  $(AUTOMAKE) --foreign Makefile
461Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462	@case '$?' in \
463	  *config.status*) \
464	    echo ' $(SHELL) ./config.status'; \
465	    $(SHELL) ./config.status;; \
466	  *) \
467	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
468	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
469	esac;
470
471$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
472	$(SHELL) ./config.status --recheck
473
474$(top_srcdir)/configure:  $(am__configure_deps)
475	$(am__cd) $(srcdir) && $(AUTOCONF)
476$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
477	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
478$(am__aclocal_m4_deps):
479
480include/X11/XlibConf.h: include/X11/stamp-h2
481	@test -f $@ || rm -f include/X11/stamp-h2
482	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) include/X11/stamp-h2
483
484include/X11/stamp-h2: $(top_srcdir)/include/X11/XlibConf.h.in $(top_builddir)/config.status
485	$(AM_V_at)rm -f include/X11/stamp-h2
486	$(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status include/X11/XlibConf.h
487
488distclean-hdr:
489	-rm -f include/X11/XlibConf.h include/X11/stamp-h2
490x11.pc: $(top_builddir)/config.status $(srcdir)/x11.pc.in
491	cd $(top_builddir) && $(SHELL) ./config.status $@
492x11-xcb.pc: $(top_builddir)/config.status $(srcdir)/x11-xcb.pc.in
493	cd $(top_builddir) && $(SHELL) ./config.status $@
494
495mostlyclean-libtool:
496	-rm -f *.lo
497
498clean-libtool:
499	-rm -rf .libs _libs
500
501distclean-libtool:
502	-rm -f libtool config.lt
503install-pkgconfigDATA: $(pkgconfig_DATA)
504	@$(NORMAL_INSTALL)
505	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
506	if test -n "$$list"; then \
507	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
508	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
509	fi; \
510	for p in $$list; do \
511	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
512	  echo "$$d$$p"; \
513	done | $(am__base_list) | \
514	while read files; do \
515	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
516	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
517	done
518
519uninstall-pkgconfigDATA:
520	@$(NORMAL_UNINSTALL)
521	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
522	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
523	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
524
525# This directory's subdirectories are mostly independent; you can cd
526# into them and run 'make' without going through this Makefile.
527# To change the values of 'make' variables: instead of editing Makefiles,
528# (1) if the variable is set in 'config.status', edit 'config.status'
529#     (which will cause the Makefiles to be regenerated when you run 'make');
530# (2) otherwise, pass the desired values on the 'make' command line.
531$(am__recursive_targets):
532	@fail=; \
533	if $(am__make_keepgoing); then \
534	  failcom='fail=yes'; \
535	else \
536	  failcom='exit 1'; \
537	fi; \
538	dot_seen=no; \
539	target=`echo $@ | sed s/-recursive//`; \
540	case "$@" in \
541	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
542	  *) list='$(SUBDIRS)' ;; \
543	esac; \
544	for subdir in $$list; do \
545	  echo "Making $$target in $$subdir"; \
546	  if test "$$subdir" = "."; then \
547	    dot_seen=yes; \
548	    local_target="$$target-am"; \
549	  else \
550	    local_target="$$target"; \
551	  fi; \
552	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
553	  || eval $$failcom; \
554	done; \
555	if test "$$dot_seen" = "no"; then \
556	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
557	fi; test -z "$$fail"
558
559ID: $(am__tagged_files)
560	$(am__define_uniq_tagged_files); mkid -fID $$unique
561tags: tags-recursive
562TAGS: tags
563
564tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565	set x; \
566	here=`pwd`; \
567	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568	  include_option=--etags-include; \
569	  empty_fix=.; \
570	else \
571	  include_option=--include; \
572	  empty_fix=; \
573	fi; \
574	list='$(SUBDIRS)'; for subdir in $$list; do \
575	  if test "$$subdir" = .; then :; else \
576	    test ! -f $$subdir/TAGS || \
577	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578	  fi; \
579	done; \
580	$(am__define_uniq_tagged_files); \
581	shift; \
582	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
583	  test -n "$$unique" || unique=$$empty_fix; \
584	  if test $$# -gt 0; then \
585	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586	      "$$@" $$unique; \
587	  else \
588	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589	      $$unique; \
590	  fi; \
591	fi
592ctags: ctags-recursive
593
594CTAGS: ctags
595ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
596	$(am__define_uniq_tagged_files); \
597	test -z "$(CTAGS_ARGS)$$unique" \
598	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599	     $$unique
600
601GTAGS:
602	here=`$(am__cd) $(top_builddir) && pwd` \
603	  && $(am__cd) $(top_srcdir) \
604	  && gtags -i $(GTAGS_ARGS) "$$here"
605cscope: cscope.files
606	test ! -s cscope.files \
607	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
608clean-cscope:
609	-rm -f cscope.files
610cscope.files: clean-cscope cscopelist
611cscopelist: cscopelist-recursive
612
613cscopelist-am: $(am__tagged_files)
614	list='$(am__tagged_files)'; \
615	case "$(srcdir)" in \
616	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
617	  *) sdir=$(subdir)/$(srcdir) ;; \
618	esac; \
619	for i in $$list; do \
620	  if test -f "$$i"; then \
621	    echo "$(subdir)/$$i"; \
622	  else \
623	    echo "$$sdir/$$i"; \
624	  fi; \
625	done >> $(top_builddir)/cscope.files
626
627distclean-tags:
628	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
629	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
630distdir: $(BUILT_SOURCES)
631	$(MAKE) $(AM_MAKEFLAGS) distdir-am
632
633distdir-am: $(DISTFILES)
634	$(am__remove_distdir)
635	$(AM_V_at)$(MKDIR_P) "$(distdir)"
636	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
638	list='$(DISTFILES)'; \
639	  dist_files=`for file in $$list; do echo $$file; done | \
640	  sed -e "s|^$$srcdirstrip/||;t" \
641	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
642	case $$dist_files in \
643	  */*) $(MKDIR_P) `echo "$$dist_files" | \
644			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
645			   sort -u` ;; \
646	esac; \
647	for file in $$dist_files; do \
648	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
649	  if test -d $$d/$$file; then \
650	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
651	    if test -d "$(distdir)/$$file"; then \
652	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
653	    fi; \
654	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
655	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
656	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
657	    fi; \
658	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
659	  else \
660	    test -f "$(distdir)/$$file" \
661	    || cp -p $$d/$$file "$(distdir)/$$file" \
662	    || exit 1; \
663	  fi; \
664	done
665	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
666	  if test "$$subdir" = .; then :; else \
667	    $(am__make_dryrun) \
668	      || test -d "$(distdir)/$$subdir" \
669	      || $(MKDIR_P) "$(distdir)/$$subdir" \
670	      || exit 1; \
671	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
672	    $(am__relativize); \
673	    new_distdir=$$reldir; \
674	    dir1=$$subdir; dir2="$(top_distdir)"; \
675	    $(am__relativize); \
676	    new_top_distdir=$$reldir; \
677	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
678	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
679	    ($(am__cd) $$subdir && \
680	      $(MAKE) $(AM_MAKEFLAGS) \
681	        top_distdir="$$new_top_distdir" \
682	        distdir="$$new_distdir" \
683		am__remove_distdir=: \
684		am__skip_length_check=: \
685		am__skip_mode_fix=: \
686	        distdir) \
687	      || exit 1; \
688	  fi; \
689	done
690	$(MAKE) $(AM_MAKEFLAGS) \
691	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
692	  dist-hook
693	-test -n "$(am__skip_mode_fix)" \
694	|| find "$(distdir)" -type d ! -perm -755 \
695		-exec chmod u+rwx,go+rx {} \; -o \
696	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
697	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
698	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
699	|| chmod -R a+r "$(distdir)"
700dist-gzip: distdir
701	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
702	$(am__post_remove_distdir)
703
704dist-bzip2: distdir
705	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
706	$(am__post_remove_distdir)
707
708dist-lzip: distdir
709	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
710	$(am__post_remove_distdir)
711dist-xz: distdir
712	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
713	$(am__post_remove_distdir)
714
715dist-zstd: distdir
716	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
717	$(am__post_remove_distdir)
718
719dist-tarZ: distdir
720	@echo WARNING: "Support for distribution archives compressed with" \
721		       "legacy program 'compress' is deprecated." >&2
722	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
723	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
724	$(am__post_remove_distdir)
725
726dist-shar: distdir
727	@echo WARNING: "Support for shar distribution archives is" \
728	               "deprecated." >&2
729	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
730	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
731	$(am__post_remove_distdir)
732
733dist-zip: distdir
734	-rm -f $(distdir).zip
735	zip -rq $(distdir).zip $(distdir)
736	$(am__post_remove_distdir)
737
738dist dist-all:
739	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
740	$(am__post_remove_distdir)
741
742# This target untars the dist file and tries a VPATH configuration.  Then
743# it guarantees that the distribution is self-contained by making another
744# tarfile.
745distcheck: dist
746	case '$(DIST_ARCHIVES)' in \
747	*.tar.gz*) \
748	  eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
749	*.tar.bz2*) \
750	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
751	*.tar.lz*) \
752	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
753	*.tar.xz*) \
754	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
755	*.tar.Z*) \
756	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
757	*.shar.gz*) \
758	  eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\
759	*.zip*) \
760	  unzip $(distdir).zip ;;\
761	*.tar.zst*) \
762	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
763	esac
764	chmod -R a-w $(distdir)
765	chmod u+w $(distdir)
766	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
767	chmod a-w $(distdir)
768	test -d $(distdir)/_build || exit 0; \
769	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
770	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
771	  && am__cwd=`pwd` \
772	  && $(am__cd) $(distdir)/_build/sub \
773	  && ../../configure \
774	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
775	    $(DISTCHECK_CONFIGURE_FLAGS) \
776	    --srcdir=../.. --prefix="$$dc_install_base" \
777	  && $(MAKE) $(AM_MAKEFLAGS) \
778	  && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
779	  && $(MAKE) $(AM_MAKEFLAGS) check \
780	  && $(MAKE) $(AM_MAKEFLAGS) install \
781	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
782	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
783	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
784	        distuninstallcheck \
785	  && chmod -R a-w "$$dc_install_base" \
786	  && ({ \
787	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
788	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
789	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
790	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
791	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
792	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
793	  && rm -rf "$$dc_destdir" \
794	  && $(MAKE) $(AM_MAKEFLAGS) dist \
795	  && rm -rf $(DIST_ARCHIVES) \
796	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
797	  && cd "$$am__cwd" \
798	  || exit 1
799	$(am__post_remove_distdir)
800	@(echo "$(distdir) archives ready for distribution: "; \
801	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
802	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
803distuninstallcheck:
804	@test -n '$(distuninstallcheck_dir)' || { \
805	  echo 'ERROR: trying to run $@ with an empty' \
806	       '$$(distuninstallcheck_dir)' >&2; \
807	  exit 1; \
808	}; \
809	$(am__cd) '$(distuninstallcheck_dir)' || { \
810	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
811	  exit 1; \
812	}; \
813	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
814	   || { echo "ERROR: files left after uninstall:" ; \
815	        if test -n "$(DESTDIR)"; then \
816	          echo "  (check DESTDIR support)"; \
817	        fi ; \
818	        $(distuninstallcheck_listfiles) ; \
819	        exit 1; } >&2
820distcleancheck: distclean
821	@if test '$(srcdir)' = . ; then \
822	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
823	  exit 1 ; \
824	fi
825	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
826	  || { echo "ERROR: files left in build directory after distclean:" ; \
827	       $(distcleancheck_listfiles) ; \
828	       exit 1; } >&2
829check-am: all-am
830check: check-recursive
831all-am: Makefile $(DATA)
832installdirs: installdirs-recursive
833installdirs-am:
834	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
835	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
836	done
837install: install-recursive
838install-exec: install-exec-recursive
839install-data: install-data-recursive
840uninstall: uninstall-recursive
841
842install-am: all-am
843	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
844
845installcheck: installcheck-recursive
846install-strip:
847	if test -z '$(STRIP)'; then \
848	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
849	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
850	      install; \
851	else \
852	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
853	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
854	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
855	fi
856mostlyclean-generic:
857
858clean-generic:
859
860distclean-generic:
861	-$(am__rm_f) $(CONFIG_CLEAN_FILES)
862	-test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES)
863
864maintainer-clean-generic:
865	@echo "This command is intended for maintainers to use"
866	@echo "it deletes files that may require special tools to rebuild."
867	-$(am__rm_f) $(MAINTAINERCLEANFILES)
868clean: clean-recursive
869
870clean-am: clean-generic clean-libtool mostlyclean-am
871
872distclean: distclean-recursive
873	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
874	-rm -f Makefile
875distclean-am: clean-am distclean-generic distclean-hdr \
876	distclean-libtool distclean-tags
877
878dvi: dvi-recursive
879
880dvi-am:
881
882html: html-recursive
883
884html-am:
885
886info: info-recursive
887
888info-am:
889
890install-data-am: install-pkgconfigDATA
891
892install-dvi: install-dvi-recursive
893
894install-dvi-am:
895
896install-exec-am:
897
898install-html: install-html-recursive
899
900install-html-am:
901
902install-info: install-info-recursive
903
904install-info-am:
905
906install-man:
907
908install-pdf: install-pdf-recursive
909
910install-pdf-am:
911
912install-ps: install-ps-recursive
913
914install-ps-am:
915
916installcheck-am:
917
918maintainer-clean: maintainer-clean-recursive
919	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
920	-rm -rf $(top_srcdir)/autom4te.cache
921	-rm -f Makefile
922maintainer-clean-am: distclean-am maintainer-clean-generic
923
924mostlyclean: mostlyclean-recursive
925
926mostlyclean-am: mostlyclean-generic mostlyclean-libtool
927
928pdf: pdf-recursive
929
930pdf-am:
931
932ps: ps-recursive
933
934ps-am:
935
936uninstall-am: uninstall-pkgconfigDATA
937
938.MAKE: $(am__recursive_targets) install-am install-strip
939
940.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
941	am--refresh check check-am clean clean-cscope clean-generic \
942	clean-libtool cscope cscopelist-am ctags ctags-am dist \
943	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
944	dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
945	distclean-generic distclean-hdr distclean-libtool \
946	distclean-tags distcleancheck distdir distuninstallcheck dvi \
947	dvi-am html html-am info info-am install install-am \
948	install-data install-data-am install-dvi install-dvi-am \
949	install-exec install-exec-am install-html install-html-am \
950	install-info install-info-am install-man install-pdf \
951	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
952	install-strip installcheck installcheck-am installdirs \
953	installdirs-am maintainer-clean maintainer-clean-generic \
954	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
955	ps ps-am tags tags-am uninstall uninstall-am \
956	uninstall-pkgconfigDATA
957
958.PRECIOUS: Makefile
959
960
961.PHONY: ChangeLog INSTALL
962
963INSTALL:
964	$(INSTALL_CMD)
965
966ChangeLog:
967	$(CHANGELOG_CMD)
968
969dist-hook: ChangeLog INSTALL
970
971@LINT_TRUE@lint:
972@LINT_TRUE@	@for subdir in $(LINT_SUBDIRS) ; do \
973@LINT_TRUE@		echo "Making $@ in $$subdir"; \
974@LINT_TRUE@		(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) lint) ; \
975@LINT_TRUE@	done
976
977# Tell versions [3.59,3.63) of GNU make to not export all variables.
978# Otherwise a system limit (for SysV at least) may be exceeded.
979.NOEXPORT:
980
981# Tell GNU make to disable its built-in pattern rules.
982%:: %,v
983%:: RCS/%,v
984%:: RCS/%
985%:: s.%
986%:: SCCS/s.%
987