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

« back to all changes in this revision

Viewing changes to help/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.
40
39
################################################################################
41
40
VPATH = @srcdir@
42
41
pkgdatadir = $(datadir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
43
43
pkgincludedir = $(includedir)/@PACKAGE@
44
 
pkglibdir = $(libdir)/@PACKAGE@
45
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
46
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
45
install_sh_DATA = $(install_sh) -c -m 644
48
46
install_sh_PROGRAM = $(install_sh) -c
58
56
build_triplet = @build@
59
57
host_triplet = @host@
60
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61
 
        $(top_srcdir)/gnome-doc-utils.make
 
59
        $(top_srcdir)/build/gnome-doc-utils.make
62
60
subdir = help
63
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
62
am__aclocal_m4_deps = $(top_srcdir)/build/m4/extensions/alarmclock.m4 \
93
91
mkinstalldirs = $(install_sh) -d
94
92
CONFIG_HEADER = $(top_builddir)/config.h
95
93
CONFIG_CLEAN_FILES =
96
 
CONFIG_CLEAN_VPATH_FILES =
97
94
SOURCES =
98
95
DIST_SOURCES =
99
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
110
BANSHEE_LIBS = @BANSHEE_LIBS@
114
111
BANSHEE_NOWPLAYING_CFLAGS = @BANSHEE_NOWPLAYING_CFLAGS@
115
112
BANSHEE_NOWPLAYING_LIBS = @BANSHEE_NOWPLAYING_LIBS@
 
113
BANSHEE_WEBBROWSER_CFLAGS = @BANSHEE_WEBBROWSER_CFLAGS@
 
114
BANSHEE_WEBBROWSER_LIBS = @BANSHEE_WEBBROWSER_LIBS@
116
115
BUILD_HOST_CPU = @BUILD_HOST_CPU@
117
116
BUILD_HOST_OS = @BUILD_HOST_OS@
118
117
BUILD_TIME = @BUILD_TIME@
177
176
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178
177
INSTOBJEXT = @INSTOBJEXT@
179
178
INTLLIBS = @INTLLIBS@
 
179
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
180
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
181
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
180
182
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
183
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
184
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
181
185
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
186
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
182
187
INTLTOOL_PERL = @INTLTOOL_PERL@
 
188
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
189
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
190
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
191
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
192
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
193
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
194
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
195
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
196
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
197
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
183
198
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
199
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
200
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
201
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
184
202
JAY = @JAY@
185
203
LD = @LD@
186
204
LDFLAGS = @LDFLAGS@
197
215
MAKEINFO = @MAKEINFO@
198
216
MCS = @MCS@
199
217
MKDIR_P = @MKDIR_P@
200
 
MKINSTALLDIRS = @MKINSTALLDIRS@
201
218
MONO = @MONO@
202
219
MONO_CFLAGS = @MONO_CFLAGS@
203
220
MONO_LIBS = @MONO_LIBS@
225
242
PACKAGE_NAME = @PACKAGE_NAME@
226
243
PACKAGE_STRING = @PACKAGE_STRING@
227
244
PACKAGE_TARNAME = @PACKAGE_TARNAME@
228
 
PACKAGE_URL = @PACKAGE_URL@
229
245
PACKAGE_VERSION = @PACKAGE_VERSION@
230
246
PATH_SEPARATOR = @PATH_SEPARATOR@
231
247
PKG_CONFIG = @PKG_CONFIG@
250
266
USE_NLS = @USE_NLS@
251
267
V = @V@
252
268
VERSION = @VERSION@
253
 
WEBKIT_SHARP_CFLAGS = @WEBKIT_SHARP_CFLAGS@
254
 
WEBKIT_SHARP_LIBS = @WEBKIT_SHARP_LIBS@
255
269
XGETTEXT = @XGETTEXT@
256
270
abs_builddir = @abs_builddir@
257
271
abs_srcdir = @abs_srcdir@
431
445
all: all-am
432
446
 
433
447
.SUFFIXES:
434
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
 
448
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build/gnome-doc-utils.make $(am__configure_deps)
435
449
        @for dep in $?; do \
436
450
          case '$(am__configure_deps)' in \
437
451
            *$$dep*) \
438
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
439
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
452
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
453
                && exit 0; \
440
454
              exit 1;; \
441
455
          esac; \
442
456
        done; \
443
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
444
 
        $(am__cd) $(top_srcdir) && \
445
 
          $(AUTOMAKE) --foreign help/Makefile
 
457
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  help/Makefile'; \
 
458
        cd $(top_srcdir) && \
 
459
          $(AUTOMAKE) --foreign  help/Makefile
446
460
.PRECIOUS: Makefile
447
461
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
448
462
        @case '$?' in \
460
474
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461
475
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
462
476
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463
 
$(am__aclocal_m4_deps):
464
477
 
465
478
mostlyclean-libtool:
466
479
        -rm -f *.lo
491
504
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492
505
          if test -d $$d/$$file; then \
493
506
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
494
 
            if test -d "$(distdir)/$$file"; then \
495
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496
 
            fi; \
497
507
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
499
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
508
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
500
509
            fi; \
501
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
510
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
502
511
          else \
503
 
            test -f "$(distdir)/$$file" \
504
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
512
            test -f $(distdir)/$$file \
 
513
            || cp -p $$d/$$file $(distdir)/$$file \
505
514
            || exit 1; \
506
515
          fi; \
507
516
        done
532
541
 
533
542
distclean-generic:
534
543
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
535
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
536
544
 
537
545
maintainer-clean-generic:
538
546
        @echo "This command is intended for maintainers to use"
557
565
 
558
566
html: html-am
559
567
 
560
 
html-am:
561
 
 
562
568
info: info-am
563
569
 
564
570
info-am:
567
573
 
568
574
install-dvi: install-dvi-am
569
575
 
570
 
install-dvi-am:
571
 
 
572
576
install-exec-am:
573
577
 
574
578
install-html: install-html-am
575
579
 
576
 
install-html-am:
577
 
 
578
580
install-info: install-info-am
579
581
 
580
 
install-info-am:
581
 
 
582
582
install-man:
583
583
 
584
584
install-pdf: install-pdf-am
585
585
 
586
 
install-pdf-am:
587
 
 
588
586
install-ps: install-ps-am
589
587
 
590
 
install-ps-am:
591
 
 
592
588
installcheck-am:
593
589
 
594
590
maintainer-clean: maintainer-clean-am
1042
1038
@HAVE_GNOME_DOC_UTILS_TRUE@       rm -f "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)/$$omf"; \
1043
1039
@HAVE_GNOME_DOC_UTILS_TRUE@     done
1044
1040
@HAVE_GNOME_DOC_UTILS_TRUE@dist-hook: doc-dist-hook
1045
 
 
1046
1041
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1047
1042
# Otherwise a system limit (for SysV at least) may be exceeded.
1048
1043
.NOEXPORT: