~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908093341-jh02q5ba0q8jyu9l
Tags: 2.27.92-0ubuntu1
* New upstream release (LP: #425998)
  - Some improvements when handling DVD-RW sequential
  - #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk
  - #578466 - Unable to overburn
  - #593314 - Brasero is failing to burn from sftp
  - #593492 - Compilation must be ordered by file name
  - #587122 - Copying DVD - "Error while reading video DVD (no error)"
  - #592026 - brasero crashes when eject a medium
  - #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image
  - #591880 - Image checksumming causes internal error (LP: #354995)
  - #591397 - Brasero Main window pops up after exiting from Image Burning window.
  - Translation updates
  - lots of small fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
44
53
SOURCES =
45
54
DIST_SOURCES =
46
55
DATA = $(noinst_DATA)
48
57
ACLOCAL = @ACLOCAL@
49
58
ALL_LINGUAS = @ALL_LINGUAS@
50
59
AMTAR = @AMTAR@
 
60
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
51
61
AR = @AR@
52
62
AUTOCONF = @AUTOCONF@
53
63
AUTOHEADER = @AUTOHEADER@
146
156
MAINT = @MAINT@
147
157
MAKEINFO = @MAKEINFO@
148
158
MKDIR_P = @MKDIR_P@
 
159
MKINSTALLDIRS = @MKINSTALLDIRS@
149
160
MSGFMT = @MSGFMT@
150
161
MSGFMT_OPTS = @MSGFMT_OPTS@
151
162
MSGMERGE = @MSGMERGE@
518
529
        @for dep in $?; do \
519
530
          case '$(am__configure_deps)' in \
520
531
            *$$dep*) \
521
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
522
 
                && exit 0; \
 
532
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
533
                && { if test -f $@; then exit 0; else break; fi; }; \
523
534
              exit 1;; \
524
535
          esac; \
525
536
        done; \
526
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/icons/Makefile'; \
527
 
        cd $(top_srcdir) && \
528
 
          $(AUTOMAKE) --foreign  data/icons/Makefile
 
537
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/Makefile'; \
 
538
        $(am__cd) $(top_srcdir) && \
 
539
          $(AUTOMAKE) --foreign data/icons/Makefile
529
540
.PRECIOUS: Makefile
530
541
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
531
542
        @case '$?' in \
543
554
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
544
555
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
545
556
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
557
$(am__aclocal_m4_deps):
546
558
 
547
559
mostlyclean-libtool:
548
560
        -rm -f *.lo
572
584
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
573
585
          if test -d $$d/$$file; then \
574
586
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
587
            if test -d "$(distdir)/$$file"; then \
 
588
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
589
            fi; \
575
590
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
576
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
591
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
592
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577
593
            fi; \
578
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
594
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
579
595
          else \
580
 
            test -f $(distdir)/$$file \
581
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
596
            test -f "$(distdir)/$$file" \
 
597
            || cp -p $$d/$$file "$(distdir)/$$file" \
582
598
            || exit 1; \
583
599
          fi; \
584
600
        done
606
622
 
607
623
distclean-generic:
608
624
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
625
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
609
626
 
610
627
maintainer-clean-generic:
611
628
        @echo "This command is intended for maintainers to use"
624
641
 
625
642
html: html-am
626
643
 
 
644
html-am:
 
645
 
627
646
info: info-am
628
647
 
629
648
info-am:
632
651
 
633
652
install-dvi: install-dvi-am
634
653
 
 
654
install-dvi-am:
 
655
 
635
656
install-exec-am:
636
657
 
637
658
install-html: install-html-am
638
659
 
 
660
install-html-am:
 
661
 
639
662
install-info: install-info-am
640
663
 
 
664
install-info-am:
 
665
 
641
666
install-man:
642
667
 
643
668
install-pdf: install-pdf-am
644
669
 
 
670
install-pdf-am:
 
671
 
645
672
install-ps: install-ps-am
646
673
 
 
674
install-ps-am:
 
675
 
647
676
installcheck-am:
648
677
 
649
678
maintainer-clean: maintainer-clean-am
731
760
uninstall-local: uninstall-icons update-icon-cache
732
761
 
733
762
-include $(top_srcdir)/git.mk
 
763
 
734
764
# Tell versions [3.59,3.63) of GNU make to not export all variables.
735
765
# Otherwise a system limit (for SysV at least) may be exceeded.
736
766
.NOEXPORT: