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

« back to all changes in this revision

Viewing changes to plugins/libburnia/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.
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = plugins/libburnia
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
55
        $(top_srcdir)/depcomp
56
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
57
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58
58
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59
59
        $(ACLOCAL_M4)
60
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
60
mkinstalldirs = $(install_sh) -d
61
61
CONFIG_HEADER = $(top_builddir)/config.h
62
62
CONFIG_CLEAN_FILES =
63
63
CONFIG_CLEAN_VPATH_FILES =
158
158
    n|no|NO) false;; \
159
159
    *) (install-info --version) >/dev/null 2>&1;; \
160
160
  esac
 
161
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
162
# Read a list of newline-separated strings from the standard input,
 
163
# and print each of them once, without duplicates.  Input order is
 
164
# *not* preserved.
 
165
am__uniquify_input = $(AWK) '\
 
166
  BEGIN { nonempty = 0; } \
 
167
  { items[$$0] = 1; nonempty = 1; } \
 
168
  END { if (nonempty) { for (i in items) print i; }; } \
 
169
'
 
170
# Make sure the list of sources is unique.  This is necessary because,
 
171
# e.g., the same source file might be shared among _SOURCES variables
 
172
# for different programs/libraries.
 
173
am__define_uniq_tagged_files = \
 
174
  list='$(am__tagged_files)'; \
 
175
  unique=`for i in $$list; do \
 
176
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
177
  done | $(am__uniquify_input)`
161
178
ETAGS = etags
162
179
CTAGS = ctags
163
180
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
446
463
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
447
464
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448
465
$(am__aclocal_m4_deps):
 
466
 
449
467
install-libburnLTLIBRARIES: $(libburn_LTLIBRARIES)
450
468
        @$(NORMAL_INSTALL)
451
469
        @list='$(libburn_LTLIBRARIES)'; test -n "$(libburndir)" || list=; \
480
498
          echo rm -f $${locs}; \
481
499
          rm -f $${locs}; \
482
500
        }
 
501
 
483
502
install-libisofsLTLIBRARIES: $(libisofs_LTLIBRARIES)
484
503
        @$(NORMAL_INSTALL)
485
504
        @list='$(libisofs_LTLIBRARIES)'; test -n "$(libisofsdir)" || list=; \
556
575
clean-libtool:
557
576
        -rm -rf .libs _libs
558
577
 
559
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
560
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
561
 
        unique=`for i in $$list; do \
562
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
563
 
          done | \
564
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
566
 
        mkid -fID $$unique
567
 
tags: TAGS
 
578
ID: $(am__tagged_files)
 
579
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
580
tags: tags-am
 
581
TAGS: tags
568
582
 
569
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
570
 
                $(TAGS_FILES) $(LISP)
 
583
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
571
584
        set x; \
572
585
        here=`pwd`; \
573
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
574
 
        unique=`for i in $$list; do \
575
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576
 
          done | \
577
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
578
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
586
        $(am__define_uniq_tagged_files); \
579
587
        shift; \
580
588
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
581
589
          test -n "$$unique" || unique=$$empty_fix; \
587
595
              $$unique; \
588
596
          fi; \
589
597
        fi
590
 
ctags: CTAGS
591
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
592
 
                $(TAGS_FILES) $(LISP)
593
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
594
 
        unique=`for i in $$list; do \
595
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
596
 
          done | \
597
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
598
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
598
ctags: ctags-am
 
599
 
 
600
CTAGS: ctags
 
601
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
602
        $(am__define_uniq_tagged_files); \
599
603
        test -z "$(CTAGS_ARGS)$$unique" \
600
604
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
601
605
             $$unique
604
608
        here=`$(am__cd) $(top_builddir) && pwd` \
605
609
          && $(am__cd) $(top_srcdir) \
606
610
          && gtags -i $(GTAGS_ARGS) "$$here"
 
611
cscopelist: cscopelist-am
607
612
 
608
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
609
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
613
cscopelist-am: $(am__tagged_files)
 
614
        list='$(am__tagged_files)'; \
610
615
        case "$(srcdir)" in \
611
616
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612
617
          *) sdir=$(subdir)/$(srcdir) ;; \
764
769
 
765
770
.MAKE: install-am install-strip
766
771
 
767
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
772
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
768
773
        clean-libburnLTLIBRARIES clean-libisofsLTLIBRARIES \
769
 
        clean-libtool cscopelist ctags distclean distclean-compile \
770
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
771
 
        dvi-am html html-am info info-am install install-am \
772
 
        install-data install-data-am install-dvi install-dvi-am \
773
 
        install-exec install-exec-am install-html install-html-am \
774
 
        install-info install-info-am install-libburnLTLIBRARIES \
775
 
        install-libisofsLTLIBRARIES install-man install-pdf \
776
 
        install-pdf-am install-ps install-ps-am install-strip \
777
 
        installcheck installcheck-am installdirs maintainer-clean \
778
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
779
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
780
 
        tags uninstall uninstall-am uninstall-libburnLTLIBRARIES \
 
774
        clean-libtool cscopelist-am ctags ctags-am distclean \
 
775
        distclean-compile distclean-generic distclean-libtool \
 
776
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
777
        install install-am install-data install-data-am install-dvi \
 
778
        install-dvi-am install-exec install-exec-am install-html \
 
779
        install-html-am install-info install-info-am \
 
780
        install-libburnLTLIBRARIES install-libisofsLTLIBRARIES \
 
781
        install-man install-pdf install-pdf-am install-ps \
 
782
        install-ps-am install-strip installcheck installcheck-am \
 
783
        installdirs maintainer-clean maintainer-clean-generic \
 
784
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
785
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
786
        uninstall-am uninstall-libburnLTLIBRARIES \
781
787
        uninstall-libisofsLTLIBRARIES
782
788
 
783
789