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

« back to all changes in this revision

Viewing changes to libbrasero-utils/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 = libbrasero-utils
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 =
151
151
    n|no|NO) false;; \
152
152
    *) (install-info --version) >/dev/null 2>&1;; \
153
153
  esac
 
154
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
155
# Read a list of newline-separated strings from the standard input,
 
156
# and print each of them once, without duplicates.  Input order is
 
157
# *not* preserved.
 
158
am__uniquify_input = $(AWK) '\
 
159
  BEGIN { nonempty = 0; } \
 
160
  { items[$$0] = 1; nonempty = 1; } \
 
161
  END { if (nonempty) { for (i in items) print i; }; } \
 
162
'
 
163
# Make sure the list of sources is unique.  This is necessary because,
 
164
# e.g., the same source file might be shared among _SOURCES variables
 
165
# for different programs/libraries.
 
166
am__define_uniq_tagged_files = \
 
167
  list='$(am__tagged_files)'; \
 
168
  unique=`for i in $$list; do \
 
169
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
170
  done | $(am__uniquify_input)`
154
171
ETAGS = etags
155
172
CTAGS = ctags
156
173
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
468
485
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
469
486
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
487
$(am__aclocal_m4_deps):
 
488
 
471
489
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
472
490
        @$(NORMAL_INSTALL)
473
491
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
552
570
clean-libtool:
553
571
        -rm -rf .libs _libs
554
572
 
555
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
556
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
557
 
        unique=`for i in $$list; do \
558
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559
 
          done | \
560
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
561
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
562
 
        mkid -fID $$unique
563
 
tags: TAGS
 
573
ID: $(am__tagged_files)
 
574
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
575
tags: tags-am
 
576
TAGS: tags
564
577
 
565
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
566
 
                $(TAGS_FILES) $(LISP)
 
578
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567
579
        set x; \
568
580
        here=`pwd`; \
569
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
570
 
        unique=`for i in $$list; do \
571
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572
 
          done | \
573
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
581
        $(am__define_uniq_tagged_files); \
575
582
        shift; \
576
583
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
577
584
          test -n "$$unique" || unique=$$empty_fix; \
583
590
              $$unique; \
584
591
          fi; \
585
592
        fi
586
 
ctags: CTAGS
587
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588
 
                $(TAGS_FILES) $(LISP)
589
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
590
 
        unique=`for i in $$list; do \
591
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592
 
          done | \
593
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
593
ctags: ctags-am
 
594
 
 
595
CTAGS: ctags
 
596
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
597
        $(am__define_uniq_tagged_files); \
595
598
        test -z "$(CTAGS_ARGS)$$unique" \
596
599
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597
600
             $$unique
600
603
        here=`$(am__cd) $(top_builddir) && pwd` \
601
604
          && $(am__cd) $(top_srcdir) \
602
605
          && gtags -i $(GTAGS_ARGS) "$$here"
 
606
cscopelist: cscopelist-am
603
607
 
604
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
605
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
608
cscopelist-am: $(am__tagged_files)
 
609
        list='$(am__tagged_files)'; \
606
610
        case "$(srcdir)" in \
607
611
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
608
612
          *) sdir=$(subdir)/$(srcdir) ;; \
759
763
 
760
764
.MAKE: install-am install-strip
761
765
 
762
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
763
 
        clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
764
 
        distclean-compile distclean-generic distclean-libtool \
765
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
766
 
        install install-am install-data install-data-am install-dvi \
767
 
        install-dvi-am install-exec install-exec-am install-html \
768
 
        install-html-am install-info install-info-am \
769
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
770
 
        install-ps install-ps-am install-strip installcheck \
771
 
        installcheck-am installdirs maintainer-clean \
 
766
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
767
        clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
 
768
        ctags-am distclean distclean-compile distclean-generic \
 
769
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
770
        html-am info info-am install install-am install-data \
 
771
        install-data-am install-dvi install-dvi-am install-exec \
 
772
        install-exec-am install-html install-html-am install-info \
 
773
        install-info-am install-libLTLIBRARIES install-man install-pdf \
 
774
        install-pdf-am install-ps install-ps-am install-strip \
 
775
        installcheck installcheck-am installdirs maintainer-clean \
772
776
        maintainer-clean-generic mostlyclean mostlyclean-compile \
773
777
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
774
 
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
778
        tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
775
779
 
776
780
 
777
781
-include $(top_srcdir)/git.mk