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

« back to all changes in this revision

Viewing changes to plugins/cdrtools/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/cdrtools
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 =
183
183
    n|no|NO) false;; \
184
184
    *) (install-info --version) >/dev/null 2>&1;; \
185
185
  esac
 
186
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
187
# Read a list of newline-separated strings from the standard input,
 
188
# and print each of them once, without duplicates.  Input order is
 
189
# *not* preserved.
 
190
am__uniquify_input = $(AWK) '\
 
191
  BEGIN { nonempty = 0; } \
 
192
  { items[$$0] = 1; nonempty = 1; } \
 
193
  END { if (nonempty) { for (i in items) print i; }; } \
 
194
'
 
195
# Make sure the list of sources is unique.  This is necessary because,
 
196
# e.g., the same source file might be shared among _SOURCES variables
 
197
# for different programs/libraries.
 
198
am__define_uniq_tagged_files = \
 
199
  list='$(am__tagged_files)'; \
 
200
  unique=`for i in $$list; do \
 
201
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
202
  done | $(am__uniquify_input)`
186
203
ETAGS = etags
187
204
CTAGS = ctags
188
205
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
482
499
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
483
500
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484
501
$(am__aclocal_m4_deps):
 
502
 
485
503
install-cdda2wavLTLIBRARIES: $(cdda2wav_LTLIBRARIES)
486
504
        @$(NORMAL_INSTALL)
487
505
        @list='$(cdda2wav_LTLIBRARIES)'; test -n "$(cdda2wavdir)" || list=; \
516
534
          echo rm -f $${locs}; \
517
535
          rm -f $${locs}; \
518
536
        }
 
537
 
519
538
install-cdrecordLTLIBRARIES: $(cdrecord_LTLIBRARIES)
520
539
        @$(NORMAL_INSTALL)
521
540
        @list='$(cdrecord_LTLIBRARIES)'; test -n "$(cdrecorddir)" || list=; \
550
569
          echo rm -f $${locs}; \
551
570
          rm -f $${locs}; \
552
571
        }
 
572
 
553
573
install-mkisofsLTLIBRARIES: $(mkisofs_LTLIBRARIES)
554
574
        @$(NORMAL_INSTALL)
555
575
        @list='$(mkisofs_LTLIBRARIES)'; test -n "$(mkisofsdir)" || list=; \
584
604
          echo rm -f $${locs}; \
585
605
          rm -f $${locs}; \
586
606
        }
 
607
 
587
608
install-readcdLTLIBRARIES: $(readcd_LTLIBRARIES)
588
609
        @$(NORMAL_INSTALL)
589
610
        @list='$(readcd_LTLIBRARIES)'; test -n "$(readcddir)" || list=; \
665
686
clean-libtool:
666
687
        -rm -rf .libs _libs
667
688
 
668
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
669
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
670
 
        unique=`for i in $$list; do \
671
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
672
 
          done | \
673
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
674
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
675
 
        mkid -fID $$unique
676
 
tags: TAGS
 
689
ID: $(am__tagged_files)
 
690
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
691
tags: tags-am
 
692
TAGS: tags
677
693
 
678
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
679
 
                $(TAGS_FILES) $(LISP)
 
694
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
680
695
        set x; \
681
696
        here=`pwd`; \
682
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
683
 
        unique=`for i in $$list; do \
684
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
685
 
          done | \
686
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
687
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
697
        $(am__define_uniq_tagged_files); \
688
698
        shift; \
689
699
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
690
700
          test -n "$$unique" || unique=$$empty_fix; \
696
706
              $$unique; \
697
707
          fi; \
698
708
        fi
699
 
ctags: CTAGS
700
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
701
 
                $(TAGS_FILES) $(LISP)
702
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
703
 
        unique=`for i in $$list; do \
704
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
705
 
          done | \
706
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
707
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
709
ctags: ctags-am
 
710
 
 
711
CTAGS: ctags
 
712
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
713
        $(am__define_uniq_tagged_files); \
708
714
        test -z "$(CTAGS_ARGS)$$unique" \
709
715
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
710
716
             $$unique
713
719
        here=`$(am__cd) $(top_builddir) && pwd` \
714
720
          && $(am__cd) $(top_srcdir) \
715
721
          && gtags -i $(GTAGS_ARGS) "$$here"
 
722
cscopelist: cscopelist-am
716
723
 
717
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
718
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
724
cscopelist-am: $(am__tagged_files)
 
725
        list='$(am__tagged_files)'; \
719
726
        case "$(srcdir)" in \
720
727
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
721
728
          *) sdir=$(subdir)/$(srcdir) ;; \
876
883
 
877
884
.MAKE: install-am install-strip
878
885
 
879
 
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
886
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
880
887
        clean-cdda2wavLTLIBRARIES clean-cdrecordLTLIBRARIES \
881
888
        clean-generic clean-libtool clean-mkisofsLTLIBRARIES \
882
 
        clean-readcdLTLIBRARIES cscopelist ctags distclean \
 
889
        clean-readcdLTLIBRARIES cscopelist-am ctags ctags-am distclean \
883
890
        distclean-compile distclean-generic distclean-libtool \
884
891
        distclean-tags distdir dvi dvi-am html html-am info info-am \
885
892
        install install-am install-cdda2wavLTLIBRARIES \
892
899
        installcheck-am installdirs maintainer-clean \
893
900
        maintainer-clean-generic mostlyclean mostlyclean-compile \
894
901
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
895
 
        tags uninstall uninstall-am uninstall-cdda2wavLTLIBRARIES \
896
 
        uninstall-cdrecordLTLIBRARIES uninstall-mkisofsLTLIBRARIES \
897
 
        uninstall-readcdLTLIBRARIES
 
902
        tags tags-am uninstall uninstall-am \
 
903
        uninstall-cdda2wavLTLIBRARIES uninstall-cdrecordLTLIBRARIES \
 
904
        uninstall-mkisofsLTLIBRARIES uninstall-readcdLTLIBRARIES
898
905
 
899
906
 
900
907
-include $(top_srcdir)/git.mk