~matttbe/ubuntu/raring/rhythmbox/lp1010619_RB_2.98

« back to all changes in this revision

Viewing changes to plugins/replaygain/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-11-06 20:52:57 UTC
  • mfrom: (1.1.67) (214.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20121106205257-0btjh8jqley153el
Tags: 2.98-0ubuntu1
* New upstream release (LP: #1060601)
* debian/control.in:
  - Bump minimum glib, gtk, totem-plparser, clutter, and clutter-gst
  - Drop no longer needed musicbrainz dependency
* Refreshed 09_keywords.patch
* Updated 11_fix_cd_pausing.patch with fix from git
* Dropped patches applied in new version:
  - 00git_musicbrainz5.patch
  - 08_CVE-2012-3355.patch
  - dont_free_consumed_floating_gvariant.patch
  - git_scale_click.patch
  - git_crash_during_monitor.patch

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.11.6 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, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
53
70
CONFIG_HEADER = $(top_builddir)/config.h
54
71
CONFIG_CLEAN_FILES =
55
72
CONFIG_CLEAN_VPATH_FILES =
56
 
AM_V_GEN = $(am__v_GEN_$(V))
57
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
73
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
74
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
58
75
am__v_GEN_0 = @echo "  GEN   " $@;
59
 
AM_V_at = $(am__v_at_$(V))
60
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
76
AM_V_at = $(am__v_at_@AM_V@)
 
77
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
61
78
am__v_at_0 = @
62
79
SOURCES =
63
80
DIST_SOURCES =
 
81
am__can_run_installinfo = \
 
82
  case $$AM_UPDATE_INFO_DIR in \
 
83
    n|no|NO) false;; \
 
84
    *) (install-info --version) >/dev/null 2>&1;; \
 
85
  esac
64
86
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
87
am__vpath_adj = case $$p in \
66
88
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
104
am__base_list = \
83
105
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
106
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
107
am__uninstall_files_from_dir = { \
 
108
  test -z "$$files" \
 
109
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
110
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
111
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
112
  }
 
113
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
85
114
am__installdirs = "$(DESTDIR)$(plugindir)" \
86
115
        "$(DESTDIR)$(gtkbuilderdir)" "$(DESTDIR)$(plugindir)"
87
116
py_compile = $(top_srcdir)/py-compile
128
157
EGREP = @EGREP@
129
158
EXEEXT = @EXEEXT@
130
159
FGREP = @FGREP@
131
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
132
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
133
160
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
134
161
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
135
162
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
169
196
INTLTOOL_MERGE = @INTLTOOL_MERGE@
170
197
INTLTOOL_PERL = @INTLTOOL_PERL@
171
198
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
199
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
200
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
201
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
202
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
172
203
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
173
204
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
174
205
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
179
210
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
180
211
IPOD_CFLAGS = @IPOD_CFLAGS@
181
212
IPOD_LIBS = @IPOD_LIBS@
 
213
ITMS_HANDLER = @ITMS_HANDLER@
182
214
LD = @LD@
183
215
LDFLAGS = @LDFLAGS@
184
216
LIBBRASERO_MEDIA_CFLAGS = @LIBBRASERO_MEDIA_CFLAGS@
200
232
MSGMERGE = @MSGMERGE@
201
233
MTP_CFLAGS = @MTP_CFLAGS@
202
234
MTP_LIBS = @MTP_LIBS@
203
 
MUSICBRAINZ3_CFLAGS = @MUSICBRAINZ3_CFLAGS@
204
 
MUSICBRAINZ3_LIBS = @MUSICBRAINZ3_LIBS@
205
 
MUSICBRAINZ4_CFLAGS = @MUSICBRAINZ4_CFLAGS@
206
 
MUSICBRAINZ4_LIBS = @MUSICBRAINZ4_LIBS@
207
235
NM = @NM@
208
236
NMEDIT = @NMEDIT@
209
237
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
249
277
RHYTHMBOX_CORE_REVISION = @RHYTHMBOX_CORE_REVISION@
250
278
RHYTHMBOX_LIBS = @RHYTHMBOX_LIBS@
251
279
ROOT_UNINSTALLED_DIR = @ROOT_UNINSTALLED_DIR@
 
280
SAMPLEPLUGINDIR = @SAMPLEPLUGINDIR@
252
281
SED = @SED@
253
282
SET_MAKE = @SET_MAKE@
254
283
SHELL = @SHELL@
304
333
includedir = @includedir@
305
334
infodir = @infodir@
306
335
install_sh = @install_sh@
 
336
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
337
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
307
338
libdir = @libdir@
308
339
libexecdir = @libexecdir@
309
340
localedir = @localedir@
387
418
        -rm -rf .libs _libs
388
419
install-pluginPYTHON: $(plugin_PYTHON)
389
420
        @$(NORMAL_INSTALL)
390
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
391
421
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
 
422
        if test -n "$$list"; then \
 
423
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
424
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
425
        fi; \
392
426
        for p in $$list; do \
393
427
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
394
428
          if test -f $$b$$p; then \
403
437
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
404
438
        done || exit $$?; \
405
439
        if test -n "$$dlist"; then \
406
 
          if test -z "$(DESTDIR)"; then \
407
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
408
 
          else \
409
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
410
 
          fi; \
 
440
          $(am__py_compile) --destdir "$(DESTDIR)" \
 
441
                            --basedir "$(plugindir)" $$dlist; \
411
442
        else :; fi
412
443
 
413
444
uninstall-pluginPYTHON:
415
446
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
416
447
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
417
448
        test -n "$$files" || exit 0; \
 
449
        dir='$(DESTDIR)$(plugindir)'; \
418
450
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
419
451
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
420
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
421
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
422
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
423
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
424
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
425
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
 
452
        st=0; \
 
453
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
454
          $(am__uninstall_files_from_dir) || st=$$?; \
 
455
        done; \
 
456
        exit $$st
426
457
install-gtkbuilderDATA: $(gtkbuilder_DATA)
427
458
        @$(NORMAL_INSTALL)
428
 
        test -z "$(gtkbuilderdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkbuilderdir)"
429
459
        @list='$(gtkbuilder_DATA)'; test -n "$(gtkbuilderdir)" || list=; \
 
460
        if test -n "$$list"; then \
 
461
          echo " $(MKDIR_P) '$(DESTDIR)$(gtkbuilderdir)'"; \
 
462
          $(MKDIR_P) "$(DESTDIR)$(gtkbuilderdir)" || exit 1; \
 
463
        fi; \
430
464
        for p in $$list; do \
431
465
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
432
466
          echo "$$d$$p"; \
440
474
        @$(NORMAL_UNINSTALL)
441
475
        @list='$(gtkbuilder_DATA)'; test -n "$(gtkbuilderdir)" || list=; \
442
476
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
443
 
        test -n "$$files" || exit 0; \
444
 
        echo " ( cd '$(DESTDIR)$(gtkbuilderdir)' && rm -f" $$files ")"; \
445
 
        cd "$(DESTDIR)$(gtkbuilderdir)" && rm -f $$files
 
477
        dir='$(DESTDIR)$(gtkbuilderdir)'; $(am__uninstall_files_from_dir)
446
478
install-pluginDATA: $(plugin_DATA)
447
479
        @$(NORMAL_INSTALL)
448
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
449
480
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
481
        if test -n "$$list"; then \
 
482
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
483
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
484
        fi; \
450
485
        for p in $$list; do \
451
486
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
452
487
          echo "$$d$$p"; \
460
495
        @$(NORMAL_UNINSTALL)
461
496
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
462
497
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
463
 
        test -n "$$files" || exit 0; \
464
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
465
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
 
498
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
466
499
tags: TAGS
467
500
TAGS:
468
501
 
519
552
 
520
553
installcheck: installcheck-am
521
554
install-strip:
522
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524
 
          `test -z '$(STRIP)' || \
525
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
555
        if test -z '$(STRIP)'; then \
 
556
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
557
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
558
              install; \
 
559
        else \
 
560
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
561
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
562
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
563
        fi
526
564
mostlyclean-generic:
527
565
 
528
566
clean-generic: