~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty

« back to all changes in this revision

Viewing changes to sample-plugins/sample/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-10-24 11:01:12 UTC
  • mfrom: (1.1.69) (2.1.31 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131024110112-v3ou37rae2m6xpml
Tags: 3.0.1-1ubuntu1
* Merge with Debian unstable (LP: #1220972), remaining changes:
  + Add Breaks and Replaces on versions of transmageddon which shipped the
    .prs files we are now shipping in -data.
  + Split magnatune, visualizer and cdrecorder plugins out and Recommend
    these from rhythmbox instead of all of the plugins.
  + Suggest gst-plugins-ugly instead of Recommending.
  + Add Ubuntu encoding presets and use them by default.
  + debian/patches/02_use_escaped_podcast_uri.patch
    - Handle podcasts that have sound files with the same basename
  + debian/patches/03_magnatune_partner.patch:
    - Change magnatune partner ID to 'ubuntu'.
  + debian/patches/05_hide_on_quit.patch
    - Hide (not quit) if RB is playing when closed.
  + debian/patches/07_quicklists.patch
    - Add quicklists.
* Re-enable visualization plugin; it works again.
* Remove 09_keywords.patch as the upstream .desktop file contains (almost)
  all of these.
* Disable grilo plugin as grilo is in Universe. 
* Use dh_python3 and pass --no-ext-rename to leave plugin filenames alone. 
* Have -plugin-magnatune depend on gir1.2-secret-1
* Re-enabled replaygain plugin (LP: #1180721)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
16
16
 
17
17
 
18
18
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
19
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
20
am__make_running_with_option = \
 
21
  case $${target_option-} in \
 
22
      ?) ;; \
 
23
      *) echo "am__make_running_with_option: internal error: invalid" \
 
24
              "target option '$${target_option-}' specified" >&2; \
 
25
         exit 1;; \
 
26
  esac; \
 
27
  has_opt=no; \
 
28
  sane_makeflags=$$MAKEFLAGS; \
 
29
  if $(am__is_gnu_make); then \
 
30
    sane_makeflags=$$MFLAGS; \
 
31
  else \
22
32
    case $$MAKEFLAGS in \
23
33
      *\\[\ \   ]*) \
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
 
  }
 
34
        bs=\\; \
 
35
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
36
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
37
    esac; \
 
38
  fi; \
 
39
  skip_next=no; \
 
40
  strip_trailopt () \
 
41
  { \
 
42
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
43
  }; \
 
44
  for flg in $$sane_makeflags; do \
 
45
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
46
    case $$flg in \
 
47
      *=*|--*) continue;; \
 
48
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
49
      -*I?*) strip_trailopt 'I';; \
 
50
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
51
      -*O?*) strip_trailopt 'O';; \
 
52
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
53
      -*l?*) strip_trailopt 'l';; \
 
54
      -[dEDm]) skip_next=yes;; \
 
55
      -[JT]) skip_next=yes;; \
 
56
    esac; \
 
57
    case $$flg in \
 
58
      *$$target_option*) has_opt=yes; break;; \
 
59
    esac; \
 
60
  done; \
 
61
  test $$has_opt = yes
 
62
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
63
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
64
pkgdatadir = $(datadir)/@PACKAGE@
37
65
pkgincludedir = $(includedir)/@PACKAGE@
38
66
pkglibdir = $(libdir)/@PACKAGE@
52
80
build_triplet = @build@
53
81
host_triplet = @host@
54
82
subdir = sample-plugins/sample
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(top_srcdir)/depcomp
57
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/macros/gsettings.m4 \
59
 
        $(top_srcdir)/macros/gtk-doc.m4 \
60
 
        $(top_srcdir)/macros/intltool.m4 \
61
 
        $(top_srcdir)/macros/libtool.m4 \
62
 
        $(top_srcdir)/macros/ltoptions.m4 \
63
 
        $(top_srcdir)/macros/ltsugar.m4 \
64
 
        $(top_srcdir)/macros/ltversion.m4 \
65
 
        $(top_srcdir)/macros/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
86
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
87
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
 
88
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
 
89
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
90
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
91
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
92
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
93
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
94
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
66
95
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
96
        $(ACLOCAL_M4)
68
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
97
mkinstalldirs = $(install_sh) -d
69
98
CONFIG_HEADER = $(top_builddir)/config.h
70
99
CONFIG_CLEAN_FILES =
71
100
CONFIG_CLEAN_VPATH_FILES =
151
180
    *) (install-info --version) >/dev/null 2>&1;; \
152
181
  esac
153
182
DATA = $(plugin_DATA)
 
183
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
184
# Read a list of newline-separated strings from the standard input,
 
185
# and print each of them once, without duplicates.  Input order is
 
186
# *not* preserved.
 
187
am__uniquify_input = $(AWK) '\
 
188
  BEGIN { nonempty = 0; } \
 
189
  { items[$$0] = 1; nonempty = 1; } \
 
190
  END { if (nonempty) { for (i in items) print i; }; } \
 
191
'
 
192
# Make sure the list of sources is unique.  This is necessary because,
 
193
# e.g., the same source file might be shared among _SOURCES variables
 
194
# for different programs/libraries.
 
195
am__define_uniq_tagged_files = \
 
196
  list='$(am__tagged_files)'; \
 
197
  unique=`for i in $$list; do \
 
198
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
199
  done | $(am__uniquify_input)`
154
200
ETAGS = etags
155
201
CTAGS = ctags
156
202
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157
203
ACLOCAL = @ACLOCAL@
158
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
159
204
ALL_LINGUAS = @ALL_LINGUAS@
160
205
AMTAR = @AMTAR@
161
206
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164
209
AUTOHEADER = @AUTOHEADER@
165
210
AUTOMAKE = @AUTOMAKE@
166
211
AWK = @AWK@
167
 
CATALOGS = @CATALOGS@
168
 
CATOBJEXT = @CATOBJEXT@
169
212
CC = @CC@
170
213
CCDEPMODE = @CCDEPMODE@
171
214
CFLAGS = @CFLAGS@
192
235
EXEEXT = @EXEEXT@
193
236
FGREP = @FGREP@
194
237
GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
 
238
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
195
239
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
196
240
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
197
241
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
198
 
GMOFILES = @GMOFILES@
199
242
GMSGFMT = @GMSGFMT@
 
243
GMSGFMT_015 = @GMSGFMT_015@
200
244
GREP = @GREP@
201
245
GRILO_CFLAGS = @GRILO_CFLAGS@
202
246
GRILO_LIBS = @GRILO_LIBS@
204
248
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
205
249
GSTREAMER_LIBS = @GSTREAMER_LIBS@
206
250
GTKDOC_CHECK = @GTKDOC_CHECK@
 
251
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
207
252
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
208
253
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
209
254
GTKDOC_MKPDF = @GTKDOC_MKPDF@
220
265
INSTALL_PROGRAM = @INSTALL_PROGRAM@
221
266
INSTALL_SCRIPT = @INSTALL_SCRIPT@
222
267
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223
 
INSTOBJEXT = @INSTOBJEXT@
224
268
INTLLIBS = @INTLLIBS@
225
269
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
226
270
INTLTOOL_MERGE = @INTLTOOL_MERGE@
230
274
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
231
275
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
232
276
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
277
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
233
278
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
234
279
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
235
280
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
246
291
LDFLAGS = @LDFLAGS@
247
292
LIBBRASERO_MEDIA_CFLAGS = @LIBBRASERO_MEDIA_CFLAGS@
248
293
LIBBRASERO_MEDIA_LIBS = @LIBBRASERO_MEDIA_LIBS@
 
294
LIBICONV = @LIBICONV@
 
295
LIBINTL = @LIBINTL@
249
296
LIBOBJS = @LIBOBJS@
250
297
LIBS = @LIBS@
251
298
LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
253
300
LIBTOOL = @LIBTOOL@
254
301
LIPO = @LIPO@
255
302
LN_S = @LN_S@
 
303
LTLIBICONV = @LTLIBICONV@
 
304
LTLIBINTL = @LTLIBINTL@
256
305
LTLIBOBJS = @LTLIBOBJS@
257
306
MAINT = @MAINT@
258
307
MAKEINFO = @MAKEINFO@
261
310
MKINSTALLDIRS = @MKINSTALLDIRS@
262
311
MOZILLA_PLUGINDIR = @MOZILLA_PLUGINDIR@
263
312
MSGFMT = @MSGFMT@
264
 
MSGFMT_OPTS = @MSGFMT_OPTS@
 
