~ubuntu-branches/ubuntu/trusty/x11proto-core/trusty-proposed

« back to all changes in this revision

Viewing changes to specs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-01-14 04:18:40 UTC
  • mto: (1.4.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20110114041840-fb319dy9oqwgfc1k
Tags: upstream-7.0.20
ImportĀ upstreamĀ versionĀ 7.0.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
host_triplet = @host@
60
60
@ENABLE_SPECS_TRUE@@HAVE_FOP_TRUE@@HAVE_XMLTO_TRUE@am__append_1 = $(doc_sources:.xml=.ps) $(doc_sources:.xml=.pdf)
61
61
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TEXT_TRUE@@HAVE_XMLTO_TRUE@am__append_2 = $(doc_sources:.xml=.txt)
62
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@am__append_3 = xorg.css
63
62
subdir = specs
64
63
DIST_COMMON = $(am__dist_doc_DATA_DIST) $(srcdir)/Makefile.am \
65
64
        $(srcdir)/Makefile.in
80
79
am__v_at_0 = @
81
80
SOURCES =
82
81
DIST_SOURCES =
 
82
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
83
        html-recursive info-recursive install-data-recursive \
 
84
        install-dvi-recursive install-exec-recursive \
 
85
        install-html-recursive install-info-recursive \
 
86
        install-pdf-recursive install-ps-recursive install-recursive \
 
87
        installcheck-recursive installdirs-recursive pdf-recursive \
 
88
        ps-recursive uninstall-recursive
83
89
am__dist_doc_DATA_DIST = x11protocol.xml encoding.xml glossary.xml \
84
90
        keysyms.xml sect1-9.xml
85
91
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
105
111
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106
112
am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docdir)"
107
113
DATA = $(dist_doc_DATA) $(doc_DATA)
 
114
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
115
  distclean-recursive maintainer-clean-recursive
 
116
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
117
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
118
        distdir
 
119
ETAGS = etags
 
120
CTAGS = ctags
 
121
DIST_SUBDIRS = $(SUBDIRS)
108
122
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
123
am__relativize = \
 
124
  dir0=`pwd`; \
 
125
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
126
  sed_rest='s,^[^/]*/*,,'; \
 
127
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
128
  sed_butlast='s,/*[^/]*$$,,'; \
 
129
  while test -n "$$dir1"; do \
 
130
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
131
    if test "$$first" != "."; then \
 
132
      if test "$$first" = ".."; then \
 
133
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
134
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
135
      else \
 
136
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
137
        if test "$$first2" = "$$first"; then \
 
138
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
139
        else \
 
140
          dir2="../$$dir2"; \
 
141
        fi; \
 
142
        dir0="$$dir0"/"$$first"; \
 
143
      fi; \
 
144
    fi; \
 
145
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
146
  done; \
 
147
  reldir="$$dir2"
109
148
ACLOCAL = @ACLOCAL@
110
149
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
111
150
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
227
266
top_build_prefix = @top_build_prefix@
228
267
top_builddir = @top_builddir@
229
268
top_srcdir = @top_srcdir@
 
269
SUBDIRS = SIAddresses
230
270
@ENABLE_SPECS_TRUE@doc_sources = x11protocol.xml
231
271
@ENABLE_SPECS_TRUE@dist_doc_DATA = $(doc_sources)       \
232
272
@ENABLE_SPECS_TRUE@     encoding.xml            \
237
277
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@doc_DATA =  \
238
278
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(doc_sources:.xml=.html) \
239
279
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_1) \
240
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_2) \
241
 
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_3)
242
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
 
280
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(am__append_2)
 
281
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@XMLTO_FLAGS = \
 
282
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     -m $(XSL_STYLESHEET)                            \
 
283
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam img.src.path=$(abs_builddir)/     \
 
284
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
 
285
 
243
286
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@CLEANFILES = $(doc_DATA)
244
287
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@SUFFIXES = .xml .ps .pdf .txt .html
245
 
all: all-am
 
288
all: all-recursive
246
289
 
247
290
.SUFFIXES:
248
291
.SUFFIXES: .xml .ps .pdf .txt .html
316
359
        test -n "$$files" || exit 0; \
317
360
        echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
318
361
        cd "$(DESTDIR)$(docdir)" && rm -f $$files
 
362
 
 
363
# This directory's subdirectories are mostly independent; you can cd
 
364
# into them and run `make' without going through this Makefile.
 
365
# To change the values of `make' variables: instead of editing Makefiles,
 
366
# (1) if the variable is set in `config.status', edit `config.status'
 
367
#     (which will cause the Makefiles to be regenerated when you run `make');
 
368
# (2) otherwise, pass the desired values on the `make' command line.
 
369
$(RECURSIVE_TARGETS):
 
370
        @fail= failcom='exit 1'; \
 
371
        for f in x $$MAKEFLAGS; do \
 
372
          case $$f in \
 
373
            *=* | --[!k]*);; \
 
374
            *k*) failcom='fail=yes';; \
 
375
          esac; \
 
376
        done; \
 
377
        dot_seen=no; \
 
378
        target=`echo $@ | sed s/-recursive//`; \
 
379
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
380
          echo "Making $$target in $$subdir"; \
 
381
          if test "$$subdir" = "."; then \
 
382
            dot_seen=yes; \
 
383
            local_target="$$target-am"; \
 
384
          else \
 
385
            local_target="$$target"; \
 
386
          fi; \
 
387
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
388
          || eval $$failcom; \
 
389
        done; \
 
390
        if test "$$dot_seen" = "no"; then \
 
391
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
392
        fi; test -z "$$fail"
 
393
 
 
394
$(RECURSIVE_CLEAN_TARGETS):
 
395
        @fail= failcom='exit 1'; \
 
396
        for f in x $$MAKEFLAGS; do \
 
397
          case $$f in \
 
398
            *=* | --[!k]*);; \
 
399
            *k*) failcom='fail=yes';; \
 
400
          esac; \
 
401
        done; \
 
402
        dot_seen=no; \
 
403
        case "$@" in \
 
404
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
405
          *) list='$(SUBDIRS)' ;; \
 
406
        esac; \
 
407
        rev=''; for subdir in $$list; do \
 
408
          if test "$$subdir" = "."; then :; else \
 
409
            rev="$$subdir $$rev"; \
 
410
          fi; \
 
411
        done; \
 
412
        rev="$$rev ."; \
 
413
        target=`echo $@ | sed s/-recursive//`; \
 
414
        for subdir in $$rev; do \
 
415
          echo "Making $$target in $$subdir"; \
 
416
          if test "$$subdir" = "."; then \
 
417
            local_target="$$target-am"; \
 
418
          else \
 
419
            local_target="$$target"; \
 
420
          fi; \
 
421
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
422
          || eval $$failcom; \
 
423
        done && test -z "$$fail"
 
424
tags-recursive:
 
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
426
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
427
        done
 
428
ctags-recursive:
 
429
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
430
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
431
        done
 
432
 
 
433
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
434
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
435
        unique=`for i in $$list; do \
 
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
437
          done | \
 
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
440
        mkid -fID $$unique
319
441
tags: TAGS
320
 
TAGS:
321
442
 
 
443
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
                $(TAGS_FILES) $(LISP)
 
445
        set x; \
 
446
        here=`pwd`; \
 
447
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
448
          include_option=--etags-include; \
 
449
          empty_fix=.; \
 
450
        else \
 
451
          include_option=--include; \
 
452
          empty_fix=; \
 
453
        fi; \
 
454
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
455
          if test "$$subdir" = .; then :; else \
 
456
            test ! -f $$subdir/TAGS || \
 
457
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
458
          fi; \
 
459
        done; \
 
460
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
461
        unique=`for i in $$list; do \
 
462
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
463
          done | \
 
464
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
465
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
466
        shift; \
 
467
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
468
          test -n "$$unique" || unique=$$empty_fix; \
 
469
          if test $$# -gt 0; then \
 
470
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
471
              "$$@" $$unique; \
 
472
          else \
 
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
474
              $$unique; \
 
475
          fi; \
 
476
        fi
322
477
ctags: CTAGS
323
 
CTAGS:
324
 
 
 
478
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
479
                $(TAGS_FILES) $(LISP)
 
480
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
481
        unique=`for i in $$list; do \
 
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
483
          done | \
 
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
486
        test -z "$(CTAGS_ARGS)$$unique" \
 
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
488
             $$unique
 
489
 
 
490
GTAGS:
 
491
        here=`$(am__cd) $(top_builddir) && pwd` \
 
492
          && $(am__cd) $(top_srcdir) \
 
493
          && gtags -i $(GTAGS_ARGS) "$$here"
 
494
 
 
495
distclean-tags:
 
496
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
325
497
 
326
498
distdir: $(DISTFILES)
327
499
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353
525
            || exit 1; \
354
526
          fi; \
355
527
        done
 
528
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
529
          if test "$$subdir" = .; then :; else \
 
530
            test -d "$(distdir)/$$subdir" \
 
531
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
532
            || exit 1; \
 
533
          fi; \
 
534
        done
 
535
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
536
          if test "$$subdir" = .; then :; else \
 
537
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
538
            $(am__relativize); \
 
539
            new_distdir=$$reldir; \
 
540
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
541
            $(am__relativize); \
 
542
            new_top_distdir=$$reldir; \
 
543
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
544
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
545
            ($(am__cd) $$subdir && \
 
546
              $(MAKE) $(AM_MAKEFLAGS) \
 
547
                top_distdir="$$new_top_distdir" \
 
548
                distdir="$$new_distdir" \
 
549
                am__remove_distdir=: \
 
550
                am__skip_length_check=: \
 
551
                am__skip_mode_fix=: \
 
552
                distdir) \
 
553
              || exit 1; \
 
554
          fi; \
 
555
        done
356
556
check-am: all-am
357
 
check: check-am
 
557
check: check-recursive
358
558
all-am: Makefile $(DATA)
359
 
installdirs:
 
559
installdirs: installdirs-recursive
 
560
installdirs-am:
360
561
        for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(docdir)"; do \
361
562
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
362
563
        done
363
 
install: install-am
364
 
install-exec: install-exec-am
365
 
install-data: install-data-am
366
 
uninstall: uninstall-am
 
564
install: install-recursive
 
565
install-exec: install-exec-recursive
 
566
install-data: install-data-recursive
 
567
uninstall: uninstall-recursive
367
568
 
368
569
install-am: all-am
369
570
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
370
571
 
371
 
installcheck: installcheck-am
 
572
installcheck: installcheck-recursive
372
573
install-strip:
373
574
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
374
575
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
386
587
maintainer-clean-generic:
387
588
        @echo "This command is intended for maintainers to use"
388
589
        @echo "it deletes files that may require special tools to rebuild."
389
 
clean: clean-am
 
590
clean: clean-recursive
390
591
 
391
592
clean-am: clean-generic mostlyclean-am
392
593
 
393
 
distclean: distclean-am
 
594
distclean: distclean-recursive
394
595
        -rm -f Makefile
395
 
distclean-am: clean-am distclean-generic
 
596
distclean-am: clean-am distclean-generic distclean-tags
396
597
 
397
 
dvi: dvi-am
 
598
dvi: dvi-recursive
398
599
 
399
600
dvi-am:
400
601
 
401
 
html: html-am
 
602
html: html-recursive
402
603
 
403
604
html-am:
404
605
 
405
 
info: info-am
 
606
info: info-recursive
406
607
 
407
608
info-am:
408
609
 
409
610
install-data-am: install-dist_docDATA install-docDATA
410
611
 
411
 
install-dvi: install-dvi-am
 
612
install-dvi: install-dvi-recursive
412
613
 
413
614
install-dvi-am:
414
615
 
415
616
install-exec-am:
416
617
 
417
 
install-html: install-html-am
 
618
install-html: install-html-recursive
418
619
 
419
620
install-html-am:
420
621
 
421
 
install-info: install-info-am
 
622
install-info: install-info-recursive
422
623
 
423
624
install-info-am:
424
625
 
425
626
install-man:
426
627
 
427
 
install-pdf: install-pdf-am
 
628
install-pdf: install-pdf-recursive
428
629
 
429
630
install-pdf-am:
430
631
 
431
 
install-ps: install-ps-am
 
632
install-ps: install-ps-recursive
432
633
 
433
634
install-ps-am:
434
635
 
435
636
installcheck-am:
436
637
 
437
 
maintainer-clean: maintainer-clean-am
 
638
maintainer-clean: maintainer-clean-recursive
438
639
        -rm -f Makefile
439
640
maintainer-clean-am: distclean-am maintainer-clean-generic
440
641
 
441
 
mostlyclean: mostlyclean-am
 
642
mostlyclean: mostlyclean-recursive
442
643
 
443
644
mostlyclean-am: mostlyclean-generic
444
645
 
445
 
pdf: pdf-am
 
646
pdf: pdf-recursive
446
647
 
447
648
pdf-am:
448
649
 
449
 
ps: ps-am
 
650
ps: ps-recursive
450
651
 
451
652
ps-am:
452
653
 
453
654
uninstall-am: uninstall-dist_docDATA uninstall-docDATA
454
655
 
455
 
.MAKE: install-am install-strip
 
656
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
657
        install-am install-strip tags-recursive
456
658
 
457
 
.PHONY: all all-am check check-am clean clean-generic distclean \
458
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
459
 
        install install-am install-data install-data-am \
460
 
        install-dist_docDATA install-docDATA install-dvi \
461
 
        install-dvi-am install-exec install-exec-am install-html \
462
 
        install-html-am install-info install-info-am install-man \
463
 
        install-pdf install-pdf-am install-ps install-ps-am \
464
 
        install-strip installcheck installcheck-am installdirs \
465
 
        maintainer-clean maintainer-clean-generic mostlyclean \
466
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
659
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
660
        all all-am check check-am clean clean-generic ctags \
 
661
        ctags-recursive distclean distclean-generic distclean-tags \
 
662
        distdir dvi dvi-am html html-am info info-am install \
 
663
        install-am install-data install-data-am install-dist_docDATA \
 
664
        install-docDATA install-dvi install-dvi-am install-exec \
 
665
        install-exec-am install-html install-html-am install-info \
 
666
        install-info-am install-man install-pdf install-pdf-am \
 
667
        install-ps install-ps-am install-strip installcheck \
 
668
        installcheck-am installdirs installdirs-am maintainer-clean \
 
669
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
670
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
467
671
        uninstall-dist_docDATA uninstall-docDATA
468
672
 
469
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@xorg.css: $(STYLESHEET_SRCDIR)/xorg.css
470
 
@ENABLE_SPECS_TRUE@@HAVE_STYLESHEETS_TRUE@@HAVE_XMLTO_TRUE@     $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@
471
673
 
472
674
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@%.txt: %.xml  $(dist_doc_DATA)
473
675
@ENABLE_SPECS_TRUE@@HAVE_XMLTO_TRUE@    $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS) txt $<