~ubuntu-branches/ubuntu/vivid/banshee-community-extensions/vivid

« back to all changes in this revision

Viewing changes to src/Telepathy/Banshee.Telepathy/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-09-18 03:35:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918033536-b2q2ut7xkk3g90rl
Tags: 1.7.6-0ubuntu1
* New upstream release
  + Enhancements:
    - [Lyrics] Add a Copy button to the lyrics window
    - [Lyrics] Fix up the label in LyricsPane
    - [Lyrics] Use Banshee.WebBrowser instead of webkit-sharp
  + Bugs Fixed:
    - [build] Bring gnome-doc-utils autofoo into the tree
    - [Lyrics] Detect a false positive from lyricsplugin.com
    - [Lyrics] Fixed LyricsWiki source
    - [U1MS] Set a TypeUniqueId for the source (bgo#626965)
* Change section from gnome to sound
* Imported Upstream version 1.7.6
* Drop webkit# build-dep
* Bump Banshee build-dep version and loosen binary-dep version
* Switch banshee dep with banshee-extensions-common in metapackage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
 
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
21
21
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
74
72
mkinstalldirs = $(install_sh) -d
75
73
CONFIG_HEADER = $(top_builddir)/config.h
76
74
CONFIG_CLEAN_FILES =
77
 
CONFIG_CLEAN_VPATH_FILES =
 
75
am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(moduledir)"
 
76
moduleSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
77
SCRIPTS = $(module_SCRIPTS)
 
78
DIST_SOURCES =
78
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
79
80
am__vpath_adj = case $$p in \
80
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81
82
    *) f=$$p;; \
82
83
  esac;
83
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
84
 
am__install_max = 40
85
 
am__nobase_strip_setup = \
86
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
87
 
am__nobase_strip = \
88
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
89
 
am__nobase_list = $(am__nobase_strip_setup); \
90
 
  for p in $$list; do echo "$$p $$p"; done | \
91
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
92
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
93
 
    if (++n[$$2] == $(am__install_max)) \
94
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95
 
    END { for (dir in files) print dir, files[dir] }'
96
 
am__base_list = \
97
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
98
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
99
 
am__installdirs = "$(DESTDIR)$(moduledir)" "$(DESTDIR)$(moduledir)"
100
 
SCRIPTS = $(module_SCRIPTS)
101
 
DIST_SOURCES =
 
84
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
85
moduleDATA_INSTALL = $(INSTALL_DATA)
102
86
DATA = $(module_DATA)
103
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
88
ACLOCAL = @ACLOCAL@
117
101
BANSHEE_LIBS = @BANSHEE_LIBS@
118
102
BANSHEE_NOWPLAYING_CFLAGS = @BANSHEE_NOWPLAYING_CFLAGS@
119
103
BANSHEE_NOWPLAYING_LIBS = @BANSHEE_NOWPLAYING_LIBS@
 
104
BANSHEE_WEBBROWSER_CFLAGS = @BANSHEE_WEBBROWSER_CFLAGS@
 
105
BANSHEE_WEBBROWSER_LIBS = @BANSHEE_WEBBROWSER_LIBS@
120
106
BUILD_HOST_CPU = @BUILD_HOST_CPU@
121
107
BUILD_HOST_OS = @BUILD_HOST_OS@
122
108
BUILD_TIME = @BUILD_TIME@
181
167
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182
168
INSTOBJEXT = @INSTOBJEXT@
183
169
INTLLIBS = @INTLLIBS@
 
170
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
171
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
172
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
184
173
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
174
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
175
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
185
176
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
177
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
186
178
INTLTOOL_PERL = @INTLTOOL_PERL@
 
179
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
180
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
181
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
182
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
183
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
184
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
185
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
186
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
187
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
188
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
187
189
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
190
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
191
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
192
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
188
193
JAY = @JAY@
189
194
LD = @LD@
190
195
LDFLAGS = @LDFLAGS@
201
206
MAKEINFO = @MAKEINFO@
202
207
MCS = @MCS@
203
208
MKDIR_P = @MKDIR_P@
204
 
MKINSTALLDIRS = @MKINSTALLDIRS@
205
209
MONO = @MONO@
206
210
MONO_CFLAGS = @MONO_CFLAGS@
207
211
MONO_LIBS = @MONO_LIBS@
229
233
PACKAGE_NAME = @PACKAGE_NAME@
230
234
PACKAGE_STRING = @PACKAGE_STRING@
231
235
PACKAGE_TARNAME = @PACKAGE_TARNAME@
232
 
PACKAGE_URL = @PACKAGE_URL@
233
236
PACKAGE_VERSION = @PACKAGE_VERSION@
234
237
PATH_SEPARATOR = @PATH_SEPARATOR@
235
238
PKG_CONFIG = @PKG_CONFIG@
254
257
USE_NLS = @USE_NLS@
255
258
V = @V@
256
259
VERSION = @VERSION@
257
 
WEBKIT_SHARP_CFLAGS = @WEBKIT_SHARP_CFLAGS@
258
 
WEBKIT_SHARP_LIBS = @WEBKIT_SHARP_LIBS@
259
260
XGETTEXT = @XGETTEXT@
260
261
abs_builddir = @abs_builddir@
261
262
abs_srcdir = @abs_srcdir@
481
482
        @for dep in $?; do \
482
483
          case '$(am__configure_deps)' in \
483
484
            *$$dep*) \
484
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
485
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
485
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
486
                && exit 0; \
486
487
              exit 1;; \
487
488
          esac; \
488
489
        done; \
489
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Telepathy/Banshee.Telepathy/Makefile'; \
490
 
        $(am__cd) $(top_srcdir) && \
491
 
          $(AUTOMAKE) --foreign src/Telepathy/Banshee.Telepathy/Makefile
 
490
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Telepathy/Banshee.Telepathy/Makefile'; \
 
491
        cd $(top_srcdir) && \
 
492
          $(AUTOMAKE) --foreign  src/Telepathy/Banshee.Telepathy/Makefile
492
493
.PRECIOUS: Makefile
493
494
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
494
495
        @case '$?' in \
506
507
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
507
508
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
508
509
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
509
 
$(am__aclocal_m4_deps):
510
510
install-moduleSCRIPTS: $(module_SCRIPTS)
511
511
        @$(NORMAL_INSTALL)
512
512
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
513
 
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || list=; \
514
 
        for p in $$list; do \
 
513
        @list='$(module_SCRIPTS)'; for p in $$list; do \
515
514
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
516
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
517
 
        done | \
518
 
        sed -e 'p;s,.*/,,;n' \
519
 
            -e 'h;s|.*|.|' \
520
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
521
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
522
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
523
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
524
 
              if (++n[d] == $(am__install_max)) { \
525
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
526
 
            else { print "f", d "/" $$4, $$1 } } \
527
 
          END { for (d in files) print "f", d, files[d] }' | \
528
 
        while read type dir files; do \
529
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
530
 
             test -z "$$files" || { \
531
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(moduledir)$$dir'"; \
532
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(moduledir)$$dir" || exit $$?; \
533
 
             } \
534
 
        ; done
 
515
          if test -f $$d$$p; then \
 
516
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
517
            echo " $(moduleSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
518
            $(moduleSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
519
          else :; fi; \
 
520
        done
535
521
 
536
522
uninstall-moduleSCRIPTS:
537
523
        @$(NORMAL_UNINSTALL)
538
 
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || exit 0; \
539
 
        files=`for p in $$list; do echo "$$p"; done | \
540
 
               sed -e 's,.*/,,;$(transform)'`; \
541
 
        test -n "$$list" || exit 0; \
542
 
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
543
 
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
524
        @list='$(module_SCRIPTS)'; for p in $$list; do \
 
525
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
526
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
527
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
528
        done
544
529
 
545
530
mostlyclean-libtool:
546
531
        -rm -f *.lo
550
535
install-moduleDATA: $(module_DATA)
551
536
        @$(NORMAL_INSTALL)
552
537
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
553
 
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
554
 
        for p in $$list; do \
 
538
        @list='$(module_DATA)'; for p in $$list; do \
555
539
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
556
 
          echo "$$d$$p"; \
557
 
        done | $(am__base_list) | \
558
 
        while read files; do \
559
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(moduledir)'"; \
560
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(moduledir)" || exit $$?; \
 
540
          f=$(am__strip_dir) \
 
541
          echo " $(moduleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
542
          $(moduleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
561
543
        done
562
544
 
563
545
uninstall-moduleDATA:
564
546
        @$(NORMAL_UNINSTALL)
565
 
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
566
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
567
 
        test -n "$$files" || exit 0; \
568
 
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
569
 
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
547
        @list='$(module_DATA)'; for p in $$list; do \
 
548
          f=$(am__strip_dir) \
 
549
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
550
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
551
        done
570
552
tags: TAGS
571
553
TAGS:
572
554
 
590
572
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
591
573
          if test -d $$d/$$file; then \
592
574
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
593
 
            if test -d "$(distdir)/$$file"; then \
594
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595
 
            fi; \
596
575
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
597
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
598
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
576
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
599
577
            fi; \
600
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
578
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
601
579
          else \
602
 
            test -f "$(distdir)/$$file" \
603
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
580
            test -f $(distdir)/$$file \
 
581
            || cp -p $$d/$$file $(distdir)/$$file \
604
582
            || exit 1; \
605
583
          fi; \
606
584
        done
632
610
 
633
611
distclean-generic:
634
612
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
635
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
636
613
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
637
614
 
638
615
maintainer-clean-generic:
655
632
 
656
633
html: html-am
657
634
 
658
 
html-am:
659
 
 
660
635
info: info-am
661
636
 
662
637
info-am:
664
639
install-data-am: install-moduleDATA install-moduleSCRIPTS
665
640
        @$(NORMAL_INSTALL)
666
641
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
642
 
667
643
install-dvi: install-dvi-am
668
644
 
669
 
install-dvi-am:
670
 
 
671
645
install-exec-am:
672
646
 
673
647
install-html: install-html-am
674
648
 
675
 
install-html-am:
676
 
 
677
649
install-info: install-info-am
678
650
 
679
 
install-info-am:
680
 
 
681
651
install-man:
682
652
 
683
653
install-pdf: install-pdf-am
684
654
 
685
 
install-pdf-am:
686
 
 
687
655
install-ps: install-ps-am
688
656
 
689
 
install-ps-am:
690
 
 
691
657
installcheck-am:
692
658
 
693
659
maintainer-clean: maintainer-clean-am
709
675
uninstall-am: uninstall-moduleDATA uninstall-moduleSCRIPTS
710
676
        @$(NORMAL_INSTALL)
711
677
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
678
 
712
679
.MAKE: install-am install-data-am install-strip uninstall-am
713
680
 
714
681
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
763
730
@ENABLE_TELEPATHY_TRUE@uninstall-hook: $(THEME_ICONS_SOURCE)
764
731
@ENABLE_TELEPATHY_TRUE@ @$(INSTALL_ICONS) -u "$(DESTDIR)$(pkgdatadir)" "$(srcdir)" $(THEME_ICONS_RELATIVE)
765
732
@ENABLE_TELEPATHY_TRUE@ $(EXTRA_UNINSTALL_HOOK)
766
 
 
767
733
# Tell versions [3.59,3.63) of GNU make to not export all variables.
768
734
# Otherwise a system limit (for SysV at least) may be exceeded.
769
735
.NOEXPORT: