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

« back to all changes in this revision

Viewing changes to src/ClutterFlow/Banshee.ClutterFlow/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.
17
16
 
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
20
20
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
22
install_sh_DATA = $(install_sh) -c -m 644
25
23
install_sh_PROGRAM = $(install_sh) -c
73
71
mkinstalldirs = $(install_sh) -d
74
72
CONFIG_HEADER = $(top_builddir)/config.h
75
73
CONFIG_CLEAN_FILES =
76
 
CONFIG_CLEAN_VPATH_FILES =
77
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78
 
am__vpath_adj = case $$p in \
79
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
 
    *) f=$$p;; \
81
 
  esac;
82
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
83
 
am__install_max = 40
84
 
am__nobase_strip_setup = \
85
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
86
 
am__nobase_strip = \
87
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
88
 
am__nobase_list = $(am__nobase_strip_setup); \
89
 
  for p in $$list; do echo "$$p $$p"; done | \
90
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
91
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
92
 
    if (++n[$$2] == $(am__install_max)) \
93
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
94
 
    END { for (dir in files) print dir, files[dir] }'
95
 
am__base_list = \
96
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
98
74
am__installdirs = "$(DESTDIR)$(moduledir)"
 
75
moduleSCRIPT_INSTALL = $(INSTALL_SCRIPT)
99
76
SCRIPTS = $(module_SCRIPTS)
100
77
DIST_SOURCES =
101
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
92
BANSHEE_LIBS = @BANSHEE_LIBS@
116
93
BANSHEE_NOWPLAYING_CFLAGS = @BANSHEE_NOWPLAYING_CFLAGS@
117
94
BANSHEE_NOWPLAYING_LIBS = @BANSHEE_NOWPLAYING_LIBS@
 
95
BANSHEE_WEBBROWSER_CFLAGS = @BANSHEE_WEBBROWSER_CFLAGS@
 
96
BANSHEE_WEBBROWSER_LIBS = @BANSHEE_WEBBROWSER_LIBS@
118
97
BUILD_HOST_CPU = @BUILD_HOST_CPU@
119
98
BUILD_HOST_OS = @BUILD_HOST_OS@
120
99
BUILD_TIME = @BUILD_TIME@
179
158
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180
159
INSTOBJEXT = @INSTOBJEXT@
181
160
INTLLIBS = @INTLLIBS@
 
161
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
162
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
163
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
182
164
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
165
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
166
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
183
167
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
168
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
184
169
INTLTOOL_PERL = @INTLTOOL_PERL@
 
170
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
171
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
172
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
173
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
174
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
175
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
176
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
177
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
178
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
179
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
185
180
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
181
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
182
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
183
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
186
184
JAY = @JAY@
187
185
LD = @LD@
188
186
LDFLAGS = @LDFLAGS@
199
197
MAKEINFO = @MAKEINFO@
200
198
MCS = @MCS@
201
199
MKDIR_P = @MKDIR_P@
202
 
MKINSTALLDIRS = @MKINSTALLDIRS@
203
200
MONO = @MONO@
204
201
MONO_CFLAGS = @MONO_CFLAGS@
205
202
MONO_LIBS = @MONO_LIBS@
227
224
PACKAGE_NAME = @PACKAGE_NAME@
228
225
PACKAGE_STRING = @PACKAGE_STRING@
229
226
PACKAGE_TARNAME = @PACKAGE_TARNAME@
230
 
PACKAGE_URL = @PACKAGE_URL@
231
227
PACKAGE_VERSION = @PACKAGE_VERSION@
232
228
PATH_SEPARATOR = @PATH_SEPARATOR@
233
229
PKG_CONFIG = @PKG_CONFIG@
252
248
USE_NLS = @USE_NLS@
253
249
V = @V@
254
250
VERSION = @VERSION@
255
 
WEBKIT_SHARP_CFLAGS = @WEBKIT_SHARP_CFLAGS@
256
 
WEBKIT_SHARP_LIBS = @WEBKIT_SHARP_LIBS@
257
251
XGETTEXT = @XGETTEXT@
258
252
abs_builddir = @abs_builddir@
259
253
abs_srcdir = @abs_srcdir@
383
377
        @for dep in $?; do \
384
378
          case '$(am__configure_deps)' in \
385
379
            *$$dep*) \
386
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
387
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
380
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
381
                && exit 0; \
388
382
              exit 1;; \
389
383
          esac; \
390
384
        done; \
391
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ClutterFlow/Banshee.ClutterFlow/Makefile'; \
392
 
        $(am__cd) $(top_srcdir) && \
393
 
          $(AUTOMAKE) --foreign src/ClutterFlow/Banshee.ClutterFlow/Makefile
 
385
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/ClutterFlow/Banshee.ClutterFlow/Makefile'; \
 
386
        cd $(top_srcdir) && \
 
387
          $(AUTOMAKE) --foreign  src/ClutterFlow/Banshee.ClutterFlow/Makefile
394
388
.PRECIOUS: Makefile
395
389
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396
390
        @case '$?' in \
408
402
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
403
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410
404
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411
 
$(am__aclocal_m4_deps):
412
405
install-moduleSCRIPTS: $(module_SCRIPTS)
413
406
        @$(NORMAL_INSTALL)
414
407
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
415
 
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || list=; \
416
 
        for p in $$list; do \
 
408
        @list='$(module_SCRIPTS)'; for p in $$list; do \
417
409
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
418
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
419
 
        done | \
420
 
        sed -e 'p;s,.*/,,;n' \
421
 
            -e 'h;s|.*|.|' \
422
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
423
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
424
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
425
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
426
 
              if (++n[d] == $(am__install_max)) { \
427
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
428
 
            else { print "f", d "/" $$4, $$1 } } \
429
 
          END { for (d in files) print "f", d, files[d] }' | \
430
 
        while read type dir files; do \
431
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
432
 
             test -z "$$files" || { \
433
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(moduledir)$$dir'"; \
434
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(moduledir)$$dir" || exit $$?; \
435
 
             } \
436
 
        ; done
 
410
          if test -f $$d$$p; then \
 
411
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
412
            echo " $(moduleSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
413
            $(moduleSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
414
          else :; fi; \
 
415
        done
437
416
 
438
417
uninstall-moduleSCRIPTS:
439
418
        @$(NORMAL_UNINSTALL)
440
 
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || exit 0; \
441
 
        files=`for p in $$list; do echo "$$p"; done | \
442
 
               sed -e 's,.*/,,;$(transform)'`; \
443
 
        test -n "$$list" || exit 0; \
444
 
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
445
 
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
419
        @list='$(module_SCRIPTS)'; for p in $$list; do \
 
420
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
421
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
422
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
423
        done
446
424
 
447
425
mostlyclean-libtool:
448
426
        -rm -f *.lo
472
450
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473
451
          if test -d $$d/$$file; then \
474
452
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475
 
            if test -d "$(distdir)/$$file"; then \
476
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477
 
            fi; \
478
453
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
454
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
481
455
            fi; \
482
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
456
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
483
457
          else \
484
 
            test -f "$(distdir)/$$file" \
485
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
458
            test -f $(distdir)/$$file \
 
459
            || cp -p $$d/$$file $(distdir)/$$file \
486
460
            || exit 1; \
487
461
          fi; \
488
462
        done
514
488
 
515
489
distclean-generic:
516
490
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518
491
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
519
492
 
520
493
maintainer-clean-generic:
537
510
 
538
511
html: html-am
539
512
 
540
 
html-am:
541
 
 
542
513
info: info-am
543
514
 
544
515
info-am:
546
517
install-data-am: install-moduleSCRIPTS
547
518
        @$(NORMAL_INSTALL)
548
519
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
520
 
549
521
install-dvi: install-dvi-am
550
522
 
551
 
install-dvi-am:
552
 
 
553
523
install-exec-am:
554
524
 
555
525
install-html: install-html-am
556
526
 
557
 
install-html-am:
558
 
 
559
527
install-info: install-info-am
560
528
 
561
 
install-info-am:
562
 
 
563
529
install-man:
564
530
 
565
531
install-pdf: install-pdf-am
566
532
 
567
 
install-pdf-am:
568
 
 
569
533
install-ps: install-ps-am
570
534
 
571
 
install-ps-am:
572
 
 
573
535
installcheck-am:
574
536
 
575
537
maintainer-clean: maintainer-clean-am
591
553
uninstall-am: uninstall-moduleSCRIPTS
592
554
        @$(NORMAL_INSTALL)
593
555
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
556
 
594
557
.MAKE: install-am install-data-am install-strip uninstall-am
595
558
 
596
559
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
657
620
@ENABLE_CLUTTERFLOW_TRUE@               rm -f $(DESTDIR)$(moduledir)/`basename $$ASM`; \
658
621
@ENABLE_CLUTTERFLOW_TRUE@       done;
659
622
@ENABLE_CLUTTERFLOW_TRUE@endef
660
 
 
661
623
# Tell versions [3.59,3.63) of GNU make to not export all variables.
662
624
# Otherwise a system limit (for SysV at least) may be exceeded.
663
625
.NOEXPORT: