~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-burn/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.
54
54
host_triplet = @host@
55
55
@BUILD_INOTIFY_TRUE@am__append_1 = brasero-file-monitor.c brasero-file-monitor.h
56
56
subdir = libbrasero-burn
57
 
DIST_COMMON = $(header_HEADERS) $(srcdir)/Makefile.am \
58
 
        $(srcdir)/Makefile.in $(srcdir)/brasero-burn-lib.h.in \
59
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
57
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
58
        $(srcdir)/brasero-burn-lib.h.in $(top_srcdir)/depcomp \
 
59
        $(header_HEADERS)
60
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
63
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
64
mkinstalldirs = $(install_sh) -d
65
65
CONFIG_HEADER = $(top_builddir)/config.h
66
66
CONFIG_CLEAN_FILES = brasero-burn-lib.h
67
67
CONFIG_CLEAN_VPATH_FILES =
229
229
  esac
230
230
DATA = $(gir_DATA) $(typelibs_DATA)
231
231
HEADERS = $(header_HEADERS)
 
232
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
233
# Read a list of newline-separated strings from the standard input,
 
234
# and print each of them once, without duplicates.  Input order is
 
235
# *not* preserved.
 
236
am__uniquify_input = $(AWK) '\
 
237
  BEGIN { nonempty = 0; } \
 
238
  { items[$$0] = 1; nonempty = 1; } \
 
239
  END { if (nonempty) { for (i in items) print i; }; } \
 
240
'
 
241
# Make sure the list of sources is unique.  This is necessary because,
 
242
# e.g., the same source file might be shared among _SOURCES variables
 
243
# for different programs/libraries.
 
244
am__define_uniq_tagged_files = \
 
245
  list='$(am__tagged_files)'; \
 
246
  unique=`for i in $$list; do \
 
247
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
248
  done | $(am__uniquify_input)`
232
249
ETAGS = etags
233
250
CTAGS = ctags
234
251
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
615
632
$(am__aclocal_m4_deps):
616
633
brasero-burn-lib.h: $(top_builddir)/config.status $(srcdir)/brasero-burn-lib.h.in
617
634
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
635
 
618
636
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
619
637
        @$(NORMAL_INSTALL)
620
638
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
804
822
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
805
823
        dir='$(DESTDIR)$(headerdir)'; $(am__uninstall_files_from_dir)
806
824
 
807
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
808
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
809
 
        unique=`for i in $$list; do \
810
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
811
 
          done | \
812
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
813
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
814
 
        mkid -fID $$unique
815
 
tags: TAGS
 
825
ID: $(am__tagged_files)
 
826
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
827
tags: tags-am
 
828
TAGS: tags
816
829
 
817
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
818
 
                $(TAGS_FILES) $(LISP)
 
830
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
819
831
        set x; \
820
832
        here=`pwd`; \
821
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
822
 
        unique=`for i in $$list; do \
823
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
824
 
          done | \
825
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
826
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
833
        $(am__define_uniq_tagged_files); \
827
834
        shift; \
828
835
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
829
836
          test -n "$$unique" || unique=$$empty_fix; \
835
842
              $$unique; \
836
843
          fi; \
837
844
        fi
838
 
ctags: CTAGS
839
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
840
 
                $(TAGS_FILES) $(LISP)
841
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
842
 
        unique=`for i in $$list; do \
843
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
844
 
          done | \
845
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
846
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
845
ctags: ctags-am
 
846
 
 
847
CTAGS: ctags
 
848
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
849
        $(am__define_uniq_tagged_files); \
847
850
        test -z "$(CTAGS_ARGS)$$unique" \
848
851
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
849
852
             $$unique
852
855
        here=`$(am__cd) $(top_builddir) && pwd` \
853
856
          && $(am__cd) $(top_srcdir) \
854
857
          && gtags -i $(GTAGS_ARGS) "$$here"
 
858
cscopelist: cscopelist-am
855
859
 
856
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
857
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
860
cscopelist-am: $(am__tagged_files)
 
861
        list='$(am__tagged_files)'; \
858
862
        case "$(srcdir)" in \
859
863
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
860
864
          *) sdir=$(subdir)/$(srcdir) ;; \
1013
1017
 
1014
1018
.MAKE: install-am install-strip
1015
1019
 
1016
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1017
 
        clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
1018
 
        distclean-compile distclean-generic distclean-libtool \
1019
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1020
 
        install install-am install-data install-data-am install-dvi \
1021
 
        install-dvi-am install-exec install-exec-am install-girDATA \
1022
 
        install-headerHEADERS install-html install-html-am \
1023
 
        install-info install-info-am install-libLTLIBRARIES \
1024
 
        install-man install-pdf install-pdf-am install-ps \
1025
 
        install-ps-am install-strip install-typelibsDATA installcheck \
1026
 
        installcheck-am installdirs maintainer-clean \
 
1020
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
1021
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
1022
        ctags-am distclean distclean-compile distclean-generic \
 
1023
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1024
        html-am info info-am install install-am install-data \
 
1025
        install-data-am install-dvi install-dvi-am install-exec \
 
1026
        install-exec-am install-girDATA install-headerHEADERS \
 
1027
        install-html install-html-am install-info install-info-am \
 
1028
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
1029
        install-ps install-ps-am install-strip install-typelibsDATA \
 
1030
        installcheck installcheck-am installdirs maintainer-clean \
1027
1031
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1028
1032
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1029
 
        tags uninstall uninstall-am uninstall-girDATA \
 
1033
        tags tags-am uninstall uninstall-am uninstall-girDATA \
1030
1034
        uninstall-headerHEADERS uninstall-libLTLIBRARIES \
1031
1035
        uninstall-typelibsDATA
1032
1036