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

« back to all changes in this revision

Viewing changes to plugins/cdrkit/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/cdrkit
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 =
170
170
    n|no|NO) false;; \
171
171
    *) (install-info --version) >/dev/null 2>&1;; \
172
172
  esac
 
173
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
174
# Read a list of newline-separated strings from the standard input,
 
175
# and print each of them once, without duplicates.  Input order is
 
176
# *not* preserved.
 
177
am__uniquify_input = $(AWK) '\
 
178
  BEGIN { nonempty = 0; } \
 
179
  { items[$$0] = 1; nonempty = 1; } \
 
180
  END { if (nonempty) { for (i in items) print i; }; } \
 
181
'
 
182
# Make sure the list of sources is unique.  This is necessary because,
 
183
# e.g., the same source file might be shared among _SOURCES variables
 
184
# for different programs/libraries.
 
185
am__define_uniq_tagged_files = \
 
186
  list='$(am__tagged_files)'; \
 
187
  unique=`for i in $$list; do \
 
188
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
189
  done | $(am__uniquify_input)`
173
190
ETAGS = etags
174
191
CTAGS = ctags
175
192
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
462
479
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
463
480
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464
481
$(am__aclocal_m4_deps):
 
482
 
465
483
install-genisoimageLTLIBRARIES: $(genisoimage_LTLIBRARIES)
466
484
        @$(NORMAL_INSTALL)
467
485
        @list='$(genisoimage_LTLIBRARIES)'; test -n "$(genisoimagedir)" || list=; \
496
514
          echo rm -f $${locs}; \
497
515
          rm -f $${locs}; \
498
516
        }
 
517
 
499
518
install-readomLTLIBRARIES: $(readom_LTLIBRARIES)
500
519
        @$(NORMAL_INSTALL)
501
520
        @list='$(readom_LTLIBRARIES)'; test -n "$(readomdir)" || list=; \
530
549
          echo rm -f $${locs}; \
531
550
          rm -f $${locs}; \
532
551
        }
 
552
 
533
553
install-wodimLTLIBRARIES: $(wodim_LTLIBRARIES)
534
554
        @$(NORMAL_INSTALL)
535
555
        @list='$(wodim_LTLIBRARIES)'; test -n "$(wodimdir)" || list=; \
608
628
clean-libtool:
609
629
        -rm -rf .libs _libs
610
630
 
611
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
612
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
613
 
        unique=`for i in $$list; do \
614
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
615
 
          done | \
616
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
617
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
618
 
        mkid -fID $$unique
619
 
tags: TAGS
 
631
ID: $(am__tagged_files)
 
632
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
633
tags: tags-am
 
634
TAGS: tags
620
635
 
621
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
622
 
                $(TAGS_FILES) $(LISP)
 
636
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
623
637
        set x; \
624
638
        here=`pwd`; \
625
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
626
 
        unique=`for i in $$list; do \
627
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628
 
          done | \
629
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
630
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
639
        $(am__define_uniq_tagged_files); \
631
640
        shift; \
632
641
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
633
642
          test -n "$$unique" || unique=$$empty_fix; \
639
648
              $$unique; \
640
649
          fi; \
641
650
        fi
642
 
ctags: CTAGS
643
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
644
 
                $(TAGS_FILES) $(LISP)
645
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
646
 
        unique=`for i in $$list; do \
647
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
648
 
          done | \
649
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
650
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
651
ctags: ctags-am
 
652
 
 
653
CTAGS: ctags
 
654
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
655
        $(am__define_uniq_tagged_files); \
651
656
        test -z "$(CTAGS_ARGS)$$unique" \
652
657
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
653
658
             $$unique
656
661
        here=`$(am__cd) $(top_builddir) && pwd` \
657
662
          && $(am__cd) $(top_srcdir) \
658
663
          && gtags -i $(GTAGS_ARGS) "$$here"
 
664
cscopelist: cscopelist-am
659
665
 
660
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
661
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
666
cscopelist-am: $(am__tagged_files)
 
667
        list='$(am__tagged_files)'; \
662
668
        case "$(srcdir)" in \
663
669
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
664
670
          *) sdir=$(subdir)/$(srcdir) ;; \
816
822
 
817
823
.MAKE: install-am install-strip
818
824
 
819
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
825
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
820
826
        clean-genisoimageLTLIBRARIES clean-libtool \
821
 
        clean-readomLTLIBRARIES clean-wodimLTLIBRARIES cscopelist \
822
 
        ctags distclean distclean-compile distclean-generic \
 
827
        clean-readomLTLIBRARIES clean-wodimLTLIBRARIES cscopelist-am \
 
828
        ctags ctags-am distclean distclean-compile distclean-generic \
823
829
        distclean-libtool distclean-tags distdir dvi dvi-am html \
824
830
        html-am info info-am install install-am install-data \
825
831
        install-data-am install-dvi install-dvi-am install-exec \
830
836
        install-wodimLTLIBRARIES installcheck installcheck-am \
831
837
        installdirs maintainer-clean maintainer-clean-generic \
832
838
        mostlyclean mostlyclean-compile mostlyclean-generic \
833
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
839
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
834
840
        uninstall-am uninstall-genisoimageLTLIBRARIES \
835
841
        uninstall-readomLTLIBRARIES uninstall-wodimLTLIBRARIES
836
842