~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier, Sebastien Bacher, Loic Minier
  • Date: 2007-03-08 14:51:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308145155-cnu1r0s1z4ffcxza
Tags: 2.16.5-3
[ Sebastien Bacher ]
* debian/patches/30_dlopen_noremove_dbus_glib.dpatch:
  - fix "crash because NPPVpluginKeepLibraryInMemory is broken in gecko",
    patch from Alexander Sack (GNOME bug #415389)

[ Loic Minier ]
* Urgency medium.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
 
15
@SET_MAKE@
13
16
 
14
 
SHELL = @SHELL@
15
17
 
16
18
srcdir = @srcdir@
17
19
top_srcdir = @top_srcdir@
18
20
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
21
pkgdatadir = $(datadir)/@PACKAGE@
38
22
pkglibdir = $(libdir)/@PACKAGE@
39
23
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
24
top_builddir = ..
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
26
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
54
32
NORMAL_INSTALL = :
55
33
PRE_INSTALL = :
56
34
POST_INSTALL = :
57
35
NORMAL_UNINSTALL = :
58
36
PRE_UNINSTALL = :
59
37
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
 
38
build_triplet = @build@
61
39
host_triplet = @host@
 
40
bin_PROGRAMS = totem$(EXEEXT) totem-video-thumbnailer$(EXEEXT) \
 
41
        $(am__EXEEXT_1)
 
42
libexec_PROGRAMS = $(am__EXEEXT_2)
 
43
noinst_PROGRAMS = list_v4l$(EXEEXT) disc-test$(EXEEXT) \
 
44
        metadata-test$(EXEEXT) $(am__EXEEXT_3)
 
45
@HAVE_MOZILLA_TRUE@am__append_1 = totem-mozilla-viewer
 
46
@HAVE_MOZILLA_TRUE@am__append_2 = \
 
47
@HAVE_MOZILLA_TRUE@     totem-mozilla-interface.h
 
48
 
 
49
subdir = src
 
50
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
51
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
52
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
54
        $(ACLOCAL_M4)
 
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
56
CONFIG_HEADER = $(top_builddir)/config.h
 
57
CONFIG_CLEAN_FILES =
 
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
59
am__vpath_adj = case $$p in \
 
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
61
    *) f=$$p;; \
 
62
  esac;
 
63
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
64
am__installdirs = "$(DESTDIR)$(nautilusdir)" "$(DESTDIR)$(bindir)" \
 
65
        "$(DESTDIR)$(libexecdir)"
 
66
nautilusLTLIBRARIES_INSTALL = $(INSTALL)
 
67
LTLIBRARIES = $(nautilus_LTLIBRARIES) $(noinst_LTLIBRARIES)
 
68
libbaconmessageconnection_la_LIBADD =
 
69
am__objects_1 = bacon-message-connection.lo
 
70
am_libbaconmessageconnection_la_OBJECTS = $(am__objects_1)
 
71
libbaconmessageconnection_la_OBJECTS =  \
 
72
        $(am_libbaconmessageconnection_la_OBJECTS)
 
73
libbaconpropertiespage_la_LIBADD =
 
74
am_libbaconpropertiespage_la_OBJECTS =  \
 
75
        bacon-video-widget-properties.lo totem-interface.lo
 
76
libbaconpropertiespage_la_OBJECTS =  \
 
77
        $(am_libbaconpropertiespage_la_OBJECTS)
 
78
am__DEPENDENCIES_1 =
 
79
libtotem_properties_page_la_DEPENDENCIES =  \
 
80
        backend/libbaconvideowidget.la libbaconpropertiespage.la \
 
81
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
82
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
83
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
84
am_libtotem_properties_page_la_OBJECTS =  \
 
85
        libtotem_properties_page_la-totem-properties-main.lo \
 
86
        libtotem_properties_page_la-totem-properties-view.lo
 
87
libtotem_properties_page_la_OBJECTS =  \
 
88
        $(am_libtotem_properties_page_la_OBJECTS)
 
89
@HAVE_NAUTILUS_TRUE@am_libtotem_properties_page_la_rpath = -rpath \
 
90
@HAVE_NAUTILUS_TRUE@    $(nautilusdir)
 
91
@TOTEM_VANITY_TRUE@am__EXEEXT_1 = vanity$(EXEEXT)
 
92
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
93
@HAVE_MOZILLA_TRUE@am__EXEEXT_2 = totem-mozilla-viewer$(EXEEXT)
 
94
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
95
@HAVE_NAUTILUS_TRUE@am__EXEEXT_3 = test-properties-page$(EXEEXT)
 
96
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(noinst_PROGRAMS)
 
97
am_disc_test_OBJECTS = disc-test.$(OBJEXT)
 
98
disc_test_OBJECTS = $(am_disc_test_OBJECTS)
 
99
disc_test_DEPENDENCIES = plparse/libtotem-plparser.la \
 
100
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
101
am__objects_2 = video-dev.$(OBJEXT) bacon-v4l-selection.$(OBJEXT)
 
102
am_list_v4l_OBJECTS = list_v4l.$(OBJEXT) $(am__objects_2)
 
103
list_v4l_OBJECTS = $(am_list_v4l_OBJECTS)
 
104
list_v4l_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
105
am_metadata_test_OBJECTS = metadata-test.$(OBJEXT)
 
106
metadata_test_OBJECTS = $(am_metadata_test_OBJECTS)
 
107
metadata_test_DEPENDENCIES = backend/libbaconvideowidget.la \
 
108
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
109
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
110
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
111
am_test_properties_page_OBJECTS =  \
 
112
        test_properties_page-totem-properties-main.$(OBJEXT) \
 
113
        test_properties_page-totem-properties-view.$(OBJEXT) \
 
114
        test_properties_page-test-properties-page.$(OBJEXT)
 
115
test_properties_page_OBJECTS = $(am_test_properties_page_OBJECTS)
 
116
test_properties_page_DEPENDENCIES = backend/libbaconvideowidget.la \
 
117
        libbaconpropertiespage.la $(am__DEPENDENCIES_1) \
 
118
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
119
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
120
        $(am__DEPENDENCIES_1)
 
121
am__objects_3 = egg-recent-model.$(OBJEXT) egg-recent-item.$(OBJEXT) \
 
122
        egg-recent-view.$(OBJEXT) egg-recent-view-gtk.$(OBJEXT) \
 
123
        egg-recent-util.$(OBJEXT)
 
124
am__objects_4 = bacon-volume.$(OBJEXT)
 
125
am_totem_OBJECTS = $(am__objects_3) totem.$(OBJEXT) \
 
126
        totem-remote.$(OBJEXT) totem-preferences.$(OBJEXT) \
 
127
        totem-stock-icons.$(OBJEXT) totem-scrsaver.$(OBJEXT) \
 
128
        totem-options.$(OBJEXT) totem-playlist.$(OBJEXT) \
 
129
        totem-screenshot.$(OBJEXT) totem-session.$(OBJEXT) \
 
130
        totem-sidebar.$(OBJEXT) totem-skipto.$(OBJEXT) \
 
131
        totem-menu.$(OBJEXT) totem-time-label.$(OBJEXT) \
 
132
        totem-uri.$(OBJEXT) totem-statusbar.$(OBJEXT) \
 
133
        totem-gromit.$(OBJEXT) ev-sidebar.$(OBJEXT) \
 
134
        totem-subtitle-encoding.$(OBJEXT) $(am__objects_4)
 
135
totem_OBJECTS = $(am_totem_OBJECTS)
 
136
totem_DEPENDENCIES = plparse/libtotem-plparser.la \
 
137
        backend/libbaconvideowidget.la libbaconpropertiespage.la \
 
138
        libbaconmessageconnection.la $(am__DEPENDENCIES_1) \
 
139
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
140
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
141
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
142
am__totem_mozilla_viewer_SOURCES_DIST = totem-mozilla-viewer.c \
 
143
        totem-mozilla-options.h bacon-volume.c bacon-volume.h
 
144
@HAVE_MOZILLA_TRUE@am_totem_mozilla_viewer_OBJECTS =  \
 
145
@HAVE_MOZILLA_TRUE@     totem-mozilla-viewer.$(OBJEXT) \
 
146
@HAVE_MOZILLA_TRUE@     bacon-volume.$(OBJEXT)
 
147
totem_mozilla_viewer_OBJECTS = $(am_totem_mozilla_viewer_OBJECTS)
 
148
@HAVE_MOZILLA_TRUE@totem_mozilla_viewer_DEPENDENCIES =  \
 
149
@HAVE_MOZILLA_TRUE@     backend/libbaconvideowidget.la \
 
150
@HAVE_MOZILLA_TRUE@     libbaconpropertiespage.la \
 
151
@HAVE_MOZILLA_TRUE@     plparse/libtotem-plparser.la \
 
152
@HAVE_MOZILLA_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
153
@HAVE_MOZILLA_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
154
@HAVE_MOZILLA_TRUE@     $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
155
am_totem_video_thumbnailer_OBJECTS =  \
 
156
        totem-video-thumbnailer.$(OBJEXT)
 
157
totem_video_thumbnailer_OBJECTS =  \
 
158
        $(am_totem_video_thumbnailer_OBJECTS)
 
159
totem_video_thumbnailer_DEPENDENCIES = backend/libbaconvideowidget.la \
 
160
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
161
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
162
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
163
am_vanity_OBJECTS = $(am__objects_2) totem-screenshot.$(OBJEXT) \
 
164
        vanity.$(OBJEXT)
 
165
vanity_OBJECTS = $(am_vanity_OBJECTS)
 
166
vanity_DEPENDENCIES = backend/libbaconvideowidget.la \
 
167
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
168
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
169
        $(am__DEPENDENCIES_1)
 
170
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
171
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
172
am__depfiles_maybe = depfiles
 
173
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
174
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
175
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
176
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
177
        $(AM_CFLAGS) $(CFLAGS)
 
178
CCLD = $(CC)
 
179
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
180
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
181
SOURCES = $(libbaconmessageconnection_la_SOURCES) \
 
182
        $(libbaconpropertiespage_la_SOURCES) \
 
183
        $(libtotem_properties_page_la_SOURCES) $(disc_test_SOURCES) \
 
184
        $(list_v4l_SOURCES) $(metadata_test_SOURCES) \
 
185
        $(test_properties_page_SOURCES) $(totem_SOURCES) \
 
186
        $(totem_mozilla_viewer_SOURCES) \
 
187
        $(totem_video_thumbnailer_SOURCES) $(vanity_SOURCES)
 
188
DIST_SOURCES = $(libbaconmessageconnection_la_SOURCES) \
 
189
        $(libbaconpropertiespage_la_SOURCES) \
 
190
        $(libtotem_properties_page_la_SOURCES) $(disc_test_SOURCES) \
 
191
        $(list_v4l_SOURCES) $(metadata_test_SOURCES) \
 
192
        $(test_properties_page_SOURCES) $(totem_SOURCES) \
 
193
        $(am__totem_mozilla_viewer_SOURCES_DIST) \
 
194
        $(totem_video_thumbnailer_SOURCES) $(vanity_SOURCES)
 
195
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
196
        html-recursive info-recursive install-data-recursive \
 
197
        install-exec-recursive install-info-recursive \
 
198
        install-recursive installcheck-recursive installdirs-recursive \
 
199
        pdf-recursive ps-recursive uninstall-info-recursive \
 
200
        uninstall-recursive
 
201
ETAGS = etags
 
202
CTAGS = ctags
 
203
DIST_SUBDIRS = $(SUBDIRS)
 
204
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
205
ACLOCAL = @ACLOCAL@
 
206
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
207
ALL_LINGUAS = @ALL_LINGUAS@
 
208
AMDEP_FALSE = @AMDEP_FALSE@
 
209
AMDEP_TRUE = @AMDEP_TRUE@
 
210
AMTAR = @AMTAR@
 
211
AM_CFLAGS = @AM_CFLAGS@
 
212
AM_CPPFLAGS = @AM_CPPFLAGS@
 
213
AM_CXXFLAGS = @AM_CXXFLAGS@
 
214
AM_LDFLAGS = @AM_LDFLAGS@
62
215
AR = @AR@
63
 
AS = @AS@
 
216
AUTOCONF = @AUTOCONF@
 
217
AUTOHEADER = @AUTOHEADER@
 
218
AUTOMAKE = @AUTOMAKE@
 
219
AWK = @AWK@
 
220
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
221
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
64
222
CATALOGS = @CATALOGS@
65
223
CATOBJEXT = @CATOBJEXT@
66
224
CC = @CC@
 
225
CCDEPMODE = @CCDEPMODE@
 
226
CFLAGS = @CFLAGS@
 
227
CPP = @CPP@
 
228
CPPFLAGS = @CPPFLAGS@
67
229
CXX = @CXX@
68
230
CXXCPP = @CXXCPP@
 
231
CXXDEPMODE = @CXXDEPMODE@
 
232
CXXFLAGS = @CXXFLAGS@
 
233
CYGPATH_W = @CYGPATH_W@
69
234
DATADIRNAME = @DATADIRNAME@
70
 
DLLTOOL = @DLLTOOL@
 
235
DBUS_BIND = @DBUS_BIND@
 
236
DBUS_CFLAGS = @DBUS_CFLAGS@
 
237
DBUS_LIBS = @DBUS_LIBS@
 
238
DEFS = @DEFS@
 
239
DEPDIR = @DEPDIR@
 
240
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
71
241
ECHO = @ECHO@
 
242
ECHO_C = @ECHO_C@
 
243
ECHO_N = @ECHO_N@
 
244
ECHO_T = @ECHO_T@
72
245
EGREP = @EGREP@
 
246
ENABLE_BASIC_PLUGIN_FALSE = @ENABLE_BASIC_PLUGIN_FALSE@
 
247
ENABLE_BASIC_PLUGIN_TRUE = @ENABLE_BASIC_PLUGIN_TRUE@
 
248
ENABLE_COMPLEX_PLUGIN_FALSE = @ENABLE_COMPLEX_PLUGIN_FALSE@
 
249
ENABLE_COMPLEX_PLUGIN_TRUE = @ENABLE_COMPLEX_PLUGIN_TRUE@
 
250
ENABLE_GMP_PLUGIN_FALSE = @ENABLE_GMP_PLUGIN_FALSE@
 
251
ENABLE_GMP_PLUGIN_TRUE = @ENABLE_GMP_PLUGIN_TRUE@
 
252
ENABLE_MULLY_PLUGIN_FALSE = @ENABLE_MULLY_PLUGIN_FALSE@
 
253
ENABLE_MULLY_PLUGIN_TRUE = @ENABLE_MULLY_PLUGIN_TRUE@
 
254
ENABLE_NARROWSPACE_PLUGIN_FALSE = @ENABLE_NARROWSPACE_PLUGIN_FALSE@
 
255
ENABLE_NARROWSPACE_PLUGIN_TRUE = @ENABLE_NARROWSPACE_PLUGIN_TRUE@
73
256
EXEEXT = @EXEEXT@
74
257
EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
75
258
EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
76
259
F77 = @F77@
77
 
GCJ = @GCJ@
78
 
GCJFLAGS = @GCJFLAGS@
 
260
FFLAGS = @FFLAGS@
79
261
GCONFTOOL = @GCONFTOOL@
 
262
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
263
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
80
264
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
81
265
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
82
266
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
267
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
268
GLIB_MKENUMS = @GLIB_MKENUMS@
83
269
GMOFILES = @GMOFILES@
84
270
GMSGFMT = @GMSGFMT@
 
271
GST_CFLAGS = @GST_CFLAGS@
 
272
GST_LIBS = @GST_LIBS@
85
273
GTK_CFLAGS = @GTK_CFLAGS@
86
274
GTK_LIBS = @GTK_LIBS@
 
275
HAL_CFLAGS = @HAL_CFLAGS@
 
276
HAL_LIBS = @HAL_LIBS@
 
277
HAVE_GNOME_FALSE = @HAVE_GNOME_FALSE@
 
278
HAVE_GNOME_TRUE = @HAVE_GNOME_TRUE@
 
279
HAVE_HAL_0_2_FALSE = @HAVE_HAL_0_2_FALSE@
 
280
HAVE_HAL_0_2_TRUE = @HAVE_HAL_0_2_TRUE@
 
281
HAVE_HAL_0_5_FALSE = @HAVE_HAL_0_5_FALSE@
 
282
HAVE_HAL_0_5_TRUE = @HAVE_HAL_0_5_TRUE@
 
283
HAVE_HAL_FALSE = @HAVE_HAL_FALSE@
 
284
HAVE_HAL_TRUE = @HAVE_HAL_TRUE@
 
285
HAVE_MOZILLA_FALSE = @HAVE_MOZILLA_FALSE@
 
286
HAVE_MOZILLA_TRUE = @HAVE_MOZILLA_TRUE@
 
287
HAVE_NAUTILUS_FALSE = @HAVE_NAUTILUS_FALSE@
 
288
HAVE_NAUTILUS_TRUE = @HAVE_NAUTILUS_TRUE@
 
289
HAVE_XVIDMODE_FALSE = @HAVE_XVIDMODE_FALSE@
 
290
HAVE_XVIDMODE_TRUE = @HAVE_XVIDMODE_TRUE@
 
291
INSTALL_DATA = @INSTALL_DATA@
 
292
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
293
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
294
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87
295
INSTOBJEXT = @INSTOBJEXT@
88
296
INTLLIBS = @INTLLIBS@
89
297
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
90
298
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
91
299
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
92
300
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
301
INTLTOOL_ICONV = @INTLTOOL_ICONV@
93
302
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
94
303
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
95
304
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
305
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
306
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
96
307
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
97
308
INTLTOOL_PERL = @INTLTOOL_PERL@
98
309
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
99
310
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
100
311
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
101
312
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
313
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
102
314
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
103
315
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
104
316
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
105
317
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
106
318
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
107
319
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
320
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
321
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
108
322
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
323
LDFLAGS = @LDFLAGS@
 
324
LIBOBJS = @LIBOBJS@
 
325
LIBS = @LIBS@
109
326
LIBTOOL = @LIBTOOL@
110
327
LN_S = @LN_S@
 
328
LTLIBOBJS = @LTLIBOBJS@
 
329
MAINT = @MAINT@
 
330
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
331
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
111
332
MAKEINFO = @MAKEINFO@
112
333
MKINSTALLDIRS = @MKINSTALLDIRS@
113
 
MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
114
 
MOZILLA_LIBS = @MOZILLA_LIBS@
 
334
MOZILLA = @MOZILLA@
 
335
MOZILLA_IDLDIR = @MOZILLA_IDLDIR@
 
336
MOZILLA_INCLUDE_ROOT = @MOZILLA_INCLUDE_ROOT@
 
337
MOZILLA_LIBDIR = @MOZILLA_LIBDIR@
 
338
MOZILLA_NOT_LINKED_CFLAGS = @MOZILLA_NOT_LINKED_CFLAGS@
 
339
MOZILLA_NOT_LINKED_LIBS = @MOZILLA_NOT_LINKED_LIBS@
 
340
MOZILLA_PLUGINDIR = @MOZILLA_PLUGINDIR@
 
341
MOZILLA_PREFIX = @MOZILLA_PREFIX@
 
342
MOZILLA_XPCOM_CFLAGS = @MOZILLA_XPCOM_CFLAGS@
 
343
MOZILLA_XPIDL = @MOZILLA_XPIDL@
 
344
MOZILLA_XPT_LINK = @MOZILLA_XPT_LINK@
 
345
MSGFMT = @MSGFMT@
 
346
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
347
NAUTILUS_LIBS = @NAUTILUS_LIBS@
115
348
NVTV_CFLAGS = @NVTV_CFLAGS@
116
349
NVTV_LIBS = @NVTV_LIBS@
117
 
OBJDUMP = @OBJDUMP@
118
350
OBJEXT = @OBJEXT@
119
351
PACKAGE = @PACKAGE@
 
352
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
353
PACKAGE_NAME = @PACKAGE_NAME@
 
354
PACKAGE_STRING = @PACKAGE_STRING@
 
355
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
356
PACKAGE_VERSION = @PACKAGE_VERSION@
 
357
PATH_SEPARATOR = @PATH_SEPARATOR@
120
358
PKG_CONFIG = @PKG_CONFIG@
 
359
PLPARSER_LT_VERSION = @PLPARSER_LT_VERSION@
121
360
POFILES = @POFILES@
122
361
POSUB = @POSUB@
123
362
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
124
363
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
125
364
RANLIB = @RANLIB@
126
 
RC = @RC@
127
365
REMOTE_LIBS = @REMOTE_LIBS@
 
366
SED = @SED@
 
367
SET_MAKE = @SET_MAKE@
 
368
SHELL = @SHELL@
128
369
STRIP = @STRIP@
 
370
TOTEM_GST_FALSE = @TOTEM_GST_FALSE@
 
371
TOTEM_GST_TRUE = @TOTEM_GST_TRUE@
 
372
TOTEM_PLPARSER_CFLAGS = @TOTEM_PLPARSER_CFLAGS@
 
373
TOTEM_PLPARSER_LIBS = @TOTEM_PLPARSER_LIBS@
 
374
TOTEM_PLPARSER_MINI_CFLAGS = @TOTEM_PLPARSER_MINI_CFLAGS@
 
375
TOTEM_PLPARSER_MINI_LIBS = @TOTEM_PLPARSER_MINI_LIBS@
 
376
TOTEM_PL_PARSER_VERSION_MAJOR = @TOTEM_PL_PARSER_VERSION_MAJOR@
 
377
TOTEM_PL_PARSER_VERSION_MICRO = @TOTEM_PL_PARSER_VERSION_MICRO@
 
378
TOTEM_PL_PARSER_VERSION_MINOR = @TOTEM_PL_PARSER_VERSION_MINOR@
 
379
TOTEM_VANITY_FALSE = @TOTEM_VANITY_FALSE@
 
380
TOTEM_VANITY_TRUE = @TOTEM_VANITY_TRUE@
 
381
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
 
382
TOTEM_VERSION_MICRO = @TOTEM_VERSION_MICRO@
 
383
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
129
384
USE_NLS = @USE_NLS@
130
385
VERSION = @VERSION@
 
386
WARN_CFLAGS = @WARN_CFLAGS@
 
387
WARN_CXXFLAGS = @WARN_CXXFLAGS@
 
388
WITH_DBUS_FALSE = @WITH_DBUS_FALSE@
 
389
WITH_DBUS_TRUE = @WITH_DBUS_TRUE@
 
390
XGETTEXT = @XGETTEXT@
 
391
XINE_CFLAGS = @XINE_CFLAGS@
 
392
XINE_LIBS = @XINE_LIBS@
131
393
XTEST_LIBS = @XTEST_LIBS@
132
394
XVIDMODE_LIBS = @XVIDMODE_LIBS@
133
395
X_LIBS = @X_LIBS@
134
 
 
135
 
noinst_PROGRAMS = bvw-test list_v4l test-parser disc-test metadata-test
136
 
@TOTEM_VANITY_TRUE@VANITY = @TOTEM_VANITY_TRUE@vanity
 
396
ac_ct_AR = @ac_ct_AR@
 
397
ac_ct_CC = @ac_ct_CC@
 
398
ac_ct_CXX = @ac_ct_CXX@
 
399
ac_ct_F77 = @ac_ct_F77@
 
400
ac_ct_RANLIB = @ac_ct_RANLIB@
 
401
ac_ct_STRIP = @ac_ct_STRIP@
 
402
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
403
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
404
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
405
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
406
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
407
am__include = @am__include@
 
408
am__leading_dot = @am__leading_dot@
 
409
am__quote = @am__quote@
 
410
am__tar = @am__tar@
 
411
am__untar = @am__untar@
 
412
bindir = @bindir@
 
413
build = @build@
 
414
build_alias = @build_alias@
 
415
build_cpu = @build_cpu@
 
416
build_os = @build_os@
 
417
build_vendor = @build_vendor@
 
418
datadir = @datadir@
 
419
exec_prefix = @exec_prefix@
 
420
host = @host@
 
421
host_alias = @host_alias@
 
422
host_cpu = @host_cpu@
 
423
host_os = @host_os@
 
424
host_vendor = @host_vendor@
 
425
includedir = @includedir@
 
426
infodir = @infodir@
 
427
install_sh = @install_sh@
 
428
libdir = @libdir@
 
429
libexecdir = @libexecdir@
 
430
localstatedir = @localstatedir@
 
431
mandir = @mandir@
 
432
mkdir_p = @mkdir_p@
 
433
oldincludedir = @oldincludedir@
 
434
prefix = @prefix@
 
435
program_transform_name = @program_transform_name@
 
436
sbindir = @sbindir@
 
437
sharedstatedir = @sharedstatedir@
 
438
sysconfdir = @sysconfdir@
 
439
target_alias = @target_alias@
 
440
SUBDIRS = backend plparse
137
441
@TOTEM_VANITY_FALSE@VANITY = 
138
 
@HAVE_GNOME_TRUE@TOTEM_PROPERTIES_PAGE = @HAVE_GNOME_TRUE@totem-properties-page
139
 
@HAVE_GNOME_FALSE@TOTEM_PROPERTIES_PAGE = 
140
 
@HAVE_MOZILLA_TRUE@TOTEM_MOZILLA_VIEWER = @HAVE_MOZILLA_TRUE@totem-mozilla-viewer
141
 
@HAVE_MOZILLA_FALSE@TOTEM_MOZILLA_VIEWER = 
142
 
@HAVE_MOZILLA_TRUE@TOTEM_MOZILLA_PLUGIN = @HAVE_MOZILLA_TRUE@libtotem_mozilla.la
143
 
@HAVE_MOZILLA_FALSE@TOTEM_MOZILLA_PLUGIN = 
144
 
 
145
 
bin_PROGRAMS = totem totem-video-thumbnailer $(VANITY)
146
 
libexec_PROGRAMS = $(TOTEM_MOZILLA_VIEWER) $(TOTEM_PROPERTIES_PAGE)
147
 
plugin_LTLIBRARIES = $(TOTEM_MOZILLA_PLUGIN)
148
 
@TOTEM_GST_TRUE@MM = @TOTEM_GST_TRUE@bacon-video-widget-gst.c \
149
 
@TOTEM_GST_TRUE@        gstscreenshot.c \
150
 
@TOTEM_GST_TRUE@        gstscreenshot.h
151
 
@TOTEM_GST_FALSE@MM = @TOTEM_GST_FALSE@bacon-video-widget-xine.c
152
 
 
153
 
BVWMARSHALFILES = baconvideowidget-marshal.h baconvideowidget-marshal.c
154
 
PLPARSERMARSHALFILES = totemplparser-marshal.c totemplparser-marshal.h
155
 
MARSHALFILES = $(BVWMARSHALFILES) $(PLPARSERMARSHALFILES)
156
 
GLIB_GENMARSHAL = `pkg-config --variable=glib_genmarshal glib-2.0`
157
 
 
 
442
@TOTEM_VANITY_TRUE@VANITY = vanity
 
443
@HAVE_NAUTILUS_FALSE@TOTEM_PROPERTIES_PAGE = 
 
444
@HAVE_NAUTILUS_TRUE@TOTEM_PROPERTIES_PAGE = libtotem-properties-page.la
 
445
@HAVE_NAUTILUS_FALSE@TOTEM_PROPERTIES_PAGE_TEST = 
 
446
@HAVE_NAUTILUS_TRUE@TOTEM_PROPERTIES_PAGE_TEST = test-properties-page
 
447
noinst_LTLIBRARIES = \
 
448
        libbaconpropertiespage.la \
 
449
        libbaconmessageconnection.la
 
450
 
 
451
nautilus_LTLIBRARIES = $(TOTEM_PROPERTIES_PAGE)
 
452
modules_flags = -export_dynamic -avoid-version -module
158
453
EGG_RECENT_FILES = \
159
454
        egg-recent-model.c              \
160
455
        egg-recent-model.h              \
167
462
        egg-recent-util.c               \
168
463
        egg-recent-util.h
169
464
 
 
465
BACON_VOLUME = \
 
466
        bacon-volume.c                  \
 
467
        bacon-volume.h
170
468
 
171
 
BACON_CD_SELECTION = \
172
 
        bacon-message-connection.c      \
 
469
BACON_MESSAGE_CONNECTION = \
 
470
        bacon-message-connection.c \
173
471
        bacon-message-connection.h
174
472
 
175
 
 
 
473
libbaconmessageconnection_la_SOURCES = $(BACON_MESSAGE_CONNECTION)
176
474
BACON_V4L_SELECTION = \
177
475
        video-dev.c                     \
178
476
        video-dev.h                     \
179
477
        bacon-v4l-selection.c           \
180
478
        bacon-v4l-selection.h
181
479
 
182
 
 
183
480
EGGDIR = $(srcdir)/../../libegg/libegg/recent-files/
184
 
BACONDIR = $(srcdir)/../../nautilus-cd-burner/
185
 
 
186
 
VIDEOWIDGET = baconvideowidget-marshal.list totemplparser-marshal.list $(BVWMARSHALFILES) $(MM) bacon-video-widget.h bacon-resize.h bacon-resize.c video-utils.c video-utils.h debug.h
 
481
BACONDIR = $(srcdir)/../../libbacon/src
 
482
libbaconpropertiespage_la_SOURCES = \
 
483
        bacon-video-widget-properties.c \
 
484
        bacon-video-widget-properties.h \
 
485
        totem-interface.c               \
 
486
        totem-interface.h
187
487
 
188
488
totem_SOURCES = \
189
489
        $(EGG_RECENT_FILES)                             \
190
 
        $(BACON_CD_SELECTION)                           \
191
 
        $(VIDEOWIDGET)                                  \
192
 
        $(PLPARSERMARSHALFILES)                         \
193
490
        totem.c totem.h                                 \
194
491
        totem-remote.c totem-remote.h                   \
195
492
        totem-preferences.c totem-preferences.h         \
196
493
        totem-stock-icons.c totem-stock-icons.h         \
197
494
        totem-private.h                 \
198
 
        bacon-video-widget-properties.c \
199
 
        bacon-video-widget-properties.h \
200
 
        scrsaver.c scrsaver.h           \
 
495
        totem-scrsaver.c                \
 
496
        totem-scrsaver.h                \
201
497
        totem-options.c totem-options.h \
202
 
        totem-pl-parser.c totem-pl-parser.h \
203
498
        totem-playlist.c totem-playlist.h \
204
499
        totem-screenshot.c              \
205
500
        totem-screenshot.h              \
206
501
        totem-session.c totem-session.h \
 
502
        totem-sidebar.c totem-sidebar.h \
207
503
        totem-skipto.c totem-skipto.h   \
208
 
        totem-sublang.c totem-sublang.h \
 
504
        totem-menu.c totem-menu.h       \
209
505
        totem-time-label.c totem-time-label.h \
210
506
        totem-uri.c totem-uri.h         \
211
 
        rb-ellipsizing-label.c          \
212
 
        rb-ellipsizing-label.h          \
213
 
        debug.h                         \
214
507
        totem-statusbar.c               \
215
508
        totem-statusbar.h               \
216
 
        totem-disc.c totem-disc.h       \
217
 
        totem-gromit.c totem-gromit.h
218
 
 
219
 
 
220
 
totem_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(REMOTE_LIBS) $(XVIDMODE_LIBS)  $(NVTV_LIBS)
221
 
 
222
 
totem_video_thumbnailer_SOURCES = $(VIDEOWIDGET) totem-video-thumbnailer.c
223
 
totem_video_thumbnailer_LDADD = $(X_LIBS) $(GTK_LIBS) $(XTEST_LIBS) $(XVIDMODE_LIBS)  $(NVTV_LIBS) $(EXTRA_GNOME_LIBS)
224
 
 
225
 
totem_properties_page_SOURCES = \
226
 
        $(VIDEOWIDGET)                  \
227
 
        bacon-video-widget-properties.c \
228
 
        bacon-video-widget-properties.h \
229
 
        totem-properties-page.c
230
 
 
231
 
totem_properties_page_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(XVIDMODE_LIBS)  $(NVTV_LIBS)
232
 
 
233
 
libtotem_mozilla_la_LDFLAGS = $(GTK_LIBS) $(module_flags)
234
 
libtotem_mozilla_la_SOURCES = totem-mozilla-plugin.c
235
 
 
236
 
totem_mozilla_viewer_SOURCES = \
237
 
        $(VIDEOWIDGET)                  \
238
 
        bacon-video-widget-properties.c \
239
 
        bacon-video-widget-properties.h \
240
 
        totem-mozilla-viewer.c
241
 
 
242
 
totem_mozilla_viewer_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(XVIDMODE_LIBS) $(NVTV_LIBS)
243
 
 
244
 
plugindir = $(libdir)/mozilla/plugins/
245
 
module_flags = -export_dynamic -avoid-version
 
509
        totem-gromit.c totem-gromit.h   \
 
510
        ev-sidebar.c ev-sidebar.h       \
 
511
        totem-subtitle-encoding.c       \
 
512
        totem-subtitle-encoding.h       \
 
513
        $(BACON_VOLUME)
 
514
 
 
515
totem_LDADD = \
 
516
        plparse/libtotem-plparser.la backend/libbaconvideowidget.la     \
 
517
        libbaconpropertiespage.la libbaconmessageconnection.la          \
 
518
        $(EXTRA_GNOME_LIBS) $(REMOTE_LIBS)                              \
 
519
        $(XVIDMODE_LIBS) $(NVTV_LIBS)                                   \
 
520
        $(DBUS_LIBS)                                                    \
 
521
        $(XTEST_LIBS) $(X_LIBS)
 
522
 
 
523
totem_video_thumbnailer_SOURCES = totem-video-thumbnailer.c
 
524
totem_video_thumbnailer_LDADD = \
 
525
        backend/libbaconvideowidget.la          \
 
526
        $(GTK_LIBS) $(XVIDMODE_LIBS)            \
 
527
        $(NVTV_LIBS) $(EXTRA_GNOME_LIBS)        \
 
528
        $(XTEST_LIBS) $(X_LIBS) 
 
529
 
 
530
nautilusdir = $(libdir)/nautilus/extensions-1.0/
 
531
libtotem_properties_page_la_CFLAGS = -I$(top_srcdir)
 
532
libtotem_properties_page_la_SOURCES = \
 
533
        totem-properties-main.c         \
 
534
        totem-properties-view.c         \
 
535
        totem-properties-view.h
 
536
 
 
537
libtotem_properties_page_la_LIBADD = \
 
538
        backend/libbaconvideowidget.la libbaconpropertiespage.la        \
 
539
        $(EXTRA_GNOME_LIBS) $(XVIDMODE_LIBS)                            \
 
540
        $(NVTV_LIBS) $(NAUTILUS_LIBS)                                   \
 
541
        $(XTEST_LIBS) $(X_LIBS)
 
542
 
 
543
libtotem_properties_page_la_LDFLAGS = $(modules_flags)
 
544
test_properties_page_CFLAGS = -I$(top_srcdir)
 
545
test_properties_page_SOURCES = \
 
546
        totem-properties-main.c         \
 
547
        totem-properties-view.c         \
 
548
        totem-properties-view.h         \
 
549
        test-properties-page.c
 
550
 
 
551
test_properties_page_LDADD = \
 
552
        backend/libbaconvideowidget.la libbaconpropertiespage.la        \
 
553
        $(EXTRA_GNOME_LIBS) $(XVIDMODE_LIBS)                            \
 
554
        $(NVTV_LIBS) $(NAUTILUS_LIBS)                                   \
 
555
        $(XTEST_LIBS) $(X_LIBS) 
 
556
 
 
557
BUILT_SOURCES = $(am__append_2)
 
558
@HAVE_MOZILLA_TRUE@totem_mozilla_viewer_SOURCES = \
 
559
@HAVE_MOZILLA_TRUE@     totem-mozilla-viewer.c          \
 
560
@HAVE_MOZILLA_TRUE@     totem-mozilla-options.h         \
 
561
@HAVE_MOZILLA_TRUE@     bacon-volume.c bacon-volume.h
 
562
 
 
563
@HAVE_MOZILLA_TRUE@totem_mozilla_viewer_LDADD = \
 
564
@HAVE_MOZILLA_TRUE@     backend/libbaconvideowidget.la libbaconpropertiespage.la \
 
565
@HAVE_MOZILLA_TRUE@     plparse/libtotem-plparser.la \
 
566
@HAVE_MOZILLA_TRUE@     $(EXTRA_GNOME_LIBS) $(XVIDMODE_LIBS) \
 
567
@HAVE_MOZILLA_TRUE@     $(DBUS_LIBS) $(NVTV_LIBS) \
 
568
@HAVE_MOZILLA_TRUE@     $(XTEST_LIBS) $(X_LIBS) 
246
569
 
247
570
vanity_SOURCES = \
248
 
        $(VIDEOWIDGET)                                  \
249
571
        $(BACON_V4L_SELECTION)                          \
250
572
        totem-screenshot.c totem-screenshot.h           \
251
573
        vanity.c
252
574
 
253
 
 
254
 
vanity_LDADD = $(X_LIBS) $(EXTRA_GNOME_LIBS) $(XTEST_LIBS) $(XVIDMODE_LIBS)  $(NVTV_LIBS)
255
 
 
256
 
bvw_test_SOURCES = $(VIDEOWIDGET) bvw-test.c
257
 
bvw_test_LDADD = $(X_LIBS) $(GTK_LIBS) $(XTEST_LIBS) $(XVIDMODE_LIBS)  $(NVTV_LIBS)
258
 
 
259
 
metadata_test_SOURCES = $(VIDEOWIDGET) metadata-test.c
260
 
metadata_test_LDADD = $(X_LIBS) $(GTK_LIBS) $(XTEST_LIBS) $(XVIDMODE_LIBS)  $(NVTV_LIBS)
261
 
 
262
 
disc_test_SOURCES = disc-test.c totem-disc.c
263
 
disc_test_LDADD = $(GTK_LIBS) $(EXTRA_GNOME_LIBS)
 
575
vanity_LDADD = \
 
576
        backend/libbaconvideowidget.la $(EXTRA_GNOME_LIBS) $(XVIDMODE_LIBS) \
 
577
        $(NVTV_LIBS) \
 
578
        $(XTEST_LIBS) $(X_LIBS) 
 
579
 
 
580
metadata_test_SOURCES = metadata-test.c
 
581
metadata_test_LDADD = \
 
582
        backend/libbaconvideowidget.la                  \
 
583
        $(GTK_LIBS) $(XVIDMODE_LIBS) $(NVTV_LIBS)       \
 
584
        $(EXTRA_GNOME_LIBS)                             \
 
585
        $(XTEST_LIBS) $(X_LIBS) 
 
586
 
 
587
disc_test_SOURCES = disc-test.c
 
588
disc_test_LDADD = \
 
589
        plparse/libtotem-plparser.la $(GTK_LIBS) $(EXTRA_GNOME_LIBS)
264
590
 
265
591
list_v4l_SOURCES = list_v4l.c $(BACON_V4L_SELECTION)
266
592
list_v4l_LDADD = $(GTK_LIBS)
267
 
 
268
 
test_parser_SOURCES = test-parser.c totem-disc.c totem-disc.h $(PLPARSERMARSHALFILES)
269
 
test_parser_LDADD = $(EXTRA_GNOME_LIBS)
270
 
 
271
593
INCLUDES = \
272
594
        -D_REENTRANT                                    \
 
595
        -I$(top_srcdir)                                 \
 
596
        -I$(srcdir)/plparse                             \
 
597
        -I$(srcdir)/backend                             \
 
598
        -I$(top_builddir)/src/plparse                   \
 
599
        -I$(top_builddir)/src/backend                   \
273
600
        $(EXTRA_GNOME_CFLAGS)                           \
 
601
        -DDBUS_API_SUBJECT_TO_CHANGE                    \
 
602
        $(DBUS_CFLAGS)                                  \
274
603
        $(MOZILLA_CFLAGS)                               \
 
604
        $(MOZILLA_SUBDIR_INCLUDES)                      \
 
605
        $(MOZILLA_XPCOM_CFLAGS)                         \
275
606
        $(NVTV_CFLAGS)                                  \
 
607
        $(NAUTILUS_CFLAGS)                              \
276
608
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
277
609
        -DGCONF_PREFIX=\""/apps/totem"\"                \
278
610
        -DDATADIR=\""$(datadir)"\"                      \
279
 
        -DLIBDIR=\""$(libdir)"\"                        \
 
611
        -DLIBEXECDIR=\""$(libexecdir)"\"                \
 
612
        -DBINDIR=\""$(bindir)"\"                                \
280
613
        -DLOGO_PATH=DATADIR\"\"G_DIR_SEPARATOR_S\"totem\"G_DIR_SEPARATOR_S\"totem_logo.png\"
281
614
 
282
 
 
283
 
CLEANFILES = *.bak *.gladep core* *.orig *~ $(MARSHALFILES) $(desktop_DATA)
284
 
EXTRA_DIST = bacon-video-widget-xine.c \
285
 
                bacon-video-widget-gst.c \
286
 
                gstscreenshot.c \
287
 
                gstscreenshot.h \
288
 
                $(BACON_V4L_SELECTION) \
289
 
                vanity.c \
290
 
                totem-mozilla-viewer.c \
291
 
                totem-mozilla-plugin.c
292
 
 
293
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
294
 
CONFIG_HEADER = ../config.h
295
 
CONFIG_CLEAN_FILES = 
296
 
LTLIBRARIES =  $(plugin_LTLIBRARIES)
297
 
 
298
 
 
299
 
DEFS = @DEFS@ -I. -I$(srcdir) -I..
300
 
CPPFLAGS = @CPPFLAGS@
301
 
LDFLAGS = @LDFLAGS@
302
 
LIBS = @LIBS@
303
 
libtotem_mozilla_la_LIBADD = 
304
 
libtotem_mozilla_la_OBJECTS =  totem-mozilla-plugin.lo
305
 
@TOTEM_VANITY_TRUE@bin_PROGRAMS =  totem$(EXEEXT) \
306
 
@TOTEM_VANITY_TRUE@totem-video-thumbnailer$(EXEEXT) vanity$(EXEEXT)
307
 
@TOTEM_VANITY_FALSE@bin_PROGRAMS =  totem$(EXEEXT) \
308
 
@TOTEM_VANITY_FALSE@totem-video-thumbnailer$(EXEEXT)
309
 
@HAVE_GNOME_FALSE@@HAVE_MOZILLA_FALSE@libexec_PROGRAMS = 
310
 
@HAVE_GNOME_FALSE@@HAVE_MOZILLA_TRUE@libexec_PROGRAMS =  \
311
 
@HAVE_GNOME_FALSE@@HAVE_MOZILLA_TRUE@totem-mozilla-viewer$(EXEEXT)
312
 
@HAVE_GNOME_TRUE@@HAVE_MOZILLA_FALSE@libexec_PROGRAMS =  \
313
 
@HAVE_GNOME_TRUE@@HAVE_MOZILLA_FALSE@totem-properties-page$(EXEEXT)
314
 
@HAVE_GNOME_TRUE@@HAVE_MOZILLA_TRUE@libexec_PROGRAMS =  \
315
 
@HAVE_GNOME_TRUE@@HAVE_MOZILLA_TRUE@totem-mozilla-viewer$(EXEEXT) \
316
 
@HAVE_GNOME_TRUE@@HAVE_MOZILLA_TRUE@totem-properties-page$(EXEEXT)
317
 
noinst_PROGRAMS =  bvw-test$(EXEEXT) list_v4l$(EXEEXT) \
318
 
test-parser$(EXEEXT) disc-test$(EXEEXT) metadata-test$(EXEEXT)
319
 
PROGRAMS =  $(bin_PROGRAMS) $(libexec_PROGRAMS) $(noinst_PROGRAMS)
320
 
 
321
 
@TOTEM_GST_FALSE@totem_OBJECTS =  egg-recent-model.$(OBJEXT) \
322
 
@TOTEM_GST_FALSE@egg-recent-item.$(OBJEXT) egg-recent-view.$(OBJEXT) \
323
 
@TOTEM_GST_FALSE@egg-recent-view-gtk.$(OBJEXT) \
324
 
@TOTEM_GST_FALSE@egg-recent-util.$(OBJEXT) \
325
 
@TOTEM_GST_FALSE@bacon-message-connection.$(OBJEXT) \
326
 
@TOTEM_GST_FALSE@baconvideowidget-marshal.$(OBJEXT) \
327
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
328
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
329
 
@TOTEM_GST_FALSE@totemplparser-marshal.$(OBJEXT) totem.$(OBJEXT) \
330
 
@TOTEM_GST_FALSE@totem-remote.$(OBJEXT) totem-preferences.$(OBJEXT) \
331
 
@TOTEM_GST_FALSE@totem-stock-icons.$(OBJEXT) \
332
 
@TOTEM_GST_FALSE@bacon-video-widget-properties.$(OBJEXT) \
333
 
@TOTEM_GST_FALSE@scrsaver.$(OBJEXT) totem-options.$(OBJEXT) \
334
 
@TOTEM_GST_FALSE@totem-pl-parser.$(OBJEXT) totem-playlist.$(OBJEXT) \
335
 
@TOTEM_GST_FALSE@totem-screenshot.$(OBJEXT) totem-session.$(OBJEXT) \
336
 
@TOTEM_GST_FALSE@totem-skipto.$(OBJEXT) totem-sublang.$(OBJEXT) \
337
 
@TOTEM_GST_FALSE@totem-time-label.$(OBJEXT) totem-uri.$(OBJEXT) \
338
 
@TOTEM_GST_FALSE@rb-ellipsizing-label.$(OBJEXT) \
339
 
@TOTEM_GST_FALSE@totem-statusbar.$(OBJEXT) totem-disc.$(OBJEXT) \
340
 
@TOTEM_GST_FALSE@totem-gromit.$(OBJEXT)
341
 
@TOTEM_GST_TRUE@totem_OBJECTS =  egg-recent-model.$(OBJEXT) \
342
 
@TOTEM_GST_TRUE@egg-recent-item.$(OBJEXT) egg-recent-view.$(OBJEXT) \
343
 
@TOTEM_GST_TRUE@egg-recent-view-gtk.$(OBJEXT) egg-recent-util.$(OBJEXT) \
344
 
@TOTEM_GST_TRUE@bacon-message-connection.$(OBJEXT) \
345
 
@TOTEM_GST_TRUE@baconvideowidget-marshal.$(OBJEXT) \
346
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
347
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
348
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) totemplparser-marshal.$(OBJEXT) \
349
 
@TOTEM_GST_TRUE@totem.$(OBJEXT) totem-remote.$(OBJEXT) \
350
 
@TOTEM_GST_TRUE@totem-preferences.$(OBJEXT) totem-stock-icons.$(OBJEXT) \
351
 
@TOTEM_GST_TRUE@bacon-video-widget-properties.$(OBJEXT) \
352
 
@TOTEM_GST_TRUE@scrsaver.$(OBJEXT) totem-options.$(OBJEXT) \
353
 
@TOTEM_GST_TRUE@totem-pl-parser.$(OBJEXT) totem-playlist.$(OBJEXT) \
354
 
@TOTEM_GST_TRUE@totem-screenshot.$(OBJEXT) totem-session.$(OBJEXT) \
355
 
@TOTEM_GST_TRUE@totem-skipto.$(OBJEXT) totem-sublang.$(OBJEXT) \
356
 
@TOTEM_GST_TRUE@totem-time-label.$(OBJEXT) totem-uri.$(OBJEXT) \
357
 
@TOTEM_GST_TRUE@rb-ellipsizing-label.$(OBJEXT) \
358
 
@TOTEM_GST_TRUE@totem-statusbar.$(OBJEXT) totem-disc.$(OBJEXT) \
359
 
@TOTEM_GST_TRUE@totem-gromit.$(OBJEXT)
360
 
totem_DEPENDENCIES = 
361
 
totem_LDFLAGS = 
362
 
@TOTEM_GST_FALSE@totem_video_thumbnailer_OBJECTS =  \
363
 
@TOTEM_GST_FALSE@baconvideowidget-marshal.$(OBJEXT) \
364
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
365
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
366
 
@TOTEM_GST_FALSE@totem-video-thumbnailer.$(OBJEXT)
367
 
@TOTEM_GST_TRUE@totem_video_thumbnailer_OBJECTS =  \
368
 
@TOTEM_GST_TRUE@baconvideowidget-marshal.$(OBJEXT) \
369
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
370
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
371
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) totem-video-thumbnailer.$(OBJEXT)
372
 
totem_video_thumbnailer_DEPENDENCIES = 
373
 
totem_video_thumbnailer_LDFLAGS = 
374
 
@TOTEM_GST_FALSE@vanity_OBJECTS =  baconvideowidget-marshal.$(OBJEXT) \
375
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
376
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
377
 
@TOTEM_GST_FALSE@video-dev.$(OBJEXT) bacon-v4l-selection.$(OBJEXT) \
378
 
@TOTEM_GST_FALSE@totem-screenshot.$(OBJEXT) vanity.$(OBJEXT)
379
 
@TOTEM_GST_TRUE@vanity_OBJECTS =  baconvideowidget-marshal.$(OBJEXT) \
380
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
381
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
382
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) video-dev.$(OBJEXT) \
383
 
@TOTEM_GST_TRUE@bacon-v4l-selection.$(OBJEXT) \
384
 
@TOTEM_GST_TRUE@totem-screenshot.$(OBJEXT) vanity.$(OBJEXT)
385
 
vanity_DEPENDENCIES = 
386
 
vanity_LDFLAGS = 
387
 
@TOTEM_GST_FALSE@totem_mozilla_viewer_OBJECTS =  \
388
 
@TOTEM_GST_FALSE@baconvideowidget-marshal.$(OBJEXT) \
389
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
390
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
391
 
@TOTEM_GST_FALSE@bacon-video-widget-properties.$(OBJEXT) \
392
 
@TOTEM_GST_FALSE@totem-mozilla-viewer.$(OBJEXT)
393
 
@TOTEM_GST_TRUE@totem_mozilla_viewer_OBJECTS =  \
394
 
@TOTEM_GST_TRUE@baconvideowidget-marshal.$(OBJEXT) \
395
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
396
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
397
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) \
398
 
@TOTEM_GST_TRUE@bacon-video-widget-properties.$(OBJEXT) \
399
 
@TOTEM_GST_TRUE@totem-mozilla-viewer.$(OBJEXT)
400
 
totem_mozilla_viewer_DEPENDENCIES = 
401
 
totem_mozilla_viewer_LDFLAGS = 
402
 
@TOTEM_GST_FALSE@totem_properties_page_OBJECTS =  \
403
 
@TOTEM_GST_FALSE@baconvideowidget-marshal.$(OBJEXT) \
404
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
405
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
406
 
@TOTEM_GST_FALSE@bacon-video-widget-properties.$(OBJEXT) \
407
 
@TOTEM_GST_FALSE@totem-properties-page.$(OBJEXT)
408
 
@TOTEM_GST_TRUE@totem_properties_page_OBJECTS =  \
409
 
@TOTEM_GST_TRUE@baconvideowidget-marshal.$(OBJEXT) \
410
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
411
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
412
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) \
413
 
@TOTEM_GST_TRUE@bacon-video-widget-properties.$(OBJEXT) \
414
 
@TOTEM_GST_TRUE@totem-properties-page.$(OBJEXT)
415
 
totem_properties_page_DEPENDENCIES = 
416
 
totem_properties_page_LDFLAGS = 
417
 
@TOTEM_GST_FALSE@bvw_test_OBJECTS =  baconvideowidget-marshal.$(OBJEXT) \
418
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
419
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
420
 
@TOTEM_GST_FALSE@bvw-test.$(OBJEXT)
421
 
@TOTEM_GST_TRUE@bvw_test_OBJECTS =  baconvideowidget-marshal.$(OBJEXT) \
422
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
423
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
424
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) bvw-test.$(OBJEXT)
425
 
bvw_test_DEPENDENCIES = 
426
 
bvw_test_LDFLAGS = 
427
 
list_v4l_OBJECTS =  list_v4l.$(OBJEXT) video-dev.$(OBJEXT) \
428
 
bacon-v4l-selection.$(OBJEXT)
429
 
list_v4l_DEPENDENCIES = 
430
 
list_v4l_LDFLAGS = 
431
 
test_parser_OBJECTS =  test-parser.$(OBJEXT) totem-disc.$(OBJEXT) \
432
 
totemplparser-marshal.$(OBJEXT)
433
 
test_parser_DEPENDENCIES = 
434
 
test_parser_LDFLAGS = 
435
 
disc_test_OBJECTS =  disc-test.$(OBJEXT) totem-disc.$(OBJEXT)
436
 
disc_test_DEPENDENCIES = 
437
 
disc_test_LDFLAGS = 
438
 
@TOTEM_GST_FALSE@metadata_test_OBJECTS =  \
439
 
@TOTEM_GST_FALSE@baconvideowidget-marshal.$(OBJEXT) \
440
 
@TOTEM_GST_FALSE@bacon-video-widget-xine.$(OBJEXT) \
441
 
@TOTEM_GST_FALSE@bacon-resize.$(OBJEXT) video-utils.$(OBJEXT) \
442
 
@TOTEM_GST_FALSE@metadata-test.$(OBJEXT)
443
 
@TOTEM_GST_TRUE@metadata_test_OBJECTS =  \
444
 
@TOTEM_GST_TRUE@baconvideowidget-marshal.$(OBJEXT) \
445
 
