~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to doc/xml/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-01-23 16:09:29 UTC
  • mfrom: (1.1.46) (0.11.34 sid)
  • Revision ID: package-import@ubuntu.com-20120123160929-k4xdb9b7xeesiukp
Tags: 2:1.11.3-0ubuntu8
* debian/patches/224_return_BadWindow_not_BadMatch.diff:
  - Fix the error values of a whole slew of window-related calls.
    Fixes some gnome-settings-daemon aborts in XLib (LP: #903973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
#
19
 
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
20
 
#
21
 
# Permission is hereby granted, free of charge, to any person obtaining a
22
 
# copy of this software and associated documentation files (the "Software"),
23
 
# to deal in the Software without restriction, including without limitation
24
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
25
 
# and/or sell copies of the Software, and to permit persons to whom the
26
 
# Software is furnished to do so, subject to the following conditions:
27
 
#
28
 
# The above copyright notice and this permission notice (including the next
29
 
# paragraph) shall be included in all copies or substantial portions of the
30
 
# Software.
31
 
#
32
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
35
 
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37
 
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38
 
# DEALINGS IN THE SOFTWARE.
39
 
#
40
 
 
41
 
# The doc_sources variable contains one or more DocBook/XML source file.
42
 
# The generated documents will NOT be installed in $(docdir),
43
 
# The DocBook/XML files will always be included in the tarball
44
 
 
45
 
#
46
 
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
47
 
#
48
 
# Permission is hereby granted, free of charge, to any person obtaining a
49
 
# copy of this software and associated documentation files (the "Software"),
50
 
# to deal in the Software without restriction, including without limitation
51
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
52
 
# and/or sell copies of the Software, and to permit persons to whom the
53
 
# Software is furnished to do so, subject to the following conditions:
54
 
#
55
 
# The above copyright notice and this permission notice (including the next
56
 
# paragraph) shall be included in all copies or substantial portions of the
57
 
# Software.
58
 
#
59
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
62
 
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
64
 
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
65
 
# DEALINGS IN THE SOFTWARE.
66
 
#
67
 
 
68
 
# This file provides pattern rules to generate html/pdf/txt from DocBook/XML
69
 
# A stylesheet is used if xorg-sgml-doctools is installed
70
 
# This file is included by xmlrules-inst.in for installable user's documentation
71
 
# It is included by xmlrules-noinst for non installable developer's documentation
72
 
# If the server version or release date changes, autogen && make
73
 
 
74
 
VPATH = @srcdir@
75
 
pkgdatadir = $(datadir)/@PACKAGE@
76
 
pkgincludedir = $(includedir)/@PACKAGE@
77
 
pkglibdir = $(libdir)/@PACKAGE@
78
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
79
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80
 
install_sh_DATA = $(install_sh) -c -m 644
81
 
install_sh_PROGRAM = $(install_sh) -c
82
 
install_sh_SCRIPT = $(install_sh) -c
83
 
INSTALL_HEADER = $(INSTALL_DATA)
84
 
transform = $(program_transform_name)
85
 
NORMAL_INSTALL = :
86
 
PRE_INSTALL = :
87
 
POST_INSTALL = :
88
 
NORMAL_UNINSTALL = :
89
 
PRE_UNINSTALL = :
90
 
POST_UNINSTALL = :
91
 
build_triplet = @build@
92
 
host_triplet = @host@
93
 
DIST_COMMON = $(am__dist_noinst_DATA_DIST) $(srcdir)/Makefile.am \
94
 
        $(srcdir)/Makefile.in $(srcdir)/xserver.ent.in \
95
 
        $(top_srcdir)/doc/xml/xmlrules-noinst.in \
96
 
        $(top_srcdir)/doc/xml/xmlrules.in
97
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.pdf)
98
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt)
99
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = -m $(XSL_STYLESHEET) \
100
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@        --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
101
 
 
102
 
subdir = doc/xml
103
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
105
 
        $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/configure.ac
106
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107
 
        $(ACLOCAL_M4)
108
 
mkinstalldirs = $(install_sh) -d
109
 
CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
110
 
        $(top_builddir)/include/xorg-server.h \
111
 
        $(top_builddir)/include/dix-config.h \
112
 
        $(top_builddir)/include/xorg-config.h \
113
 
        $(top_builddir)/include/xkb-config.h \
114
 
        $(top_builddir)/include/xwin-config.h \
115
 
        $(top_builddir)/include/kdrive-config.h \
116
 
        $(top_builddir)/include/version-config.h
117
 
CONFIG_CLEAN_FILES = xserver.ent
118
 
CONFIG_CLEAN_VPATH_FILES =
119
 
AM_V_GEN = $(am__v_GEN_$(V))
120
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
121
 
am__v_GEN_0 = @echo "  GEN   " $@;
122
 
AM_V_at = $(am__v_at_$(V))
123
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
124
 
am__v_at_0 = @
125
 
SOURCES =
126
 
DIST_SOURCES =
127
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
128
 
        html-recursive info-recursive install-data-recursive \
129
 
        install-dvi-recursive install-exec-recursive \
130
 
        install-html-recursive install-info-recursive \
131
 
        install-pdf-recursive install-ps-recursive install-recursive \
132
 
        installcheck-recursive installdirs-recursive pdf-recursive \
133
 
        ps-recursive uninstall-recursive
134
 
am__dist_noinst_DATA_DIST = Xserver-spec.xml
135
 
DATA = $(dist_noinst_DATA) $(noinst_DATA)
136
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
137
 
  distclean-recursive maintainer-clean-recursive
138
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
139
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
140
 
        distdir
141
 
ETAGS = etags
142
 
CTAGS = ctags
143
 
DIST_SUBDIRS = $(SUBDIRS)
144
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145
 
am__relativize = \
146
 
  dir0=`pwd`; \
147
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
148
 
  sed_rest='s,^[^/]*/*,,'; \
149
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
150
 
  sed_butlast='s,/*[^/]*$$,,'; \
151
 
  while test -n "$$dir1"; do \
152
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
153
 
    if test "$$first" != "."; then \
154
 
      if test "$$first" = ".."; then \
155
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
156
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
157
 
      else \
158
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
159
 
        if test "$$first2" = "$$first"; then \
160
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
161
 
        else \
162
 
          dir2="../$$dir2"; \
163
 
        fi; \
164
 
        dir0="$$dir0"/"$$first"; \
165
 
      fi; \
166
 
    fi; \
167
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
168
 
  done; \
169
 
  reldir="$$dir2"
170
 
ACLOCAL = @ACLOCAL@
171
 
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
172
 
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
173
 
ALLOCA = @ALLOCA@
174
 
AMTAR = @AMTAR@
175
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176
 
APPLE_APPLICATIONS_DIR = @APPLE_APPLICATIONS_DIR@
177
 
APPLE_APPLICATION_NAME = @APPLE_APPLICATION_NAME@
178
 
APP_MAN_DIR = @APP_MAN_DIR@
179
 
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
180
 
AR = @AR@
181
 
ARM_BACKTRACE_CFLAGS = @ARM_BACKTRACE_CFLAGS@
182
 
AS = @AS@
183
 
AUTOCONF = @AUTOCONF@
184
 
AUTOHEADER = @AUTOHEADER@
185
 
AUTOMAKE = @AUTOMAKE@
186
 
AWK = @AWK@
187
 
BASE_FONT_PATH = @BASE_FONT_PATH@
188
 
BUILD_DATE = @BUILD_DATE@
189
 
BUILD_TIME = @BUILD_TIME@
190
 
CC = @CC@
191
 
CCAS = @CCAS@
192
 
CCASDEPMODE = @CCASDEPMODE@
193
 
CCASFLAGS = @CCASFLAGS@
194
 
CCDEPMODE = @CCDEPMODE@
195
 
CFLAGS = @CFLAGS@
196
 
CHANGELOG_CMD = @CHANGELOG_CMD@
197
 
COMPILEDDEFAULTFONTPATH = @COMPILEDDEFAULTFONTPATH@
198
 
CPP = @CPP@
199
 
CPPFLAGS = @CPPFLAGS@
200
 
CWARNFLAGS = @CWARNFLAGS@
201
 
CYGPATH_W = @CYGPATH_W@
202
 
DARWIN_LIBS = @DARWIN_LIBS@
203
 
DBUS_CFLAGS = @DBUS_CFLAGS@
204
 
DBUS_LIBS = @DBUS_LIBS@
205
 
DEFAULT_LIBRARY_PATH = @DEFAULT_LIBRARY_PATH@
206
 
DEFAULT_LOGDIR = @DEFAULT_LOGDIR@
207
 
DEFAULT_LOGPREFIX = @DEFAULT_LOGPREFIX@
208
 
DEFAULT_MODULE_PATH = @DEFAULT_MODULE_PATH@
209
 
DEFS = @DEFS@
210
 
DEPDIR = @DEPDIR@
211
 
DGA_CFLAGS = @DGA_CFLAGS@
212
 
DGA_LIBS = @DGA_LIBS@
213
 
DIX_CFLAGS = @DIX_CFLAGS@
214
 
DIX_LIB = @DIX_LIB@
215
 
DLLTOOL = @DLLTOOL@
216
 
DLOPEN_LIBS = @DLOPEN_LIBS@
217
 
DMXEXAMPLES_DEP_CFLAGS = @DMXEXAMPLES_DEP_CFLAGS@
218
 
DMXEXAMPLES_DEP_LIBS = @DMXEXAMPLES_DEP_LIBS@
219
 
DMXMODULES_CFLAGS = @DMXMODULES_CFLAGS@
220
 
DMXMODULES_LIBS = @DMXMODULES_LIBS@
221
 
DMXXIEXAMPLES_DEP_CFLAGS = @DMXXIEXAMPLES_DEP_CFLAGS@
222
 
DMXXIEXAMPLES_DEP_LIBS = @DMXXIEXAMPLES_DEP_LIBS@
223
 
DMXXMUEXAMPLES_DEP_CFLAGS = @DMXXMUEXAMPLES_DEP_CFLAGS@
224
 
DMXXMUEXAMPLES_DEP_LIBS = @DMXXMUEXAMPLES_DEP_LIBS@
225
 
DOXYGEN = @DOXYGEN@
226
 
DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
227
 
DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
228
 
DRIPROTO_CFLAGS = @DRIPROTO_CFLAGS@
229
 
DRIPROTO_LIBS = @DRIPROTO_LIBS@
230
 
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
231
 
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
232
 
DRI_CFLAGS = @DRI_CFLAGS@
233
 
DRI_DRIVER_PATH = @DRI_DRIVER_PATH@
234
 
DRI_LIBS = @DRI_LIBS@
235
 
DSYMUTIL = @DSYMUTIL@
236
 
DTRACE = @DTRACE@
237
 
DUMPBIN = @DUMPBIN@
238
 
ECHO_C = @ECHO_C@
239
 
ECHO_N = @ECHO_N@
240
 
ECHO_T = @ECHO_T@
241
 
EGREP = @EGREP@
242
 
EXEEXT = @EXEEXT@
243
 
FGREP = @FGREP@
244
 
FILE_MAN_DIR = @FILE_MAN_DIR@
245
 
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
246
 
FONT100DPIDIR = @FONT100DPIDIR@
247
 
FONT75DPIDIR = @FONT75DPIDIR@
248
 
FONTMISCDIR = @FONTMISCDIR@
249
 
FONTOTFDIR = @FONTOTFDIR@
250
 
FONTROOTDIR = @FONTROOTDIR@
251
 
FONTTTFDIR = @FONTTTFDIR@
252
 
FONTTYPE1DIR = @FONTTYPE1DIR@
253
 
FOP = @FOP@
254
 
GLIB_CFLAGS = @GLIB_CFLAGS@
255
 
GLIB_LIBS = @GLIB_LIBS@
256
 
GLX_ARCH_DEFINES = @GLX_ARCH_DEFINES@
257
 
GLX_DEFINES = @GLX_DEFINES@
258
 
GLX_TLS = @GLX_TLS@
259
 
GL_CFLAGS = @GL_CFLAGS@
260
 
GL_LIBS = @GL_LIBS@
261
 
GREP = @GREP@
262
 
HAL_CFLAGS = @HAL_CFLAGS@
263
 
HAL_LIBS = @HAL_LIBS@
264
 
INSTALL = @INSTALL@
265
 
INSTALL_CMD = @INSTALL_CMD@
266
 
INSTALL_DATA = @INSTALL_DATA@
267
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
268
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
269
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
270
 
KDRIVE_CFLAGS = @KDRIVE_CFLAGS@
271
 
KDRIVE_INCS = @KDRIVE_INCS@
272
 
KDRIVE_LIBS = @KDRIVE_LIBS@
273
 
KDRIVE_LOCAL_LIBS = @KDRIVE_LOCAL_LIBS@
274
 
KDRIVE_PURE_INCS = @KDRIVE_PURE_INCS@
275
 
KDRIVE_PURE_LIBS = @KDRIVE_PURE_LIBS@
276
 
LAUNCHD_ID_PREFIX = @LAUNCHD_ID_PREFIX@
277
 
LD = @LD@
278
 
LDFLAGS = @LDFLAGS@
279
 
LD_EXPORT_SYMBOLS_FLAG = @LD_EXPORT_SYMBOLS_FLAG@
280
 
LEX = @LEX@
281
 
LEXLIB = @LEXLIB@
282
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
283
 
LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
284
 
LIBDRM_LIBS = @LIBDRM_LIBS@
285
 
LIBOBJS = @LIBOBJS@
286
 
LIBS = @LIBS@
287
 
LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
288
 
LIBSHA1_LIBS = @LIBSHA1_LIBS@
289
 
LIBTOOL = @LIBTOOL@
290
 
LIB_MAN_DIR = @LIB_MAN_DIR@
291
 
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
292
 
LIPO = @LIPO@
293
 
LN_S = @LN_S@
294
 
LTLIBOBJS = @LTLIBOBJS@
295
 
MAINT = @MAINT@
296
 
MAIN_LIB = @MAIN_LIB@
297
 
MAKEINFO = @MAKEINFO@
298
 
MANIFEST_TOOL = @MANIFEST_TOOL@
299
 
MAN_SUBSTS = @MAN_SUBSTS@
300
 
MISC_MAN_DIR = @MISC_MAN_DIR@
301
 
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
302
 
MKDIR_P = @MKDIR_P@
303
 
NM = @NM@
304
 
NMEDIT = @NMEDIT@
305
 
OBJC = @OBJC@
306
 
OBJCCLD = @OBJCCLD@
307
 
OBJCDEPMODE = @OBJCDEPMODE@
308
 
OBJCFLAGS = @OBJCFLAGS@
309
 
OBJCLINK = @OBJCLINK@
310
 
OBJDUMP = @OBJDUMP@
311
 
OBJEXT = @OBJEXT@
312
 
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
313
 
OPENSSL_LIBS = @OPENSSL_LIBS@
314
 
OS_LIB = @OS_LIB@
315
 
OTOOL = @OTOOL@
316
 
OTOOL64 = @OTOOL64@
317
 
PACKAGE = @PACKAGE@
318
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
319
 
PACKAGE_NAME = @PACKAGE_NAME@
320
 
PACKAGE_STRING = @PACKAGE_STRING@
321
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
322
 
PACKAGE_URL = @PACKAGE_URL@
323
 
PACKAGE_VERSION = @PACKAGE_VERSION@
324
 
PATH_SEPARATOR = @PATH_SEPARATOR@
325
 
PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@
326
 
PCIACCESS_LIBS = @PCIACCESS_LIBS@
327
 
PCI_TXT_IDS_PATH = @PCI_TXT_IDS_PATH@
328
 
PERL = @PERL@
329
 
PIXMAN_CFLAGS = @PIXMAN_CFLAGS@
330
 
PIXMAN_LIBS = @PIXMAN_LIBS@
331
 
PKG_CONFIG = @PKG_CONFIG@
332
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
333
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
334
 
PROJECTROOT = @PROJECTROOT@
335
 
RANLIB = @RANLIB@
336
 
RAWCPP = @RAWCPP@
337
 
RAWCPPFLAGS = @RAWCPPFLAGS@
338
 
RELEASE_DATE = @RELEASE_DATE@
339
 
SDK_REQUIRED_MODULES = @SDK_REQUIRED_MODULES@
340
 
SED = @SED@
341
 
SELINUX_CFLAGS = @SELINUX_CFLAGS@
342
 
SELINUX_LIBS = @SELINUX_LIBS@
343
 
SERVER_MISC_CONFIG_PATH = @SERVER_MISC_CONFIG_PATH@
344
 
SET_MAKE = @SET_MAKE@
345
 
SHA1_CFLAGS = @SHA1_CFLAGS@
346
 
SHA1_LIBS = @SHA1_LIBS@
347
 
SHELL = @SHELL@
348
 
SOLARIS_ASM_CFLAGS = @SOLARIS_ASM_CFLAGS@
349
 
SOLARIS_INOUT_ARCH = @SOLARIS_INOUT_ARCH@
350
 
STRICT_CFLAGS = @STRICT_CFLAGS@
351
 
STRIP = @STRIP@
352
 
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
353
 
SYSCONFDIR = @SYSCONFDIR@
354
 
TSLIB_CFLAGS = @TSLIB_CFLAGS@
355
 
TSLIB_LIBS = @TSLIB_LIBS@
356
 
UDEV_CFLAGS = @UDEV_CFLAGS@
357
 
UDEV_LIBS = @UDEV_LIBS@
358
 
UTILS_SYS_LIBS = @UTILS_SYS_LIBS@
359
 
VENDOR_NAME_SHORT = @VENDOR_NAME_SHORT@
360
 
VERSION = @VERSION@
361
 
WINDOWSWM_CFLAGS = @WINDOWSWM_CFLAGS@
362
 
WINDOWSWM_LIBS = @WINDOWSWM_LIBS@
363
 
WINDRES = @WINDRES@
364
 
X11EXAMPLES_DEP_CFLAGS = @X11EXAMPLES_DEP_CFLAGS@
365
 
X11EXAMPLES_DEP_LIBS = @X11EXAMPLES_DEP_LIBS@
366
 
XDMCP_CFLAGS = @XDMCP_CFLAGS@
367
 
XDMCP_LIBS = @XDMCP_LIBS@
368
 
XDMXCONFIG_DEP_CFLAGS = @XDMXCONFIG_DEP_CFLAGS@
369
 
XDMXCONFIG_DEP_LIBS = @XDMXCONFIG_DEP_LIBS@
370
 
XDMX_CFLAGS = @XDMX_CFLAGS@
371
 
XDMX_LIBS = @XDMX_LIBS@
372
 
XDMX_SYS_LIBS = @XDMX_SYS_LIBS@
373
 
XEPHYR_CFLAGS = @XEPHYR_CFLAGS@
374
 
XEPHYR_INCS = @XEPHYR_INCS@
375
 
XEPHYR_LIBS = @XEPHYR_LIBS@
376
 
XF86CONFIGDIR = @XF86CONFIGDIR@
377
 
XF86CONFIGFILE = @XF86CONFIGFILE@
378
 
XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
379
 
XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
380
 
XKB_BASE_DIRECTORY = @XKB_BASE_DIRECTORY@
381
 
XKB_BIN_DIRECTORY = @XKB_BIN_DIRECTORY@
382
 
XKB_COMPILED_DIR = @XKB_COMPILED_DIR@
383
 
XKM_OUTPUT_DIR = @XKM_OUTPUT_DIR@
384
 
XLIB_CFLAGS = @XLIB_CFLAGS@
385
 
XLIB_LIBS = @XLIB_LIBS@
386
 
XMLTO = @XMLTO@
387
 
XNESTMODULES_CFLAGS = @XNESTMODULES_CFLAGS@
388
 
XNESTMODULES_LIBS = @XNESTMODULES_LIBS@
389
 
XNEST_LIBS = @XNEST_LIBS@
390
 
XNEST_SYS_LIBS = @XNEST_SYS_LIBS@
391
 
XORG_CFLAGS = @XORG_CFLAGS@
392
 
XORG_INCS = @XORG_INCS@
393
 
XORG_LIBS = @XORG_LIBS@
394
 
XORG_MAN_PAGE = @XORG_MAN_PAGE@
395
 
XORG_MODULES_CFLAGS = @XORG_MODULES_CFLAGS@
396
 
XORG_MODULES_LIBS = @XORG_MODULES_LIBS@
397
 
XORG_OS = @XORG_OS@
398
 
XORG_OS_SUBDIR = @XORG_OS_SUBDIR@
399
 
XORG_SGML_PATH = @XORG_SGML_PATH@
400
 
XORG_SYS_LIBS = @XORG_SYS_LIBS@
401
 
XPBPROXY_CFLAGS = @XPBPROXY_CFLAGS@
402
 
XPBPROXY_LIBS = @XPBPROXY_LIBS@
403
 
XQUARTZ_SPARKLE = @XQUARTZ_SPARKLE@
404
 
XRESEXAMPLES_DEP_CFLAGS = @XRESEXAMPLES_DEP_CFLAGS@
405
 
XRESEXAMPLES_DEP_LIBS = @XRESEXAMPLES_DEP_LIBS@
406
 
XSERVERCFLAGS_CFLAGS = @XSERVERCFLAGS_CFLAGS@
407
 
XSERVERCFLAGS_LIBS = @XSERVERCFLAGS_LIBS@
408
 
XSERVERLIBS_CFLAGS = @XSERVERLIBS_CFLAGS@
409
 
XSERVERLIBS_LIBS = @XSERVERLIBS_LIBS@
410
 
XSERVER_LIBS = @XSERVER_LIBS@
411
 
XSERVER_SYS_LIBS = @XSERVER_SYS_LIBS@
412
 
XSL_STYLESHEET = @XSL_STYLESHEET@
413
 
XTSTEXAMPLES_DEP_CFLAGS = @XTSTEXAMPLES_DEP_CFLAGS@
414
 
XTSTEXAMPLES_DEP_LIBS = @XTSTEXAMPLES_DEP_LIBS@
415
 
XVFB_LIBS = @XVFB_LIBS@
416
 
XVFB_SYS_LIBS = @XVFB_SYS_LIBS@
417
 
XWINMODULES_CFLAGS = @XWINMODULES_CFLAGS@
418
 
XWINMODULES_LIBS = @XWINMODULES_LIBS@
419
 
XWIN_LIBS = @XWIN_LIBS@
420
 
XWIN_SERVER_NAME = @XWIN_SERVER_NAME@
421
 
XWIN_SYS_LIBS = @XWIN_SYS_LIBS@
422
 
YACC = @YACC@
423
 
YFLAGS = @YFLAGS@
424
 
__XCONFIGDIR__ = @__XCONFIGDIR__@
425
 
__XCONFIGFILE__ = @__XCONFIGFILE__@
426
 
abi_ansic = @abi_ansic@
427
 
abi_extension = @abi_extension@
428
 
abi_videodrv = @abi_videodrv@
429
 
abi_xinput = @abi_xinput@
430
 
abs_builddir = @abs_builddir@
431
 
abs_srcdir = @abs_srcdir@
432
 
abs_top_builddir = @abs_top_builddir@
433
 
abs_top_srcdir = @abs_top_srcdir@
434
 
ac_ct_AR = @ac_ct_AR@
435
 
ac_ct_CC = @ac_ct_CC@
436
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
437
 
am__include = @am__include@
438
 
am__leading_dot = @am__leading_dot@
439
 
am__quote = @am__quote@
440
 
am__tar = @am__tar@
441
 
am__untar = @am__untar@
442
 
bindir = @bindir@
443
 
build = @build@
444
 
build_alias = @build_alias@
445
 
build_cpu = @build_cpu@
446
 
build_os = @build_os@
447
 
build_vendor = @build_vendor@
448
 
builddir = @builddir@
449
 
datadir = @datadir@
450
 
datarootdir = @datarootdir@
451
 
docdir = @docdir@
452
 
driverdir = @driverdir@
453
 
dvidir = @dvidir@
454
 
exec_prefix = @exec_prefix@
455
 
extdir = @extdir@
456
 
host = @host@
457
 
host_alias = @host_alias@
458
 
host_cpu = @host_cpu@
459
 
host_os = @host_os@
460
 
host_vendor = @host_vendor@
461
 
htmldir = @htmldir@
462
 
includedir = @includedir@
463
 
infodir = @infodir@
464
 
install_sh = @install_sh@
465
 
libdir = @libdir@
466
 
libexecdir = @libexecdir@
467
 
localedir = @localedir@
468
 
localstatedir = @localstatedir@
469
 
logdir = @logdir@
470
 
mandir = @mandir@
471
 
mkdir_p = @mkdir_p@
472
 
moduledir = @moduledir@
473
 
oldincludedir = @oldincludedir@
474
 
pdfdir = @pdfdir@
475
 
prefix = @prefix@
476
 
program_transform_name = @program_transform_name@
477
 
psdir = @psdir@
478
 
sbindir = @sbindir@
479
 
sdkdir = @sdkdir@
480
 
sharedstatedir = @sharedstatedir@
481
 
srcdir = @srcdir@
482
 
symbol_visibility = @symbol_visibility@
483
 
sysconfdir = @sysconfdir@
484
 
sysconfigdir = @sysconfigdir@
485
 
target_alias = @target_alias@
486
 
top_build_prefix = @top_build_prefix@
487
 
top_builddir = @top_builddir@
488
 
top_srcdir = @top_srcdir@
489
 
SUBDIRS = dtrace
490
 
doc_sources = Xserver-spec.xml
491
 
@ENABLE_DEVEL_DOCS_TRUE@dist_noinst_DATA = $(doc_sources)
492
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@noinst_DATA = $(doc_sources:.xml=.html) \
493
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(am__append_1) \
494
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(am__append_2)
495
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(noinst_DATA)
496
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@XML_ENT_DIR = $(abs_top_builddir)/doc/xml
497
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@SUFFIXES = .xml .txt .html .pdf
498
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = --searchpath \
499
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(XML_ENT_DIR) \
500
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(am__append_3)
501
 
all: all-recursive
502
 
 
503
 
.SUFFIXES:
504
 
.SUFFIXES: .xml .txt .html .pdf
505
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/doc/xml/xmlrules-noinst.in $(top_srcdir)/doc/xml/xmlrules.in $(am__configure_deps)
506
 
        @for dep in $?; do \
507
 
          case '$(am__configure_deps)' in \
508
 
            *$$dep*) \
509
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
510
 
                && { if test -f $@; then exit 0; else break; fi; }; \
511
 
              exit 1;; \
512
 
          esac; \
513
 
        done; \
514
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/xml/Makefile'; \
515
 
        $(am__cd) $(top_srcdir) && \
516
 
          $(AUTOMAKE) --foreign doc/xml/Makefile
517
 
.PRECIOUS: Makefile
518
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
519
 
        @case '$?' in \
520
 
          *config.status*) \
521
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
522
 
          *) \
523
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
524
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
525
 
        esac;
526
 
 
527
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
528
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
529
 
 
530
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
531
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
532
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
533
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
534
 
$(am__aclocal_m4_deps):
535
 
xserver.ent: $(top_builddir)/config.status $(srcdir)/xserver.ent.in
536
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
537
 
 
538
 
mostlyclean-libtool:
539
 
        -rm -f *.lo
540
 
 
541
 
clean-libtool:
542
 
        -rm -rf .libs _libs
543
 
 
544
 
# This directory's subdirectories are mostly independent; you can cd
545
 
# into them and run `make' without going through this Makefile.
546
 
# To change the values of `make' variables: instead of editing Makefiles,
547
 
# (1) if the variable is set in `config.status', edit `config.status'
548
 
#     (which will cause the Makefiles to be regenerated when you run `make');
549
 
# (2) otherwise, pass the desired values on the `make' command line.
550
 
$(RECURSIVE_TARGETS):
551
 
        @fail= failcom='exit 1'; \
552
 
        for f in x $$MAKEFLAGS; do \
553
 
          case $$f in \
554
 
            *=* | --[!k]*);; \
555
 
            *k*) failcom='fail=yes';; \
556
 
          esac; \
557
 
        done; \
558
 
        dot_seen=no; \
559
 
        target=`echo $@ | sed s/-recursive//`; \
560
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
561
 
          echo "Making $$target in $$subdir"; \
562
 
          if test "$$subdir" = "."; then \
563
 
            dot_seen=yes; \
564
 
            local_target="$$target-am"; \
565
 
          else \
566
 
            local_target="$$target"; \
567
 
          fi; \
568
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
569
 
          || eval $$failcom; \
570
 
        done; \
571
 
        if test "$$dot_seen" = "no"; then \
572
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
573
 
        fi; test -z "$$fail"
574
 
 
575
 
$(RECURSIVE_CLEAN_TARGETS):
576
 
        @fail= failcom='exit 1'; \
577
 
        for f in x $$MAKEFLAGS; do \
578
 
          case $$f in \
579
 
            *=* | --[!k]*);; \
580
 
            *k*) failcom='fail=yes';; \
581
 
          esac; \
582
 
        done; \
583
 
        dot_seen=no; \
584
 
        case "$@" in \
585
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
586
 
          *) list='$(SUBDIRS)' ;; \
587
 
        esac; \
588
 
        rev=''; for subdir in $$list; do \
589
 
          if test "$$subdir" = "."; then :; else \
590
 
            rev="$$subdir $$rev"; \
591
 
          fi; \
592
 
        done; \
593
 
        rev="$$rev ."; \
594
 
        target=`echo $@ | sed s/-recursive//`; \
595
 
        for subdir in $$rev; do \
596
 
          echo "Making $$target in $$subdir"; \
597
 
          if test "$$subdir" = "."; then \
598
 
            local_target="$$target-am"; \
599
 
          else \
600
 
            local_target="$$target"; \
601
 
          fi; \
602
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
603
 
          || eval $$failcom; \
604
 
        done && test -z "$$fail"
605
 
tags-recursive:
606
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
607
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
608
 
        done
609
 
ctags-recursive:
610
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
611
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
612
 
        done
613
 
 
614
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
615
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
616
 
        unique=`for i in $$list; do \
617
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
618
 
          done | \
619
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
621
 
        mkid -fID $$unique
622
 
tags: TAGS
623
 
 
624
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
625
 
                $(TAGS_FILES) $(LISP)
626
 
        set x; \
627
 
        here=`pwd`; \
628
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
629
 
          include_option=--etags-include; \
630
 
          empty_fix=.; \
631
 
        else \
632
 
          include_option=--include; \
633
 
          empty_fix=; \
634
 
        fi; \
635
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
636
 
          if test "$$subdir" = .; then :; else \
637
 
            test ! -f $$subdir/TAGS || \
638
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
639
 
          fi; \
640
 
        done; \
641
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
642
 
        unique=`for i in $$list; do \
643
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
644
 
          done | \
645
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
646
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
647
 
        shift; \
648
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
649
 
          test -n "$$unique" || unique=$$empty_fix; \
650
 
          if test $$# -gt 0; then \
651
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
652
 
              "$$@" $$unique; \
653
 
          else \
654
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
655
 
              $$unique; \
656
 
          fi; \
657
 
        fi
658
 
ctags: CTAGS
659
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
660
 
                $(TAGS_FILES) $(LISP)
661
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
662
 
        unique=`for i in $$list; do \
663
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
664
 
          done | \
665
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
666
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
667
 
        test -z "$(CTAGS_ARGS)$$unique" \
668
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
669
 
             $$unique
670
 
 
671
 
GTAGS:
672
 
        here=`$(am__cd) $(top_builddir) && pwd` \
673
 
          && $(am__cd) $(top_srcdir) \
674
 
          && gtags -i $(GTAGS_ARGS) "$$here"
675
 
 
676
 
distclean-tags:
677
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678
 
 
679
 
distdir: $(DISTFILES)
680
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682
 
        list='$(DISTFILES)'; \
683
 
          dist_files=`for file in $$list; do echo $$file; done | \
684
 
          sed -e "s|^$$srcdirstrip/||;t" \
685
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
686
 
        case $$dist_files in \
687
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
688
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
689
 
                           sort -u` ;; \
690
 
        esac; \
691
 
        for file in $$dist_files; do \
692
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
693
 
          if test -d $$d/$$file; then \
694
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
695
 
            if test -d "$(distdir)/$$file"; then \
696
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
697
 
            fi; \
698
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
699
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
700
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701
 
            fi; \
702
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
703
 
          else \
704
 
            test -f "$(distdir)/$$file" \
705
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
706
 
            || exit 1; \
707
 
          fi; \
708
 
        done
709
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
710
 
          if test "$$subdir" = .; then :; else \
711
 
            test -d "$(distdir)/$$subdir" \
712
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
713
 
            || exit 1; \
714
 
          fi; \
715
 
        done
716
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
717
 
          if test "$$subdir" = .; then :; else \
718
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
719
 
            $(am__relativize); \
720
 
            new_distdir=$$reldir; \
721
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
722
 
            $(am__relativize); \
723
 
            new_top_distdir=$$reldir; \
724
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
725
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
726
 
            ($(am__cd) $$subdir && \
727
 
              $(MAKE) $(AM_MAKEFLAGS) \
728
 
                top_distdir="$$new_top_distdir" \
729
 
                distdir="$$new_distdir" \
730
 
                am__remove_distdir=: \
731
 
                am__skip_length_check=: \
732
 
                am__skip_mode_fix=: \
733
 
                distdir) \
734
 
              || exit 1; \
735
 
          fi; \
736
 
        done
737
 
check-am: all-am
738
 
check: check-recursive
739
 
all-am: Makefile $(DATA)
740
 
installdirs: installdirs-recursive
741
 
installdirs-am:
742
 
install: install-recursive
743
 
install-exec: install-exec-recursive
744
 
install-data: install-data-recursive
745
 
uninstall: uninstall-recursive
746
 
 
747
 
install-am: all-am
748
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
749
 
 
750
 
installcheck: installcheck-recursive
751
 
install-strip:
752
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
753
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
754
 
          `test -z '$(STRIP)' || \
755
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
756
 
mostlyclean-generic:
757
 
 
758
 
clean-generic:
759
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
760
 
 
761
 
distclean-generic:
762
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
763
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
764
 
 
765
 
maintainer-clean-generic:
766
 
        @echo "This command is intended for maintainers to use"
767
 
        @echo "it deletes files that may require special tools to rebuild."
768
 
clean: clean-recursive
769
 
 
770
 
clean-am: clean-generic clean-libtool mostlyclean-am
771
 
 
772
 
distclean: distclean-recursive
773
 
        -rm -f Makefile
774
 
distclean-am: clean-am distclean-generic distclean-tags
775
 
 
776
 
dvi: dvi-recursive
777
 
 
778
 
dvi-am:
779
 
 
780
 
html: html-recursive
781
 
 
782
 
html-am:
783
 
 
784
 
info: info-recursive
785
 
 
786
 
info-am:
787
 
 
788
 
install-data-am:
789
 
 
790
 
install-dvi: install-dvi-recursive
791
 
 
792
 
install-dvi-am:
793
 
 
794
 
install-exec-am:
795
 
 
796
 
install-html: install-html-recursive
797
 
 
798
 
install-html-am:
799
 
 
800
 
install-info: install-info-recursive
801
 
 
802
 
install-info-am:
803
 
 
804
 
install-man:
805
 
 
806
 
install-pdf: install-pdf-recursive
807
 
 
808
 
install-pdf-am:
809
 
 
810
 
install-ps: install-ps-recursive
811
 
 
812
 
install-ps-am:
813
 
 
814
 
installcheck-am:
815
 
 
816
 
maintainer-clean: maintainer-clean-recursive
817
 
        -rm -f Makefile
818
 
maintainer-clean-am: distclean-am maintainer-clean-generic
819
 
 
820
 
mostlyclean: mostlyclean-recursive
821
 
 
822
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
823
 
 
824
 
pdf: pdf-recursive
825
 
 
826
 
pdf-am:
827
 
 
828
 
ps: ps-recursive
829
 
 
830
 
ps-am:
831
 
 
832
 
uninstall-am:
833
 
 
834
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
835
 
        install-am install-strip tags-recursive
836
 
 
837
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
838
 
        all all-am check check-am clean clean-generic clean-libtool \
839
 
        ctags ctags-recursive distclean distclean-generic \
840
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
841
 
        html-am info info-am install install-am install-data \
842
 
        install-data-am install-dvi install-dvi-am install-exec \
843
 
        install-exec-am install-html install-html-am install-info \
844
 
        install-info-am install-man install-pdf install-pdf-am \
845
 
        install-ps install-ps-am install-strip installcheck \
846
 
        installcheck-am installdirs installdirs-am maintainer-clean \
847
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
848
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
849
 
        uninstall uninstall-am
850
 
 
851
 
 
852
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(XML_ENT_DIR)/xserver.ent
853
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
854
 
 
855
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(XML_ENT_DIR)/xserver.ent
856
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
857
 
 
858
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(XML_ENT_DIR)/xserver.ent
859
 
@ENABLE_DEVEL_DOCS_TRUE@@HAVE_XMLTO_TRUE@       $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
860
 
 
861
 
# Developer's documentation is not installed
862
 
 
863
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
864
 
# Otherwise a system limit (for SysV at least) may be exceeded.
865
 
.NOEXPORT: