~titan-lien/ubuntu/saucy/totem/totem.dev

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Sjoerd Simons, Michael Biebl, Josselin Mouette
  • Date: 2011-11-27 06:21:34 UTC
  • mfrom: (1.4.8) (5.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20111127062134-c3ikko9wdfn9m2av
Tags: 3.2.1-1
[ Sjoerd Simons ]
* New upstream release
* debian/control.in: Update build-depends
* debian/rules: Enable vala plugins
* debian/totem-plugins.install:
  - Add grilo and rotation plugins
  - Remove jamendo, thumbnail and tracker plugins

[ Michael Biebl ]
* debian/control.in:
  - Bump Depends on python-gobject to (>= 2.90.3).

[ Josselin Mouette ]
* Replace python-gobject dependencies by python-gi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
build_triplet = @build@
38
38
host_triplet = @host@
39
39
bin_PROGRAMS = totem$(EXEEXT) totem-video-thumbnailer$(EXEEXT) \
40
 
        totem-video-indexer$(EXEEXT) totem-audio-preview$(EXEEXT)
 
40
        totem-audio-preview$(EXEEXT)
41
41
@WITH_SMCLIENT_TRUE@am__append_1 = \
42
42
@WITH_SMCLIENT_TRUE@    eggsmclient.c \
43
43
@WITH_SMCLIENT_TRUE@    eggsmclient.h \
60
60
subdir = src
61
61
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.in
 
63
am__aclocal_m4_deps = $(top_srcdir)/configure.in
67
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
65
        $(ACLOCAL_M4)
69
66
mkinstalldirs = $(install_sh) -d
136
133
        eggfileformatchooser.h egg-macros.h totem-session.c \
137
134
        totem-session.h totem-sidebar.c totem-sidebar.h \
138
135
        totem-open-location.c totem-open-location.h totem-menu.c \
139
 
        totem-menu.h totem-uri.c totem-uri.h ev-sidebar.c ev-sidebar.h \
140
 
        totem-subtitle-encoding.c totem-subtitle-encoding.h \
141
 
        totem-profile.h plugins/totem-plugins-engine.c \
142
 
        plugins/totem-plugins-engine.h plugins/totem-dirs.c \
143
 
        eggsmclient.c eggsmclient.h eggsmclient-private.h \
144
 
        eggdesktopfile.c eggdesktopfile.h eggsmclient-xsmp.c \
145
 
        eggsmclient-win32.c eggsmclient-osx.c
 
136
        totem-menu.h totem-uri.c totem-uri.h totem-subtitle-encoding.c \
 
137
        totem-subtitle-encoding.h totem-profile.h \
 
138
        plugins/totem-plugins-engine.c plugins/totem-plugins-engine.h \
 
139
        plugins/totem-dirs.c eggsmclient.c eggsmclient.h \
 
140
        eggsmclient-private.h eggdesktopfile.c eggdesktopfile.h \
 
141
        eggsmclient-xsmp.c eggsmclient-win32.c eggsmclient-osx.c
146
142
am__objects_1 = libtotem_la-totemobject-marshal.lo \
147
143
        libtotem_la-totemplaylist-marshal.lo \
148
144
        libtotem_la-totemvideolist-marshal.lo
162
158
        libtotem_la-eggfileformatchooser.lo \
163
159
        libtotem_la-totem-session.lo libtotem_la-totem-sidebar.lo \
164
160
        libtotem_la-totem-open-location.lo libtotem_la-totem-menu.lo \
165
 
        libtotem_la-totem-uri.lo libtotem_la-ev-sidebar.lo \
 
161
        libtotem_la-totem-uri.lo \
166
162
        libtotem_la-totem-subtitle-encoding.lo \
167
163
        plugins/libtotem_la-totem-plugins-engine.lo \
168
164
        plugins/libtotem_la-totem-dirs.lo $(am__objects_3) \
212
208
        totem_audio_preview-totem-audio-preview.$(OBJEXT) \
213
209
        totem_audio_preview-totem-resources.$(OBJEXT)
214
210
totem_audio_preview_OBJECTS = $(am_totem_audio_preview_OBJECTS)
215
 
totem_audio_preview_DEPENDENCIES = backend/libbaconvideowidget.la \
216
 
        $(am__DEPENDENCIES_1)
 
211
totem_audio_preview_DEPENDENCIES = gst/libtotemgsthelpers.la \
 
212
        backend/libbaconvideowidget.la $(am__DEPENDENCIES_1)
217
213
totem_audio_preview_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
218
214
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
219
215
        $(totem_audio_preview_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
220
216
        $(LDFLAGS) -o $@
221
 
am_totem_video_indexer_OBJECTS =  \
222
 
        totem_video_indexer-totem-video-indexer.$(OBJEXT) \
223
 
        totem_video_indexer-totem-resources.$(OBJEXT)
224
 
totem_video_indexer_OBJECTS = $(am_totem_video_indexer_OBJECTS)
225
 
totem_video_indexer_DEPENDENCIES = backend/libbaconvideowidget.la \
226
 
        $(am__DEPENDENCIES_1)
227
 
totem_video_indexer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
228
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
229
 
        $(totem_video_indexer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
230
 
        $(LDFLAGS) -o $@
231
217
am_totem_video_thumbnailer_OBJECTS =  \
232
218
        totem_video_thumbnailer-totem-video-thumbnailer.$(OBJEXT) \
233
219
        totem_video_thumbnailer-totem-resources.$(OBJEXT)
268
254
SOURCES = $(libtotem_properties_page_la_SOURCES) \
269
255
        $(libtotem_la_SOURCES) $(libtotem_player_la_SOURCES) \
270
256
        $(test_properties_page_SOURCES) $(totem_SOURCES) \
271
 
        $(totem_audio_preview_SOURCES) $(totem_video_indexer_SOURCES) \
 
257
        $(totem_audio_preview_SOURCES) \
272
258
        $(totem_video_thumbnailer_SOURCES)
273
259
DIST_SOURCES = $(am__libtotem_properties_page_la_SOURCES_DIST) \
274
260
        $(am__libtotem_la_SOURCES_DIST) $(libtotem_player_la_SOURCES) \
275
261
        $(am__test_properties_page_SOURCES_DIST) $(totem_SOURCES) \
276
 
        $(totem_audio_preview_SOURCES) $(totem_video_indexer_SOURCES) \
 
262
        $(totem_audio_preview_SOURCES) \
277
263
        $(totem_video_thumbnailer_SOURCES)
278
264
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
279
265
        html-recursive info-recursive install-data-recursive \
387
373
FGREP = @FGREP@
388
374
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
389
375
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
390
 
GLIB_CFLAGS = @GLIB_CFLAGS@
391
376
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
392
377
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
393
 
GLIB_LIBS = @GLIB_LIBS@
394
378
GLIB_MKENUMS = @GLIB_MKENUMS@
395
379
GLIB_REQS = @GLIB_REQS@
396
380
GMSGFMT = @GMSGFMT@
399
383
GST_CFLAGS = @GST_CFLAGS@
400
384
GST_LIBS = @GST_LIBS@
401
385
GTKDOC_CHECK = @GTKDOC_CHECK@
 
386
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
387
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
402
388
GTKDOC_MKPDF = @GTKDOC_MKPDF@
403
389
GTKDOC_REBASE = @GTKDOC_REBASE@
404
390
GTK_CFLAGS = @GTK_CFLAGS@
429
415
LIBEPC_LIBS = @LIBEPC_LIBS@
430
416
LIBGDATA_0_7_CFLAGS = @LIBGDATA_0_7_CFLAGS@
431
417
LIBGDATA_0_7_LIBS = @LIBGDATA_0_7_LIBS@
 
418
LIBGDATA_0_9_CFLAGS = @LIBGDATA_0_9_CFLAGS@
 
419
LIBGDATA_0_9_LIBS = @LIBGDATA_0_9_LIBS@
432
420
LIBGDATA_CFLAGS = @LIBGDATA_CFLAGS@
433
421
LIBGDATA_LIBS = @LIBGDATA_LIBS@
 
422
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
 
423
LIBGRILO_LIBS = @LIBGRILO_LIBS@
434
424
LIBOBJS = @LIBOBJS@
435
425
LIBS = @LIBS@
436
426
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
504
494
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
505
495
TOTEM_VERSION_MICRO = @TOTEM_VERSION_MICRO@
506
496
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
507
 
TRACKER_CFLAGS = @TRACKER_CFLAGS@
508
 
TRACKER_LIBS = @TRACKER_LIBS@
509
497
USE_NLS = @USE_NLS@
510
498
VALAC = @VALAC@
511
499
VERSION = @VERSION@
514
502
XGETTEXT = @XGETTEXT@
515
503
XMKMF = @XMKMF@
516
504
XTEST_LIBS = @XTEST_LIBS@
517
 
XVIDMODE_CFLAGS = @XVIDMODE_CFLAGS@
518
 
XVIDMODE_LIBS = @XVIDMODE_LIBS@
519
505
X_LIBS = @X_LIBS@
520
506
abs_builddir = @abs_builddir@
521
507
abs_srcdir = @abs_srcdir@
575
561
top_build_prefix = @top_build_prefix@
576
562
top_builddir = @top_builddir@
577
563
top_srcdir = @top_srcdir@
578
 
SUBDIRS = backend properties . plugins
 
564
SUBDIRS = gst backend properties . plugins
579
565
lib_LTLIBRARIES = libtotem.la
580
566
noinst_LTLIBRARIES = libtotem_player.la
581
567
 
625
611
        eggfileformatchooser.c eggfileformatchooser.h egg-macros.h \
626
612
        totem-session.c totem-session.h totem-sidebar.c \
627
613
        totem-sidebar.h totem-open-location.c totem-open-location.h \
628
 
        totem-menu.c totem-menu.h totem-uri.c totem-uri.h ev-sidebar.c \
629
 
        ev-sidebar.h totem-subtitle-encoding.c \
630
 
        totem-subtitle-encoding.h totem-profile.h \
631
 
        plugins/totem-plugins-engine.c plugins/totem-plugins-engine.h \
632
 
        plugins/totem-dirs.c $(am__append_1) $(am__append_4) \
633
 
        $(am__append_6) $(am__append_7)
 
614
        totem-menu.c totem-menu.h totem-uri.c totem-uri.h \
 
615
        totem-subtitle-encoding.c totem-subtitle-encoding.h \
 
616
        totem-profile.h plugins/totem-plugins-engine.c \
 
617
        plugins/totem-plugins-engine.h plugins/totem-dirs.c \
 
618
        $(am__append_1) $(am__append_4) $(am__append_6) \
 
619
        $(am__append_7)
634
620
libtotem_la_CPPFLAGS = -I$(top_builddir)/data \
635
621
        -DG_LOG_DOMAIN=\""Totem"\" $(AM_CPPFLAGS) $(am__append_5)
636
622
libtotem_la_CFLAGS = $(DEPENDENCY_CFLAGS) $(PEAS_CFLAGS) \
747
733
@HAVE_NAUTILUS_TRUE@    $(NAUTILUS_LIBS)
748
734
 
749
735
 
750
 
# Totem Video Indexer
751
 
totem_video_indexer_SOURCES = \
752
 
        totem-video-indexer.c           \
753
 
        totem-resources.c               \
754
 
        totem-resources.h
755
 
 
756
 
totem_video_indexer_CPPFLAGS = \
757
 
        -I$(top_builddir)/data                  \
758
 
        -DG_LOG_DOMAIN=\""TotemVideoIndexer"\"  \
759
 
        $(AM_CPPFLAGS)
760
 
 
761
 
totem_video_indexer_CFLAGS = \
762
 
        $(DEPENDENCY_CFLAGS)    \
763
 
        $(AM_CFLAGS)
764
 
 
765
 
totem_video_indexer_LDADD = \
766
 
        backend/libbaconvideowidget.la  \
767
 
        $(DEPENDENCY_LIBS)
768
 
 
769
 
 
770
736
# Totem Audio Preview for Nautilus
771
737
totem_audio_preview_SOURCES = \
772
738
        totem-audio-preview.c           \
775
741
 
776
742
totem_audio_preview_CPPFLAGS = \
777
743
        -I$(top_builddir)/data                  \
 
744
        -I$(top_srcdir)/src/gst                 \
778
745
        -DG_LOG_DOMAIN=\""TotemAudioPreview"\"  \
779
746
        $(AM_CPPFLAGS)
780
747
 
783
750
        $(AM_CFLAGS)
784
751
 
785
752
totem_audio_preview_LDADD = \
786
 
        backend/libbaconvideowidget.la  \
 
753
        gst/libtotemgsthelpers.la               \
 
754
        backend/libbaconvideowidget.la          \
787
755
        $(DEPENDENCY_LIBS)
788
756
 
789
757
INTROSPECTION_GIRS = $(am__append_8)
986
954
totem-audio-preview$(EXEEXT): $(totem_audio_preview_OBJECTS) $(totem_audio_preview_DEPENDENCIES) 
987
955
        @rm -f totem-audio-preview$(EXEEXT)
988
956
        $(AM_V_CCLD)$(totem_audio_preview_LINK) $(totem_audio_preview_OBJECTS) $(totem_audio_preview_LDADD) $(LIBS)
989
 
totem-video-indexer$(EXEEXT): $(totem_video_indexer_OBJECTS) $(totem_video_indexer_DEPENDENCIES) 
990
 
        @rm -f totem-video-indexer$(EXEEXT)
991
 
        $(AM_V_CCLD)$(totem_video_indexer_LINK) $(totem_video_indexer_OBJECTS) $(totem_video_indexer_LDADD) $(LIBS)
992
957
totem-video-thumbnailer$(EXEEXT): $(totem_video_thumbnailer_OBJECTS) $(totem_video_thumbnailer_DEPENDENCIES) 
993
958
        @rm -f totem-video-thumbnailer$(EXEEXT)
994
959
        $(AM_V_CCLD)$(totem_video_thumbnailer_LINK) $(totem_video_thumbnailer_OBJECTS) $(totem_video_thumbnailer_LDADD) $(LIBS)
1009
974
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-eggsmclient-win32.Plo@am__quote@
1010
975
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-eggsmclient-xsmp.Plo@am__quote@
1011
976
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-eggsmclient.Plo@am__quote@
1012
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-ev-sidebar.Plo@am__quote@
1013
977
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-cell-renderer-video.Plo@am__quote@
1014
978
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-dnd-menu.Plo@am__quote@
1015
979
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_la-totem-menu.Plo@am__quote@
1040
1004
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-totem.Po@am__quote@
1041
1005
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_audio_preview-totem-audio-preview.Po@am__quote@
1042
1006
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_audio_preview-totem-resources.Po@am__quote@
1043
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_video_indexer-totem-resources.Po@am__quote@
1044
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_video_indexer-totem-video-indexer.Po@am__quote@
1045
1007
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_video_thumbnailer-totem-resources.Po@am__quote@
1046
1008
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_video_thumbnailer-totem-video-thumbnailer.Po@am__quote@
1047
1009
@AMDEP_TRUE@@am__include@ @am__quote@plugins/$(DEPDIR)/libtotem_la-totem-dirs.Plo@am__quote@
1218
1180
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1219
1181
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-totem-uri.lo `test -f 'totem-uri.c' || echo '$(srcdir)/'`totem-uri.c
1220
1182
 
1221
 
libtotem_la-ev-sidebar.lo: ev-sidebar.c
1222
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-ev-sidebar.lo -MD -MP -MF $(DEPDIR)/libtotem_la-ev-sidebar.Tpo -c -o libtotem_la-ev-sidebar.lo `test -f 'ev-sidebar.c' || echo '$(srcdir)/'`ev-sidebar.c
1223
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-ev-sidebar.Tpo $(DEPDIR)/libtotem_la-ev-sidebar.Plo
1224
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1225
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ev-sidebar.c' object='libtotem_la-ev-sidebar.lo' libtool=yes @AMDEPBACKSLASH@
1226
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1227
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -c -o libtotem_la-ev-sidebar.lo `test -f 'ev-sidebar.c' || echo '$(srcdir)/'`ev-sidebar.c
1228
 
 
1229
1183
libtotem_la-totem-subtitle-encoding.lo: totem-subtitle-encoding.c
1230
1184
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtotem_la_CPPFLAGS) $(CPPFLAGS) $(libtotem_la_CFLAGS) $(CFLAGS) -MT libtotem_la-totem-subtitle-encoding.lo -MD -MP -MF $(DEPDIR)/libtotem_la-totem-subtitle-encoding.Tpo -c -o libtotem_la-totem-subtitle-encoding.lo `test -f 'totem-subtitle-encoding.c' || echo '$(srcdir)/'`totem-subtitle-encoding.c
1231
1185
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libtotem_la-totem-subtitle-encoding.Tpo $(DEPDIR)/libtotem_la-totem-subtitle-encoding.Plo
1434
1388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1435
1389
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_audio_preview_CPPFLAGS) $(CPPFLAGS) $(totem_audio_preview_CFLAGS) $(CFLAGS) -c -o totem_audio_preview-totem-resources.obj `if test -f 'totem-resources.c'; then $(CYGPATH_W) 'totem-resources.c'; else $(CYGPATH_W) '$(srcdir)/totem-resources.c'; fi`
1436
1390
 
1437
 
totem_video_indexer-totem-video-indexer.o: totem-video-indexer.c
1438
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -MT totem_video_indexer-totem-video-indexer.o -MD -MP -MF $(DEPDIR)/totem_video_indexer-totem-video-indexer.Tpo -c -o totem_video_indexer-totem-video-indexer.o `test -f 'totem-video-indexer.c' || echo '$(srcdir)/'`totem-video-indexer.c
1439
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_video_indexer-totem-video-indexer.Tpo $(DEPDIR)/totem_video_indexer-totem-video-indexer.Po
1440
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1441
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-video-indexer.c' object='totem_video_indexer-totem-video-indexer.o' libtool=no @AMDEPBACKSLASH@
1442
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1443
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -c -o totem_video_indexer-totem-video-indexer.o `test -f 'totem-video-indexer.c' || echo '$(srcdir)/'`totem-video-indexer.c
1444
 
 
1445
 
totem_video_indexer-totem-video-indexer.obj: totem-video-indexer.c
1446
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -MT totem_video_indexer-totem-video-indexer.obj -MD -MP -MF $(DEPDIR)/totem_video_indexer-totem-video-indexer.Tpo -c -o totem_video_indexer-totem-video-indexer.obj `if test -f 'totem-video-indexer.c'; then $(CYGPATH_W) 'totem-video-indexer.c'; else $(CYGPATH_W) '$(srcdir)/totem-video-indexer.c'; fi`
1447
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_video_indexer-totem-video-indexer.Tpo $(DEPDIR)/totem_video_indexer-totem-video-indexer.Po
1448
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1449
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-video-indexer.c' object='totem_video_indexer-totem-video-indexer.obj' libtool=no @AMDEPBACKSLASH@
1450
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1451
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -c -o totem_video_indexer-totem-video-indexer.obj `if test -f 'totem-video-indexer.c'; then $(CYGPATH_W) 'totem-video-indexer.c'; else $(CYGPATH_W) '$(srcdir)/totem-video-indexer.c'; fi`
1452
 
 
1453
 
totem_video_indexer-totem-resources.o: totem-resources.c
1454
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -MT totem_video_indexer-totem-resources.o -MD -MP -MF $(DEPDIR)/totem_video_indexer-totem-resources.Tpo -c -o totem_video_indexer-totem-resources.o `test -f 'totem-resources.c' || echo '$(srcdir)/'`totem-resources.c
1455
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_video_indexer-totem-resources.Tpo $(DEPDIR)/totem_video_indexer-totem-resources.Po
1456
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1457
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-resources.c' object='totem_video_indexer-totem-resources.o' libtool=no @AMDEPBACKSLASH@
1458
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1459
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -c -o totem_video_indexer-totem-resources.o `test -f 'totem-resources.c' || echo '$(srcdir)/'`totem-resources.c
1460
 
 
1461
 
totem_video_indexer-totem-resources.obj: totem-resources.c
1462
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -MT totem_video_indexer-totem-resources.obj -MD -MP -MF $(DEPDIR)/totem_video_indexer-totem-resources.Tpo -c -o totem_video_indexer-totem-resources.obj `if test -f 'totem-resources.c'; then $(CYGPATH_W) 'totem-resources.c'; else $(CYGPATH_W) '$(srcdir)/totem-resources.c'; fi`
1463
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_video_indexer-totem-resources.Tpo $(DEPDIR)/totem_video_indexer-totem-resources.Po
1464
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1465
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-resources.c' object='totem_video_indexer-totem-resources.obj' libtool=no @AMDEPBACKSLASH@
1466
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1467
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_indexer_CPPFLAGS) $(CPPFLAGS) $(totem_video_indexer_CFLAGS) $(CFLAGS) -c -o totem_video_indexer-totem-resources.obj `if test -f 'totem-resources.c'; then $(CYGPATH_W) 'totem-resources.c'; else $(CYGPATH_W) '$(srcdir)/totem-resources.c'; fi`
1468
 
 
1469
1391
totem_video_thumbnailer-totem-video-thumbnailer.o: totem-video-thumbnailer.c
1470
1392
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_video_thumbnailer_CPPFLAGS) $(CPPFLAGS) $(totem_video_thumbnailer_CFLAGS) $(CFLAGS) -MT totem_video_thumbnailer-totem-video-thumbnailer.o -MD -MP -MF $(DEPDIR)/totem_video_thumbnailer-totem-video-thumbnailer.Tpo -c -o totem_video_thumbnailer-totem-video-thumbnailer.o `test -f 'totem-video-thumbnailer.c' || echo '$(srcdir)/'`totem-video-thumbnailer.c
1471
1393
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_video_thumbnailer-totem-video-thumbnailer.Tpo $(DEPDIR)/totem_video_thumbnailer-totem-video-thumbnailer.Po