~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/growisofs/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.
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = plugins/growisofs
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 =
159
159
    n|no|NO) false;; \
160
160
    *) (install-info --version) >/dev/null 2>&1;; \
161
161
  esac
 
162
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
163
# Read a list of newline-separated strings from the standard input,
 
164
# and print each of them once, without duplicates.  Input order is
 
165
# *not* preserved.
 
166
am__uniquify_input = $(AWK) '\
 
167
  BEGIN { nonempty = 0; } \
 
168
  { items[$$0] = 1; nonempty = 1; } \
 
169
  END { if (nonempty) { for (i in items) print i; }; } \
 
170
'
 
171
# Make sure the list of sources is unique.  This is necessary because,
 
172
# e.g., the same source file might be shared among _SOURCES variables
 
173
# for different programs/libraries.
 
174
am__define_uniq_tagged_files = \
 
175
  list='$(am__tagged_files)'; \
 
176
  unique=`for i in $$list; do \
 
177
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
178
  done | $(am__uniquify_input)`
162
179
ETAGS = etags
163
180
CTAGS = ctags
164
181
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
440
457
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
441
458
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442
459
$(am__aclocal_m4_deps):
 
460
 
443
461
install-dvdrwformatLTLIBRARIES: $(dvdrwformat_LTLIBRARIES)
444
462
        @$(NORMAL_INSTALL)
445
463
        @list='$(dvdrwformat_LTLIBRARIES)'; test -n "$(dvdrwformatdir)" || list=; \
474
492
          echo rm -f $${locs}; \
475
493
          rm -f $${locs}; \
476
494
        }
 
495
 
477
496
install-growisofsLTLIBRARIES: $(growisofs_LTLIBRARIES)
478
497
        @$(NORMAL_INSTALL)
479
498
        @list='$(growisofs_LTLIBRARIES)'; test -n "$(growisofsdir)" || list=; \
549
568
clean-libtool:
550
569
        -rm -rf .libs _libs
551
570
 
552
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
553
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
554
 
        unique=`for i in $$list; do \
555
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
556
 
          done | \
557
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
558
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
559
 
        mkid -fID $$unique
560
 
tags: TAGS
 
571
ID: $(am__tagged_files)
 
572
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
573
tags: tags-am
 
574
TAGS: tags
561
575
 
562
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
563
 
                $(TAGS_FILES) $(LISP)
 
576
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
564
577
        set x; \
565
578
        here=`pwd`; \
566
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
567
 
        unique=`for i in $$list; do \
568
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
 
          done | \
570
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
579
        $(am__define_uniq_tagged_files); \
572
580
        shift; \
573
581
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574
582
          test -n "$$unique" || unique=$$empty_fix; \
580
588
              $$unique; \
581
589
          fi; \
582
590
        fi
583
 
ctags: CTAGS
584
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
585
 
                $(TAGS_FILES) $(LISP)
586
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
587
 
        unique=`for i in $$list; do \
588
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
 
          done | \
590
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
591
ctags: ctags-am
 
592
 
 
593
CTAGS: ctags
 
594
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
595
        $(am__define_uniq_tagged_files); \
592
596
        test -z "$(CTAGS_ARGS)$$unique" \
593
597
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
594
598
             $$unique
597
601
        here=`$(am__cd) $(top_builddir) && pwd` \
598
602
          && $(am__cd) $(top_srcdir) \
599
603
          && gtags -i $(GTAGS_ARGS) "$$here"
 
604
cscopelist: cscopelist-am
600
605
 
601
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
602
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
606
cscopelist-am: $(am__tagged_files)
 
607
        list='$(am__tagged_files)'; \
603
608
        case "$(srcdir)" in \
604
609
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
605
610
          *) sdir=$(subdir)/$(srcdir) ;; \
757
762
 
758
763
.MAKE: install-am install-strip
759
764
 
760
 
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
765
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
761
766
        clean-dvdrwformatLTLIBRARIES clean-generic \
762
 
        clean-growisofsLTLIBRARIES clean-libtool cscopelist ctags \
763
 
        distclean distclean-compile distclean-generic \
 
767
        clean-growisofsLTLIBRARIES clean-libtool cscopelist-am ctags \
 
768
        ctags-am distclean distclean-compile distclean-generic \
764
769
        distclean-libtool distclean-tags distdir dvi dvi-am html \
765
770
        html-am info info-am install install-am install-data \
766
771
        install-data-am install-dvdrwformatLTLIBRARIES install-dvi \
771
776
        installcheck installcheck-am installdirs maintainer-clean \
772
777
        maintainer-clean-generic mostlyclean mostlyclean-compile \
773
778
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
774
 
        tags uninstall uninstall-am uninstall-dvdrwformatLTLIBRARIES \
 
779
        tags tags-am uninstall uninstall-am \
 
780
        uninstall-dvdrwformatLTLIBRARIES \
775
781
        uninstall-growisofsLTLIBRARIES
776
782
 
777
783