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

« back to all changes in this revision

Viewing changes to plugins/cdrdao/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/cdrdao
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 =
146
146
    n|no|NO) false;; \
147
147
    *) (install-info --version) >/dev/null 2>&1;; \
148
148
  esac
 
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
150
# Read a list of newline-separated strings from the standard input,
 
151
# and print each of them once, without duplicates.  Input order is
 
152
# *not* preserved.
 
153
am__uniquify_input = $(AWK) '\
 
154
  BEGIN { nonempty = 0; } \
 
155
  { items[$$0] = 1; nonempty = 1; } \
 
156
  END { if (nonempty) { for (i in items) print i; }; } \
 
157
'
 
158
# Make sure the list of sources is unique.  This is necessary because,
 
159
# e.g., the same source file might be shared among _SOURCES variables
 
160
# for different programs/libraries.
 
161
am__define_uniq_tagged_files = \
 
162
  list='$(am__tagged_files)'; \
 
163
  unique=`for i in $$list; do \
 
164
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
165
  done | $(am__uniquify_input)`
149
166
ETAGS = etags
150
167
CTAGS = ctags
151
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
418
435
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
419
436
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
437
$(am__aclocal_m4_deps):
 
438
 
421
439
install-cdrdaoLTLIBRARIES: $(cdrdao_LTLIBRARIES)
422
440
        @$(NORMAL_INSTALL)
423
441
        @list='$(cdrdao_LTLIBRARIES)'; test -n "$(cdrdaodir)" || list=; \
490
508
clean-libtool:
491
509
        -rm -rf .libs _libs
492
510
 
493
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
494
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495
 
        unique=`for i in $$list; do \
496
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
 
          done | \
498
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
500
 
        mkid -fID $$unique
501
 
tags: TAGS
 
511
ID: $(am__tagged_files)
 
512
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
513
tags: tags-am
 
514
TAGS: tags
502
515
 
503
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
504
 
                $(TAGS_FILES) $(LISP)
 
516
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505
517
        set x; \
506
518
        here=`pwd`; \
507
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
508
 
        unique=`for i in $$list; do \
509
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
 
          done | \
511
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
519
        $(am__define_uniq_tagged_files); \
513
520
        shift; \
514
521
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515
522
          test -n "$$unique" || unique=$$empty_fix; \
521
528
              $$unique; \
522
529
          fi; \
523
530
        fi
524
 
ctags: CTAGS
525
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526
 
                $(TAGS_FILES) $(LISP)
527
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528
 
        unique=`for i in $$list; do \
529
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530
 
          done | \
531
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
531
ctags: ctags-am
 
532
 
 
533
CTAGS: ctags
 
534
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
535
        $(am__define_uniq_tagged_files); \
533
536
        test -z "$(CTAGS_ARGS)$$unique" \
534
537
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535
538
             $$unique
538
541
        here=`$(am__cd) $(top_builddir) && pwd` \
539
542
          && $(am__cd) $(top_srcdir) \
540
543
          && gtags -i $(GTAGS_ARGS) "$$here"
 
544
cscopelist: cscopelist-am
541
545
 
542
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
543
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
546
cscopelist-am: $(am__tagged_files)
 
547
        list='$(am__tagged_files)'; \
544
548
        case "$(srcdir)" in \
545
549
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
546
550
          *) sdir=$(subdir)/$(srcdir) ;; \
696
700
 
697
701
.MAKE: install-am install-strip
698
702
 
699
 
.PHONY: CTAGS GTAGS all all-am check check-am clean \
700
 
        clean-cdrdaoLTLIBRARIES clean-generic clean-libtool cscopelist \
701
 
        ctags distclean distclean-compile distclean-generic \
702
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
703
 
        html-am info info-am install install-am \
 
703
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
704
        clean-cdrdaoLTLIBRARIES clean-generic clean-libtool \
 
705
        cscopelist-am ctags ctags-am distclean distclean-compile \
 
706
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
707
        dvi-am html html-am info info-am install install-am \
704
708
        install-cdrdaoLTLIBRARIES install-data install-data-am \
705
709
        install-dvi install-dvi-am install-exec install-exec-am \
706
710
        install-html install-html-am install-info install-info-am \
708
712
        install-ps-am install-strip installcheck installcheck-am \
709
713
        installdirs maintainer-clean maintainer-clean-generic \
710
714
        mostlyclean mostlyclean-compile mostlyclean-generic \
711
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
715
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
712
716
        uninstall-am uninstall-cdrdaoLTLIBRARIES
713
717
 
714
718