~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Matthew Fischer
  • Date: 2013-05-26 19:48:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: matthew.fischer@canonical.com-20130526194827-9bx3owseaxxa3o2i
* 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.
55
55
@BUILD_CDRDAO_TRUE@am__append_4 = cdrdao
56
56
@BUILD_GROWISOFS_TRUE@am__append_5 = growisofs
57
57
subdir = plugins
58
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59
 
        $(top_srcdir)/mkinstalldirs
 
58
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
60
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
60
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
62
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
63
mkinstalldirs = $(install_sh) -d
65
64
CONFIG_HEADER = $(top_builddir)/config.h
66
65
CONFIG_CLEAN_FILES =
67
66
CONFIG_CLEAN_VPATH_FILES =
79
78
am__v_at_1 = 
80
79
SOURCES =
81
80
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
 
81
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
82
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
83
        install-data-recursive install-dvi-recursive \
 
84
        install-exec-recursive install-html-recursive \
 
85
        install-info-recursive install-pdf-recursive \
 
86
        install-ps-recursive install-recursive installcheck-recursive \
 
87
        installdirs-recursive pdf-recursive ps-recursive \
 
88
        tags-recursive uninstall-recursive
89
89
am__can_run_installinfo = \
90
90
  case $$AM_UPDATE_INFO_DIR in \
91
91
    n|no|NO) false;; \
93
93
  esac
94
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
95
  distclean-recursive maintainer-clean-recursive
96
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
96
am__recursive_targets = \
 
97
  $(RECURSIVE_TARGETS) \
 
98
  $(RECURSIVE_CLEAN_TARGETS) \
 
99
  $(am__extra_recursive_targets)
 
100
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
98
101
        distdir
 
102
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
103
# Read a list of newline-separated strings from the standard input,
 
104
# and print each of them once, without duplicates.  Input order is
 
105
# *not* preserved.
 
106
am__uniquify_input = $(AWK) '\
 
107
  BEGIN { nonempty = 0; } \
 
108
  { items[$$0] = 1; nonempty = 1; } \
 
109
  END { if (nonempty) { for (i in items) print i; }; } \
 
110
'
 
111
# Make sure the list of sources is unique.  This is necessary because,
 
112
# e.g., the same source file might be shared among _SOURCES variables
 
113
# for different programs/libraries.
 
114
am__define_uniq_tagged_files = \
 
115
  list='$(am__tagged_files)'; \
 
116
  unique=`for i in $$list; do \
 
117
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
118
  done | $(am__uniquify_input)`
99
119
ETAGS = etags
100
120
CTAGS = ctags
101
121
DIST_SUBDIRS = transcode dvdcss checksum local-track dvdauthor \
388
408
# (1) if the variable is set in 'config.status', edit 'config.status'
389
409
#     (which will cause the Makefiles to be regenerated when you run 'make');
390
410
# (2) otherwise, pass the desired values on the 'make' command line.
391
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
411
$(am__recursive_targets):
392
412
        @fail= failcom='exit 1'; \
393
413
        for f in x $$MAKEFLAGS; do \
394
414
          case $$f in \
416
436
        if test "$$dot_seen" = "no"; then \
417
437
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
418
438
        fi; test -z "$$fail"
419
 
tags-recursive:
420
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
421
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
422
 
        done
423
 
ctags-recursive:
424
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
425
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
426
 
        done
427
 
cscopelist-recursive:
428
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
430
 
        done
431
 
 
432
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434
 
        unique=`for i in $$list; do \
435
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
 
          done | \
437
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
439
 
        mkid -fID $$unique
440
 
tags: TAGS
441
 
 
442
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
 
                $(TAGS_FILES) $(LISP)
 
439
 
 
440
ID: $(am__tagged_files)
 
441
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
442
tags: tags-recursive
 
443
TAGS: tags
 
444
 
 
445
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
444
446
        set x; \
445
447
        here=`pwd`; \
446
448
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
456
458
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
457
459
          fi; \
458
460
        done; \
459
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
460
 
        unique=`for i in $$list; do \
461
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
462
 
          done | \
463
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
461
        $(am__define_uniq_tagged_files); \
465
462
        shift; \
466
463
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467
464
          test -n "$$unique" || unique=$$empty_fix; \
473
470
              $$unique; \
474
471
          fi; \
475
472
        fi
476
 
ctags: CTAGS
477
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478
 
                $(TAGS_FILES) $(LISP)
479
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480
 
        unique=`for i in $$list; do \
481
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482
 
          done | \
483
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
473
ctags: ctags-recursive
 
474
 
 
475
CTAGS: ctags
 
476
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
477
        $(am__define_uniq_tagged_files); \
485
478
        test -z "$(CTAGS_ARGS)$$unique" \
486
479
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
487
480
             $$unique
490
483
        here=`$(am__cd) $(top_builddir) && pwd` \
491
484
          && $(am__cd) $(top_srcdir) \
492
485
          && gtags -i $(GTAGS_ARGS) "$$here"
 
486
cscopelist: cscopelist-recursive
493
487
 
494
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
495
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
488
cscopelist-am: $(am__tagged_files)
 
489
        list='$(am__tagged_files)'; \
496
490
        case "$(srcdir)" in \
497
491
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498
492
          *) sdir=$(subdir)/$(srcdir) ;; \
664
658
 
665
659
uninstall-am:
666
660
 
667
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
668
 
        cscopelist-recursive ctags-recursive install-am install-strip \
669
 
        tags-recursive
 
661
.MAKE: $(am__recursive_targets) install-am install-strip
670
662
 
671
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
672
 
        all all-am check check-am clean clean-generic clean-libtool \
673
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
674
 
        distclean distclean-generic distclean-libtool distclean-tags \
675
 
        distdir dvi dvi-am html html-am info info-am install \
676
 
        install-am install-data install-data-am install-dvi \
 
663
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
664
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
665
        ctags-am distclean distclean-generic distclean-libtool \
 
666
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
667
        install install-am install-data install-data-am install-dvi \
677
668
        install-dvi-am install-exec install-exec-am install-html \
678
669
        install-html-am install-info install-info-am install-man \
679
670
        install-pdf install-pdf-am install-ps install-ps-am \
680
671
        install-strip installcheck installcheck-am installdirs \
681
672
        installdirs-am maintainer-clean maintainer-clean-generic \
682
673
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
683
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
674
        ps ps-am tags tags-am uninstall uninstall-am
684
675
 
685
676
 
686
677
-include $(top_srcdir)/git.mk