Makefile.in revision d36a1693
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18# Generate output formats for a single DocBook/XML with/without chapters
19#
20# Variables set by the calling Makefile:
21# noinst_DATA: developers docs are not installed
22# docbook:  the main DocBook/XML file, no chapters, appendix or image files
23# chapters: all files pulled in by an XInclude statement and images.
24#
25
26#
27# This makefile is intended for Developers Documentation and is not installed.
28# Do not use for Users docs or Specs which need to be installed and require olink support
29# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
30# for an explanation on documents classification.
31#
32
33VPATH = @srcdir@
34am__is_gnu_make = { \
35  if test -z '$(MAKELEVEL)'; then \
36    false; \
37  elif test -n '$(MAKE_HOST)'; then \
38    true; \
39  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40    true; \
41  else \
42    false; \
43  fi; \
44}
45am__make_running_with_option = \
46  case $${target_option-} in \
47      ?) ;; \
48      *) echo "am__make_running_with_option: internal error: invalid" \
49              "target option '$${target_option-}' specified" >&2; \
50         exit 1;; \
51  esac; \
52  has_opt=no; \
53  sane_makeflags=$$MAKEFLAGS; \
54  if $(am__is_gnu_make); then \
55    sane_makeflags=$$MFLAGS; \
56  else \
57    case $$MAKEFLAGS in \
58      *\\[\ \	]*) \
59        bs=\\; \
60        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
62    esac; \
63  fi; \
64  skip_next=no; \
65  strip_trailopt () \
66  { \
67    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68  }; \
69  for flg in $$sane_makeflags; do \
70    test $$skip_next = yes && { skip_next=no; continue; }; \
71    case $$flg in \
72      *=*|--*) continue;; \
73        -*I) strip_trailopt 'I'; skip_next=yes;; \
74      -*I?*) strip_trailopt 'I';; \
75        -*O) strip_trailopt 'O'; skip_next=yes;; \
76      -*O?*) strip_trailopt 'O';; \
77        -*l) strip_trailopt 'l'; skip_next=yes;; \
78      -*l?*) strip_trailopt 'l';; \
79      -[dEDm]) skip_next=yes;; \
80      -[JT]) skip_next=yes;; \
81    esac; \
82    case $$flg in \
83      *$$target_option*) has_opt=yes; break;; \
84    esac; \
85  done; \
86  test $$has_opt = yes
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.html)
108@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
109@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
110subdir = doc
111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
112am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
113	$(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
114	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116	$(top_srcdir)/configure.ac
117am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118	$(ACLOCAL_M4)
119DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_noinst_DATA_DIST) \
120	$(am__DIST_COMMON)
121mkinstalldirs = $(install_sh) -d
122CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
123	$(top_builddir)/include/xorg-server.h \
124	$(top_builddir)/include/dix-config.h \
125	$(top_builddir)/include/xorg-config.h \
126	$(top_builddir)/include/xkb-config.h \
127	$(top_builddir)/include/xwin-config.h \
128	$(top_builddir)/include/version-config.h
129CONFIG_CLEAN_FILES =
130CONFIG_CLEAN_VPATH_FILES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 = 
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 = 
143SOURCES =
144DIST_SOURCES =
145RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
146	ctags-recursive dvi-recursive html-recursive info-recursive \
147	install-data-recursive install-dvi-recursive \
148	install-exec-recursive install-html-recursive \
149	install-info-recursive install-pdf-recursive \
150	install-ps-recursive install-recursive installcheck-recursive \
151	installdirs-recursive pdf-recursive ps-recursive \
152	tags-recursive uninstall-recursive
153am__can_run_installinfo = \
154  case $$AM_UPDATE_INFO_DIR in \
155    n|no|NO) false;; \
156    *) (install-info --version) >/dev/null 2>&1;; \
157  esac
158am__dist_noinst_DATA_DIST = Xserver-spec.xml Xinput.xml
159DATA = $(dist_noinst_DATA) $(noinst_DATA)
160RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
161  distclean-recursive maintainer-clean-recursive
162am__recursive_targets = \
163  $(RECURSIVE_TARGETS) \
164  $(RECURSIVE_CLEAN_TARGETS) \
165  $(am__extra_recursive_targets)
166AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
167	distdir distdir-am
168am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
169# Read a list of newline-separated strings from the standard input,
170# and print each of them once, without duplicates.  Input order is
171# *not* preserved.
172am__uniquify_input = $(AWK) '\
173  BEGIN { nonempty = 0; } \
174  { items[$$0] = 1; nonempty = 1; } \
175  END { if (nonempty) { for (i in items) print i; }; } \
176'
177# Make sure the list of sources is unique.  This is necessary because,
178# e.g., the same source file might be shared among _SOURCES variables
179# for different programs/libraries.
180am__define_uniq_tagged_files = \
181  list='$(am__tagged_files)'; \
182  unique=`for i in $$list; do \
183    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184  done | $(am__uniquify_input)`
185DIST_SUBDIRS = $(SUBDIRS)
186am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/devbook.am
187DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188am__relativize = \
189  dir0=`pwd`; \
190  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
191  sed_rest='s,^[^/]*/*,,'; \
192  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
193  sed_butlast='s,/*[^/]*$$,,'; \
194  while test -n "$$dir1"; do \
195    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
196    if test "$$first" != "."; then \
197      if test "$$first" = ".."; then \
198        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
199        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
200      else \
201        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
202        if test "$$first2" = "$$first"; then \
203          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
204        else \
205          dir2="../$$dir2"; \
206        fi; \
207        dir0="$$dir0"/"$$first"; \
208      fi; \
209    fi; \
210    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
211  done; \
212  reldir="$$dir2"
213ACLOCAL = @ACLOCAL@
214ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
215ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
216AMTAR = @AMTAR@
217AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
218APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
219APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@
220APP_MAN_DIR = @APP_MAN_DIR@
221APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
222AR = @AR@
223AS = @AS@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228BASE_CFLAGS = @BASE_CFLAGS@
229BASE_FONT_PATH = @BASE_FONT_PATH@
230BUNDLE_ID_PREFIX = @BUNDLE_ID_PREFIX@
231BUNDLE_VERSION = @BUNDLE_VERSION@
232BUNDLE_VERSION_STRING = @BUNDLE_VERSION_STRING@
233CC = @CC@
234CCAS = @CCAS@
235CCASDEPMODE = @CCASDEPMODE@
236CCASFLAGS = @CCASFLAGS@
237CCDEPMODE = @CCDEPMODE@
238CFLAGS = @CFLAGS@
239CHANGELOG_CMD = @CHANGELOG_CMD@
240COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@
241CPP = @CPP@
242CPPFLAGS = @CPPFLAGS@
243CSCOPE = @CSCOPE@
244CTAGS = @CTAGS@
245CWARNFLAGS = @CWARNFLAGS@
246CYGPATH_W = @CYGPATH_W@
247DBUS_CFLAGS = @DBUS_CFLAGS@
248DBUS_LIBS = @DBUS_LIBS@
249DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@
250DEFAULT_LOGDIR = @DEFAULT_LOGDIR@
251DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@
252DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@
253DEFAULT_XDG_DATA_HOME = @DEFAULT_XDG_DATA_HOME@
254DEFAULT_XDG_DATA_HOME_LOGDIR = @DEFAULT_XDG_DATA_HOME_LOGDIR@
255DEFS = @DEFS@
256DEPDIR = @DEPDIR@
257DGA_CFLAGS = @DGA_CFLAGS@
258DGA_LIBS = @DGA_LIBS@
259DIX_CFLAGS = @DIX_CFLAGS@
260DIX_LIB = @DIX_LIB@
261DLLTOOL = @DLLTOOL@
262DLOPEN_LIBS = @DLOPEN_LIBS@
263DOT = @DOT@
264DOXYGEN = @DOXYGEN@
265DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
266DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
267DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
268DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
269DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
270DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
271DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
272DSYMUTIL = @DSYMUTIL@
273DTRACE = @DTRACE@
274DUMPBIN = @DUMPBIN@
275ECHO_C = @ECHO_C@
276ECHO_N = @ECHO_N@
277ECHO_T = @ECHO_T@
278EGREP = @EGREP@
279ETAGS = @ETAGS@
280EXEEXT = @EXEEXT@
281FGREP = @FGREP@
282FILECMD = @FILECMD@
283FILE_MAN_DIR = @FILE_MAN_DIR@
284FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
285FONT100DPIDIR = @FONT100DPIDIR@
286FONT75DPIDIR = @FONT75DPIDIR@
287FONTMISCDIR = @FONTMISCDIR@
288FONTOTFDIR = @FONTOTFDIR@
289FONTROOTDIR = @FONTROOTDIR@
290FONTTTFDIR = @FONTTTFDIR@
291FONTTYPE1DIR = @FONTTYPE1DIR@
292FOP = @FOP@
293GBM_CFLAGS = @GBM_CFLAGS@
294GBM_LIBS = @GBM_LIBS@
295GLAMOR_CFLAGS = @GLAMOR_CFLAGS@
296GLAMOR_LIBS = @GLAMOR_LIBS@
297GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@
298GLX_DEFINES = @GLX_DEFINES@
299GLX_SYS_LIBS = @GLX_SYS_LIBS@
300GL_CFLAGS = @GL_CFLAGS@
301GL_LIBS = @GL_LIBS@
302GREP = @GREP@
303HAL_CFLAGS = @HAL_CFLAGS@
304HAL_LIBS = @HAL_LIBS@
305HAVE_DOT = @HAVE_DOT@
306INSTALL = @INSTALL@
307INSTALL_CMD = @INSTALL_CMD@
308INSTALL_DATA = @INSTALL_DATA@
309INSTALL_PROGRAM = @INSTALL_PROGRAM@
310INSTALL_SCRIPT = @INSTALL_SCRIPT@
311INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
312KDRIVE_CFLAGS = @KDRIVE_CFLAGS@
313KDRIVE_INCS = @KDRIVE_INCS@
314KDRIVE_LIBS = @KDRIVE_LIBS@
315KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@
316KDRIVE_MAIN_LIB = @KDRIVE_MAIN_LIB@
317KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@
318KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@
319KHRONOS_OPENGL_REGISTRY_CFLAGS = @KHRONOS_OPENGL_REGISTRY_CFLAGS@
320KHRONOS_OPENGL_REGISTRY_LIBS = @KHRONOS_OPENGL_REGISTRY_LIBS@
321KHRONOS_SPEC_DIR = @KHRONOS_SPEC_DIR@
322LD = @LD@
323LDFLAGS = @LDFLAGS@
324LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@
325LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@
326LEX = @LEX@
327LEXLIB = @LEXLIB@
328LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
329LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
330LIBDRM_LIBS = @LIBDRM_LIBS@
331LIBOBJS = @LIBOBJS@
332LIBS = @LIBS@
333LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
334LIBSHA1_LIBS = @LIBSHA1_LIBS@
335LIBTOOL = @LIBTOOL@
336LIBUNWIND_CFLAGS = @LIBUNWIND_CFLAGS@
337LIBUNWIND_LIBS = @LIBUNWIND_LIBS@
338LIBXCVT_CFLAGS = @LIBXCVT_CFLAGS@
339LIBXCVT_LIBS = @LIBXCVT_LIBS@
340LIB_MAN_DIR = @LIB_MAN_DIR@
341LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
342LIPO = @LIPO@
343LN_S = @LN_S@
344LTLIBOBJS = @LTLIBOBJS@
345LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
346MAIN_LIB = @MAIN_LIB@
347MAKEINFO = @MAKEINFO@
348MANIFEST_TOOL = @MANIFEST_TOOL@
349MAN_SUBSTS = @MAN_SUBSTS@
350MISC_MAN_DIR = @MISC_MAN_DIR@
351MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
352MKDIR_P = @MKDIR_P@
353NM = @NM@
354NMEDIT = @NMEDIT@
355OBJC = @OBJC@
356OBJCCLD = @OBJCCLD@
357OBJCDEPMODE = @OBJCDEPMODE@
358OBJCFLAGS = @OBJCFLAGS@
359OBJCLINK = @OBJCLINK@
360OBJDUMP = @OBJDUMP@
361OBJEXT = @OBJEXT@
362OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
363OPENSSL_LIBS = @OPENSSL_LIBS@
364OS_LIB = @OS_LIB@
365OTOOL = @OTOOL@
366OTOOL64 = @OTOOL64@
367PACKAGE = @PACKAGE@
368PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
369PACKAGE_NAME = @PACKAGE_NAME@
370PACKAGE_STRING = @PACKAGE_STRING@
371PACKAGE_TARNAME = @PACKAGE_TARNAME@
372PACKAGE_URL = @PACKAGE_URL@
373PACKAGE_VERSION = @PACKAGE_VERSION@
374PATH_SEPARATOR = @PATH_SEPARATOR@
375PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
376PCIACCESS_LIBS = @PCIACCESS_LIBS@
377PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@
378PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
379PIXMAN_LIBS = @PIXMAN_LIBS@
380PKG_CONFIG = @PKG_CONFIG@
381PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
382PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
383PROJECTROOT = @PROJECTROOT@
384PTHREAD_CC = @PTHREAD_CC@
385PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
386PTHREAD_LIBS = @PTHREAD_LIBS@
387PYTHON3 = @PYTHON3@
388RANLIB = @RANLIB@
389RAWCPP = @RAWCPP@
390RAWCPPFLAGS = @RAWCPPFLAGS@
391RELEASE_DATE = @RELEASE_DATE@
392SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@
393SED = @SED@
394SELINUX_CFLAGS = @SELINUX_CFLAGS@
395SELINUX_LIBS = @SELINUX_LIBS@
396SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@
397SET_MAKE = @SET_MAKE@
398SHA1_CFLAGS = @SHA1_CFLAGS@
399SHA1_LIBS = @SHA1_LIBS@
400SHELL = @SHELL@
401SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@
402STRICT_CFLAGS = @STRICT_CFLAGS@
403STRIP = @STRIP@
404STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
405SUID_WRAPPER_DIR = @SUID_WRAPPER_DIR@
406SYSCONFDIR = @SYSCONFDIR@
407SYSTEMD_DAEMON_CFLAGS = @SYSTEMD_DAEMON_CFLAGS@
408SYSTEMD_DAEMON_LIBS = @SYSTEMD_DAEMON_LIBS@
409TRADITIONALCPPFLAGS = @TRADITIONALCPPFLAGS@
410UDEV_CFLAGS = @UDEV_CFLAGS@
411UDEV_LIBS = @UDEV_LIBS@
412UTILS_SYS_LIBS = @UTILS_SYS_LIBS@
413VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@
414VERSION = @VERSION@
415WINDOWSDRI_CFLAGS = @WINDOWSDRI_CFLAGS@
416WINDOWSDRI_LIBS = @WINDOWSDRI_LIBS@
417WINDRES = @WINDRES@
418XCONFIGDIR = @XCONFIGDIR@
419XCONFIGFILE = @XCONFIGFILE@
420XDMCP_CFLAGS = @XDMCP_CFLAGS@
421XDMCP_LIBS = @XDMCP_LIBS@
422XEPHYR_CFLAGS = @XEPHYR_CFLAGS@
423XEPHYR_INCS = @XEPHYR_INCS@
424XEPHYR_LIBS = @XEPHYR_LIBS@
425XF86CONFIGDIR = @XF86CONFIGDIR@
426XF86CONFIGFILE = @XF86CONFIGFILE@
427XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@
428XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@
429XKB_COMPILED_DIR = @XKB_COMPILED_DIR@
430XKB_DFLT_LAYOUT = @XKB_DFLT_LAYOUT@
431XKB_DFLT_MODEL = @XKB_DFLT_MODEL@
432XKB_DFLT_OPTIONS = @XKB_DFLT_OPTIONS@
433XKB_DFLT_RULES = @XKB_DFLT_RULES@
434XKB_DFLT_VARIANT = @XKB_DFLT_VARIANT@
435XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@
436XLIB_CFLAGS = @XLIB_CFLAGS@
437XLIB_LIBS = @XLIB_LIBS@
438XMLTO = @XMLTO@
439XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@
440XNESTMODULES_LIBS = @XNESTMODULES_LIBS@
441XNEST_LIBS = @XNEST_LIBS@
442XNEST_SYS_LIBS = @XNEST_SYS_LIBS@
443XORG_CFLAGS = @XORG_CFLAGS@
444XORG_DRIVER_LIBS = @XORG_DRIVER_LIBS@
445XORG_INCS = @XORG_INCS@
446XORG_LIBS = @XORG_LIBS@
447XORG_MALLOC_DEBUG_ENV = @XORG_MALLOC_DEBUG_ENV@
448XORG_MAN_PAGE = @XORG_MAN_PAGE@
449XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@
450XORG_MODULES_LIBS = @XORG_MODULES_LIBS@
451XORG_OS_SUBDIR = @XORG_OS_SUBDIR@
452XORG_SGML_PATH = @XORG_SGML_PATH@
453XORG_SYS_LIBS = @XORG_SYS_LIBS@
454XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@
455XPBPROXY_LIBS = @XPBPROXY_LIBS@
456XQUARTZ_LIBS = @XQUARTZ_LIBS@
457XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@
458XQUARTZ_SPARKLE_FEED_URL = @XQUARTZ_SPARKLE_FEED_URL@
459XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@
460XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@
461XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@
462XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@
463XSERVER_LIBS = @XSERVER_LIBS@
464XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@
465XSHMFENCE_CFLAGS = @XSHMFENCE_CFLAGS@
466XSHMFENCE_LIBS = @XSHMFENCE_LIBS@
467XSLTPROC = @XSLTPROC@
468XSL_STYLESHEET = @XSL_STYLESHEET@
469XVFB_LIBS = @XVFB_LIBS@
470XVFB_SYS_LIBS = @XVFB_SYS_LIBS@
471XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@
472XWINMODULES_LIBS = @XWINMODULES_LIBS@
473XWIN_LIBS = @XWIN_LIBS@
474XWIN_SERVER_NAME = @XWIN_SERVER_NAME@
475XWIN_SYS_LIBS = @XWIN_SYS_LIBS@
476YACC = @YACC@
477YFLAGS = @YFLAGS@
478abi_ansic = @abi_ansic@
479abi_extension = @abi_extension@
480abi_videodrv = @abi_videodrv@
481abi_xinput = @abi_xinput@
482abs_builddir = @abs_builddir@
483abs_srcdir = @abs_srcdir@
484abs_top_builddir = @abs_top_builddir@
485abs_top_srcdir = @abs_top_srcdir@
486ac_ct_AR = @ac_ct_AR@
487ac_ct_CC = @ac_ct_CC@
488ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
489am__include = @am__include@
490am__leading_dot = @am__leading_dot@
491am__quote = @am__quote@
492am__tar = @am__tar@
493am__untar = @am__untar@
494ax_pthread_config = @ax_pthread_config@
495bindir = @bindir@
496build = @build@
497build_alias = @build_alias@
498build_cpu = @build_cpu@
499build_os = @build_os@
500build_vendor = @build_vendor@
501builddir = @builddir@
502datadir = @datadir@
503datarootdir = @datarootdir@
504docdir = @docdir@
505driverdir = @driverdir@
506dvidir = @dvidir@
507exec_prefix = @exec_prefix@
508extdir = @extdir@
509host = @host@
510host_alias = @host_alias@
511host_cpu = @host_cpu@
512host_os = @host_os@
513host_vendor = @host_vendor@
514htmldir = @htmldir@
515includedir = @includedir@
516infodir = @infodir@
517install_sh = @install_sh@
518libdir = @libdir@
519libexecdir = @libexecdir@
520localedir = @localedir@
521localstatedir = @localstatedir@
522logdir = @logdir@
523mandir = @mandir@
524mkdir_p = @mkdir_p@
525moduledir = @moduledir@
526oldincludedir = @oldincludedir@
527pdfdir = @pdfdir@
528prefix = @prefix@
529program_transform_name = @program_transform_name@
530psdir = @psdir@
531runstatedir = @runstatedir@
532sbindir = @sbindir@
533sdkdir = @sdkdir@
534sharedstatedir = @sharedstatedir@
535srcdir = @srcdir@
536symbol_visibility = @symbol_visibility@
537sysconfdir = @sysconfdir@
538sysconfigdir = @sysconfigdir@
539target_alias = @target_alias@
540top_build_prefix = @top_build_prefix@
541top_builddir = @top_builddir@
542top_srcdir = @top_srcdir@
543SUBDIRS = dtrace
544
545# Main DocBook/XML files (DOCTYPE book)
546@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@docbook = Xserver-spec.xml Xinput.xml
547
548# Developers documnetation is not installed
549@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA =  \
550@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_1) \
551@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_2) \
552@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@	$(am__append_3)
553
554# DocBook/XML file with chapters, appendix and images it includes
555@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@dist_noinst_DATA = $(docbook) $(chapters)
556@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@FILTER_XMLTO = $(SHELL) $(top_srcdir)/doc/filter-xmlto.sh $(XMLTO)
557@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_HTML_FLAGS = \
558@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
559@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"		\
560@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	-x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl
561
562@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
563@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(XORG_SGML_PATH)/X11" 		\
564@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--searchpath "$(abs_top_builddir)"		\
565@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	--stringparam img.src.path=$(abs_builddir)/	\
566@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	-x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
567
568@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA)
569
570# Generate DocBook/XML output formats with or without stylesheets
571EXTRA_DIST = smartsched filter-xmlto.sh
572all: all-recursive
573
574.SUFFIXES:
575$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/devbook.am $(am__configure_deps)
576	@for dep in $?; do \
577	  case '$(am__configure_deps)' in \
578	    *$$dep*) \
579	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
580	        && { if test -f $@; then exit 0; else break; fi; }; \
581	      exit 1;; \
582	  esac; \
583	done; \
584	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
585	$(am__cd) $(top_srcdir) && \
586	  $(AUTOMAKE) --foreign doc/Makefile
587Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
588	@case '$?' in \
589	  *config.status*) \
590	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
591	  *) \
592	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
593	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
594	esac;
595$(top_srcdir)/devbook.am $(am__empty):
596
597$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
598	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
599
600$(top_srcdir)/configure:  $(am__configure_deps)
601	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
602$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
603	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
604$(am__aclocal_m4_deps):
605
606mostlyclean-libtool:
607	-rm -f *.lo
608
609clean-libtool:
610	-rm -rf .libs _libs
611
612# This directory's subdirectories are mostly independent; you can cd
613# into them and run 'make' without going through this Makefile.
614# To change the values of 'make' variables: instead of editing Makefiles,
615# (1) if the variable is set in 'config.status', edit 'config.status'
616#     (which will cause the Makefiles to be regenerated when you run 'make');
617# (2) otherwise, pass the desired values on the 'make' command line.
618$(am__recursive_targets):
619	@fail=; \
620	if $(am__make_keepgoing); then \
621	  failcom='fail=yes'; \
622	else \
623	  failcom='exit 1'; \
624	fi; \
625	dot_seen=no; \
626	target=`echo $@ | sed s/-recursive//`; \
627	case "$@" in \
628	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
629	  *) list='$(SUBDIRS)' ;; \
630	esac; \
631	for subdir in $$list; do \
632	  echo "Making $$target in $$subdir"; \
633	  if test "$$subdir" = "."; then \
634	    dot_seen=yes; \
635	    local_target="$$target-am"; \
636	  else \
637	    local_target="$$target"; \
638	  fi; \
639	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
640	  || eval $$failcom; \
641	done; \
642	if test "$$dot_seen" = "no"; then \
643	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
644	fi; test -z "$$fail"
645
646ID: $(am__tagged_files)
647	$(am__define_uniq_tagged_files); mkid -fID $$unique
648tags: tags-recursive
649TAGS: tags
650
651tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
652	set x; \
653	here=`pwd`; \
654	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
655	  include_option=--etags-include; \
656	  empty_fix=.; \
657	else \
658	  include_option=--include; \
659	  empty_fix=; \
660	fi; \
661	list='$(SUBDIRS)'; for subdir in $$list; do \
662	  if test "$$subdir" = .; then :; else \
663	    test ! -f $$subdir/TAGS || \
664	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
665	  fi; \
666	done; \
667	$(am__define_uniq_tagged_files); \
668	shift; \
669	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
670	  test -n "$$unique" || unique=$$empty_fix; \
671	  if test $$# -gt 0; then \
672	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
673	      "$$@" $$unique; \
674	  else \
675	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
676	      $$unique; \
677	  fi; \
678	fi
679ctags: ctags-recursive
680
681CTAGS: ctags
682ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
683	$(am__define_uniq_tagged_files); \
684	test -z "$(CTAGS_ARGS)$$unique" \
685	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
686	     $$unique
687
688GTAGS:
689	here=`$(am__cd) $(top_builddir) && pwd` \
690	  && $(am__cd) $(top_srcdir) \
691	  && gtags -i $(GTAGS_ARGS) "$$here"
692cscopelist: cscopelist-recursive
693
694cscopelist-am: $(am__tagged_files)
695	list='$(am__tagged_files)'; \
696	case "$(srcdir)" in \
697	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
698	  *) sdir=$(subdir)/$(srcdir) ;; \
699	esac; \
700	for i in $$list; do \
701	  if test -f "$$i"; then \
702	    echo "$(subdir)/$$i"; \
703	  else \
704	    echo "$$sdir/$$i"; \
705	  fi; \
706	done >> $(top_builddir)/cscope.files
707
708distclean-tags:
709	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
710distdir: $(BUILT_SOURCES)
711	$(MAKE) $(AM_MAKEFLAGS) distdir-am
712
713distdir-am: $(DISTFILES)
714	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
715	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
716	list='$(DISTFILES)'; \
717	  dist_files=`for file in $$list; do echo $$file; done | \
718	  sed -e "s|^$$srcdirstrip/||;t" \
719	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
720	case $$dist_files in \
721	  */*) $(MKDIR_P) `echo "$$dist_files" | \
722			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
723			   sort -u` ;; \
724	esac; \
725	for file in $$dist_files; do \
726	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
727	  if test -d $$d/$$file; then \
728	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
729	    if test -d "$(distdir)/$$file"; then \
730	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
731	    fi; \
732	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
733	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
734	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
735	    fi; \
736	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
737	  else \
738	    test -f "$(distdir)/$$file" \
739	    || cp -p $$d/$$file "$(distdir)/$$file" \
740	    || exit 1; \
741	  fi; \
742	done
743	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
744	  if test "$$subdir" = .; then :; else \
745	    $(am__make_dryrun) \
746	      || test -d "$(distdir)/$$subdir" \
747	      || $(MKDIR_P) "$(distdir)/$$subdir" \
748	      || exit 1; \
749	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
750	    $(am__relativize); \
751	    new_distdir=$$reldir; \
752	    dir1=$$subdir; dir2="$(top_distdir)"; \
753	    $(am__relativize); \
754	    new_top_distdir=$$reldir; \
755	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
756	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
757	    ($(am__cd) $$subdir && \
758	      $(MAKE) $(AM_MAKEFLAGS) \
759	        top_distdir="$$new_top_distdir" \
760	        distdir="$$new_distdir" \
761		am__remove_distdir=: \
762		am__skip_length_check=: \
763		am__skip_mode_fix=: \
764	        distdir) \
765	      || exit 1; \
766	  fi; \
767	done
768check-am: all-am
769check: check-recursive
770all-am: Makefile $(DATA)
771installdirs: installdirs-recursive
772installdirs-am:
773install: install-recursive
774install-exec: install-exec-recursive
775install-data: install-data-recursive
776uninstall: uninstall-recursive
777
778install-am: all-am
779	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
780
781installcheck: installcheck-recursive
782install-strip:
783	if test -z '$(STRIP)'; then \
784	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
785	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
786	      install; \
787	else \
788	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
789	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
790	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
791	fi
792mostlyclean-generic:
793
794clean-generic:
795	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
796
797distclean-generic:
798	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
799	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
800
801maintainer-clean-generic:
802	@echo "This command is intended for maintainers to use"
803	@echo "it deletes files that may require special tools to rebuild."
804clean: clean-recursive
805
806clean-am: clean-generic clean-libtool mostlyclean-am
807
808distclean: distclean-recursive
809	-rm -f Makefile
810distclean-am: clean-am distclean-generic distclean-tags
811
812dvi: dvi-recursive
813
814dvi-am:
815
816html: html-recursive
817
818html-am:
819
820info: info-recursive
821
822info-am:
823
824install-data-am:
825
826install-dvi: install-dvi-recursive
827
828install-dvi-am:
829
830install-exec-am:
831
832install-html: install-html-recursive
833
834install-html-am:
835
836install-info: install-info-recursive
837
838install-info-am:
839
840install-man:
841
842install-pdf: install-pdf-recursive
843
844install-pdf-am:
845
846install-ps: install-ps-recursive
847
848install-ps-am:
849
850installcheck-am:
851
852maintainer-clean: maintainer-clean-recursive
853	-rm -f Makefile
854maintainer-clean-am: distclean-am maintainer-clean-generic
855
856mostlyclean: mostlyclean-recursive
857
858mostlyclean-am: mostlyclean-generic mostlyclean-libtool
859
860pdf: pdf-recursive
861
862pdf-am:
863
864ps: ps-recursive
865
866ps-am:
867
868uninstall-am:
869
870.MAKE: $(am__recursive_targets) install-am install-strip
871
872.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
873	check-am clean clean-generic clean-libtool cscopelist-am ctags \
874	ctags-am distclean distclean-generic distclean-libtool \
875	distclean-tags distdir dvi dvi-am html html-am info info-am \
876	install install-am install-data install-data-am install-dvi \
877	install-dvi-am install-exec install-exec-am install-html \
878	install-html-am install-info install-info-am install-man \
879	install-pdf install-pdf-am install-ps install-ps-am \
880	install-strip installcheck installcheck-am installdirs \
881	installdirs-am maintainer-clean maintainer-clean-generic \
882	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
883	ps ps-am tags tags-am uninstall uninstall-am
884
885.PRECIOUS: Makefile
886
887@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml  $(chapters)
888@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) xhtml-nochunks $<
889@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
890@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_HTML_FLAGS) txt $<
891@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
892@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop pdf $<
893@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
894@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@	$(AM_V_GEN)$(FILTER_XMLTO) $(XMLTO_FO_FLAGS) --with-fop ps $<
895
896# Tell versions [3.59,3.63) of GNU make to not export all variables.
897# Otherwise a system limit (for SysV at least) may be exceeded.
898.NOEXPORT:
899