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

« back to all changes in this revision

Viewing changes to src/Mirage/Mirage/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@
380
381
        @for dep in $?; do \
381
382
          case '$(am__configure_deps)' in \
382
383
            *$$dep*) \
383
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
384
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
384
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
385
                && exit 0; \
385
386
              exit 1;; \
386
387
          esac; \
387
388
        done; \
388
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Mirage/Mirage/Makefile'; \
389
 
        $(am__cd) $(top_srcdir) && \
390
 
          $(AUTOMAKE) --foreign src/Mirage/Mirage/Makefile
 
389
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Mirage/Mirage/Makefile'; \
 
390
        cd $(top_srcdir) && \
 
391
          $(AUTOMAKE) --foreign  src/Mirage/Mirage/Makefile
391
392
.PRECIOUS: Makefile
392
393
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393
394
        @case '$?' in \
405
406
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406
407
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
407
408
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408
 
$(am__aclocal_m4_deps):
409
409
install-moduleSCRIPTS: $(module_SCRIPTS)
410
410
        @$(NORMAL_INSTALL)
411
411
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
412
 
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || list=; \
413
 
        for p in $$list; do \
 
412
        @list='$(module_SCRIPTS)'; for p in $$list; do \
414
413
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
415
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
416
 
        done | \
417
 
        sed -e 'p;s,.*/,,;n' \
418
 
            -e 'h;s|.*|.|' \
419
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
420
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
421
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
422
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
423
 
              if (++n[d] == $(am__install_max)) { \
424
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
425
 
            else { print "f", d "/" $$4, $$1 } } \
426
 
          END { for (d in files) print "f", d, files[d] }' | \
427
 
        while read type dir files; do \
428
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
429
 
             test -z "$$files" || { \
430
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(moduledir)$$dir'"; \
431
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(moduledir)$$dir" || exit $$?; \
432
 
             } \
433
 
        ; done
 
414
          if test -f $$d$$p; then \
 
415
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
416
            echo " $(moduleSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
417
            $(moduleSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
 
418
          else :; fi; \
 
419
        done
434
420
 
435
421
uninstall-moduleSCRIPTS:
436
422
        @$(NORMAL_UNINSTALL)
437
 
        @list='$(module_SCRIPTS)'; test -n "$(moduledir)" || exit 0; \
438
 
        files=`for p in $$list; do echo "$$p"; done | \
439
 
               sed -e 's,.*/,,;$(transform)'`; \
440
 
        test -n "$$list" || exit 0; \
441
 
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
442
 
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
423
        @list='$(module_SCRIPTS)'; for p in $$list; do \
 
424
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
425
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
426
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
427
        done
443
428
 
444
429
mostlyclean-libtool:
445
430
        -rm -f *.lo
449
434
install-moduleDATA: $(module_DATA)
450
435
        @$(NORMAL_INSTALL)
451
436
        test -z "$(moduledir)" || $(MKDIR_P) "$(DESTDIR)$(moduledir)"
452
 
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
453
 
        for p in $$list; do \
 
437
        @list='$(module_DATA)'; for p in $$list; do \
454
438
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
455
 
          echo "$$d$$p"; \
456
 
        done | $(am__base_list) | \
457
 
        while read files; do \
458
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(moduledir)'"; \
459
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(moduledir)" || exit $$?; \
 
439
          f=$(am__strip_dir) \
 
440
          echo " $(moduleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(moduledir)/$$f'"; \
 
441
          $(moduleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(moduledir)/$$f"; \
460
442
        done
461
443
 
462
444
uninstall-moduleDATA:
463
445
        @$(NORMAL_UNINSTALL)
464
 
        @list='$(module_DATA)'; test -n "$(moduledir)" || list=; \
465
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
466
 
        test -n "$$files" || exit 0; \
467
 
        echo " ( cd '$(DESTDIR)$(moduledir)' && rm -f" $$files ")"; \
468
 
        cd "$(DESTDIR)$(moduledir)" && rm -f $$files
 
446
        @list='$(module_DATA)'; for p in $$list; do \
 
447
          f=$(am__strip_dir) \
 
448
          echo " rm -f '$(DESTDIR)$(moduledir)/$$f'"; \
 
449
          rm -f "$(DESTDIR)$(moduledir)/$$f"; \
 
450
        done
469
451
tags: TAGS
470
452
TAGS:
471
453
 
489
471
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
490
472
          if test -d $$d/$$file; then \
491
473
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
492
 
            if test -d "$(distdir)/$$file"; then \
493
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494
 
            fi; \
495
474
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
496
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
497
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
475
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
498
476
            fi; \
499
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
477
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
500
478
          else \
501
 
            test -f "$(distdir)/$$file" \
502
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
479
            test -f $(distdir)/$$file \
 
480
            || cp -p $$d/$$file $(distdir)/$$file \
503
481
            || exit 1; \
504
482
          fi; \
505
483
        done
531
509
 
532
510
distclean-generic:
533
511
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
534
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
535
512
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
536
513
 
537
514
maintainer-clean-generic:
554
531
 
555
532
html: html-am
556
533
 
557
 
html-am:
558
 
 
559
534
info: info-am
560
535
 
561
536
info-am:
563
538
install-data-am: install-moduleDATA install-moduleSCRIPTS
564
539
        @$(NORMAL_INSTALL)
565
540
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
541
 
566
542
install-dvi: install-dvi-am
567
543
 
568
 
install-dvi-am:
569
 
 
570
544
install-exec-am:
571
545
 
572
546
install-html: install-html-am
573
547
 
574
 
install-html-am:
575
 
 
576
548
install-info: install-info-am
577
549
 
578
 
install-info-am:
579
 
 
580
550
install-man:
581
551
 
582
552
install-pdf: install-pdf-am
583
553
 
584
 
install-pdf-am:
585
 
 
586
554
install-ps: install-ps-am
587
555
 
588
 
install-ps-am:
589
 
 
590
556
installcheck-am:
591
557
 
592
558
maintainer-clean: maintainer-clean-am
608
574
uninstall-am: uninstall-moduleDATA uninstall-moduleSCRIPTS
609
575
        @$(NORMAL_INSTALL)
610
576
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
 
577
 
611
578
.MAKE: install-am install-data-am install-strip uninstall-am
612
579
 
613
580
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
662
629
@ENABLE_MIRAGE_TRUE@uninstall-hook: $(THEME_ICONS_SOURCE)
663
630
@ENABLE_MIRAGE_TRUE@    @$(INSTALL_ICONS) -u "$(DESTDIR)$(pkgdatadir)" "$(srcdir)" $(THEME_ICONS_RELATIVE)
664
631
@ENABLE_MIRAGE_TRUE@    $(EXTRA_UNINSTALL_HOOK)
665
 
 
666
632
# Tell versions [3.59,3.63) of GNU make to not export all variables.
667
633
# Otherwise a system limit (for SysV at least) may be exceeded.
668
634
.NOEXPORT: