~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
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
 
20
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
21
37
pkgdatadir = $(datadir)/@PACKAGE@
22
38
pkgincludedir = $(includedir)/@PACKAGE@
23
39
pkglibdir = $(libdir)/@PACKAGE@
56
72
@WITH_SMCLIENT_QUARTZ_TRUE@@WITH_SMCLIENT_TRUE@am__append_7 = eggsmclient-osx.c
57
73
@HAVE_NAUTILUS_TRUE@noinst_PROGRAMS = test-properties-page$(EXEEXT)
58
74
@HAVE_INTROSPECTION_TRUE@am__append_8 = Totem-1.0.gir
59
 
@HAVE_INTROSPECTION_TRUE@am__append_9 = $(gir_DATA) $(typelib_DATA)
60
75
subdir = src
61
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
76
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
77
        $(top_srcdir)/build-aux/depcomp
62
78
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66
 
        $(top_srcdir)/configure.in
 
79
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
80
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
81
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
82
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
83
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
67
84
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
85
        $(ACLOCAL_M4)
69
86
mkinstalldirs = $(install_sh) -d
103
120
LTLIBRARIES = $(lib_LTLIBRARIES) $(nautilus_LTLIBRARIES) \
104
121
        $(noinst_LTLIBRARIES)
105
122
am__DEPENDENCIES_1 =
106
 
@HAVE_NAUTILUS_TRUE@libtotem_properties_page_la_DEPENDENCIES =  \
107
 
@HAVE_NAUTILUS_TRUE@    backend/libbaconvideowidget.la \
108
 
@HAVE_NAUTILUS_TRUE@    properties/libbaconvideowidgetproperties.la \
109
 
@HAVE_NAUTILUS_TRUE@    libtotem_player.la $(am__DEPENDENCIES_1) \
 
123
@HAVE_NAUTILUS_TRUE@libtotem_properties_page_la_DEPENDENCIES = properties/libbaconvideowidgetproperties.la \
110
124
@HAVE_NAUTILUS_TRUE@    $(am__DEPENDENCIES_1)
111
125
am__libtotem_properties_page_la_SOURCES_DIST =  \
112
126
        totem-properties-main.c totem-properties-view.c \
118
132
AM_V_lt = $(am__v_lt_@AM_V@)
119
133
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
120
134
am__v_lt_0 = --silent
 
135
am__v_lt_1 = 
121
136
libtotem_properties_page_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
122
137
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
123
138
        $(libtotem_properties_page_la_CFLAGS) $(CFLAGS) \
127
142
@WITH_SMCLIENT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
128
143
libtotem_la_DEPENDENCIES = libtotem_player.la \
129
144
        backend/libbaconvideowidget.la $(am__DEPENDENCIES_1) \
130
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
131
145
        $(am__DEPENDENCIES_2)
132
 
am__libtotem_la_SOURCES_DIST = totemobject-marshal.c \
133
 
        totemobject-marshal.h totemplaylist-marshal.c \
134
 
        totemplaylist-marshal.h totemvideolist-marshal.c \
135
 
        totemvideolist-marshal.h totem.h totem-video-list.h \
136
 
        totem-cell-renderer-video.h totem-interface.h \
 
146
am__libtotem_la_SOURCES_DIST = totem.h totem-interface.h \
137
147
        plugins/totem-plugin.h plugins/totem-dirs.h totem-object.c \
138
 
        totem-private.h totem-cell-renderer-video.c totem-video-list.c \
139
 
        totem-preferences.c totem-preferences.h totem-dnd-menu.c \
140
 
        totem-dnd-menu.h totem-options.c totem-options.h \
141
 
        totem-playlist.c totem-playlist.h eggfileformatchooser.c \
142
 
        eggfileformatchooser.h egg-macros.h totem-session.c \
143
 
        totem-session.h totem-sidebar.c totem-sidebar.h \
144
 
        totem-open-location.c totem-open-location.h totem-menu.c \
145
 
        totem-menu.h totem-uri.c totem-uri.h totem-subtitle-encoding.c \
146
 
        totem-subtitle-encoding.h totem-profile.h \
147
 
        plugins/totem-plugins-engine.c plugins/totem-plugins-engine.h \
148
 
        plugins/totem-dirs.c eggsmclient.c eggsmclient.h \
149
 
        eggsmclient-private.h eggdesktopfile.c eggdesktopfile.h \
150
 
        eggsmclient-xsmp.c eggsmclient-win32.c eggsmclient-osx.c
151
 
am__objects_1 = libtotem_la-totemobject-marshal.lo \
152
 
        libtotem_la-totemplaylist-marshal.lo \
153
 
        libtotem_la-totemvideolist-marshal.lo
154
 
am__objects_2 =
155
 
am__dirstamp = $(am__leading_dot)dirstamp
156
 
@WITH_SMCLIENT_TRUE@am__objects_3 = libtotem_la-eggsmclient.lo
157
 
@WITH_SMCLIENT_TRUE@@WITH_SMCLIENT_XSMP_TRUE@am__objects_4 = libtotem_la-eggdesktopfile.lo \
 
148
        totem-private.h totem-preferences.c totem-preferences.h \
 
149
        totem-dnd-menu.c totem-dnd-menu.h totem-options.c \
 
150
        totem-options.h totem-playlist.c totem-playlist.h \
 
151
        eggfileformatchooser.c eggfileformatchooser.h egg-macros.h \
 
152
        totem-session.c totem-session.h totem-sidebar.c \
 
153
        totem-sidebar.h totem-open-location.c totem-open-location.h \
 
154
        totem-menu.c totem-menu.h totem-uri.c totem-uri.h \
 
155
        totem-subtitle-encoding.c totem-subtitle-encoding.h \
 
156
        totem-profile.h plugins/totem-plugins-engine.c \
 
157
        plugins/totem-plugins-engine.h plugins/totem-dirs.c \
 
158
        eggsmclient.c eggsmclient.h eggsmclient-private.h \
 
159
        eggdesktopfile.c eggdesktopfile.h eggsmclient-xsmp.c \
 
160
        eggsmclient-win32.c eggsmclient-osx.c
 
161
am__objects_1 =
 
162
@WITH_SMCLIENT_TRUE@am__objects_2 = libtotem_la-eggsmclient.lo
 
163
@WITH_SMCLIENT_TRUE@@WITH_SMCLIENT_XSMP_TRUE@am__objects_3 = libtotem_la-eggdesktopfile.lo \
158
164
@WITH_SMCLIENT_TRUE@@WITH_SMCLIENT_XSMP_TRUE@   libtotem_la-eggsmclient-xsmp.lo
159
 
@WITH_SMCLIENT_TRUE@@WITH_SMCLIENT_WIN32_TRUE@am__objects_5 = libtotem_la-eggsmclient-win32.lo
160
 
@WITH_SMCLIENT_QUARTZ_TRUE@@WITH_SMCLIENT_TRUE@am__objects_6 = libtotem_la-eggsmclient-osx.lo
161
 
am_libtotem_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
162
 
        libtotem_la-totem-object.lo \
163
 
        libtotem_la-totem-cell-renderer-video.lo \
164
 
        libtotem_la-totem-video-list.lo \
 
165
@WITH_SMCLIENT_TRUE@@WITH_SMCLIENT_WIN32_TRUE@am__objects_4 = libtotem_la-eggsmclient-win32.lo
 
166
@WITH_SMCLIENT_QUARTZ_TRUE@@WITH_SMCLIENT_TRUE@am__objects_5 = libtotem_la-eggsmclient-osx.lo
 
167
am_libtotem_la_OBJECTS = $(am__objects_1) libtotem_la-totem-object.lo \
165
168
        libtotem_la-totem-preferences.lo libtotem_la-totem-dnd-menu.lo \
166
169
        libtotem_la-totem-options.lo libtotem_la-totem-playlist.lo \
167
170
        libtotem_la-eggfileformatchooser.lo \
169
172
        libtotem_la-totem-open-location.lo libtotem_la-totem-menu.lo \
170
173
        libtotem_la-totem-uri.lo \
171
174
        libtotem_la-totem-subtitle-encoding.lo \
172
 
        plugins/libtotem_la-totem-plugins-engine.lo \
173
 
        plugins/libtotem_la-totem-dirs.lo $(am__objects_3) \
174
 
        $(am__objects_4) $(am__objects_5) $(am__objects_6)
 
175
        libtotem_la-totem-plugins-engine.lo libtotem_la-totem-dirs.lo \
 
176
        $(am__objects_2) $(am__objects_3) $(am__objects_4) \
 
177
        $(am__objects_5)
175
178
libtotem_la_OBJECTS = $(am_libtotem_la_OBJECTS)
176
179
libtotem_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177
180
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtotem_la_CFLAGS) \
178
181
        $(CFLAGS) $(libtotem_la_LDFLAGS) $(LDFLAGS) -o $@
179
 
libtotem_player_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
180
 
am_libtotem_player_la_OBJECTS = $(am__objects_2) \
 
182
libtotem_player_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
183
        gst/libtotemtimehelpers.la
 
184
am_libtotem_player_la_OBJECTS = $(am__objects_1) \
181
185
        libtotem_player_la-totem-statusbar.lo \
182
186
        libtotem_player_la-totem-interface.lo \
183
187
        libtotem_player_la-totem-fullscreen.lo \
184
 
        libtotem_player_la-gsd-media-keys-window.lo \
185
 
        libtotem_player_la-gsd-osd-window.lo \
 
188
        libtotem_player_la-gd-fullscreen-filter.lo \
186
189
        libtotem_player_la-totem-time-label.lo
187
190
libtotem_player_la_OBJECTS = $(am_libtotem_player_la_OBJECTS)
188
191
libtotem_player_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
200
203
@HAVE_NAUTILUS_TRUE@test_properties_page_DEPENDENCIES =  \
201
204
@HAVE_NAUTILUS_TRUE@    backend/libbaconvideowidget.la \
202
205
@HAVE_NAUTILUS_TRUE@    properties/libbaconvideowidgetproperties.la \
203
 
@HAVE_NAUTILUS_TRUE@    libtotem_player.la $(am__DEPENDENCIES_1) \
204
 
@HAVE_NAUTILUS_TRUE@    $(am__DEPENDENCIES_1)
 
206
@HAVE_NAUTILUS_TRUE@    libtotem_player.la $(am__DEPENDENCIES_1)
205
207
test_properties_page_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
206
208
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
207
209
        $(test_properties_page_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
208
210
        $(LDFLAGS) -o $@
209
211
am_totem_OBJECTS = totem-totem.$(OBJEXT)
210
212
totem_OBJECTS = $(am_totem_OBJECTS)
211
 
totem_DEPENDENCIES = libtotem.la $(am__DEPENDENCIES_1) \
212
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
213
totem_DEPENDENCIES = libtotem.la $(am__DEPENDENCIES_1)
213
214
totem_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214
215
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(totem_CFLAGS) $(CFLAGS) \
215
216
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
218
219
        totem_audio_preview-totem-resources.$(OBJEXT)
219
220
totem_audio_preview_OBJECTS = $(am_totem_audio_preview_OBJECTS)
220
221
totem_audio_preview_DEPENDENCIES = gst/libtotemgsthelpers.la \
221
 
        backend/libbaconvideowidget.la $(am__DEPENDENCIES_1)
 
222
        $(am__DEPENDENCIES_1)
222
223
totem_audio_preview_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
223
224
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
224
225
        $(totem_audio_preview_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
228
229
        totem_video_thumbnailer-totem-resources.$(OBJEXT)
229
230
totem_video_thumbnailer_OBJECTS =  \
230
231
        $(am_totem_video_thumbnailer_OBJECTS)
231
 
totem_video_thumbnailer_DEPENDENCIES = backend/libbaconvideowidget.la \
232
 
        $(am__DEPENDENCIES_1)
 
232
totem_video_thumbnailer_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
233
        gst/libtotemgstpixbufhelpers.la gst/libtotemgsthelpers.la \
 
234
        gst/libtotemtimehelpers.la
233
235
totem_video_thumbnailer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
234
236
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
235
237
        $(totem_video_thumbnailer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
236
238
        $(LDFLAGS) -o $@
 
239
AM_V_P = $(am__v_P_@AM_V@)
 
240
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
241
am__v_P_0 = false
 
242
am__v_P_1 = :
 
243
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
244
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
245
am__v_GEN_0 = @echo "  GEN     " $@;
 
246
am__v_GEN_1 = 
 
247
AM_V_at = $(am__v_at_@AM_V@)
 
248
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
249
am__v_at_0 = @
 
250
am__v_at_1 = 
237
251
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
238
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
252
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
239
253
am__depfiles_maybe = depfiles
240
254
am__mv = mv -f
241
255
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
246
260
        $(AM_CFLAGS) $(CFLAGS)
247
261
AM_V_CC = $(am__v_CC_@AM_V@)
248
262
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
249
 
am__v_CC_0 = @echo "  CC    " $@;
250
 
AM_V_at = $(am__v_at_@AM_V@)
251
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
252
 
am__v_at_0 = @
 
263
am__v_CC_0 = @echo "  CC      " $@;
 
264
am__v_CC_1 = 
253
265
CCLD = $(CC)
254
266
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
255
267
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
256
268
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
257
269
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
258
270
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
259
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
260
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
261
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
262
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
271
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
272
am__v_CCLD_1 = 
263
273
SOURCES = $(libtotem_properties_page_la_SOURCES) \
264
274
        $(libtotem_la_SOURCES) $(libtotem_player_la_SOURCES) \
265
275
        $(test_properties_page_SOURCES) $(totem_SOURCES) \
270
280
        $(am__test_properties_page_SOURCES_DIST) $(totem_SOURCES) \
271
281
        $(totem_audio_preview_SOURCES) \
272
282
        $(totem_video_thumbnailer_SOURCES)
273
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
274
 
        html-recursive info-recursive install-data-recursive \
275
 
        install-dvi-recursive install-exec-recursive \
276
 
        install-html-recursive install-info-recursive \
277
 
        install-pdf-recursive install-ps-recursive install-recursive \
278
 
        installcheck-recursive installdirs-recursive pdf-recursive \
279
 
        ps-recursive uninstall-recursive
 
283
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
284
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
285
        install-data-recursive install-dvi-recursive \
 
286
        install-exec-recursive install-html-recursive \
 
287
        install-info-recursive install-pdf-recursive \
 
288
        install-ps-recursive install-recursive installcheck-recursive \
 
289
        installdirs-recursive pdf-recursive ps-recursive \
 
290
        tags-recursive uninstall-recursive
 
291
am__can_run_installinfo = \
 
292
  case $$AM_UPDATE_INFO_DIR in \
 
293
    n|no|NO) false;; \
 
294
    *) (install-info --version) >/dev/null 2>&1;; \
 
295
  esac
280
296
DATA = $(gir_DATA) $(header_DATA) $(typelib_DATA)
281
297
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
282
298
  distclean-recursive maintainer-clean-recursive
283
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
284
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
299
am__recursive_targets = \
 
300
  $(RECURSIVE_TARGETS) \
 
301
  $(RECURSIVE_CLEAN_TARGETS) \
 
302
  $(am__extra_recursive_targets)
 
303
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
285
304
        distdir
 
305
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
306
# Read a list of newline-separated strings from the standard input,
 
307
# and print each of them once, without duplicates.  Input order is
 
308
# *not* preserved.
 
309
am__uniquify_input = $(AWK) '\
 
310
  BEGIN { nonempty = 0; } \
 
311
  { items[$$0] = 1; nonempty = 1; } \
 
312
  END { if (nonempty) { for (i in items) print i; }; } \
 
313
'
 
314
# Make sure the list of sources is unique.  This is necessary because,
 
315
# e.g., the same source file might be shared among _SOURCES variables
 
316
# for different programs/libraries.
 
317
am__define_uniq_tagged_files = \
 
318
  list='$(am__tagged_files)'; \
 
319
  unique=`for i in $$list; do \
 
320
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
321
  done | $(am__uniquify_input)`
286
322
ETAGS = etags
287
323
CTAGS = ctags
288
324
DIST_SUBDIRS = $(SUBDIRS)
313
349
  done; \
314
350
  reldir="$$dir2"
315
351
ACLOCAL = @ACLOCAL@
316
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
317
352
ALL_LINGUAS = @ALL_LINGUAS@
318
353
ALL_PLUGINS = @ALL_PLUGINS@
319
354
AMTAR = @AMTAR@
330
365
        $(DISABLE_DEPRECATED)                           \
331
366
        -I$(top_srcdir)/                                \
332
367
        -I$(top_srcdir)/src/backend                     \
 
368
        -I$(top_builddir)/src/backend                   \
333
369
        -I$(srcdir)/plugins
334
370
 
335
371
AM_CXXFLAGS = @AM_CXXFLAGS@
340
376
AUTOHEADER = @AUTOHEADER@
341
377
AUTOMAKE = @AUTOMAKE@
342
378
AWK = @AWK@
 
379
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
380
BACKEND_LIBS = @BACKEND_LIBS@
 
381
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
382
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
343
383
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
344
384
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
345
385
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
361
401
DBUS_LIBS = @DBUS_LIBS@
362
402
DEFS = @DEFS@
363
403
DEPDIR = @DEPDIR@
364
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
365
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
366
404
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
367
405
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
368
406
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
369
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
370
407
DLLTOOL = @DLLTOOL@
371
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
372
408
DSYMUTIL = @DSYMUTIL@
373
409
DUMPBIN = @DUMPBIN@
374
410
ECHO_C = @ECHO_C@
376
412
ECHO_T = @ECHO_T@
377
413
EGREP = @EGREP@
378
414
EXEEXT = @EXEEXT@
379
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
380
415
FGREP = @FGREP@
381
416
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
382
417
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
383
418
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
384
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
385
419
GLIB_MKENUMS = @GLIB_MKENUMS@
386
420
GLIB_REQS = @GLIB_REQS@
 
421
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
422
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
387
423
GMSGFMT = @GMSGFMT@
388
424
GREP = @GREP@
389
425
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
390
 
GST_CFLAGS = @GST_CFLAGS@
391
 
GST_LIBS = @GST_LIBS@
 
426
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
427
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
392
428
GTKDOC_CHECK = @GTKDOC_CHECK@
393
429
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
394
430
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
395
431
GTKDOC_MKPDF = @GTKDOC_MKPDF@
396
432
GTKDOC_REBASE = @GTKDOC_REBASE@
397
 
GTK_CFLAGS = @GTK_CFLAGS@
398
 
GTK_LIBS = @GTK_LIBS@
399
433
GTK_REQS = @GTK_REQS@
 
434
HELPER_CFLAGS = @HELPER_CFLAGS@
 
435
HELPER_LIBS = @HELPER_LIBS@
400
436
HELP_DIR = @HELP_DIR@
401
437
HTML_DIR = @HTML_DIR@
402
438
INSTALL = @INSTALL@
420
456
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
421
457
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
422
458
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
459
ITSTOOL = @ITSTOOL@
423
460
LD = @LD@
424
461
LDFLAGS = @LDFLAGS@
425
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
426
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
462
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
463
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
464
LIBGD_LIBS = @LIBGD_LIBS@
 
465
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
466
LIBGD_SOURCES = @LIBGD_SOURCES@
427
467
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
428
468
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
469
LIBM = @LIBM@
429
470
LIBOBJS = @LIBOBJS@
 
471
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
472
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
430
473
LIBS = @LIBS@
431
474
LIBTOOL = @LIBTOOL@
432
475
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
443
486
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
444
487
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
445
488
MKDIR_P = @MKDIR_P@
446
 
MM_CFLAGS = @MM_CFLAGS@
447
 
MM_LIBS = @MM_LIBS@
448
489
MSGFMT = @MSGFMT@
449
490
MSGMERGE = @MSGMERGE@
450
491
NAUTILUSDIR = @NAUTILUSDIR@
454
495
NMEDIT = @NMEDIT@
455
496
OBJDUMP = @OBJDUMP@
456
497
OBJEXT = @OBJEXT@
457
 
OMF_DIR = @OMF_DIR@
458
498
OTOOL = @OTOOL@
459
499
OTOOL64 = @OTOOL64@
460
500
PACKAGE = @PACKAGE@
465
505
PACKAGE_URL = @PACKAGE_URL@
466
506
PACKAGE_VERSION = @PACKAGE_VERSION@
467
507
PATH_SEPARATOR = @PATH_SEPARATOR@
468
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
469
 
PEASGTK_LIBS = @PEASGTK_LIBS@
470
 
PEAS_CFLAGS = @PEAS_CFLAGS@
471
 
PEAS_LIBS = @PEAS_LIBS@
 
508
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
509
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
472
510
PKG_CONFIG = @PKG_CONFIG@
473
511
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
474
512
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
513
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
514
PLAYER_LIBS = @PLAYER_LIBS@
475
515
PLUGINDIR = @PLUGINDIR@
476
516
PLUGINS = @PLUGINS@
 
517
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
518
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
519
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
520
PREVIEW_LIBS = @PREVIEW_LIBS@
 
521
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
522
PROPERTIES_LIBS = @PROPERTIES_LIBS@
477
523
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
478
524
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
479
525
PYLINT = @PYLINT@
493
539
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
494
540
SMCLIENT_LIBS = @SMCLIENT_LIBS@
495
541
STRIP = @STRIP@
 
542
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
543
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
544
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
545
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
496
546
TOTEM_API_VERSION = @TOTEM_API_VERSION@
497
547
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
498
548
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
504
554
WARN_CFLAGS = @WARN_CFLAGS@
505
555
WARN_CXXFLAGS = @WARN_CXXFLAGS@
506
556
XGETTEXT = @XGETTEXT@
507
 
XMKMF = @XMKMF@
508
 
XTEST_LIBS = @XTEST_LIBS@
509
 
X_LIBS = @X_LIBS@
 
557
XMLLINT = @XMLLINT@
510
558
abs_builddir = @abs_builddir@
511
559
abs_srcdir = @abs_srcdir@
512
560
abs_top_builddir = @abs_top_builddir@
574
622
# Header files installed for use by plugins (and consequently introspected using gobject-introspection; see the bottom of the Makefile)
575
623
INST_H_FILES = \
576
624
        totem.h                         \
577
 
        totem-video-list.h              \
578
 
        totem-cell-renderer-video.h     \
579
625
        totem-interface.h               \
580
626
        plugins/totem-plugin.h          \
581
627
        plugins/totem-dirs.h
591
637
        totem-interface.c       \
592
638
        totem-fullscreen.c      \
593
639
        totem-fullscreen.h      \
594
 
        gsd-media-keys-window.c \
595
 
        gsd-media-keys-window.h \
596
 
        gsd-osd-window.c        \
597
 
        gsd-osd-window.h        \
 
640
        gd-fullscreen-filter.c  \
 
641
        gd-fullscreen-filter.h  \
598
642
        totem-time-label.c      \
599
643
        totem-time-label.h
600
644
 
602
646
        -DG_LOG_DOMAIN=\""Totem"\"      \
603
647
        $(AM_CPPFLAGS)
604
648
 
605
 
libtotem_player_la_LIBADD = $(DEPENDENCY_LIBS)
 
649
libtotem_player_la_LIBADD = \
 
650
        $(PLAYER_LIBS)          \
 
651
        gst/libtotemtimehelpers.la
 
652
 
606
653
libtotem_player_la_CFLAGS = \
607
 
        $(DEPENDENCY_CFLAGS)    \
 
654
        $(LIBPLAYER_CFLAGS)     \
 
655
        -I$(srcdir)/gst/        \
608
656
        $(AM_CFLAGS)
609
657
 
610
658
 
611
659
# Totem main library (used for main player; separate to allow gtk-doc to be used)
612
660
libtotem_la_SOURCES = $(TOTEM_MARSHAL_FILES) $(INST_H_FILES) \
613
 
        totem-object.c totem-private.h totem-cell-renderer-video.c \
614
 
        totem-video-list.c totem-preferences.c totem-preferences.h \
615
 
        totem-dnd-menu.c totem-dnd-menu.h totem-options.c \
616
 
        totem-options.h totem-playlist.c totem-playlist.h \
617
 
        eggfileformatchooser.c eggfileformatchooser.h egg-macros.h \
618
 
        totem-session.c totem-session.h totem-sidebar.c \
 
661
        totem-object.c totem-private.h totem-preferences.c \
 
662
        totem-preferences.h totem-dnd-menu.c totem-dnd-menu.h \
 
663
        totem-options.c totem-options.h totem-playlist.c \
 
664
        totem-playlist.h eggfileformatchooser.c eggfileformatchooser.h \
 
665
        egg-macros.h totem-session.c totem-session.h totem-sidebar.c \
619
666
        totem-sidebar.h totem-open-location.c totem-open-location.h \
620
667
        totem-menu.c totem-menu.h totem-uri.c totem-uri.h \
621
668
        totem-subtitle-encoding.c totem-subtitle-encoding.h \
625
672
        $(am__append_7)
626
673
libtotem_la_CPPFLAGS = -I$(top_builddir)/data \
627
674
        -DG_LOG_DOMAIN=\""Totem"\" $(AM_CPPFLAGS) $(am__append_5)
628
 
libtotem_la_CFLAGS = $(DEPENDENCY_CFLAGS) $(PEAS_CFLAGS) \
629
 
        $(PEASGTK_CFLAGS) $(AM_CFLAGS) $(am__append_2)
 
675
libtotem_la_CFLAGS = $(PLAYER_CFLAGS) $(AM_CFLAGS) $(am__append_2)
630
676
libtotem_la_LDFLAGS = \
631
677
        -export-dynamic \
632
678
        -no-undefined \
633
679
        $(AM_LDFLAGS)
634
680
 
635
681
libtotem_la_LIBADD = libtotem_player.la backend/libbaconvideowidget.la \
636
 
        $(PEAS_LIBS) $(PEASGTK_LIBS) $(DEPENDENCY_LIBS) \
637
 
        $(am__append_3)
638
 
 
639
 
# Marshal files
640
 
TOTEM_MARSHAL_FILES = \
641
 
        totemobject-marshal.c totemobject-marshal.h             \
642
 
        totemplaylist-marshal.c totemplaylist-marshal.h         \
643
 
        totemvideolist-marshal.c totemvideolist-marshal.h
644
 
 
645
 
EXTRA_DIST = \
646
 
        totemobject-marshal.list        \
647
 
        totemvideolist-marshal.list     \
648
 
        totemplaylist-marshal.list
649
 
 
650
 
CLEANFILES = $(TOTEM_MARSHAL_FILES) $(am__append_9)
 
682
        $(PLAYER_LIBS) $(am__append_3)
651
683
 
652
684
# Totem
653
685
totem_SOURCES = totem.c
656
688
        $(AM_CPPFLAGS)
657
689
 
658
690
totem_CFLAGS = \
659
 
        $(PEAS_CFLAGS)          \
660
 
        $(DEPENDENCY_CFLAGS)    \
 
691
        $(PLAYER_CFLAGS)        \
661
692
        $(AM_CFLAGS)
662
693
 
663
694
totem_LDADD = \
664
 
        libtotem.la             \
665
 
        $(DEPENDENCY_LIBS)      \
666
 
        $(X_LIBS)       \
667
 
        $(PEAS_LIBS)
 
695
        libtotem.la     \
 
696
        $(PLAYER_LIBS)
668
697
 
669
698
 
670
699
# Totem video thumbnailer
678
707
        $(AM_CPPFLAGS)
679
708
 
680
709
totem_video_thumbnailer_CFLAGS = \
681
 
        $(DEPENDENCY_CFLAGS)    \
 
710
        $(THUMBNAILER_CFLAGS)           \
682
711
        $(AM_CFLAGS)
683
712
 
684
713
totem_video_thumbnailer_LDADD = \
685
 
        backend/libbaconvideowidget.la          \
686
 
        $(DEPENDENCY_LIBS)
 
714
        $(THUMBNAILER_LIBS)             \
 
715
        gst/libtotemgstpixbufhelpers.la \
 
716
        gst/libtotemgsthelpers.la       \
 
717
        gst/libtotemtimehelpers.la      \
 
718
        -lm
687
719
 
688
720
 
689
721
# Nautilus Property Page
701
733
@HAVE_NAUTILUS_TRUE@    $(AM_CPPFLAGS)
702
734
 
703
735
@HAVE_NAUTILUS_TRUE@libtotem_properties_page_la_CFLAGS = \
704
 
@HAVE_NAUTILUS_TRUE@    $(DEPENDENCY_CFLAGS)    \
705
 
@HAVE_NAUTILUS_TRUE@    $(NAUTILUS_CFLAGS)      \
 
736
@HAVE_NAUTILUS_TRUE@    $(NAUTILUS_CFLAGS)              \
706
737
@HAVE_NAUTILUS_TRUE@    $(AM_CFLAGS)
707
738
 
708
739
@HAVE_NAUTILUS_TRUE@libtotem_properties_page_la_LDFLAGS = \
710
741
@HAVE_NAUTILUS_TRUE@    $(AM_LDFLAGS)
711
742
 
712
743
@HAVE_NAUTILUS_TRUE@libtotem_properties_page_la_LIBADD = \
713
 
@HAVE_NAUTILUS_TRUE@    backend/libbaconvideowidget.la                          \
714
744
@HAVE_NAUTILUS_TRUE@    properties/libbaconvideowidgetproperties.la             \
715
 
@HAVE_NAUTILUS_TRUE@    libtotem_player.la                                      \
716
 
@HAVE_NAUTILUS_TRUE@    $(DEPENDENCY_LIBS)                                      \
717
745
@HAVE_NAUTILUS_TRUE@    $(NAUTILUS_LIBS)
718
746
 
719
747
@HAVE_NAUTILUS_TRUE@test_properties_page_SOURCES = \
728
756
@HAVE_NAUTILUS_TRUE@    $(AM_CPPFLAGS)
729
757
 
730
758
@HAVE_NAUTILUS_TRUE@test_properties_page_CFLAGS = \
731
 
@HAVE_NAUTILUS_TRUE@    $(DEPENDENCY_CFLAGS)    \
732
759
@HAVE_NAUTILUS_TRUE@    $(NAUTILUS_CFLAGS)      \
733
760
@HAVE_NAUTILUS_TRUE@    $(AM_CFLAGS)
734
761
 
736
763
@HAVE_NAUTILUS_TRUE@    backend/libbaconvideowidget.la                          \
737
764
@HAVE_NAUTILUS_TRUE@    properties/libbaconvideowidgetproperties.la             \
738
765
@HAVE_NAUTILUS_TRUE@    libtotem_player.la                                      \
739
 
@HAVE_NAUTILUS_TRUE@    $(DEPENDENCY_LIBS)                                      \
740
766
@HAVE_NAUTILUS_TRUE@    $(NAUTILUS_LIBS)
741
767
 
742
768
 
753
779
        $(AM_CPPFLAGS)
754
780
 
755
781
totem_audio_preview_CFLAGS = \
756
 
        $(DEPENDENCY_CFLAGS)    \
 
782
        $(PREVIEW_CFLAGS)       \
757
783
        $(AM_CFLAGS)
758
784
 
759
785
totem_audio_preview_LDADD = \
760
786
        gst/libtotemgsthelpers.la               \
761
 
        backend/libbaconvideowidget.la          \
762
 
        $(DEPENDENCY_LIBS)
 
787
        $(PREVIEW_LIBS)
763
788
 
764
789
INTROSPECTION_GIRS = $(am__append_8)
765
790
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all
768
793
@HAVE_INTROSPECTION_TRUE@Totem_1_0_gir_INCLUDES = GLib-2.0 GObject-2.0 Gtk-3.0 TotemPlParser-1.0
769
794
@HAVE_INTROSPECTION_TRUE@Totem_1_0_gir_SCANNERFLAGS = --c-include=totem.h --pkg-export=totem
770
795
@HAVE_INTROSPECTION_TRUE@Totem_1_0_gir_CFLAGS = \
771
 
@HAVE_INTROSPECTION_TRUE@       $(DEPENDENCY_CFLAGS)    \
772
 
@HAVE_INTROSPECTION_TRUE@       $(PEAS_CFLAGS)          \
 
796
@HAVE_INTROSPECTION_TRUE@       $(PLAYER_CFLAGS)        \
773
797
@HAVE_INTROSPECTION_TRUE@       $(libtotem_la_CPPFLAGS)
774
798
 
775
799
@HAVE_INTROSPECTION_TRUE@Totem_1_0_gir_LIBS = libtotem.la
779
803
@HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
780
804
@HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0
781
805
@HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
806
@HAVE_INTROSPECTION_TRUE@CLEANFILES = $(gir_DATA) $(typelib_DATA)
782
807
all: all-recursive
783
808
 
784
809
.SUFFIXES:
813
838
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
814
839
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
815
840
$(am__aclocal_m4_deps):
 
841
 
816
842
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
817
843
        @$(NORMAL_INSTALL)
818
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
819
844
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
820
845
        list2=; for p in $$list; do \
821
846
          if test -f $$p; then \
823
848
          else :; fi; \
824
849
        done; \
825
850
        test -z "$$list2" || { \
 
851
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
852
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
826
853
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
827
854
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
828
855
        }
838
865
 
839
866
clean-libLTLIBRARIES:
840
867
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
841
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
842
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
843
 
          test "$$dir" != "$$p" || dir=.; \
844
 
          echo "rm -f \"$${dir}/so_locations\""; \
845
 
          rm -f "$${dir}/so_locations"; \
846
 
        done
 
868
        @list='$(lib_LTLIBRARIES)'; \
 
869
        locs=`for p in $$list; do echo $$p; done | \
 
870
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
871
              sort -u`; \
 
872
        test -z "$$locs" || { \
 
873
          echo rm -f $${locs}; \
 
874
          rm -f $${locs}; \
 
875
        }
 
876
 
847
877
install-nautilusLTLIBRARIES: $(nautilus_LTLIBRARIES)
848
878
        @$(NORMAL_INSTALL)
849
 
        test -z "$(nautilusdir)" || $(MKDIR_P) "$(DESTDIR)$(nautilusdir)"
850
879
        @list='$(nautilus_LTLIBRARIES)'; test -n "$(nautilusdir)" || list=; \
851
880
        list2=; for p in $$list; do \
852
881
          if test -f $$p; then \
854
883
          else :; fi; \
855
884
        done; \
856
885
        test -z "$$list2" || { \
 
886
          echo " $(MKDIR_P) '$(DESTDIR)$(nautilusdir)'"; \
 
887
          $(MKDIR_P) "$(DESTDIR)$(nautilusdir)" || exit 1; \
857
888
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(nautilusdir)'"; \
858
889
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(nautilusdir)"; \
859
890
        }
869
900
 
870
901
clean-nautilusLTLIBRARIES:
871
902
        -test -z "$(nautilus_LTLIBRARIES)" || rm -f $(nautilus_LTLIBRARIES)
872
 
        @list='$(nautilus_LTLIBRARIES)'; for p in $$list; do \
873
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
874
 
          test "$$dir" != "$$p" || dir=.; \
875
 
          echo "rm -f \"$${dir}/so_locations\""; \
876
 
          rm -f "$${dir}/so_locations"; \
877
 
        done
 
903
        @list='$(nautilus_LTLIBRARIES)'; \
 
904
        locs=`for p in $$list; do echo $$p; done | \
 
905
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
906
              sort -u`; \
 
907
        test -z "$$locs" || { \
 
908
          echo rm -f $${locs}; \
 
909
          rm -f $${locs}; \
 
910
        }
878
911
 
879
912
clean-noinstLTLIBRARIES:
880
913
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
881
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
882
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
883
 
          test "$$dir" != "$$p" || dir=.; \
884
 
          echo "rm -f \"$${dir}/so_locations\""; \
885
 
          rm -f "$${dir}/so_locations"; \
886
 
        done
 
914
        @list='$(noinst_LTLIBRARIES)'; \
 
915
        locs=`for p in $$list; do echo $$p; done | \
 
916
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
917
              sort -u`; \
 
918
        test -z "$$locs" || { \
 
919
          echo rm -f $${locs}; \
 
920
          rm -f $${locs}; \
 
921
        }
887
922
libtotem-properties-page.la: $(libtotem_properties_page_la_OBJECTS) $(libtotem_properties_page_la_DEPENDENCIES) $(EXTRA_libtotem_properties_page_la_DEPENDENCIES) 
888
923
        $(AM_V_CCLD)$(libtotem_properties_page_la_LINK) $(am_libtotem_properties_page_la_rpath) $(libtotem_properties_page_la_OBJECTS) $(libtotem_properties_page_la_LIBADD) $(LIBS)
889
 
plugins/$(am__dirstamp):
890
 
        @$(MKDIR_P) plugins
891
 
        @: > plugins/$(am__dirstamp)
892
 
plugins/$(DEPDIR)/$(am__dirstamp):
893
 
        @$(MKDIR_P) plugins/$(DEPDIR)
894
 
        @: > plugins/$(DEPDIR)/$(am__dirstamp)
895
 
plugins/libtotem_la-totem-plugins-engine.lo: plugins/$(am__dirstamp) \
896
 
        plugins/$(DEPDIR)/$(am__dirstamp)
897
 
plugins/libtotem_la-totem-dirs.lo: plugins/$(am__dirstamp) \
898
 
        plugins/$(DEPDIR)/$(am__dirstamp)
899
924
libtotem.la: $(libtotem_la_OBJECTS) $(libtotem_la_DEPENDENCIES) $(EXTRA_libtotem_la_DEPENDENCIES) 
900
925
        $(AM_V_CCLD)$(libtotem_la_LINK) -rpath $(libdir) $(libtotem_la_OBJECTS) $(libtotem_la_LIBADD) $(LIBS)
901
926
libtotem_player.la: $(libtotem_player_la_OBJECTS) $(libtotem_player_la_DEPENDENCIES) $(EXTRA_libtotem_player_la_DEPENDENCIES) 
902
927
        $(AM_V_CCLD)$(libtotem_player_la_LINK)  $(libtotem_player_la_OBJECTS) $(libtotem_player_la_LIBADD) $(LIBS)
903
928
install-binPROGRAMS: $(bin_PROGRAMS)
904
929
        @$(NORMAL_INSTALL)
905
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
906
930
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
931
        if test -n "$$list"; then \
 
932
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
933
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
934
        fi; \
907
935
        for p in $$list; do echo "$$p $$p"; done | \
908
936
        sed 's/$(EXEEXT)$$//' | \
909
 
        while read p p1; do if test -f $$p || test -f $$p1; \
910
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
937
        while read p p1; do if test -f $$p \
 
938
         || test -f $$p1 \
 
939
          ; then echo "$$p"; echo "$$p"; else :; fi; \
911
940
        done | \
912
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
941
        sed -e 'p;s,.*/,,;n;h' \
 
942
            -e 's|.*|.|' \
913
943
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
914
944
        sed 'N;N;N;s,\n, ,g' | \
915
945
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
930
960
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
931
961
        files=`for p in $$list; do echo "$$p"; done | \
932
962
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
933
 
              -e 's/$$/$(EXEEXT)/' `; \
 
963
              -e 's/$$/$(EXEEXT)/' \
 
964
        `; \
934
965
        test -n "$$list" || exit 0; \
935
966
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
936
967
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
967
998
 
968
999
mostlyclean-compile:
969
1000
        -rm -f *.$(OBJEXT)
970
 
        -rm -f plugins/libtotem_la-totem-dirs.$(OBJEXT)
971
 
        -rm -f plugins/libtotem_la-totem-dirs.lo
972
 
        -rm -f plugins/libtotem_la-totem-plugins-engine.$(OBJEXT)
973
 
        -rm -f plugins/libtotem_la-totem-plugins-engine.lo
974
1001
 
975
1002
distclean-compile:
976
1003
        -rm -f *.tab.c
981
1008
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-eggsmclient-win32.Plo@am__quote@
982
1009
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-eggsmclient-xsmp.Plo@am__quote@
983
1010
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-eggsmclient.Plo@am__quote@
984
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-cell-renderer-video.Plo@am__quote@
 
1011
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-dirs.Plo@am__quote@
985
1012
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-dnd-menu.Plo@am__quote@
986
1013
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-menu.Plo@am__quote@
987
1014
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-object.Plo@am__quote@
988
1015
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-open-location.Plo@am__quote@
989
1016
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-options.Plo@am__quote@
990
1017
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-playlist.Plo@am__quote@
 
1018
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-plugins-engine.Plo@am__quote@
991
1019
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-preferences.Plo@am__quote@
992
1020
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-session.Plo@am__quote@
993
1021
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-sidebar.Plo@am__quote@
994
1022
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-subtitle-encoding.Plo@am__quote@
995
1023
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-uri.Plo@am__quote@
996
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-video-list.Plo@am__quote@
997
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totemobject-marshal.Plo@am__quote@
998
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totemplaylist-marshal.Plo@am__quote@
999
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totemvideolist-marshal.Plo@am__quote@
1000
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_player_la-gsd-media-keys-window.Plo@am__quote@
1001
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_player_la-gsd-osd-window.Plo@am__quote@
 
1024
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_player_la-gd-fullscreen-filter.Plo@am__quote@
1002
1025
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_player_la-totem-fullscreen.Plo@am__quote@
1003
1026
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_player_la-totem-interface.Plo@am__quote@
1004
1027
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_player_la-totem-statusbar.Plo@am__quote@
1013
1036
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_audio_preview-totem-resources.Po@am__quote@
1014
1037
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_video_thumbnailer-totem-resources.Po@am__quote@
1015
1038
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_video_thumbnailer-totem-video-thumbnailer.Po@am__quote@
1016
 
@AMDEP_TRUE@@am__include@ @am__quote@plugins/$(DEPDIR)/libtotem_la-totem-dirs.Plo@am__quote@
1017
 
@AMDEP_TRUE@@am__include@ @am__quote@plugins/$(DEPDIR)/libtotem_la-totem-plugins-engine.Plo@am__quote@
1018
1039
 
1019
1040
.c.o:
1020
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1021
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1022
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
1041
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1042
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1023
1043
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1024
1044
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1025
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
1045
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1026
1046
 
1027
1047
.c.obj:
1028
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1029
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1030
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
1048
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
1049
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1031
1050
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1032
1051
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1033
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
1052
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1034
1053
 
1035
1054
.c.lo:
1036
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1037
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1038
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
1055
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1056
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1039
1057
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1040
1058
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1041
1059
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1054
1072
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1055
1073
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_properties_page_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_properties_page_la_CFLAGS) $(CFLAGS) -c -o libtotem_properties_page_la-totem-properties-view.lo `test -f 'totem-properties-view.c' || echo '$(srcdir)/'`totem-properties-view.c
1056
1074
 
1057
 
libtotem_la-totemobject-marshal.lo: totemobject-marshal.c
1058
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totemobject-marshal.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totemobject-marshal.Tpo -c -o libtotem_la-totemobject-marshal.lo `test -f 'totemobject-marshal.c' || echo '$(srcdir)/'`totemobject-marshal.c
1059
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totemobject-marshal.Tpo $(DEPDIR)/libtotem_la-totemobject-marshal.Plo
1060
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='totemobject-marshal.c' object='libtotem_la-totemobject-marshal.lo' libtool=yes @AMDEPBACKSLASH@
1061
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1062
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totemobject-marshal.lo `test -f 'totemobject-marshal.c' || echo '$(srcdir)/'`totemobject-marshal.c
1063
 
 
1064
 
libtotem_la-totemplaylist-marshal.lo: totemplaylist-marshal.c
1065
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totemplaylist-marshal.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totemplaylist-marshal.Tpo -c -o libtotem_la-totemplaylist-marshal.lo `test -f 'totemplaylist-marshal.c' || echo '$(srcdir)/'`totemplaylist-marshal.c
1066
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totemplaylist-marshal.Tpo $(DEPDIR)/libtotem_la-totemplaylist-marshal.Plo
1067
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='totemplaylist-marshal.c' object='libtotem_la-totemplaylist-marshal.lo' libtool=yes @AMDEPBACKSLASH@
1068
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1069
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totemplaylist-marshal.lo `test -f 'totemplaylist-marshal.c' || echo '$(srcdir)/'`totemplaylist-marshal.c
1070
 
 
1071
 
libtotem_la-totemvideolist-marshal.lo: totemvideolist-marshal.c
1072
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totemvideolist-marshal.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totemvideolist-marshal.Tpo -c -o libtotem_la-totemvideolist-marshal.lo `test -f 'totemvideolist-marshal.c' || echo '$(srcdir)/'`totemvideolist-marshal.c
1073
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totemvideolist-marshal.Tpo $(DEPDIR)/libtotem_la-totemvideolist-marshal.Plo
1074
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='totemvideolist-marshal.c' object='libtotem_la-totemvideolist-marshal.lo' libtool=yes @AMDEPBACKSLASH@
1075
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1076
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totemvideolist-marshal.lo `test -f 'totemvideolist-marshal.c' || echo '$(srcdir)/'`totemvideolist-marshal.c
1077
 
 
1078
1075
libtotem_la-totem-object.lo: totem-object.c
1079
1076
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-object.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-object.Tpo -c -o libtotem_la-totem-object.lo `test -f 'totem-object.c' || echo '$(srcdir)/'`totem-object.c
1080
1077
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-object.Tpo $(DEPDIR)/libtotem_la-totem-object.Plo
1082
1079
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1083
1080
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-object.lo `test -f 'totem-object.c' || echo '$(srcdir)/'`totem-object.c
1084
1081
 
1085
 
libtotem_la-totem-cell-renderer-video.lo: totem-cell-renderer-video.c
1086
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-cell-renderer-video.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-cell-renderer-video.Tpo -c -o libtotem_la-totem-cell-renderer-video.lo `test -f 'totem-cell-renderer-video.c' || echo '$(srcdir)/'`totem-cell-renderer-video.c
1087
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-cell-renderer-video.Tpo $(DEPDIR)/libtotem_la-totem-cell-renderer-video.Plo
1088
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='totem-cell-renderer-video.c' object='libtotem_la-totem-cell-renderer-video.lo' libtool=yes @AMDEPBACKSLASH@
1089
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1090
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-cell-renderer-video.lo `test -f 'totem-cell-renderer-video.c' || echo '$(srcdir)/'`totem-cell-renderer-video.c
1091
 
 
1092
 
libtotem_la-totem-video-list.lo: totem-video-list.c
1093
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-video-list.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-video-list.Tpo -c -o libtotem_la-totem-video-list.lo `test -f 'totem-video-list.c' || echo '$(srcdir)/'`totem-video-list.c
1094
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-video-list.Tpo $(DEPDIR)/libtotem_la-totem-video-list.Plo
1095
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='totem-video-list.c' object='libtotem_la-totem-video-list.lo' libtool=yes @AMDEPBACKSLASH@
1096
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1097
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-video-list.lo `test -f 'totem-video-list.c' || echo '$(srcdir)/'`totem-video-list.c
1098
 
 
1099
1082
libtotem_la-totem-preferences.lo: totem-preferences.c
1100
1083
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-preferences.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-preferences.Tpo -c -o libtotem_la-totem-preferences.lo `test -f 'totem-preferences.c' || echo '$(srcdir)/'`totem-preferences.c
1101
1084
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-preferences.Tpo $(DEPDIR)/libtotem_la-totem-preferences.Plo
1173
1156
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1174
1157
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-subtitle-encoding.lo `test -f 'totem-subtitle-encoding.c' || echo '$(srcdir)/'`totem-subtitle-encoding.c
1175
1158
 
1176
 
plugins/libtotem_la-totem-plugins-engine.lo: plugins/totem-plugins-engine.c
1177
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT plugins/libtotem_la-totem-plugins-engine.lo -MD -MP -MF plugins/$(DEPDIR)/libtotem_la-totem-plugins-engine.Tpo -c -o plugins/libtotem_la-totem-plugins-engine.lo `test -f 'plugins/totem-plugins-engine.c' || echo '$(srcdir)/'`plugins/totem-plugins-engine.c
1178
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) plugins/$(DEPDIR)/libtotem_la-totem-plugins-engine.Tpo plugins/$(DEPDIR)/libtotem_la-totem-plugins-engine.Plo
1179
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugins/totem-plugins-engine.c' object='plugins/libtotem_la-totem-plugins-engine.lo' libtool=yes @AMDEPBACKSLASH@
 
1159
libtotem_la-totem-plugins-engine.lo: plugins/totem-plugins-engine.c
 
1160
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-plugins-engine.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-plugins-engine.Tpo -c -o libtotem_la-totem-plugins-engine.lo `test -f 'plugins/totem-plugins-engine.c' || echo '$(srcdir)/'`plugins/totem-plugins-engine.c
 
1161
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-plugins-engine.Tpo $(DEPDIR)/libtotem_la-totem-plugins-engine.Plo
 
1162
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugins/totem-plugins-engine.c' object='libtotem_la-totem-plugins-engine.lo' libtool=yes @AMDEPBACKSLASH@
1180
1163
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1181
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o plugins/libtotem_la-totem-plugins-engine.lo `test -f 'plugins/totem-plugins-engine.c' || echo '$(srcdir)/'`plugins/totem-plugins-engine.c
 
1164
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-plugins-engine.lo `test -f 'plugins/totem-plugins-engine.c' || echo '$(srcdir)/'`plugins/totem-plugins-engine.c
1182
1165
 
1183
 
plugins/libtotem_la-totem-dirs.lo: plugins/totem-dirs.c
1184
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT plugins/libtotem_la-totem-dirs.lo -MD -MP -MF plugins/$(DEPDIR)/libtotem_la-totem-dirs.Tpo -c -o plugins/libtotem_la-totem-dirs.lo `test -f 'plugins/totem-dirs.c' || echo '$(srcdir)/'`plugins/totem-dirs.c
1185
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) plugins/$(DEPDIR)/libtotem_la-totem-dirs.Tpo plugins/$(DEPDIR)/libtotem_la-totem-dirs.Plo
1186
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugins/totem-dirs.c' object='plugins/libtotem_la-totem-dirs.lo' libtool=yes @AMDEPBACKSLASH@
 
1166
libtotem_la-totem-dirs.lo: plugins/totem-dirs.c
 
1167
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-dirs.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-dirs.Tpo -c -o libtotem_la-totem-dirs.lo `test -f 'plugins/totem-dirs.c' || echo '$(srcdir)/'`plugins/totem-dirs.c
 
1168
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-dirs.Tpo $(DEPDIR)/libtotem_la-totem-dirs.Plo
 
1169
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='plugins/totem-dirs.c' object='libtotem_la-totem-dirs.lo' libtool=yes @AMDEPBACKSLASH@
1187
1170
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1188
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o plugins/libtotem_la-totem-dirs.lo `test -f 'plugins/totem-dirs.c' || echo '$(srcdir)/'`plugins/totem-dirs.c
 
1171
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-dirs.lo `test -f 'plugins/totem-dirs.c' || echo '$(srcdir)/'`plugins/totem-dirs.c
1189
1172
 
1190
1173
libtotem_la-eggsmclient.lo: eggsmclient.c
1191
1174
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-eggsmclient.lo -MD -MP -MF $(DEPDIR)/libtotem_la-eggsmclient.Tpo -c -o libtotem_la-eggsmclient.lo `test -f 'eggsmclient.c' || echo '$(srcdir)/'`eggsmclient.c
1243
1226
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1244
1227
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -c -o libtotem_player_la-totem-fullscreen.lo `test -f 'totem-fullscreen.c' || echo '$(srcdir)/'`totem-fullscreen.c
1245
1228
 
1246
 
libtotem_player_la-gsd-media-keys-window.lo: gsd-media-keys-window.c
1247
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -MT libtotem_player_la-gsd-media-keys-window.lo -MD -MP -MF $(DEPDIR)/libtotem_player_la-gsd-media-keys-window.Tpo -c -o libtotem_player_la-gsd-media-keys-window.lo `test -f 'gsd-media-keys-window.c' || echo '$(srcdir)/'`gsd-media-keys-window.c
1248
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_player_la-gsd-media-keys-window.Tpo $(DEPDIR)/libtotem_player_la-gsd-media-keys-window.Plo
1249
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsd-media-keys-window.c' object='libtotem_player_la-gsd-media-keys-window.lo' libtool=yes @AMDEPBACKSLASH@
1250
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1251
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -c -o libtotem_player_la-gsd-media-keys-window.lo `test -f 'gsd-media-keys-window.c' || echo '$(srcdir)/'`gsd-media-keys-window.c
1252
 
 
1253
 
libtotem_player_la-gsd-osd-window.lo: gsd-osd-window.c
1254
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -MT libtotem_player_la-gsd-osd-window.lo -MD -MP -MF $(DEPDIR)/libtotem_player_la-gsd-osd-window.Tpo -c -o libtotem_player_la-gsd-osd-window.lo `test -f 'gsd-osd-window.c' || echo '$(srcdir)/'`gsd-osd-window.c
1255
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_player_la-gsd-osd-window.Tpo $(DEPDIR)/libtotem_player_la-gsd-osd-window.Plo
1256
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsd-osd-window.c' object='libtotem_player_la-gsd-osd-window.lo' libtool=yes @AMDEPBACKSLASH@
1257
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1258
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -c -o libtotem_player_la-gsd-osd-window.lo `test -f 'gsd-osd-window.c' || echo '$(srcdir)/'`gsd-osd-window.c
 
1229
libtotem_player_la-gd-fullscreen-filter.lo: gd-fullscreen-filter.c
 
1230
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -MT libtotem_player_la-gd-fullscreen-filter.lo -MD -MP -MF $(DEPDIR)/libtotem_player_la-gd-fullscreen-filter.Tpo -c -o libtotem_player_la-gd-fullscreen-filter.lo `test -f 'gd-fullscreen-filter.c' || echo '$(srcdir)/'`gd-fullscreen-filter.c
 
1231
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_player_la-gd-fullscreen-filter.Tpo $(DEPDIR)/libtotem_player_la-gd-fullscreen-filter.Plo
 
1232
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gd-fullscreen-filter.c' object='libtotem_player_la-gd-fullscreen-filter.lo' libtool=yes @AMDEPBACKSLASH@
 
1233
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1234
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -c -o libtotem_player_la-gd-fullscreen-filter.lo `test -f 'gd-fullscreen-filter.c' || echo '$(srcdir)/'`gd-fullscreen-filter.c
1259
1235
 
1260
1236
libtotem_player_la-totem-time-label.lo: totem-time-label.c
1261
1237
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_player_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_player_la_CFLAGS) $(CFLAGS) -MT libtotem_player_la-totem-time-label.lo -MD -MP -MF $(DEPDIR)/libtotem_player_la-totem-time-label.Tpo -c -o libtotem_player_la-totem-time-label.lo `test -f 'totem-time-label.c' || echo '$(srcdir)/'`totem-time-label.c
1381
1357
 
1382
1358
clean-libtool:
1383
1359
        -rm -rf .libs _libs
1384
 
        -rm -rf plugins/.libs plugins/_libs
1385
1360
install-girDATA: $(gir_DATA)
1386
1361
        @$(NORMAL_INSTALL)
1387
 
        test -z "$(girdir)" || $(MKDIR_P) "$(DESTDIR)$(girdir)"
1388
1362
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
 
1363
        if test -n "$$list"; then \
 
1364
          echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
 
1365
          $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
 
1366
        fi; \
1389
1367
        for p in $$list; do \
1390
1368
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1391
1369
          echo "$$d$$p"; \
1402
1380
        dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
1403
1381
install-headerDATA: $(header_DATA)
1404
1382
        @$(NORMAL_INSTALL)
1405
 
        test -z "$(headerdir)" || $(MKDIR_P) "$(DESTDIR)$(headerdir)"
1406
1383
        @list='$(header_DATA)'; test -n "$(headerdir)" || list=; \
 
1384
        if test -n "$$list"; then \
 
1385
          echo " $(MKDIR_P) '$(DESTDIR)$(headerdir)'"; \
 
1386
          $(MKDIR_P) "$(DESTDIR)$(headerdir)" || exit 1; \
 
1387
        fi; \
1407
1388
        for p in $$list; do \
1408
1389
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1409
1390
          echo "$$d$$p"; \
1420
1401
        dir='$(DESTDIR)$(headerdir)'; $(am__uninstall_files_from_dir)
1421
1402
install-typelibDATA: $(typelib_DATA)
1422
1403
        @$(NORMAL_INSTALL)
1423
 
        test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)"
1424
1404
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
 
1405
        if test -n "$$list"; then \
 
1406
          echo " $(MKDIR_P) '$(DESTDIR)$(typelibdir)'"; \
 
1407
          $(MKDIR_P) "$(DESTDIR)$(typelibdir)" || exit 1; \
 
1408
        fi; \
1425
1409
        for p in $$list; do \
1426
1410
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1427
1411
          echo "$$d$$p"; \
1438
1422
        dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
1439
1423
 
1440
1424
# This directory's subdirectories are mostly independent; you can cd
1441
 
# into them and run `make' without going through this Makefile.
1442
 
# To change the values of `make' variables: instead of editing Makefiles,
1443
 
# (1) if the variable is set in `config.status', edit `config.status'
1444
 
#     (which will cause the Makefiles to be regenerated when you run `make');
1445
 
# (2) otherwise, pass the desired values on the `make' command line.
1446
 
$(RECURSIVE_TARGETS):
 
1425
# into them and run 'make' without going through this Makefile.
 
1426
# To change the values of 'make' variables: instead of editing Makefiles,
 
1427
# (1) if the variable is set in 'config.status', edit 'config.status'
 
1428
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
1429
# (2) otherwise, pass the desired values on the 'make' command line.
 
1430
$(am__recursive_targets):
1447
1431
        @fail= failcom='exit 1'; \
1448
1432
        for f in x $$MAKEFLAGS; do \
1449
1433
          case $$f in \
1453
1437
        done; \
1454
1438
        dot_seen=no; \
1455
1439
        target=`echo $@ | sed s/-recursive//`; \
1456
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1440
        case "$@" in \
 
1441
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1442
          *) list='$(SUBDIRS)' ;; \
 
1443
        esac; \
 
1444
        for subdir in $$list; do \
1457
1445
          echo "Making $$target in $$subdir"; \
1458
1446
          if test "$$subdir" = "."; then \
1459
1447
            dot_seen=yes; \
1468
1456
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1469
1457
        fi; test -z "$$fail"
1470
1458
 
1471
 
$(RECURSIVE_CLEAN_TARGETS):
1472
 
        @fail= failcom='exit 1'; \
1473
 
        for f in x $$MAKEFLAGS; do \
1474
 
          case $$f in \
1475
 
            *=* | --[!k]*);; \
1476
 
            *k*) failcom='fail=yes';; \
1477
 
          esac; \
1478
 
        done; \
1479
 
        dot_seen=no; \
1480
 
        case "$@" in \
1481
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1482
 
          *) list='$(SUBDIRS)' ;; \
1483
 
        esac; \
1484
 
        rev=''; for subdir in $$list; do \
1485
 
          if test "$$subdir" = "."; then :; else \
1486
 
            rev="$$subdir $$rev"; \
1487
 
          fi; \
1488
 
        done; \
1489
 
        rev="$$rev ."; \
1490
 
        target=`echo $@ | sed s/-recursive//`; \
1491
 
        for subdir in $$rev; do \
1492
 
          echo "Making $$target in $$subdir"; \
1493
 
          if test "$$subdir" = "."; then \
1494
 
            local_target="$$target-am"; \
1495
 
          else \
1496
 
            local_target="$$target"; \
1497
 
          fi; \
1498
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1499
 
          || eval $$failcom; \
1500
 
        done && test -z "$$fail"
1501
 
tags-recursive:
1502
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1503
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1504
 
        done
1505
 
ctags-recursive:
1506
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1507
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1508
 
        done
1509
 
 
1510
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1511
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1512
 
        unique=`for i in $$list; do \
1513
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1514
 
          done | \
1515
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1516
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1517
 
        mkid -fID $$unique
1518
 
tags: TAGS
1519
 
 
1520
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1521
 
                $(TAGS_FILES) $(LISP)
 
1459
ID: $(am__tagged_files)
 
1460
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1461
tags: tags-recursive
 
1462
TAGS: tags
 
1463
 
 
1464
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1522
1465
        set x; \
1523
1466
        here=`pwd`; \
1524
1467
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1534
1477
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1535
1478
          fi; \
1536
1479
        done; \
1537
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1538
 
        unique=`for i in $$list; do \
1539
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1540
 
          done | \
1541
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1542
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1480
        $(am__define_uniq_tagged_files); \
1543
1481
        shift; \
1544
1482
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1545
1483
          test -n "$$unique" || unique=$$empty_fix; \