@TOTEM_GST_TRUE@bacon-video-widget-gst.$(OBJEXT) \
446
 
@TOTEM_GST_TRUE@gstscreenshot.$(OBJEXT) bacon-resize.$(OBJEXT) \
447
 
@TOTEM_GST_TRUE@video-utils.$(OBJEXT) metadata-test.$(OBJEXT)
448
 
metadata_test_DEPENDENCIES = 
449
 
metadata_test_LDFLAGS = 
450
 
CFLAGS = @CFLAGS@
451
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
452
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
453
 
CCLD = $(CC)
454
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
455
 
DIST_COMMON =  Makefile.am Makefile.in
456
 
 
457
 
 
458
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
459
 
 
460
 
TAR = gtar
461
 
GZIP_ENV = --best
462
 
SOURCES = $(libtotem_mozilla_la_SOURCES) $(totem_SOURCES) $(totem_video_thumbnailer_SOURCES) $(vanity_SOURCES) $(totem_mozilla_viewer_SOURCES) $(totem_properties_page_SOURCES) $(bvw_test_SOURCES) $(list_v4l_SOURCES) $(test_parser_SOURCES) $(disc_test_SOURCES) $(metadata_test_SOURCES)
463
 
OBJECTS = $(libtotem_mozilla_la_OBJECTS) $(totem_OBJECTS) $(totem_video_thumbnailer_OBJECTS) $(vanity_OBJECTS) $(totem_mozilla_viewer_OBJECTS) $(totem_properties_page_OBJECTS) $(bvw_test_OBJECTS) $(list_v4l_OBJECTS) $(test_parser_OBJECTS) $(disc_test_OBJECTS) $(metadata_test_OBJECTS)
464
 
 
465
 
all: all-redirect
 
615
CLEANFILES = *.bak *.gladep core* *.orig *~ $(desktop_DATA) $(BUILT_SOURCES) 
 
616
EXTRA_DIST = \
 
617
        $(BACON_V4L_SELECTION) \
 
618
        vanity.c \
 
619
        totem-mozilla-viewer.c \
 
620
        totem-mozilla-interface.xml
 
621
 
 
622
all: $(BUILT_SOURCES)
 
623
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
624
 
466
625
.SUFFIXES:
467
 
.SUFFIXES: .S .c .lo .o .obj .s
468
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
469
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
470
 
 
471
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
472
 
        cd $(top_builddir) \
473
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
474
 
 
475
 
 
476
 
mostlyclean-pluginLTLIBRARIES:
477
 
 
478
 
clean-pluginLTLIBRARIES:
479
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
480
 
 
481
 
distclean-pluginLTLIBRARIES:
482
 
 
483
 
maintainer-clean-pluginLTLIBRARIES:
484
 
 
485
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
626
.SUFFIXES: .c .lo .o .obj
 
627
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
628
        @for dep in $?; do \
 
629
          case '$(am__configure_deps)' in \
 
630
            *$$dep*) \
 
631
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
632
                && exit 0; \
 
633
              exit 1;; \
 
634
          esac; \
 
635
        done; \
 
636
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
637
        cd $(top_srcdir) && \
 
638
          $(AUTOMAKE) --gnu  src/Makefile
 
639
.PRECIOUS: Makefile
 
640
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
641
        @case '$?' in \
 
642
          *config.status*) \
 
643
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
644
          *) \
 
645
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
646
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
647
        esac;
 
648
 
 
649
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
650
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
651
 
 
652
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
653
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
654
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
655
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
656
install-nautilusLTLIBRARIES: $(nautilus_LTLIBRARIES)
486
657
        @$(NORMAL_INSTALL)
487
 
        $(mkinstalldirs) $(DESTDIR)$(plugindir)
488
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
658
        test -z "$(nautilusdir)" || $(mkdir_p) "$(DESTDIR)$(nautilusdir)"
 
659
        @list='$(nautilus_LTLIBRARIES)'; for p in $$list; do \
489
660
          if test -f $$p; then \
490
 
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p"; \
491
 
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(plugindir)/$$p; \
 
661
            f=$(am__strip_dir) \
 
662
            echo " $(LIBTOOL) --mode=install $(nautilusLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nautilusdir)/$$f'"; \
 
663
            $(LIBTOOL) --mode=install $(nautilusLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nautilusdir)/$$f"; \
492
664
          else :; fi; \
493
665
        done
494
666
 
495
 
uninstall-pluginLTLIBRARIES:
 
667
uninstall-nautilusLTLIBRARIES:
496
668
        @$(NORMAL_UNINSTALL)
497
 
        list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
498
 
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
499
 
        done
500
 
 
501
 
.c.o:
502
 
        $(COMPILE) -c $<
503
 
 
504
 
# FIXME: We should only use cygpath when building on Windows,
505
 
# and only if it is available.
506
 
.c.obj:
507
 
        $(COMPILE) -c `cygpath -w $<`
508
 
 
509
 
.s.o:
510
 
        $(COMPILE) -c $<
511
 
 
512
 
.S.o:
513
 
        $(COMPILE) -c $<
514
 
 
515
 
mostlyclean-compile:
516
 
        -rm -f *.o core *.core
517
 
        -rm -f *.$(OBJEXT)
518
 
 
519
 
clean-compile:
520
 
 
521
 
distclean-compile:
522
 
        -rm -f *.tab.c
523
 
 
524
 
maintainer-clean-compile:
525
 
 
526
 
.c.lo:
527
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
528
 
 
529
 
.s.lo:
530
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
531
 
 
532
 
.S.lo:
533
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
534
 
 
535
 
mostlyclean-libtool:
536
 
        -rm -f *.lo
537
 
 
538
 
clean-libtool:
539
 
        -rm -rf .libs _libs
540
 
 
541
 
distclean-libtool:
542
 
 
543
 
maintainer-clean-libtool:
544
 
 
545
 
libtotem_mozilla.la: $(libtotem_mozilla_la_OBJECTS) $(libtotem_mozilla_la_DEPENDENCIES)
546
 
        $(LINK) -rpath $(plugindir) $(libtotem_mozilla_la_LDFLAGS) $(libtotem_mozilla_la_OBJECTS) $(libtotem_mozilla_la_LIBADD) $(LIBS)
547
 
 
548
 
mostlyclean-binPROGRAMS:
549
 
 
550
 
clean-binPROGRAMS:
551
 
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
552
 
 
553
 
distclean-binPROGRAMS:
554
 
 
555
 
maintainer-clean-binPROGRAMS:
556
 
 
 
669
        @set -x; list='$(nautilus_LTLIBRARIES)'; for p in $$list; do \
 
670
          p=$(am__strip_dir) \
 
671
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(nautilusdir)/$$p'"; \
 
672
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(nautilusdir)/$$p"; \
 
673
        done
 
674
 
 
675
clean-nautilusLTLIBRARIES:
 
676
        -test -z "$(nautilus_LTLIBRARIES)" || rm -f $(nautilus_LTLIBRARIES)
 
677
        @list='$(nautilus_LTLIBRARIES)'; for p in $$list; do \
 
678
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
679
          test "$$dir" != "$$p" || dir=.; \
 
680
          echo "rm -f \"$${dir}/so_locations\""; \
 
681
          rm -f "$${dir}/so_locations"; \
 
682
        done
 
683
 
 
684
clean-noinstLTLIBRARIES:
 
685
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
686
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
687
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
688
          test "$$dir" != "$$p" || dir=.; \
 
689
          echo "rm -f \"$${dir}/so_locations\""; \
 
690
          rm -f "$${dir}/so_locations"; \
 
691
        done
 
692
libbaconmessageconnection.la: $(libbaconmessageconnection_la_OBJECTS) $(libbaconmessageconnection_la_DEPENDENCIES) 
 
693
        $(LINK)  $(libbaconmessageconnection_la_LDFLAGS) $(libbaconmessageconnection_la_OBJECTS) $(libbaconmessageconnection_la_LIBADD) $(LIBS)
 
694
libbaconpropertiespage.la: $(libbaconpropertiespage_la_OBJECTS) $(libbaconpropertiespage_la_DEPENDENCIES) 
 
695
        $(LINK)  $(libbaconpropertiespage_la_LDFLAGS) $(libbaconpropertiespage_la_OBJECTS) $(libbaconpropertiespage_la_LIBADD) $(LIBS)
 
696
libtotem-properties-page.la: $(libtotem_properties_page_la_OBJECTS) $(libtotem_properties_page_la_DEPENDENCIES) 
 
697
        $(LINK) $(am_libtotem_properties_page_la_rpath) $(libtotem_properties_page_la_LDFLAGS) $(libtotem_properties_page_la_OBJECTS) $(libtotem_properties_page_la_LIBADD) $(LIBS)
557
698
install-binPROGRAMS: $(bin_PROGRAMS)
558
699
        @$(NORMAL_INSTALL)
559
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
 
700
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
560
701
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
561
 
          if test -f $$p; then \
562
 
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
563
 
            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
702
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
703
          if test -f $$p \
 
704
             || test -f $$p1 \
 
705
          ; then \
 
706
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
707
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
708
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
564
709
          else :; fi; \
565
710
        done
566
711
 
567
712
uninstall-binPROGRAMS:
568
713
        @$(NORMAL_UNINSTALL)
569
 
        list='$(bin_PROGRAMS)'; for p in $$list; do \
570
 
          rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
571
 
        done
572
 
 
573
 
mostlyclean-libexecPROGRAMS:
574
 
 
575
 
clean-libexecPROGRAMS:
576
 
        -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
577
 
 
578
 
distclean-libexecPROGRAMS:
579
 
 
580
 
maintainer-clean-libexecPROGRAMS:
581
 
 
 
714
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
715
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
716
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
717
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
718
        done
 
719
 
 
720
clean-binPROGRAMS:
 
721
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
 
722
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
723
          echo " rm -f $$p $$f"; \
 
724
          rm -f $$p $$f ; \
 
725
        done
582
726
install-libexecPROGRAMS: $(libexec_PROGRAMS)
583
727
        @$(NORMAL_INSTALL)
584
 
        $(mkinstalldirs) $(DESTDIR)$(libexecdir)
 
728
        test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)"
585
729
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
586
 
          if test -f $$p; then \
587
 
            echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
588
 
            $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libexecdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
730
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
731
          if test -f $$p \
 
732
             || test -f $$p1 \
 
733
          ; then \
 
734
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
735
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
 
736
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
589
737
          else :; fi; \
590
738
        done
591
739
 
592
740
uninstall-libexecPROGRAMS:
593
741
        @$(NORMAL_UNINSTALL)
594
 
        list='$(libexec_PROGRAMS)'; for p in $$list; do \
595
 
          rm -f $(DESTDIR)$(libexecdir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
 
742
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
 
743
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
744
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
 
745
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
596
746
        done
597
747
 
598
 
mostlyclean-noinstPROGRAMS:
 
748
clean-libexecPROGRAMS:
 
749
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
 
750
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
751
          echo " rm -f $$p $$f"; \
 
752
          rm -f $$p $$f ; \
 
753
        done
599
754
 
600
755
clean-noinstPROGRAMS:
601
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
602
 
 
603
 
distclean-noinstPROGRAMS:
604
 
 
605
 
maintainer-clean-noinstPROGRAMS:
606
 
 
607
 
totem$(EXEEXT): $(totem_OBJECTS) $(totem_DEPENDENCIES)
 
756
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
757
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
758
          echo " rm -f $$p $$f"; \
 
759
          rm -f $$p $$f ; \
 
760
        done
 
761
disc-test$(EXEEXT): $(disc_test_OBJECTS) $(disc_test_DEPENDENCIES) 
 
762
        @rm -f disc-test$(EXEEXT)
 
763
        $(LINK) $(disc_test_LDFLAGS) $(disc_test_OBJECTS) $(disc_test_LDADD) $(LIBS)
 
764
list_v4l$(EXEEXT): $(list_v4l_OBJECTS) $(list_v4l_DEPENDENCIES) 
 
765
        @rm -f list_v4l$(EXEEXT)
 
766
        $(LINK) $(list_v4l_LDFLAGS) $(list_v4l_OBJECTS) $(list_v4l_LDADD) $(LIBS)
 
767
metadata-test$(EXEEXT): $(metadata_test_OBJECTS) $(metadata_test_DEPENDENCIES) 
 
768
        @rm -f metadata-test$(EXEEXT)
 
769
        $(LINK) $(metadata_test_LDFLAGS) $(metadata_test_OBJECTS) $(metadata_test_LDADD) $(LIBS)
 
770
test-properties-page$(EXEEXT): $(test_properties_page_OBJECTS) $(test_properties_page_DEPENDENCIES) 
 
771
        @rm -f test-properties-page$(EXEEXT)
 
772
        $(LINK) $(test_properties_page_LDFLAGS) $(test_properties_page_OBJECTS) $(test_properties_page_LDADD) $(LIBS)
 
773
totem$(EXEEXT): $(totem_OBJECTS) $(totem_DEPENDENCIES) 
608
774
        @rm -f totem$(EXEEXT)
609
775
        $(LINK) $(totem_LDFLAGS) $(totem_OBJECTS) $(totem_LDADD) $(LIBS)
610
 
 
611
 
totem-video-thumbnailer$(EXEEXT): $(totem_video_thumbnailer_OBJECTS) $(totem_video_thumbnailer_DEPENDENCIES)
 
776
totem-mozilla-viewer$(EXEEXT): $(totem_mozilla_viewer_OBJECTS) $(totem_mozilla_viewer_DEPENDENCIES) 
 
777
        @rm -f totem-mozilla-viewer$(EXEEXT)
 
778
        $(LINK) $(totem_mozilla_viewer_LDFLAGS) $(totem_mozilla_viewer_OBJECTS) $(totem_mozilla_viewer_LDADD) $(LIBS)
 
779
totem-video-thumbnailer$(EXEEXT): $(totem_video_thumbnailer_OBJECTS) $(totem_video_thumbnailer_DEPENDENCIES) 
612
780
        @rm -f totem-video-thumbnailer$(EXEEXT)
613
781
        $(LINK) $(totem_video_thumbnailer_LDFLAGS) $(totem_video_thumbnailer_OBJECTS) $(totem_video_thumbnailer_LDADD) $(LIBS)
614
 
 
615
 
vanity$(EXEEXT): $(vanity_OBJECTS) $(vanity_DEPENDENCIES)
 
782
vanity$(EXEEXT): $(vanity_OBJECTS) $(vanity_DEPENDENCIES) 
616
783
        @rm -f vanity$(EXEEXT)
617
784
        $(LINK) $(vanity_LDFLAGS) $(vanity_OBJECTS) $(vanity_LDADD) $(LIBS)
618
785
 
619
 
totem-mozilla-viewer$(EXEEXT): $(totem_mozilla_viewer_OBJECTS) $(totem_mozilla_viewer_DEPENDENCIES)
620
 
        @rm -f totem-mozilla-viewer$(EXEEXT)
621
 
        $(LINK) $(totem_mozilla_viewer_LDFLAGS) $(totem_mozilla_viewer_OBJECTS) $(totem_mozilla_viewer_LDADD) $(LIBS)
622
 
 
623
 
totem-properties-page$(EXEEXT): $(totem_properties_page_OBJECTS) $(totem_properties_page_DEPENDENCIES)
624
 
        @rm -f totem-properties-page$(EXEEXT)
625
 
        $(LINK) $(totem_properties_page_LDFLAGS) $(totem_properties_page_OBJECTS) $(totem_properties_page_LDADD) $(LIBS)
626
 
 
627
 
bvw-test$(EXEEXT): $(bvw_test_OBJECTS) $(bvw_test_DEPENDENCIES)
628
 
        @rm -f bvw-test$(EXEEXT)
629
 
        $(LINK) $(bvw_test_LDFLAGS) $(bvw_test_OBJECTS) $(bvw_test_LDADD) $(LIBS)
630
 
 
631
 
list_v4l$(EXEEXT): $(list_v4l_OBJECTS) $(list_v4l_DEPENDENCIES)
632
 
        @rm -f list_v4l$(EXEEXT)
633
 
        $(LINK) $(list_v4l_LDFLAGS) $(list_v4l_OBJECTS) $(list_v4l_LDADD) $(LIBS)
634
 
 
635
 
test-parser$(EXEEXT): $(test_parser_OBJECTS) $(test_parser_DEPENDENCIES)
636
 
        @rm -f test-parser$(EXEEXT)
637
 
        $(LINK) $(test_parser_LDFLAGS) $(test_parser_OBJECTS) $(test_parser_LDADD) $(LIBS)
638
 
 
639
 
disc-test$(EXEEXT): $(disc_test_OBJECTS) $(disc_test_DEPENDENCIES)
640
 
        @rm -f disc-test$(EXEEXT)
641
 
        $(LINK) $(disc_test_LDFLAGS) $(disc_test_OBJECTS) $(disc_test_LDADD) $(LIBS)
642
 
 
643
 
metadata-test$(EXEEXT): $(metadata_test_OBJECTS) $(metadata_test_DEPENDENCIES)
644
 
        @rm -f metadata-test$(EXEEXT)
645
 
        $(LINK) $(metadata_test_LDFLAGS) $(metadata_test_OBJECTS) $(metadata_test_LDADD) $(LIBS)
646
 
 
 
786
mostlyclean-compile:
 
787
        -rm -f *.$(OBJEXT)
 
788
 
 
789
distclean-compile:
 
790
        -rm -f *.tab.c
 
791
 
 
792
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bacon-message-connection.Plo@am__quote@
 
793
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bacon-v4l-selection.Po@am__quote@
 
794
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bacon-video-widget-properties.Plo@am__quote@
 
795
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bacon-volume.Po@am__quote@
 
796
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disc-test.Po@am__quote@
 
797
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-item.Po@am__quote@
 
798
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-model.Po@am__quote@
 
799
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-util.Po@am__quote@
 
800
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-view-gtk.Po@am__quote@
 
801
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-view.Po@am__quote@
 
802
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev-sidebar.Po@am__quote@
 
803
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_properties_page_la-totem-properties-main.Plo@am__quote@
 
804
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_properties_page_la-totem-properties-view.Plo@am__quote@
 
805
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list_v4l.Po@am__quote@
 
806
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata-test.Po@am__quote@
 
807
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_properties_page-test-properties-page.Po@am__quote@
 
808
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_properties_page-totem-properties-main.Po@am__quote@
 
809
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_properties_page-totem-properties-view.Po@am__quote@
 
810
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-gromit.Po@am__quote@
 
811
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-interface.Plo@am__quote@
 
812
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-menu.Po@am__quote@
 
813
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-mozilla-viewer.Po@am__quote@
 
814
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-options.Po@am__quote@
 
815
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-playlist.Po@am__quote@
 
816
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-preferences.Po@am__quote@
 
817
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-remote.Po@am__quote@
 
818
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-screenshot.Po@am__quote@
 
819
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-scrsaver.Po@am__quote@
 
820
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-session.Po@am__quote@
 
821
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-sidebar.Po@am__quote@
 
822
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-skipto.Po@am__quote@
 
823
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-statusbar.Po@am__quote@
 
824
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-stock-icons.Po@am__quote@
 
825
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-subtitle-encoding.Po@am__quote@
 
826
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-time-label.Po@am__quote@
 
827
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-uri.Po@am__quote@
 
828
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-video-thumbnailer.Po@am__quote@
 
829
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem.Po@am__quote@
 
830
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vanity.Po@am__quote@
 
831
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/video-dev.Po@am__quote@
 
832
 
 
833
.c.o:
 
834
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
835
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
838
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
839
 
 
840
.c.obj:
 
841
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
842
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
845
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
846
 
 
847
.c.lo:
 
848
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
849
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
852
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
853
 
 
854
libtotem_properties_page_la-totem-properties-main.lo: totem-properties-main.c
 
855
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotem_properties_page_la_CFLAGS) $(CFLAGS) -MT libtotem_properties_page_la-totem-properties-main.lo -MD -MP -MF "$(DEPDIR)/libtotem_properties_page_la-totem-properties-main.Tpo" -c -o libtotem_properties_page_la-totem-properties-main.lo `test -f 'totem-properties-main.c' || echo '$(srcdir)/'`totem-properties-main.c; \
 
856
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtotem_properties_page_la-totem-properties-main.Tpo" "$(DEPDIR)/libtotem_properties_page_la-totem-properties-main.Plo"; else rm -f "$(DEPDIR)/libtotem_properties_page_la-totem-properties-main.Tpo"; exit 1; fi
 
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-properties-main.c' object='libtotem_properties_page_la-totem-properties-main.lo' libtool=yes @AMDEPBACKSLASH@
 
858
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
859
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotem_properties_page_la_CFLAGS) $(CFLAGS) -c -o libtotem_properties_page_la-totem-properties-main.lo `test -f 'totem-properties-main.c' || echo '$(srcdir)/'`totem-properties-main.c
 
860
 
 
861
libtotem_properties_page_la-totem-properties-view.lo: totem-properties-view.c
 
862
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtotem_properties_page_la_CFLAGS) $(CFLAGS) -MT libtotem_properties_page_la-totem-properties-view.lo -MD -MP -MF "$(DEPDIR)/libtotem_properties_page_la-totem-properties-view.Tpo" -c -o libtotem_properties_page_la-totem-properties-view.lo `test -f 'totem-properties-view.c' || echo '$(srcdir)/'`totem-properties-view.c; \
 
863
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libtotem_properties_page_la-totem-properties-view.Tpo" "$(DEPDIR)/libtotem_properties_page_la-totem-properties-view.Plo"; else rm -f "$(DEPDIR)/libtotem_properties_page_la-totem-properties-view.Tpo"; exit 1; fi
 
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-properties-view.c' object='libtotem_properties_page_la-totem-properties-view.lo' libtool=yes @AMDEPBACKSLASH@
 
865
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
866
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_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
 
867
 
 
868
test_properties_page-totem-properties-main.o: totem-properties-main.c
 
869
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -MT test_properties_page-totem-properties-main.o -MD -MP -MF "$(DEPDIR)/test_properties_page-totem-properties-main.Tpo" -c -o test_properties_page-totem-properties-main.o `test -f 'totem-properties-main.c' || echo '$(srcdir)/'`totem-properties-main.c; \
 
870
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_properties_page-totem-properties-main.Tpo" "$(DEPDIR)/test_properties_page-totem-properties-main.Po"; else rm -f "$(DEPDIR)/test_properties_page-totem-properties-main.Tpo"; exit 1; fi
 
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-properties-main.c' object='test_properties_page-totem-properties-main.o' libtool=no @AMDEPBACKSLASH@
 
872
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
873
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -c -o test_properties_page-totem-properties-main.o `test -f 'totem-properties-main.c' || echo '$(srcdir)/'`totem-properties-main.c
 
874
 
 
875
test_properties_page-totem-properties-main.obj: totem-properties-main.c
 
876
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -MT test_properties_page-totem-properties-main.obj -MD -MP -MF "$(DEPDIR)/test_properties_page-totem-properties-main.Tpo" -c -o test_properties_page-totem-properties-main.obj `if test -f 'totem-properties-main.c'; then $(CYGPATH_W) 'totem-properties-main.c'; else $(CYGPATH_W) '$(srcdir)/totem-properties-main.c'; fi`; \
 
877
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_properties_page-totem-properties-main.Tpo" "$(DEPDIR)/test_properties_page-totem-properties-main.Po"; else rm -f "$(DEPDIR)/test_properties_page-totem-properties-main.Tpo"; exit 1; fi
 
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-properties-main.c' object='test_properties_page-totem-properties-main.obj' libtool=no @AMDEPBACKSLASH@
 
879
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
880
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -c -o test_properties_page-totem-properties-main.obj `if test -f 'totem-properties-main.c'; then $(CYGPATH_W) 'totem-properties-main.c'; else $(CYGPATH_W) '$(srcdir)/totem-properties-main.c'; fi`
 
881
 
 
882
test_properties_page-totem-properties-view.o: totem-properties-view.c
 
883
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -MT test_properties_page-totem-properties-view.o -MD -MP -MF "$(DEPDIR)/test_properties_page-totem-properties-view.Tpo" -c -o test_properties_page-totem-properties-view.o `test -f 'totem-properties-view.c' || echo '$(srcdir)/'`totem-properties-view.c; \
 
884
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_properties_page-totem-properties-view.Tpo" "$(DEPDIR)/test_properties_page-totem-properties-view.Po"; else rm -f "$(DEPDIR)/test_properties_page-totem-properties-view.Tpo"; exit 1; fi
 
885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-properties-view.c' object='test_properties_page-totem-properties-view.o' libtool=no @AMDEPBACKSLASH@
 
886
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
887
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -c -o test_properties_page-totem-properties-view.o `test -f 'totem-properties-view.c' || echo '$(srcdir)/'`totem-properties-view.c
 
888
 
 
889
test_properties_page-totem-properties-view.obj: totem-properties-view.c
 
890
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -MT test_properties_page-totem-properties-view.obj -MD -MP -MF "$(DEPDIR)/test_properties_page-totem-properties-view.Tpo" -c -o test_properties_page-totem-properties-view.obj `if test -f 'totem-properties-view.c'; then $(CYGPATH_W) 'totem-properties-view.c'; else $(CYGPATH_W) '$(srcdir)/totem-properties-view.c'; fi`; \
 
891
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_properties_page-totem-properties-view.Tpo" "$(DEPDIR)/test_properties_page-totem-properties-view.Po"; else rm -f "$(DEPDIR)/test_properties_page-totem-properties-view.Tpo"; exit 1; fi
 
892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-properties-view.c' object='test_properties_page-totem-properties-view.obj' libtool=no @AMDEPBACKSLASH@
 
893
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
894
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -c -o test_properties_page-totem-properties-view.obj `if test -f 'totem-properties-view.c'; then $(CYGPATH_W) 'totem-properties-view.c'; else $(CYGPATH_W) '$(srcdir)/totem-properties-view.c'; fi`
 
895
 
 
896
test_properties_page-test-properties-page.o: test-properties-page.c
 
897
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -MT test_properties_page-test-properties-page.o -MD -MP -MF "$(DEPDIR)/test_properties_page-test-properties-page.Tpo" -c -o test_properties_page-test-properties-page.o `test -f 'test-properties-page.c' || echo '$(srcdir)/'`test-properties-page.c; \
 
898
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_properties_page-test-properties-page.Tpo" "$(DEPDIR)/test_properties_page-test-properties-page.Po"; else rm -f "$(DEPDIR)/test_properties_page-test-properties-page.Tpo"; exit 1; fi
 
899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-properties-page.c' object='test_properties_page-test-properties-page.o' libtool=no @AMDEPBACKSLASH@
 
900
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
901
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -c -o test_properties_page-test-properties-page.o `test -f 'test-properties-page.c' || echo '$(srcdir)/'`test-properties-page.c
 
902
 
 
903
test_properties_page-test-properties-page.obj: test-properties-page.c
 
904
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -MT test_properties_page-test-properties-page.obj -MD -MP -MF "$(DEPDIR)/test_properties_page-test-properties-page.Tpo" -c -o test_properties_page-test-properties-page.obj `if test -f 'test-properties-page.c'; then $(CYGPATH_W) 'test-properties-page.c'; else $(CYGPATH_W) '$(srcdir)/test-properties-page.c'; fi`; \
 
905
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/test_properties_page-test-properties-page.Tpo" "$(DEPDIR)/test_properties_page-test-properties-page.Po"; else rm -f "$(DEPDIR)/test_properties_page-test-properties-page.Tpo"; exit 1; fi
 
906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test-properties-page.c' object='test_properties_page-test-properties-page.obj' libtool=no @AMDEPBACKSLASH@
 
907
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
908
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_properties_page_CFLAGS) $(CFLAGS) -c -o test_properties_page-test-properties-page.obj `if test -f 'test-properties-page.c'; then $(CYGPATH_W) 'test-properties-page.c'; else $(CYGPATH_W) '$(srcdir)/test-properties-page.c'; fi`
 
909
 
 
910
mostlyclean-libtool:
 
911
        -rm -f *.lo
 
912
 
 
913
clean-libtool:
 
914
        -rm -rf .libs _libs
 
915
 
 
916
distclean-libtool:
 
917
        -rm -f libtool
 
918
uninstall-info-am:
 
919
 
 
920
# This directory's subdirectories are mostly independent; you can cd
 
921
# into them and run `make' without going through this Makefile.
 
922
# To change the values of `make' variables: instead of editing Makefiles,
 
923
# (1) if the variable is set in `config.status', edit `config.status'
 
924
#     (which will cause the Makefiles to be regenerated when you run `make');
 
925
# (2) otherwise, pass the desired values on the `make' command line.
 
926
$(RECURSIVE_TARGETS):
 
927
        @failcom='exit 1'; \
 
928
        for f in x $$MAKEFLAGS; do \
 
929
          case $$f in \
 
930
            *=* | --[!k]*);; \
 
931
            *k*) failcom='fail=yes';; \
 
932
          esac; \
 
933
        done; \
 
934
        dot_seen=no; \
 
935
        target=`echo $@ | sed s/-recursive//`; \
 
936
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
937
          echo "Making $$target in $$subdir"; \
 
938
          if test "$$subdir" = "."; then \
 
939
            dot_seen=yes; \
 
940
            local_target="$$target-am"; \
 
941
          else \
 
942
            local_target="$$target"; \
 
943
          fi; \
 
944
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
945
          || eval $$failcom; \
 
946
        done; \
 
947
        if test "$$dot_seen" = "no"; then \
 
948
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
949
        fi; test -z "$$fail"
 
950
 
 
951
mostlyclean-recursive clean-recursive distclean-recursive \
 
952
maintainer-clean-recursive:
 
953
        @failcom='exit 1'; \
 
954
        for f in x $$MAKEFLAGS; do \
 
955
          case $$f in \
 
956
            *=* | --[!k]*);; \
 
957
            *k*) failcom='fail=yes';; \
 
958
          esac; \
 
959
        done; \
 
960
        dot_seen=no; \
 
961
        case "$@" in \
 
962
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
963
          *) list='$(SUBDIRS)' ;; \
 
964
        esac; \
 
965
        rev=''; for subdir in $$list; do \
 
966
          if test "$$subdir" = "."; then :; else \
 
967
            rev="$$subdir $$rev"; \
 
968
          fi; \
 
969
        done; \
 
970
        rev="$$rev ."; \
 
971
        target=`echo $@ | sed s/-recursive//`; \
 
972
        for subdir in $$rev; do \
 
973
          echo "Making $$target in $$subdir"; \
 
974
          if test "$$subdir" = "."; then \
 
975
            local_target="$$target-am"; \
 
976
          else \
 
977
            local_target="$$target"; \
 
978
          fi; \
 
979
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
980
          || eval $$failcom; \
 
981
        done && test -z "$$fail"
 
982
tags-recursive:
 
983
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
984
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
985
        done
 
986
ctags-recursive:
 
987
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
988
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
989
        done
 
990
 
 
991
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
992
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
993
        unique=`for i in $$list; do \
 
994
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
995
          done | \
 
996
          $(AWK) '    { files[$$0] = 1; } \
 
997
               END { for (i in files) print i; }'`; \
 
998
        mkid -fID $$unique
647
999
tags: TAGS
648
1000
 
649
 
ID: $(HEADERS) $(SOURCES) $(LISP)
650
 
        list='$(SOURCES) $(HEADERS)'; \
651
 
        unique=`for i in $$list; do echo $$i; done | \
652
 
          awk '    { files[$$0] = 1; } \
653
 
               END { for (i in files) print i; }'`; \
654
 
        here=`pwd` && cd $(srcdir) \
655
 
          && mkid -f$$here/ID $$unique $(LISP)
656
 
 
657
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
658
 
        tags=; \
659
 
        here=`pwd`; \
660
 
        list='$(SOURCES) $(HEADERS)'; \
661
 
        unique=`for i in $$list; do echo $$i; done | \
662
 
          awk '    { files[$$0] = 1; } \
663
 
               END { for (i in files) print i; }'`; \
664
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
665
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
666
 
 
667
 
mostlyclean-tags:
668
 
 
669
 
clean-tags:
 
1001
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1002
                $(TAGS_FILES) $(LISP)
 
1003
        tags=; \
 
1004
        here=`pwd`; \
 
1005
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
1006
          include_option=--etags-include; \
 
1007
          empty_fix=.; \
 
1008
        else \
 
1009
          include_option=--include; \
 
1010
          empty_fix=; \
 
1011
        fi; \
 
1012
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1013
          if test "$$subdir" = .; then :; else \
 
1014
            test ! -f $$subdir/TAGS || \
 
1015
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
1016
          fi; \
 
1017
        done; \
 
1018
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1019
        unique=`for i in $$list; do \
 
1020
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1021
          done | \
 
1022
          $(AWK) '    { files[$$0] = 1; } \
 
1023
               END { for (i in files) print i; }'`; \
 
1024
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1025
          test -n "$$unique" || unique=$$empty_fix; \
 
1026
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1027
            $$tags $$unique; \
 
1028
        fi
 
1029
ctags: CTAGS
 
1030
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1031
                $(TAGS_FILES) $(LISP)
 
1032
        tags=; \
 
1033
        here=`pwd`; \
 
1034
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1035
        unique=`for i in $$list; do \
 
1036
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1037
          done | \
 
1038
          $(AWK) '    { files[$$0] = 1; } \
 
1039
               END { for (i in files) print i; }'`; \
 
1040
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1041
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
1042
             $$tags $$unique
 
1043
 
 
1044
GTAGS:
 
1045
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1046
          && cd $(top_srcdir) \
 
1047
          && gtags -i $(GTAGS_ARGS) $$here
670
1048
 
671
1049
distclean-tags:
672
 
        -rm -f TAGS ID
673
 
 
674
 
maintainer-clean-tags:
675
 
 
676
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
677
 
 
678
 
subdir = src
 
1050
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
679
1051
 
680
1052
distdir: $(DISTFILES)
681
 
        @for file in $(DISTFILES); do \
682
 
          d=$(srcdir); \
 
1053
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
1054
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
1055
        list='$(DISTFILES)'; for file in $$list; do \
 
1056
          case $$file in \
 
1057
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
1058
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
1059
          esac; \
 
1060
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1061
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1062
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
1063
            dir="/$$dir"; \
 
1064
            $(mkdir_p) "$(distdir)$$dir"; \
 
1065
          else \
 
1066
            dir=''; \
 
1067
          fi; \
683
1068
          if test -d $$d/$$file; then \
684
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
1069
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1070
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1071
            fi; \
 
1072
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
685
1073
          else \
686
1074
            test -f $(distdir)/$$file \
687
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
688
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
689
 
          fi; \
690
 
        done
691
 
bacon-cd-selection.o: bacon-cd-selection.c ../config.h \
692
 
        bacon-cd-selection.h ./cd-drive.h cd-drive.h
693
 
bacon-message-connection.o: bacon-message-connection.c \
694
 
        bacon-message-connection.h
695
 
bacon-resize.o: bacon-resize.c ../config.h bacon-resize.h
696
 
bacon-v4l-selection.o: bacon-v4l-selection.c ../config.h \
697
 
        bacon-v4l-selection.h video-dev.h
698
 
bacon-video-widget-properties.o: bacon-video-widget-properties.c \
699
 
        ../config.h bacon-video-widget-properties.h \
700
 
        bacon-video-widget.h totem-disc.h video-utils.h debug.h \
701
 
        ../config.h
702
 
bacon-video-widget-xine.o: bacon-video-widget-xine.c ../config.h debug.h \
703
 
        bacon-video-widget.h totem-disc.h baconvideowidget-marshal.h \
704
 
        scrsaver.h video-utils.h bacon-resize.h
705
 
baconvideowidget-marshal.o: baconvideowidget-marshal.c
706
 
bvw-test.o: bvw-test.c bacon-video-widget.h totem-disc.h
707
 
cd-drive.o: cd-drive.c ../config.h cd-drive.h
708
 
disc-test.o: disc-test.c ../config.h totem-disc.h
709
 
dvd_plus_rw_utils.o: dvd_plus_rw_utils.cpp ../config.h transport.hxx
710
 
egg-recent-item.o: egg-recent-item.c egg-recent-item.h
711
 
egg-recent-model.o: egg-recent-model.c ../config.h egg-recent-model.h \
712
 
        egg-recent-item.h
713
 
egg-recent-util.o: egg-recent-util.c ../config.h egg-recent-util.h
714
 
egg-recent-view-gtk.o: egg-recent-view-gtk.c ../config.h \
715
 
        egg-recent-model.h egg-recent-item.h egg-recent-view.h \
716
 
        egg-recent-view-gtk.h egg-recent-util.h
717
 
egg-recent-view.o: egg-recent-view.c ../config.h egg-recent-view.h \
718
 
        egg-recent-model.h egg-recent-item.h
719
 
gnome-authn-manager.o: gnome-authn-manager.c ../config.h \
720
 
        gnome-authn-manager.h gnome-password-dialog.h
721
 
gnome-caption-table.o: gnome-caption-table.c ../config.h \
722
 
        gnome-caption-table.h
723
 
gnome-password-dialog.o: gnome-password-dialog.c ../config.h \
724
 
        gnome-caption-table.h gnome-password-dialog.h
725
 
list_v4l.o: list_v4l.c video-dev.h
726
 
metadata-test.o: metadata-test.c ./bacon-video-widget.h ./totem-disc.h
727
 
mozilla-plugin-widget.lo mozilla-plugin-widget.o : \
728
 
        mozilla-plugin-widget.c mozilla-plugin-widget.h
729
 
plugin.lo plugin.o : plugin.c ../config.h
730
 
rb-ellipsizing-label.o: rb-ellipsizing-label.c rb-ellipsizing-label.h
731
 
scrsaver.o: scrsaver.c ../config.h scrsaver.h
732
 
test-parser.o: test-parser.c totem-pl-parser.c ../config.h \
733
 
        totem-pl-parser.h totemplparser-marshal.h totem-disc.h
734
 
totem-disc.o: totem-disc.c ../config.h totem-disc.h
735
 
totem-download.o: totem-download.c ../config.h totem-download.h
736
 
totem-gromit.o: totem-gromit.c ../config.h totem-gromit.h
737
 
totem-mozilla-plugin.lo totem-mozilla-plugin.o : totem-mozilla-plugin.c \
738
 
        ../config.h
739
 
totem-mozilla-viewer.o: totem-mozilla-viewer.c bacon-video-widget.h
740
 
totem-options.o: totem-options.c ../config.h totem-remote.h \
741
 
        totem-options.h totem.h bacon-video-widget.h totem-disc.h \
742
 
        bacon-message-connection.h totem-uri.h totem-private.h \
743
 
        scrsaver.h egg-recent-model.h egg-recent-item.h \
744
 
        egg-recent-view-gtk.h totem-playlist.h totem-skipto.h
745
 
totem-pl-parser.o: totem-pl-parser.c ../config.h totem-pl-parser.h \
746
 
        totemplparser-marshal.h totem-disc.h
747
 
totem-playlist.o: totem-playlist.c ../config.h totem-playlist.h \
748
 
        totem-pl-parser.h debug.h ../config.h
749
 
totem-preferences.o: totem-preferences.c ../config.h totem.h \
750
 
        bacon-video-widget.h totem-disc.h totem-private.h \
751
 
        totem-remote.h scrsaver.h egg-recent-model.h egg-recent-item.h \
752
 
        egg-recent-view-gtk.h totem-playlist.h \
753
 
        bacon-message-connection.h totem-skipto.h totem-preferences.h \
754
 
        video-utils.h debug.h
755
 
totem-properties-page.o: totem-properties-page.c ../config.h \
756
 
        bacon-video-widget-properties.h bacon-video-widget.h \
757
 
        totem-disc.h
758
 
totem-remote.o: totem-remote.c ../config.h totem-remote.h
759
 
totem-screenshot.o: totem-screenshot.c ../config.h totem-screenshot.h \
760
 
        debug.h ../config.h
761
 
totem-session.o: totem-session.c ../config.h totem.h \
762
 
        bacon-video-widget.h totem-disc.h totem-private.h \
763
 
        totem-remote.h scrsaver.h egg-recent-model.h egg-recent-item.h \
764
 
        egg-recent-view-gtk.h totem-playlist.h \
765
 
        bacon-message-connection.h totem-skipto.h totem-session.h
766
 
totem-skipto.o: totem-skipto.c ../config.h totem-skipto.h video-utils.h \
767
 
        debug.h ../config.h
768
 
totem-statusbar.o: totem-statusbar.c ../config.h totem-statusbar.h \
769
 
        video-utils.h
770
 
totem-stock-icons.o: totem-stock-icons.c ../config.h totem-stock-icons.h \
771
 
        totem.h bacon-video-widget.h totem-disc.h totem-private.h \
772
 
        totem-remote.h scrsaver.h egg-recent-model.h egg-recent-item.h \
773
 
        egg-recent-view-gtk.h totem-playlist.h \
774
 
        bacon-message-connection.h totem-skipto.h video-utils.h
775
 
totem-sublang.o: totem-sublang.c ../config.h totem-sublang.h totem.h \
776
 
        bacon-video-widget.h totem-disc.h totem-private.h \
777
 
        totem-remote.h scrsaver.h egg-recent-model.h egg-recent-item.h \
778
 
        egg-recent-view-gtk.h totem-playlist.h \
779
 
        bacon-message-connection.h totem-skipto.h
780
 
totem-time-label.o: totem-time-label.c totem-time-label.h video-utils.h
781
 
totem-uri.o: totem-uri.c ../config.h totem-uri.h
782
 
totem-video-thumbnailer.o: totem-video-thumbnailer.c ../config.h \
783
 
        bacon-video-widget.h totem-disc.h video-utils.h
784
 
totem.o: totem.c ../config.h totem-gromit.h bacon-video-widget.h \
785
 
        totem-disc.h bacon-video-widget-properties.h \
786
 
        rb-ellipsizing-label.h totem-statusbar.h totem-time-label.h \
787
 
        totem-session.h totem.h totem-screenshot.h totem-sublang.h \
788
 
        totem-options.h bacon-message-connection.h totem-uri.h \
789
 
        video-utils.h egg-recent-view.h egg-recent-model.h \
790
 
        egg-recent-item.h totem-private.h totem-remote.h scrsaver.h \
791
 
        egg-recent-view-gtk.h totem-playlist.h totem-skipto.h \
792
 
        totem-preferences.h totem-stock-icons.h debug.h ../config.h
793
 
totemplparser-marshal.o: totemplparser-marshal.c
794
 
vanity.o: vanity.c ../config.h bacon-video-widget.h totem-screenshot.h \
795
 
        debug.h
796
 
video-dev.o: video-dev.c ../config.h video-dev.h
797
 
video-utils.o: video-utils.c ../config.h video-utils.h
798
 
 
799
 
info-am:
800
 
info: info-am
801
 
dvi-am:
802
 
dvi: dvi-am
 
1075
            || cp -p $$d/$$file $(distdir)/$$file \
 
1076
            || exit 1; \
 
1077
          fi; \
 
1078
        done
 
1079
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1080
          if test "$$subdir" = .; then :; else \
 
1081
            test -d "$(distdir)/$$subdir" \
 
1082
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
1083
            || exit 1; \
 
1084
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
1085
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
1086
            (cd $$subdir && \
 
1087
              $(MAKE) $(AM_MAKEFLAGS) \
 
1088
                top_distdir="$$top_distdir" \
 
1089
                distdir="$$distdir/$$subdir" \
 
1090
                distdir) \
 
1091
              || exit 1; \
 
1092
          fi; \
 
1093
        done
803
1094
check-am: all-am
804
 
check: check-am
805
 
installcheck-am:
806
 
installcheck: installcheck-am
807
 
install-exec-am: install-binPROGRAMS install-libexecPROGRAMS
808
 
install-exec: install-exec-am
809
 
 
810
 
install-data-am: install-pluginLTLIBRARIES
811
 
install-data: install-data-am
 
1095
check: $(BUILT_SOURCES)
 
1096
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
1097
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
 
1098
installdirs: installdirs-recursive
 
1099
installdirs-am:
 
1100
        for dir in "$(DESTDIR)$(nautilusdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"; do \
 
1101
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
1102
        done
 
1103
install: $(BUILT_SOURCES)
 
1104
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
 
1105
install-exec: install-exec-recursive
 
1106
install-data: install-data-recursive
 
1107
uninstall: uninstall-recursive
812
1108
 
813
1109
install-am: all-am
814
1110
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815
 
install: install-am
816
 
uninstall-am: uninstall-pluginLTLIBRARIES uninstall-binPROGRAMS \
817
 
                uninstall-libexecPROGRAMS
818
 
uninstall: uninstall-am
819
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
820
 
all-redirect: all-am
 
1111
 
 
1112
installcheck: installcheck-recursive
821
1113
install-strip:
822
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
823
 
installdirs:
824
 
        $(mkinstalldirs)  $(DESTDIR)$(plugindir) $(DESTDIR)$(bindir) \
825
 
                $(DESTDIR)$(libexecdir)
826
 
 
827
 
 
 
1114
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1115
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1116
          `test -z '$(STRIP)' || \
 
1117
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
828
1118
mostlyclean-generic:
829
1119
 
830
1120
clean-generic:
831
1121
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
832
1122
 
833
1123
distclean-generic:
834
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
835
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
1124
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
836
1125
 
837
1126
maintainer-clean-generic:
838
 
mostlyclean-am:  mostlyclean-pluginLTLIBRARIES mostlyclean-compile \
839
 
                mostlyclean-libtool mostlyclean-binPROGRAMS \
840
 
                mostlyclean-libexecPROGRAMS mostlyclean-noinstPROGRAMS \
841
 
                mostlyclean-tags mostlyclean-generic
842
 
 
843
 
mostlyclean: mostlyclean-am
844
 
 
845
 
clean-am:  clean-pluginLTLIBRARIES clean-compile clean-libtool \
846
 
                clean-binPROGRAMS clean-libexecPROGRAMS \
847
 
                clean-noinstPROGRAMS clean-tags clean-generic \
848
 
                mostlyclean-am
849
 
 
850
 
clean: clean-am
851
 
 
852
 
distclean-am:  distclean-pluginLTLIBRARIES distclean-compile \
853
 
                distclean-libtool distclean-binPROGRAMS \
854
 
                distclean-libexecPROGRAMS distclean-noinstPROGRAMS \
855
 
                distclean-tags distclean-generic clean-am
856
 
        -rm -f libtool
857
 
 
858
 
distclean: distclean-am
859
 
 
860
 
maintainer-clean-am:  maintainer-clean-pluginLTLIBRARIES \
861
 
                maintainer-clean-compile maintainer-clean-libtool \
862
 
                maintainer-clean-binPROGRAMS \
863
 
                maintainer-clean-libexecPROGRAMS \
864
 
                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
865
 
                maintainer-clean-generic distclean-am
866
 
        @echo "This command is intended for maintainers to use;"
 
1127
        @echo "This command is intended for maintainers to use"
867
1128
        @echo "it deletes files that may require special tools to rebuild."
868
 
 
869
 
maintainer-clean: maintainer-clean-am
870
 
 
871
 
.PHONY: mostlyclean-pluginLTLIBRARIES distclean-pluginLTLIBRARIES \
872
 
clean-pluginLTLIBRARIES maintainer-clean-pluginLTLIBRARIES \
873
 
uninstall-pluginLTLIBRARIES install-pluginLTLIBRARIES \
874
 
mostlyclean-compile distclean-compile clean-compile \
875
 
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
876
 
clean-libtool maintainer-clean-libtool mostlyclean-binPROGRAMS \
877
 
distclean-binPROGRAMS clean-binPROGRAMS maintainer-clean-binPROGRAMS \
878
 
uninstall-binPROGRAMS install-binPROGRAMS mostlyclean-libexecPROGRAMS \
879
 
distclean-libexecPROGRAMS clean-libexecPROGRAMS \
880
 
maintainer-clean-libexecPROGRAMS uninstall-libexecPROGRAMS \
881
 
install-libexecPROGRAMS mostlyclean-noinstPROGRAMS \
882
 
distclean-noinstPROGRAMS clean-noinstPROGRAMS \
883
 
maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
884
 
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
885
 
check-am installcheck-am installcheck install-exec-am install-exec \
886
 
install-data-am install-data install-am install uninstall-am uninstall \
887
 
all-redirect all-am all installdirs mostlyclean-generic \
888
 
distclean-generic clean-generic maintainer-clean-generic clean \
889
 
mostlyclean distclean maintainer-clean
890
 
 
891
 
 
892
 
baconvideowidget-marshal.h: baconvideowidget-marshal.list
893
 
        ( $(GLIB_GENMARSHAL) --prefix=baconvideowidget_marshal $(srcdir)/baconvideowidget-marshal.list --header > baconvideowidget-marshal.h )
894
 
baconvideowidget-marshal.c: baconvideowidget-marshal.h
895
 
        ( $(GLIB_GENMARSHAL) --prefix=baconvideowidget_marshal $(srcdir)/baconvideowidget-marshal.list --body --header > baconvideowidget-marshal.c )
896
 
totemplparser-marshal.c: totemplparser-marshal.h
897
 
         ( $(GLIB_GENMARSHAL) --prefix=totemplparser_marshal $(srcdir)/totemplparser-marshal.list --header --body > totemplparser-marshal.c )
898
 
totemplparser-marshal.h: totemplparser-marshal.list
899
 
        ( $(GLIB_GENMARSHAL) --prefix=totemplparser_marshal $(srcdir)/totemplparser-marshal.list --header > totemplparser-marshal.h )
 
1129
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
1130
clean: clean-recursive
 
1131
 
 
1132
clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
 
1133
        clean-libtool clean-nautilusLTLIBRARIES \
 
1134
        clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
 
1135
 
 
1136
distclean: distclean-recursive
 
1137
        -rm -rf ./$(DEPDIR)
 
1138
        -rm -f Makefile
 
1139
distclean-am: clean-am distclean-compile distclean-generic \
 
1140
        distclean-libtool distclean-tags
 
1141
 
 
1142
dvi: dvi-recursive
 
1143
 
 
1144
dvi-am:
 
1145
 
 
1146
html: html-recursive
 
1147
 
 
1148
info: info-recursive
 
1149
 
 
1150
info-am:
 
1151
 
 
1152
install-data-am: install-nautilusLTLIBRARIES
 
1153
 
 
1154
install-exec-am: install-binPROGRAMS install-libexecPROGRAMS
 
1155
 
 
1156
install-info: install-info-recursive
 
1157
 
 
1158
install-man:
 
1159
 
 
1160
installcheck-am:
 
1161
 
 
1162
maintainer-clean: maintainer-clean-recursive
 
1163
        -rm -rf ./$(DEPDIR)
 
1164
        -rm -f Makefile
 
1165
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1166
 
 
1167
mostlyclean: mostlyclean-recursive
 
1168
 
 
1169
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1170
        mostlyclean-libtool
 
1171
 
 
1172
pdf: pdf-recursive
 
1173
 
 
1174
pdf-am:
 
1175
 
 
1176
ps: ps-recursive
 
1177
 
 
1178
ps-am:
 
1179
 
 
1180
uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
 
1181
        uninstall-libexecPROGRAMS uninstall-nautilusLTLIBRARIES
 
1182
 
 
1183
uninstall-info: uninstall-info-recursive
 
1184
 
 
1185
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
1186
        clean clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
 
1187
        clean-libtool clean-nautilusLTLIBRARIES \
 
1188
        clean-noinstLTLIBRARIES clean-noinstPROGRAMS clean-recursive \
 
1189
        ctags ctags-recursive distclean distclean-compile \
 
1190
        distclean-generic distclean-libtool distclean-recursive \
 
1191
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1192
        install install-am install-binPROGRAMS install-data \
 
1193
        install-data-am install-exec install-exec-am install-info \
 
1194
        install-info-am install-libexecPROGRAMS install-man \
 
1195
        install-nautilusLTLIBRARIES install-strip installcheck \
 
1196
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1197
        maintainer-clean-generic maintainer-clean-recursive \
 
1198
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1199
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
1200
        tags tags-recursive uninstall uninstall-am \
 
1201
        uninstall-binPROGRAMS uninstall-info-am \
 
1202
        uninstall-libexecPROGRAMS uninstall-nautilusLTLIBRARIES
 
1203
 
900
1204
regenerate-built-sources:
901
1205
        EGGFILES="$(EGG_RECENT_FILES)" EGGDIR="$(EGGDIR)" $(srcdir)/update-from-egg.sh || true
902
 
        EGGFILES="$(BACON_CD_SELECTION)" EGGDIR="$(BACONDIR)" $(srcdir)/update-from-egg.sh || true
 
1206
        EGGFILES="$(BACON_MESSAGE_CONNECTION) $(BACON_VOLUME)" EGGDIR="$(BACONDIR)" $(srcdir)/update-from-egg.sh || true
903
1207
 
 
1208
@HAVE_MOZILLA_TRUE@totem-mozilla-interface.h: totem-mozilla-interface.xml
 
1209
@HAVE_MOZILLA_TRUE@     $(DBUS_BIND) --prefix=totem_embedded --mode=glib-server \
 
1210
@HAVE_MOZILLA_TRUE@             --output=totem-mozilla-interface.h $<
904
1211
# Tell versions [3.59,3.63) of GNU make to not export all variables.
905
1212
# Otherwise a system limit (for SysV at least) may be exceeded.
906
1213
.NOEXPORT: