~ubuntu-branches/ubuntu/saucy/brasero/saucy

« back to all changes in this revision

Viewing changes to plugins/transcode/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/transcode
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 =
171
171
    n|no|NO) false;; \
172
172
    *) (install-info --version) >/dev/null 2>&1;; \
173
173
  esac
 
174
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
175
# Read a list of newline-separated strings from the standard input,
 
176
# and print each of them once, without duplicates.  Input order is
 
177
# *not* preserved.
 
178
am__uniquify_input = $(AWK) '\
 
179
  BEGIN { nonempty = 0; } \
 
180
  { items[$$0] = 1; nonempty = 1; } \
 
181
  END { if (nonempty) { for (i in items) print i; }; } \
 
182
'
 
183
# Make sure the list of sources is unique.  This is necessary because,
 
184
# e.g., the same source file might be shared among _SOURCES variables
 
185
# for different programs/libraries.
 
186
am__define_uniq_tagged_files = \
 
187
  list='$(am__tagged_files)'; \
 
188
  unique=`for i in $$list; do \
 
189
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
190
  done | $(am__uniquify_input)`
174
191
ETAGS = etags
175
192
CTAGS = ctags
176
193
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
452
469
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
453
470
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
471
$(am__aclocal_m4_deps):
 
472
 
455
473
install-normalizeLTLIBRARIES: $(normalize_LTLIBRARIES)
456
474
        @$(NORMAL_INSTALL)
457
475
        @list='$(normalize_LTLIBRARIES)'; test -n "$(normalizedir)" || list=; \
486
504
          echo rm -f $${locs}; \
487
505
          rm -f $${locs}; \
488
506
        }
 
507
 
489
508
install-transcodeLTLIBRARIES: $(transcode_LTLIBRARIES)
490
509
        @$(NORMAL_INSTALL)
491
510
        @list='$(transcode_LTLIBRARIES)'; test -n "$(transcodedir)" || list=; \
520
539
          echo rm -f $${locs}; \
521
540
          rm -f $${locs}; \
522
541
        }
 
542
 
523
543
install-vobLTLIBRARIES: $(vob_LTLIBRARIES)
524
544
        @$(NORMAL_INSTALL)
525
545
        @list='$(vob_LTLIBRARIES)'; test -n "$(vobdir)" || list=; \
598
618
clean-libtool:
599
619
        -rm -rf .libs _libs
600
620
 
601
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
602
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
603
 
        unique=`for i in $$list; do \
604
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
605
 
          done | \
606
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
607
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
608
 
        mkid -fID $$unique
609
 
tags: TAGS
 
621
ID: $(am__tagged_files)
 
622
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
623
tags: tags-am
 
624
TAGS: tags
610
625
 
611
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
612
 
                $(TAGS_FILES) $(LISP)
 
626
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613
627
        set x; \
614
628
        here=`pwd`; \
615
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
616
 
        unique=`for i in $$list; do \
617
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
618
 
          done | \
619
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
629
        $(am__define_uniq_tagged_files); \
621
630
        shift; \
622
631
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
623
632
          test -n "$$unique" || unique=$$empty_fix; \
629
638
              $$unique; \
630
639
          fi; \
631
640
        fi
632
 
ctags: CTAGS
633
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
634
 
                $(TAGS_FILES) $(LISP)
635
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
636
 
        unique=`for i in $$list; do \
637
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
638
 
          done | \
639
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
640
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
641
ctags: ctags-am
 
642
 
 
643
CTAGS: ctags
 
644
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
645
        $(am__define_uniq_tagged_files); \
641
646
        test -z "$(CTAGS_ARGS)$$unique" \
642
647
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
643
648
             $$unique
646
651
        here=`$(am__cd) $(top_builddir) && pwd` \
647
652
          && $(am__cd) $(top_srcdir) \
648
653
          && gtags -i $(GTAGS_ARGS) "$$here"
 
654
cscopelist: cscopelist-am
649
655
 
650
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
651
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
656
cscopelist-am: $(am__tagged_files)
 
657
        list='$(am__tagged_files)'; \
652
658
        case "$(srcdir)" in \
653
659
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
654
660
          *) sdir=$(subdir)/$(srcdir) ;; \
806
812
 
807
813
.MAKE: install-am install-strip
808
814
 
809
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
815
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
810
816
        clean-libtool clean-normalizeLTLIBRARIES \
811
 
        clean-transcodeLTLIBRARIES clean-vobLTLIBRARIES cscopelist \
812
 
        ctags distclean distclean-compile distclean-generic \
 
817
        clean-transcodeLTLIBRARIES clean-vobLTLIBRARIES cscopelist-am \
 
818
        ctags ctags-am distclean distclean-compile distclean-generic \
813
819
        distclean-libtool distclean-tags distdir dvi dvi-am html \
814
820
        html-am info info-am install install-am install-data \
815
821
        install-data-am install-dvi install-dvi-am install-exec \
820
826
        install-vobLTLIBRARIES installcheck installcheck-am \
821
827
        installdirs maintainer-clean maintainer-clean-generic \
822
828
        mostlyclean mostlyclean-compile mostlyclean-generic \
823
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
829
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
824
830
        uninstall-am uninstall-normalizeLTLIBRARIES \
825
831
        uninstall-transcodeLTLIBRARIES uninstall-vobLTLIBRARIES
826
832