1551
1489
              $$unique; \
1552
1490
          fi; \
1553
1491
        fi
1554
 
ctags: CTAGS
1555
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1556
 
                $(TAGS_FILES) $(LISP)
1557
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1558
 
        unique=`for i in $$list; do \
1559
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1560
 
          done | \
1561
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1562
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1492
ctags: ctags-recursive
 
1493
 
 
1494
CTAGS: ctags
 
1495
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1496
        $(am__define_uniq_tagged_files); \
1563
1497
        test -z "$(CTAGS_ARGS)$$unique" \
1564
1498
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1565
1499
             $$unique
1568
1502
        here=`$(am__cd) $(top_builddir) && pwd` \
1569
1503
          && $(am__cd) $(top_srcdir) \
1570
1504
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1505
cscopelist: cscopelist-recursive
 
1506
 
 
1507
cscopelist-am: $(am__tagged_files)
 
1508
        list='$(am__tagged_files)'; \
 
1509
        case "$(srcdir)" in \
 
1510
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1511
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1512
        esac; \
 
1513
        for i in $$list; do \
 
1514
          if test -f "$$i"; then \
 
1515
            echo "$(subdir)/$$i"; \
 
1516
          else \
 
1517
            echo "$$sdir/$$i"; \
 
1518
          fi; \
 
1519
        done >> $(top_builddir)/cscope.files
1571
1520
 
1572
1521
distclean-tags:
1573
1522
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1604
1553
        done
1605
1554
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1606
1555
          if test "$$subdir" = .; then :; else \
1607
 
            test -d "$(distdir)/$$subdir" \
1608
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1609
 
            || exit 1; \
1610
 
          fi; \
1611
 
        done
1612
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1613
 
          if test "$$subdir" = .; then :; else \
 
1556
            $(am__make_dryrun) \
 
1557
              || test -d "$(distdir)/$$subdir" \
 
1558
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1559
              || exit 1; \
1614
1560
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1615
1561
            $(am__relativize); \
1616
1562
            new_distdir=$$reldir; \
1667
1613
distclean-generic:
1668
1614
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1669
1615
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1670
 
        -rm -f plugins/$(DEPDIR)/$(am__dirstamp)
1671
 
        -rm -f plugins/$(am__dirstamp)
1672
1616
 
1673
1617
maintainer-clean-generic:
1674
1618
        @echo "This command is intended for maintainers to use"
1680
1624
        clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
1681
1625
 
1682
1626
distclean: distclean-recursive
1683
 
        -rm -rf ./$(DEPDIR) plugins/$(DEPDIR)
 
1627
        -rm -rf ./$(DEPDIR)
1684
1628
        -rm -f Makefile
1685
1629
distclean-am: clean-am distclean-compile distclean-generic \
1686
1630
        distclean-tags
1727
1671
installcheck-am:
1728
1672
 
1729
1673
maintainer-clean: maintainer-clean-recursive
1730
 
        -rm -rf ./$(DEPDIR) plugins/$(DEPDIR)
 
1674
        -rm -rf ./$(DEPDIR)
1731
1675
        -rm -f Makefile
1732
1676
maintainer-clean-am: distclean-am maintainer-clean-generic
1733
1677
 
1748
1692
        uninstall-headerDATA uninstall-libLTLIBRARIES \
1749
1693
        uninstall-nautilusLTLIBRARIES uninstall-typelibDATA
1750
1694
 
1751
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1752
 
        install-am install-strip tags-recursive
 
1695
.MAKE: $(am__recursive_targets) install-am install-strip
1753
1696
 
1754
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1755
 
        all all-am check check-am clean clean-binPROGRAMS \
1756
 
        clean-generic clean-libLTLIBRARIES clean-libtool \
1757
 
        clean-nautilusLTLIBRARIES clean-noinstLTLIBRARIES \
1758
 
        clean-noinstPROGRAMS ctags ctags-recursive distclean \
1759
 
        distclean-compile distclean-generic distclean-libtool \
1760
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1761
 
        install install-am install-binPROGRAMS install-data \
1762
 
        install-data-am install-dvi install-dvi-am install-exec \
1763
 
        install-exec-am install-girDATA install-headerDATA \
1764
 
        install-html install-html-am install-info install-info-am \
1765
 
        install-libLTLIBRARIES install-man install-nautilusLTLIBRARIES \
1766
 
        install-pdf install-pdf-am install-ps install-ps-am \
1767
 
        install-strip install-typelibDATA installcheck installcheck-am \
1768
 
        installdirs installdirs-am maintainer-clean \
1769
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1770
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1771
 
        tags tags-recursive uninstall uninstall-am \
 
1697
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1698
        check-am clean clean-binPROGRAMS clean-generic \
 
1699
        clean-libLTLIBRARIES clean-libtool clean-nautilusLTLIBRARIES \
 
1700
        clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscopelist-am \
 
1701
        ctags ctags-am distclean distclean-compile distclean-generic \
 
1702
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1703
        html-am info info-am install install-am install-binPROGRAMS \
 
1704
        install-data install-data-am install-dvi install-dvi-am \
 
1705
        install-exec install-exec-am install-girDATA \
 
1706
        install-headerDATA install-html install-html-am install-info \
 
1707
        install-info-am install-libLTLIBRARIES install-man \
 
1708
        install-nautilusLTLIBRARIES install-pdf install-pdf-am \
 
1709
        install-ps install-ps-am install-strip install-typelibDATA \
 
1710
        installcheck installcheck-am installdirs installdirs-am \
 
1711
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1712
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1713
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1772
1714
        uninstall-binPROGRAMS uninstall-girDATA uninstall-headerDATA \
1773
1715
        uninstall-libLTLIBRARIES uninstall-nautilusLTLIBRARIES \
1774
1716
        uninstall-typelibDATA
1775
1717
 
1776
1718
 
1777
 
totemobject-marshal.h: totemobject-marshal.list
1778
 
        $(AM_V_GEN) ($(GLIB_GENMARSHAL) --prefix=totemobject_marshal $(srcdir)/totemobject-marshal.list --header > $@)
1779
 
totemobject-marshal.c: totemobject-marshal.h totemobject-marshal.list
1780
 
        $(AM_V_GEN) ($(GLIB_GENMARSHAL) --prefix=totemobject_marshal $(srcdir)/totemobject-marshal.list --header --body > $@)
1781
 
totemplaylist-marshal.h: totemplaylist-marshal.list
1782
 
        $(AM_V_GEN) ($(GLIB_GENMARSHAL) --prefix=totemplaylist_marshal $(srcdir)/totemplaylist-marshal.list --header > $@)
1783
 
totemplaylist-marshal.c: totemplaylist-marshal.h totemobject-marshal.list
1784
 
        $(AM_V_GEN) ($(GLIB_GENMARSHAL) --prefix=totemplaylist_marshal $(srcdir)/totemplaylist-marshal.list --header --body > $@)
1785
 
totemvideolist-marshal.h: totemvideolist-marshal.list
1786
 
        $(AM_V_GEN) ($(GLIB_GENMARSHAL) --prefix=totemvideolist_marshal $(srcdir)/totemvideolist-marshal.list --header > $@)
1787
 
totemvideolist-marshal.c: totemvideolist-marshal.h totemobject-marshal.list
1788
 
        $(AM_V_GEN) ($(GLIB_GENMARSHAL) --prefix=totemvideolist_marshal $(srcdir)/totemvideolist-marshal.list --header --body > $@)
1789
 
 
1790
1719
# Introspection
1791
1720
-include $(INTROSPECTION_MAKEFILE)
1792
1721