~ubuntu-branches/ubuntu/precise/libx11/precise-updates

« back to all changes in this revision

Viewing changes to specs/XKB/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-22 09:15:13 UTC
  • mfrom: (1.1.14 upstream) (2.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110522091513-ter3ital4q0nkdk8
Tags: 2:1.4.3-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Latin locale.
  - Add Klingon locale.
  - Add 102_double_arrows_Compose.patch: compose keys for double arrows
  - build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
@SET_MAKE@
17
17
 
18
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.
 
19
# Generate output formats for a single DocBook/XML with/without chapters
 
20
#
 
21
# Variables set by the calling Makefile:
 
22
# shelfdir: the location where the docs/specs are installed. Typically $(docdir)
 
23
# docbook:  the main DocBook/XML file, no chapters, appendix or image files
 
24
# chapters: all files pulled in by an XInclude statement and images.
39
25
#
40
26
 
41
27
#
42
 
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
43
 
#
44
 
# Permission is hereby granted, free of charge, to any person obtaining a
45
 
# copy of this software and associated documentation files (the "Software"),
46
 
# to deal in the Software without restriction, including without limitation
47
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
48
 
# and/or sell copies of the Software, and to permit persons to whom the
49
 
# Software is furnished to do so, subject to the following conditions:
50
 
#
51
 
# The above copyright notice and this permission notice (including the next
52
 
# paragraph) shall be included in all copies or substantial portions of the
53
 
# Software.
54
 
#
55
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
 
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
 
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
58
 
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
 
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
60
 
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
61
 
# DEALINGS IN THE SOFTWARE.
 
28
# This makefile is intended for Users Documentation and Functional Specifications.
 
29
# Do not use for Developer Documentation which is not installed and does not require olink.
 
30
# Refer to http://www.x.org/releases/X11R7.6/doc/xorg-docs/ReleaseNotes.html#id2584393
 
31
# for an explanation on documents classification.
62
32
#
63
33
 
64
34
VPATH = @srcdir@
80
50
POST_UNINSTALL = :
81
51
build_triplet = @build@
82
52
host_triplet = @host@
83
 
DIST_COMMON = $(am__dist_spec_DATA_DIST) $(srcdir)/Makefile.am \
84
 
        $(srcdir)/Makefile.in $(top_srcdir)/specs/xmlrules.in
85
 
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf)
86
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt)
87
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = \
88
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -m $(XSL_STYLESHEET)    \
89
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam img.src.path=$(abs_builddir)/     \
90
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
91
 
 
92
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@am__append_4 = $(spec_DATA) html
93
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@am__append_5 = .xml .ps .pdf .txt .html
 
53
DIST_COMMON = $(am__dist_shelf_DATA_DIST) $(srcdir)/Makefile.am \
 
54
        $(srcdir)/Makefile.in $(top_srcdir)/docbook.am
 
55
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(docbook:.xml=.pdf) $(docbook:.xml=.ps)
 
56
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(docbook:.xml=.txt)
94
57
subdir = specs/XKB
95
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96
59
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
110
73
am__v_at_0 = @
111
74
SOURCES =
112
75
DIST_SOURCES =
113
 
am__dist_spec_DATA_DIST = xkblib.xml acknowledgement.xml ch01.xml \
 
76
am__dist_shelf_DATA_DIST = xkblib.xml acknowledgement.xml ch01.xml \
114
77
        ch02.xml ch03.xml ch04.xml ch05.xml ch06.xml ch07.xml ch08.xml \
115
78
        ch09.xml ch10.xml ch11.xml ch12.xml ch13.xml ch14.xml ch15.xml \
116
79
        ch16.xml ch17.xml ch18.xml ch19.xml ch20.xml ch21.xml ch22.xml \
141
104
am__base_list = \
142
105
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
143
106
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
144
 
am__installdirs = "$(DESTDIR)$(specdir)" "$(DESTDIR)$(specdir)"
145
 
DATA = $(dist_spec_DATA) $(spec_DATA)
 
107
am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(sgmldbsdir)" \
 
108
        "$(DESTDIR)$(shelfdir)"
 
109
DATA = $(dist_shelf_DATA) $(sgmldbs_DATA) $(shelf_DATA)
146
110
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147
111
ACLOCAL = @ACLOCAL@
148
112
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
233
197
PATH_SEPARATOR = @PATH_SEPARATOR@
234
198
PERL = @PERL@
235
199
PKG_CONFIG = @PKG_CONFIG@
236
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
237
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
238
200
RANLIB = @RANLIB@
239
201
RAWCPP = @RAWCPP@
240
202
RAWCPPFLAGS = @RAWCPPFLAGS@
263
225
XMLTO = @XMLTO@
264
226
XORG_MAN_PAGE = @XORG_MAN_PAGE@
265
227
XORG_SGML_PATH = @XORG_SGML_PATH@
 
228
XSLTPROC = @XSLTPROC@
266
229
XSL_STYLESHEET = @XSL_STYLESHEET@
267
230
XTHREADLIB = @XTHREADLIB@
268
231
XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
319
282
top_build_prefix = @top_build_prefix@
320
283
top_builddir = @top_builddir@
321
284
top_srcdir = @top_srcdir@
322
 
@ENABLE_SPECS_TRUE@specdir = $(docdir)/$(subdir)
323
 
@ENABLE_SPECS_TRUE@doc_sources = xkblib.xml
324
 
@ENABLE_SPECS_TRUE@dist_spec_DATA = \
325
 
@ENABLE_SPECS_TRUE@     $(doc_sources)          \
326
 
@ENABLE_SPECS_TRUE@     acknowledgement.xml     \
327
 
@ENABLE_SPECS_TRUE@     ch01.xml                \
328
 
@ENABLE_SPECS_TRUE@     ch02.xml                \
329
 
@ENABLE_SPECS_TRUE@     ch03.xml                \
330
 
@ENABLE_SPECS_TRUE@     ch04.xml                \
331
 
@ENABLE_SPECS_TRUE@     ch05.xml                \
332
 
@ENABLE_SPECS_TRUE@     ch06.xml                \
333
 
@ENABLE_SPECS_TRUE@     ch07.xml                \
334
 
@ENABLE_SPECS_TRUE@     ch08.xml                \
335
 
@ENABLE_SPECS_TRUE@     ch09.xml                \
336
 
@ENABLE_SPECS_TRUE@     ch10.xml                \
337
 
@ENABLE_SPECS_TRUE@     ch11.xml                \
338
 
@ENABLE_SPECS_TRUE@     ch12.xml                \
339
 
@ENABLE_SPECS_TRUE@     ch13.xml                \
340
 
@ENABLE_SPECS_TRUE@     ch14.xml                \
341
 
@ENABLE_SPECS_TRUE@     ch15.xml                \
342
 
@ENABLE_SPECS_TRUE@     ch16.xml                \
343
 
@ENABLE_SPECS_TRUE@     ch17.xml                \
344
 
@ENABLE_SPECS_TRUE@     ch18.xml                \
345
 
@ENABLE_SPECS_TRUE@     ch19.xml                \
346
 
@ENABLE_SPECS_TRUE@     ch20.xml                \
347
 
@ENABLE_SPECS_TRUE@     ch21.xml                \
348
 
@ENABLE_SPECS_TRUE@     ch22.xml                \
349
 
@ENABLE_SPECS_TRUE@     glossary.xml            \
350
 
@ENABLE_SPECS_TRUE@     XKBlib-1.svg            \
351
 
@ENABLE_SPECS_TRUE@     XKBlib-2.svg            \
352
 
@ENABLE_SPECS_TRUE@     XKBlib-3.svg            \
353
 
@ENABLE_SPECS_TRUE@     XKBlib-4.svg            \
354
 
@ENABLE_SPECS_TRUE@     XKBlib-5.svg            \
355
 
@ENABLE_SPECS_TRUE@     XKBlib-6.svg            \
356
 
@ENABLE_SPECS_TRUE@     XKBlib-7.svg            \
357
 
@ENABLE_SPECS_TRUE@     XKBlib-8.svg            \
358
 
@ENABLE_SPECS_TRUE@     XKBlib-9.svg            \
359
 
@ENABLE_SPECS_TRUE@     XKBlib-10.svg           \
360
 
@ENABLE_SPECS_TRUE@     XKBlib-11.svg           \
361
 
@ENABLE_SPECS_TRUE@     XKBlib-12.svg           \
362
 
@ENABLE_SPECS_TRUE@     XKBlib-13.svg           \
363
 
@ENABLE_SPECS_TRUE@     XKBlib-14.svg           \
364
 
@ENABLE_SPECS_TRUE@     XKBlib-15.svg           \
365
 
@ENABLE_SPECS_TRUE@     XKBlib-16.svg           \
366
 
@ENABLE_SPECS_TRUE@     XKBlib-17.svg           \
367
 
@ENABLE_SPECS_TRUE@     XKBlib-18.svg           \
368
 
@ENABLE_SPECS_TRUE@     XKBlib-19.svg           \
369
 
@ENABLE_SPECS_TRUE@     XKBlib-20.svg           \
370
 
@ENABLE_SPECS_TRUE@     XKBlib-21.svg
371
 
 
372
 
@ENABLE_SPECS_TRUE@CLEANFILES = $(am__append_4)
373
 
@ENABLE_SPECS_TRUE@SUFFIXES = $(am__append_5)
374
 
@ENABLE_SPECS_TRUE@XMLTO_FLAGS = $(am__append_3)
375
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@spec_DATA =  \
376
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(doc_sources:.xml=.html) \
 
285
 
 
286
# Main DocBook/XML files (DOCTYPE book)
 
287
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@docbook = xkblib.xml
 
288
 
 
289
# Included chapters, appendix, images
 
290
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@chapters = \
 
291
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    acknowledgement.xml     \
 
292
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch01.xml                \
 
293
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch02.xml                \
 
294
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch03.xml                \
 
295
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch04.xml                \
 
296
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch05.xml                \
 
297
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch06.xml                \
 
298
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch07.xml                \
 
299
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch08.xml                \
 
300
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch09.xml                \
 
301
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch10.xml                \
 
302
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch11.xml                \
 
303
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch12.xml                \
 
304
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch13.xml                \
 
305
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch14.xml                \
 
306
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch15.xml                \
 
307
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch16.xml                \
 
308
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch17.xml                \
 
309
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch18.xml                \
 
310
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch19.xml                \
 
311
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch20.xml                \
 
312
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch21.xml                \
 
313
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    ch22.xml                \
 
314
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    glossary.xml            \
 
315
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-1.svg            \
 
316
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-2.svg            \
 
317
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-3.svg            \
 
318
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-4.svg            \
 
319
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-5.svg            \
 
320
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-6.svg            \
 
321
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-7.svg            \
 
322
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-8.svg            \
 
323
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-9.svg            \
 
324
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-10.svg           \
 
325
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-11.svg           \
 
326
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-12.svg           \
 
327
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-13.svg           \
 
328
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-14.svg           \
 
329
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-15.svg           \
 
330
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-16.svg           \
 
331
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-17.svg           \
 
332
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-18.svg           \
 
333
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-19.svg           \
 
334
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-20.svg           \
 
335
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    XKBlib-21.svg
 
336
 
 
337
 
 
338
# The location where the DocBook/XML files and their generated formats are installed
 
339
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@shelfdir = $(docdir)/XKB
 
340
 
 
341
# DocBook/XML generated output formats to be installed
 
342
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@shelf_DATA =  \
 
343
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(docbook:.xml=.html) \
377
344
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_1) \
378
345
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_2)
 
346
 
 
347
# DocBook/XML file with chapters, appendix and images it includes
 
348
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@dist_shelf_DATA = $(docbook) $(chapters)
 
349
 
 
350
#
 
351
# Generate DocBook/XML output formats with or without stylesheets
 
352
#
 
353
 
 
354
# Stylesheets are available if the package xorg-sgml-doctools is installed
 
355
 
 
356
# The location where all cross reference databases are installed
 
357
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@sgmldbsdir = $(XORG_SGML_PATH)/X11/dbs
 
358
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@masterdb = "$(sgmldbsdir)/masterdb$(suffix $@).xml"
 
359
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = \
 
360
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --searchpath "$(XORG_SGML_PATH)/X11"                    \
 
361
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam target.database.document=$(masterdb)      \
 
362
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam current.docid="$(<:.xml=)"                \
 
363
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam collect.xref.targets="no"
 
364
 
 
365
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_XHTML_FLAGS = \
 
366
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \
 
367
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
 
368
 
 
369
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FO_FLAGS = \
 
370
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl
 
371
 
 
372
 
 
373
#
 
374
# Generate documents cross-reference target databases
 
375
#
 
376
 
 
377
# This is only possible if the xorg-sgml-doctools package is installed
 
378
 
 
379
# DocBook/XML generated document cross-reference database
 
380
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@sgmldbs_DATA = $(docbook:.xml=.html.db) $(docbook:.xml=.fo.db)
 
381
 
 
382
# Generate DocBook/XML document cross-reference database
 
383
# Flags for the XSL Transformation processor generating xref target databases
 
384
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@XSLTPROC_FLAGS = \
 
385
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --path "$(XORG_SGML_PATH)/X11"                  \
 
386
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam targets.filename "$@"             \
 
387
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --stringparam collect.xref.targets "only"       \
 
388
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ --nonet --xinclude
 
389
 
 
390
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(shelf_DATA) $(sgmldbs_DATA)
379
391
all: all-am
380
392
 
381
393
.SUFFIXES:
382
 
.SUFFIXES: .xml .ps .pdf .txt .html
383
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/specs/xmlrules.in $(am__configure_deps)
 
394
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps)
384
395
        @for dep in $?; do \
385
396
          case '$(am__configure_deps)' in \
386
397
            *$$dep*) \
416
427
 
417
428
clean-libtool:
418
429
        -rm -rf .libs _libs
419
 
install-dist_specDATA: $(dist_spec_DATA)
420
 
        @$(NORMAL_INSTALL)
421
 
        test -z "$(specdir)" || $(MKDIR_P) "$(DESTDIR)$(specdir)"
422
 
        @list='$(dist_spec_DATA)'; test -n "$(specdir)" || list=; \
423
 
        for p in $$list; do \
424
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425
 
          echo "$$d$$p"; \
426
 
        done | $(am__base_list) | \
427
 
        while read files; do \
428
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(specdir)'"; \
429
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(specdir)" || exit $$?; \
430
 
        done
431
 
 
432
 
uninstall-dist_specDATA:
433
 
        @$(NORMAL_UNINSTALL)
434
 
        @list='$(dist_spec_DATA)'; test -n "$(specdir)" || list=; \
435
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436
 
        test -n "$$files" || exit 0; \
437
 
        echo " ( cd '$(DESTDIR)$(specdir)' && rm -f" $$files ")"; \
438
 
        cd "$(DESTDIR)$(specdir)" && rm -f $$files
439
 
install-specDATA: $(spec_DATA)
440
 
        @$(NORMAL_INSTALL)
441
 
        test -z "$(specdir)" || $(MKDIR_P) "$(DESTDIR)$(specdir)"
442
 
        @list='$(spec_DATA)'; test -n "$(specdir)" || list=; \
443
 
        for p in $$list; do \
444
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
445
 
          echo "$$d$$p"; \
446
 
        done | $(am__base_list) | \
447
 
        while read files; do \
448
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(specdir)'"; \
449
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(specdir)" || exit $$?; \
450
 
        done
451
 
 
452
 
uninstall-specDATA:
453
 
        @$(NORMAL_UNINSTALL)
454
 
        @list='$(spec_DATA)'; test -n "$(specdir)" || list=; \
455
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
456
 
        test -n "$$files" || exit 0; \
457
 
        echo " ( cd '$(DESTDIR)$(specdir)' && rm -f" $$files ")"; \
458
 
        cd "$(DESTDIR)$(specdir)" && rm -f $$files
 
430
install-dist_shelfDATA: $(dist_shelf_DATA)
 
431
        @$(NORMAL_INSTALL)
 
432
        test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)"
 
433
        @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
434
        for p in $$list; do \
 
435
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
436
          echo "$$d$$p"; \
 
437
        done | $(am__base_list) | \
 
438
        while read files; do \
 
439
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
 
440
          $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
 
441
        done
 
442
 
 
443
uninstall-dist_shelfDATA:
 
444
        @$(NORMAL_UNINSTALL)
 
445
        @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
446
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
447
        test -n "$$files" || exit 0; \
 
448
        echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \
 
449
        cd "$(DESTDIR)$(shelfdir)" && rm -f $$files
 
450
install-sgmldbsDATA: $(sgmldbs_DATA)
 
451
        @$(NORMAL_INSTALL)
 
452
        test -z "$(sgmldbsdir)" || $(MKDIR_P) "$(DESTDIR)$(sgmldbsdir)"
 
453
        @list='$(sgmldbs_DATA)'; test -n "$(sgmldbsdir)" || list=; \
 
454
        for p in $$list; do \
 
455
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
456
          echo "$$d$$p"; \
 
457
        done | $(am__base_list) | \
 
458
        while read files; do \
 
459
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sgmldbsdir)'"; \
 
460
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sgmldbsdir)" || exit $$?; \
 
461
        done
 
462
 
 
463
uninstall-sgmldbsDATA:
 
464
        @$(NORMAL_UNINSTALL)
 
465
        @list='$(sgmldbs_DATA)'; test -n "$(sgmldbsdir)" || list=; \
 
466
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
467
        test -n "$$files" || exit 0; \
 
468
        echo " ( cd '$(DESTDIR)$(sgmldbsdir)' && rm -f" $$files ")"; \
 
469
        cd "$(DESTDIR)$(sgmldbsdir)" && rm -f $$files
 
470
install-shelfDATA: $(shelf_DATA)
 
471
        @$(NORMAL_INSTALL)
 
472
        test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)"
 
473
        @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
474
        for p in $$list; do \
 
475
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
476
          echo "$$d$$p"; \
 
477
        done | $(am__base_list) | \
 
478
        while read files; do \
 
479
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(shelfdir)'"; \
 
480
          $(INSTALL_DATA) $$files "$(DESTDIR)$(shelfdir)" || exit $$?; \
 
481
        done
 
482
 
 
483
uninstall-shelfDATA:
 
484
        @$(NORMAL_UNINSTALL)
 
485
        @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
 
486
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
487
        test -n "$$files" || exit 0; \
 
488
        echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \
 
489
        cd "$(DESTDIR)$(shelfdir)" && rm -f $$files
459
490
tags: TAGS
460
491
TAGS:
461
492
 
497
528
check: check-am
498
529
all-am: Makefile $(DATA)
499
530
installdirs:
500
 
        for dir in "$(DESTDIR)$(specdir)" "$(DESTDIR)$(specdir)"; do \
 
531
        for dir in "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(sgmldbsdir)" "$(DESTDIR)$(shelfdir)"; do \
501
532
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
502
533
        done
503
534
install: install-am
546
577
 
547
578
info-am:
548
579
 
549
 
install-data-am: install-dist_specDATA install-specDATA
 
580
install-data-am: install-dist_shelfDATA install-sgmldbsDATA \
 
581
        install-shelfDATA
550
582
 
551
583
install-dvi: install-dvi-am
552
584
 
590
622
 
591
623
ps-am:
592
624
 
593
 
uninstall-am: uninstall-dist_specDATA uninstall-specDATA
 
625
uninstall-am: uninstall-dist_shelfDATA uninstall-sgmldbsDATA \
 
626
        uninstall-shelfDATA
594
627
 
595
628
.MAKE: install-am install-strip
596
629
 
597
630
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
598
631
        distclean distclean-generic distclean-libtool distdir dvi \
599
632
        dvi-am html html-am info info-am install install-am \
600
 
        install-data install-data-am install-dist_specDATA install-dvi \
601
 
        install-dvi-am install-exec install-exec-am install-html \
602
 
        install-html-am install-info install-info-am install-man \
603
 
        install-pdf install-pdf-am install-ps install-ps-am \
604
 
        install-specDATA install-strip installcheck installcheck-am \
605
 
        installdirs maintainer-clean maintainer-clean-generic \
606
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
607
 
        ps ps-am uninstall uninstall-am uninstall-dist_specDATA \
608
 
        uninstall-specDATA
609
 
 
610
 
 
611
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(dist_spec_DATA)
612
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<
613
 
 
614
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml $(dist_spec_DATA)
615
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) xhtml-nochunks $<
616
 
 
617
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(dist_spec_DATA)
618
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop pdf $<
619
 
 
620
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(dist_spec_DATA)
621
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) --with-fop ps $<
622
 
 
623
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@chunked-html: $(doc_sources)
624
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) -o html xhtml $(doc_sources)
 
633
        install-data install-data-am install-dist_shelfDATA \
 
634
        install-dvi install-dvi-am install-exec install-exec-am \
 
635
        install-html install-html-am install-info install-info-am \
 
636
        install-man install-pdf install-pdf-am install-ps \
 
637
        install-ps-am install-sgmldbsDATA install-shelfDATA \
 
638
        install-strip installcheck installcheck-am installdirs \
 
639
        maintainer-clean maintainer-clean-generic mostlyclean \
 
640
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
641
        uninstall uninstall-am uninstall-dist_shelfDATA \
 
642
        uninstall-sgmldbsDATA uninstall-shelfDATA
 
643
 
 
644
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.html: %.xml  $(chapters)
 
645
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) xhtml-nochunks $<
 
646
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.pdf: %.xml $(chapters)
 
647
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@     $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop pdf $<
 
648
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@%.ps: %.xml $(chapters)
 
649
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@     $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_FO_FLAGS) --with-fop ps $<
 
650
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml $(chapters)
 
651
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@      $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) $(XMLTO_XHTML_FLAGS) txt $<
 
652
 
 
653
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.html.db: %.xml  $(chapters)
 
654
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
 
655
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $<
 
656
 
 
657
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@%.fo.db: %.xml $(chapters)
 
658
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
 
659
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@@HAVE_XSLTPROC_TRUE@ http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl $<
 
660
 
 
661
# Generate DocBook/XML output formats with or without stylesheets
625
662
 
626
663
# Tell versions [3.59,3.63) of GNU make to not export all variables.
627
664
# Otherwise a system limit (for SysV at least) may be exceeded.