~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-media/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.
65
65
# Solaris's USCSI interface
66
66
@HAVE_USCSI_H_TRUE@am__append_4 = scsi-uscsi.c
67
67
subdir = libbrasero-media
68
 
DIST_COMMON = $(header_HEADERS) $(srcdir)/Makefile.am \
69
 
        $(srcdir)/Makefile.in $(srcdir)/brasero-media.h.in \
70
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs COPYING
 
68
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
69
        $(srcdir)/brasero-media.h.in $(top_srcdir)/depcomp \
 
70
        $(header_HEADERS) COPYING
71
71
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
72
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
73
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74
74
        $(ACLOCAL_M4)
75
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
75
mkinstalldirs = $(install_sh) -d
76
76
CONFIG_HEADER = $(top_builddir)/config.h
77
77
CONFIG_CLEAN_FILES = brasero-media.h
78
78
CONFIG_CLEAN_VPATH_FILES =
214
214
  esac
215
215
DATA = $(gir_DATA) $(typelibs_DATA)
216
216
HEADERS = $(header_HEADERS)
 
217
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
218
# Read a list of newline-separated strings from the standard input,
 
219
# and print each of them once, without duplicates.  Input order is
 
220
# *not* preserved.
 
221
am__uniquify_input = $(AWK) '\
 
222
  BEGIN { nonempty = 0; } \
 
223
  { items[$$0] = 1; nonempty = 1; } \
 
224
  END { if (nonempty) { for (i in items) print i; }; } \
 
225
'
 
226
# Make sure the list of sources is unique.  This is necessary because,
 
227
# e.g., the same source file might be shared among _SOURCES variables
 
228
# for different programs/libraries.
 
229
am__define_uniq_tagged_files = \
 
230
  list='$(am__tagged_files)'; \
 
231
  unique=`for i in $$list; do \
 
232
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
233
  done | $(am__uniquify_input)`
217
234
ETAGS = etags
218
235
CTAGS = ctags
219
236
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
553
570
$(am__aclocal_m4_deps):
554
571
brasero-media.h: $(top_builddir)/config.status $(srcdir)/brasero-media.h.in
555
572
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
573
 
556
574
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
557
575
        @$(NORMAL_INSTALL)
558
576
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
724
742
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
725
743
        dir='$(DESTDIR)$(headerdir)'; $(am__uninstall_files_from_dir)
726
744
 
727
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
728
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
729
 
        unique=`for i in $$list; do \
730
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
731
 
          done | \
732
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
733
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
734
 
        mkid -fID $$unique
735
 
tags: TAGS
 
745
ID: $(am__tagged_files)
 
746
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
747
tags: tags-am
 
748
TAGS: tags
736
749
 
737
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
738
 
                $(TAGS_FILES) $(LISP)
 
750
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
739
751
        set x; \
740
752
        here=`pwd`; \
741
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
742
 
        unique=`for i in $$list; do \
743
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
744
 
          done | \
745
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
746
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
753
        $(am__define_uniq_tagged_files); \
747
754
        shift; \
748
755
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
749
756
          test -n "$$unique" || unique=$$empty_fix; \
755
762
              $$unique; \
756
763
          fi; \
757
764
        fi
758
 
ctags: CTAGS
759
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
760
 
                $(TAGS_FILES) $(LISP)
761
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
762
 
        unique=`for i in $$list; do \
763
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
764
 
          done | \
765
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
766
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
765
ctags: ctags-am
 
766
 
 
767
CTAGS: ctags
 
768
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
769
        $(am__define_uniq_tagged_files); \
767
770
        test -z "$(CTAGS_ARGS)$$unique" \
768
771
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
769
772
             $$unique
772
775
        here=`$(am__cd) $(top_builddir) && pwd` \
773
776
          && $(am__cd) $(top_srcdir) \
774
777
          && gtags -i $(GTAGS_ARGS) "$$here"
 
778
cscopelist: cscopelist-am
775
779
 
776
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
777
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
780
cscopelist-am: $(am__tagged_files)
 
781
        list='$(am__tagged_files)'; \
778
782
        case "$(srcdir)" in \
779
783
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
780
784
          *) sdir=$(subdir)/$(srcdir) ;; \
933
937
 
934
938
.MAKE: install-am install-strip
935
939
 
936
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
937
 
        clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
938
 
        distclean-compile distclean-generic distclean-libtool \
939
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
940
 
        install install-am install-data install-data-am install-dvi \
941
 
        install-dvi-am install-exec install-exec-am install-girDATA \
942
 
        install-headerHEADERS install-html install-html-am \
943
 
        install-info install-info-am install-libLTLIBRARIES \
944
 
        install-man install-pdf install-pdf-am install-ps \
945
 
        install-ps-am install-strip install-typelibsDATA installcheck \
946
 
        installcheck-am installdirs maintainer-clean \
 
940
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
941
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
942
        ctags-am distclean distclean-compile distclean-generic \
 
943
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
944
        html-am info info-am install install-am install-data \
 
945
        install-data-am install-dvi install-dvi-am install-exec \
 
946
        install-exec-am install-girDATA install-headerHEADERS \
 
947
        install-html install-html-am install-info install-info-am \
 
948
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
949
        install-ps install-ps-am install-strip install-typelibsDATA \
 
950
        installcheck installcheck-am installdirs maintainer-clean \
947
951
        maintainer-clean-generic mostlyclean mostlyclean-compile \
948
952
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
949
 
        tags uninstall uninstall-am uninstall-girDATA \
 
953
        tags tags-am uninstall uninstall-am uninstall-girDATA \
950
954
        uninstall-headerHEADERS uninstall-libLTLIBRARIES \
951
955
        uninstall-typelibsDATA
952
956