313
MSGFMT_015 = @MSGFMT_015@
265
314
MSGMERGE = @MSGMERGE@
266
315
MTP_CFLAGS = @MTP_CFLAGS@
267
316
MTP_LIBS = @MTP_LIBS@
288
337
PLUGINDATADIR = @PLUGINDATADIR@
289
338
PLUGINDIR = @PLUGINDIR@
290
339
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
291
 
POFILES = @POFILES@
292
340
POSUB = @POSUB@
293
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
294
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
295
341
PYTHON = @PYTHON@
296
342
PYTHON_CFLAGS = @PYTHON_CFLAGS@
297
343
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
327
373
WEBKIT_LIBS = @WEBKIT_LIBS@
328
374
WNOERROR_CFLAGS = @WNOERROR_CFLAGS@
329
375
XGETTEXT = @XGETTEXT@
 
376
XGETTEXT_015 = @XGETTEXT_015@
 
377
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
330
378
XMKMF = @XMKMF@
331
379
XMLLINT = @XMLLINT@
332
380
X_CFLAGS = @X_CFLAGS@
457
505
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
458
506
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459
507
$(am__aclocal_m4_deps):
 
508
 
460
509
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
461
510
        @$(NORMAL_INSTALL)
462
511
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
491
540
          echo rm -f $${locs}; \
492
541
          rm -f $${locs}; \
493
542
        }
 
543
 
494
544
libsample.la: $(libsample_la_OBJECTS) $(libsample_la_DEPENDENCIES) $(EXTRA_libsample_la_DEPENDENCIES) 
495
545
        $(AM_V_CCLD)$(libsample_la_LINK) -rpath $(plugindir) $(libsample_la_OBJECTS) $(libsample_la_LIBADD) $(LIBS)
496
546
 
550
600
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
551
601
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
552
602
 
553
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
554
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
555
 
        unique=`for i in $$list; do \
556
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557
 
          done | \
558
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
560
 
        mkid -fID $$unique
561
 
tags: TAGS
 
603
ID: $(am__tagged_files)
 
604
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
605
tags: tags-am
 
606
TAGS: tags
562
607
 
563
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
564
 
                $(TAGS_FILES) $(LISP)
 
608
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565
609
        set x; \
566
610
        here=`pwd`; \
567
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
568
 
        unique=`for i in $$list; do \
569
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570
 
          done | \
571
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
611
        $(am__define_uniq_tagged_files); \
573
612
        shift; \
574
613
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
575
614
          test -n "$$unique" || unique=$$empty_fix; \
581
620
              $$unique; \
582
621
          fi; \
583
622
        fi
584
 
ctags: CTAGS
585
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
586
 
                $(TAGS_FILES) $(LISP)
587
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
588
 
        unique=`for i in $$list; do \
589
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590
 
          done | \
591
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
623
ctags: ctags-am
 
624
 
 
625
CTAGS: ctags
 
626
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
627
        $(am__define_uniq_tagged_files); \
593
628
        test -z "$(CTAGS_ARGS)$$unique" \
594
629
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595
630
             $$unique
598
633
        here=`$(am__cd) $(top_builddir) && pwd` \
599
634
          && $(am__cd) $(top_srcdir) \
600
635
          && gtags -i $(GTAGS_ARGS) "$$here"
 
636
cscopelist: cscopelist-am
601
637
 
602
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
603
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
638
cscopelist-am: $(am__tagged_files)
 
639
        list='$(am__tagged_files)'; \
604
640
        case "$(srcdir)" in \
605
641
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
606
642
          *) sdir=$(subdir)/$(srcdir) ;; \
758
794
 
759
795
.MAKE: install-am install-strip
760
796
 
761
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
762
 
        clean-libtool clean-pluginLTLIBRARIES cscopelist ctags \
763
 
        distclean distclean-compile distclean-generic \
 
797
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
798
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
799
        ctags-am distclean distclean-compile distclean-generic \
764
800
        distclean-libtool distclean-tags distdir dvi dvi-am html \
765
801
        html-am info info-am install install-am install-data \
766
802
        install-data-am install-dvi install-dvi-am install-exec \
770
806
        install-ps-am install-strip installcheck installcheck-am \
771
807
        installdirs maintainer-clean maintainer-clean-generic \
772
808
        mostlyclean mostlyclean-compile mostlyclean-generic \
773
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
809
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
774
810
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES
775
811
 
776
812