~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-26 13:21:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130526132127-08owtdhxzr4s6hms
Tags: 3.8.0-0ubuntu1
* New upstream release (LP: #1184409)
  - Documentation fixes
  - Translation updates
  - Add a question mark to a question
  - Support notification filtering
  - Remove nonexisting options from the man page
  - Fix while loop in `brasero_libisofs_write_image_to_fd_thread
* Refreshed patches
* 99_fix-mp3-projects.patch: Removed, already applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
50
50
build_triplet = @build@
51
51
host_triplet = @host@
52
52
subdir = docs/reference
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
54
 
        $(top_srcdir)/mkinstalldirs
 
53
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
55
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
57
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
57
        $(ACLOCAL_M4)
59
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
58
mkinstalldirs = $(install_sh) -d
60
59
CONFIG_HEADER = $(top_builddir)/config.h
61
60
CONFIG_CLEAN_FILES =
62
61
CONFIG_CLEAN_VPATH_FILES =
74
73
am__v_at_1 = 
75
74
SOURCES =
76
75
DIST_SOURCES =
77
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
 
        html-recursive info-recursive install-data-recursive \
79
 
        install-dvi-recursive install-exec-recursive \
80
 
        install-html-recursive install-info-recursive \
81
 
        install-pdf-recursive install-ps-recursive install-recursive \
82
 
        installcheck-recursive installdirs-recursive pdf-recursive \
83
 
        ps-recursive uninstall-recursive
 
76
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
77
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
78
        install-data-recursive install-dvi-recursive \
 
79
        install-exec-recursive install-html-recursive \
 
80
        install-info-recursive install-pdf-recursive \
 
81
        install-ps-recursive install-recursive installcheck-recursive \
 
82
        installdirs-recursive pdf-recursive ps-recursive \
 
83
        tags-recursive uninstall-recursive
84
84
am__can_run_installinfo = \
85
85
  case $$AM_UPDATE_INFO_DIR in \
86
86
    n|no|NO) false;; \
88
88
  esac
89
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
90
  distclean-recursive maintainer-clean-recursive
91
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
am__recursive_targets = \
 
92
  $(RECURSIVE_TARGETS) \
 
93
  $(RECURSIVE_CLEAN_TARGETS) \
 
94
  $(am__extra_recursive_targets)
 
95
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
93
96
        distdir
 
97
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
98
# Read a list of newline-separated strings from the standard input,
 
99
# and print each of them once, without duplicates.  Input order is
 
100
# *not* preserved.
 
101
am__uniquify_input = $(AWK) '\
 
102
  BEGIN { nonempty = 0; } \
 
103
  { items[$$0] = 1; nonempty = 1; } \
 
104
  END { if (nonempty) { for (i in items) print i; }; } \
 
105
'
 
106
# Make sure the list of sources is unique.  This is necessary because,
 
107
# e.g., the same source file might be shared among _SOURCES variables
 
108
# for different programs/libraries.
 
109
am__define_uniq_tagged_files = \
 
110
  list='$(am__tagged_files)'; \
 
111
  unique=`for i in $$list; do \
 
112
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
113
  done | $(am__uniquify_input)`
94
114
ETAGS = etags
95
115
CTAGS = ctags
96
116
DIST_SUBDIRS = $(SUBDIRS)
381
401
# (1) if the variable is set in 'config.status', edit 'config.status'
382
402
#     (which will cause the Makefiles to be regenerated when you run 'make');
383
403
# (2) otherwise, pass the desired values on the 'make' command line.
384
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
404
$(am__recursive_targets):
385
405
        @fail= failcom='exit 1'; \
386
406
        for f in x $$MAKEFLAGS; do \
387
407
          case $$f in \
409
429
        if test "$$dot_seen" = "no"; then \
410
430
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411
431
        fi; test -z "$$fail"
412
 
tags-recursive:
413
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
414
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
415
 
        done
416
 
ctags-recursive:
417
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
418
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
419
 
        done
420
 
cscopelist-recursive:
421
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
422
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
423
 
        done
424
 
 
425
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
426
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
427
 
        unique=`for i in $$list; do \
428
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429
 
          done | \
430
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
432
 
        mkid -fID $$unique
433
 
tags: TAGS
434
 
 
435
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
436
 
                $(TAGS_FILES) $(LISP)
 
432
 
 
433
ID: $(am__tagged_files)
 
434
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
435
tags: tags-recursive
 
436
TAGS: tags
 
437
 
 
438
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437
439
        set x; \
438
440
        here=`pwd`; \
439
441
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449
451
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
450
452
          fi; \
451
453
        done; \
452
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
 
        unique=`for i in $$list; do \
454
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
 
          done | \
456
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
454
        $(am__define_uniq_tagged_files); \
458
455
        shift; \
459
456
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460
457
          test -n "$$unique" || unique=$$empty_fix; \
466
463
              $$unique; \
467
464
          fi; \
468
465
        fi
469
 
ctags: CTAGS
470
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
471
 
                $(TAGS_FILES) $(LISP)
472
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
473
 
        unique=`for i in $$list; do \
474
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
 
          done | \
476
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
466
ctags: ctags-recursive
 
467
 
 
468
CTAGS: ctags
 
469
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
470
        $(am__define_uniq_tagged_files); \
478
471
        test -z "$(CTAGS_ARGS)$$unique" \
479
472
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480
473
             $$unique
483
476
        here=`$(am__cd) $(top_builddir) && pwd` \
484
477
          && $(am__cd) $(top_srcdir) \
485
478
          && gtags -i $(GTAGS_ARGS) "$$here"
 
479
cscopelist: cscopelist-recursive
486
480
 
487
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
488
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
481
cscopelist-am: $(am__tagged_files)
 
482
        list='$(am__tagged_files)'; \
489
483
        case "$(srcdir)" in \
490
484
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
491
485
          *) sdir=$(subdir)/$(srcdir) ;; \
657
651
 
658
652
uninstall-am:
659
653
 
660
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
661
 
        cscopelist-recursive ctags-recursive install-am install-strip \
662
 
        tags-recursive
 
654
.MAKE: $(am__recursive_targets) install-am install-strip
663
655
 
664
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
665
 
        all all-am check check-am clean clean-generic clean-libtool \
666
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
667
 
        distclean distclean-generic distclean-libtool distclean-tags \
668
 
        distdir dvi dvi-am html html-am info info-am install \
669
 
        install-am install-data install-data-am install-dvi \
 
656
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
657
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
658
        ctags-am distclean distclean-generic distclean-libtool \
 
659
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
660
        install install-am install-data install-data-am install-dvi \
670
661
        install-dvi-am install-exec install-exec-am install-html \
671
662
        install-html-am install-info install-info-am install-man \
672
663
        install-pdf install-pdf-am install-ps install-ps-am \
673
664
        install-strip installcheck installcheck-am installdirs \
674
665
        installdirs-am maintainer-clean maintainer-clean-generic \
675
666
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
676
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
667
        ps ps-am tags tags-am uninstall uninstall-am
677
668
 
678
669
 
679
670
-include $(top_srcdir)/git.mk