~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to browser-plugin/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
 
19
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkgincludedir = $(includedir)/@PACKAGE@
22
38
pkglibdir = $(libdir)/@PACKAGE@
53
69
# Totem Cone Plugin
54
70
@ENABLE_CONE_PLUGIN_TRUE@am__append_5 = libtotem-cone-plugin.la
55
71
subdir = browser-plugin
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
 
72
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
73
        $(top_srcdir)/build-aux/depcomp TODO
57
74
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
59
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61
 
        $(top_srcdir)/configure.in
 
75
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
76
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
77
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
78
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
79
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
62
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
81
        $(ACLOCAL_M4)
64
82
mkinstalldirs = $(install_sh) -d
125
143
AM_V_lt = $(am__v_lt_@AM_V@)
126
144
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127
145
am__v_lt_0 = --silent
 
146
am__v_lt_1 = 
128
147
libtotem_cone_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
129
148
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
130
149
        $(libtotem_cone_plugin_la_CXXFLAGS) $(CXXFLAGS) \
244
263
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
245
264
        $(test_glow_button_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
246
265
        -o $@
247
 
am__objects_6 = totem_plugin_viewer-marshal.$(OBJEXT)
248
266
am_totem_plugin_viewer_OBJECTS =  \
249
267
        totem_plugin_viewer-totem-glow-button.$(OBJEXT) \
250
 
        totem_plugin_viewer-totem-plugin-viewer.$(OBJEXT) \
251
 
        $(am__objects_6)
 
268
        totem_plugin_viewer-totem-plugin-viewer.$(OBJEXT)
252
269
totem_plugin_viewer_OBJECTS = $(am_totem_plugin_viewer_OBJECTS)
253
270
totem_plugin_viewer_DEPENDENCIES =  \
254
271
        $(top_builddir)/src/backend/libbaconvideowidget.la \
255
 
        $(top_builddir)/src/libtotem_player.la \
256
 
        $(top_builddir)/lib/libtotemscrsaver.la $(am__DEPENDENCIES_1) \
257
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
258
 
        $(am__DEPENDENCIES_1)
 
272
        $(top_builddir)/src/libtotem_player.la $(am__DEPENDENCIES_1)
259
273
totem_plugin_viewer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
260
274
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
261
 
        $(totem_plugin_viewer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
262
 
        $(LDFLAGS) -o $@
 
275
        $(totem_plugin_viewer_CFLAGS) $(CFLAGS) \
 
276
        $(totem_plugin_viewer_LDFLAGS) $(LDFLAGS) -o $@
 
277
AM_V_P = $(am__v_P_@AM_V@)
 
278
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
279
am__v_P_0 = false
 
280
am__v_P_1 = :
 
281
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
282
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
283
am__v_GEN_0 = @echo "  GEN     " $@;
 
284
am__v_GEN_1 = 
 
285
AM_V_at = $(am__v_at_@AM_V@)
 
286
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
287
am__v_at_0 = @
 
288
am__v_at_1 = 
263
289
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
264
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
290
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
265
291
am__depfiles_maybe = depfiles
266
292
am__mv = mv -f
267
293
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
272
298
        $(AM_CFLAGS) $(CFLAGS)
273
299
AM_V_CC = $(am__v_CC_@AM_V@)
274
300
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
275
 
am__v_CC_0 = @echo "  CC    " $@;
276
 
AM_V_at = $(am__v_at_@AM_V@)
277
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
278
 
am__v_at_0 = @
 
301
am__v_CC_0 = @echo "  CC      " $@;
 
302
am__v_CC_1 = 
279
303
CCLD = $(CC)
280
304
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
281
305
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
282
306
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
283
307
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
284
308
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
285
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
309
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
310
am__v_CCLD_1 = 
286
311
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
287
312
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
288
313
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
291
316
        $(AM_CXXFLAGS) $(CXXFLAGS)
292
317
AM_V_CXX = $(am__v_CXX_@AM_V@)
293
318
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
294
 
am__v_CXX_0 = @echo "  CXX   " $@;
 
319
am__v_CXX_0 = @echo "  CXX     " $@;
 
320
am__v_CXX_1 = 
295
321
CXXLD = $(CXX)
296
322
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
297
323
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
298
324
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
299
325
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
300
326
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
301
 
am__v_CXXLD_0 = @echo "  CXXLD " $@;
302
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
303
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
304
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
327
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
 
328
am__v_CXXLD_1 = 
305
329
SOURCES = $(libtotem_cone_plugin_la_SOURCES) \
306
330
        $(libtotem_gmp_plugin_la_SOURCES) \
307
331
        $(libtotem_mully_plugin_la_SOURCES) \
314
338
        $(am__libtotem_narrowspace_plugin_la_SOURCES_DIST) \
315
339
        $(am__libtotem_vegas_plugin_la_SOURCES_DIST) \
316
340
        $(test_glow_button_SOURCES) $(totem_plugin_viewer_SOURCES)
 
341
am__can_run_installinfo = \
 
342
  case $$AM_UPDATE_INFO_DIR in \
 
343
    n|no|NO) false;; \
 
344
    *) (install-info --version) >/dev/null 2>&1;; \
 
345
  esac
 
346
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
347
# Read a list of newline-separated strings from the standard input,
 
348
# and print each of them once, without duplicates.  Input order is
 
349
# *not* preserved.
 
350
am__uniquify_input = $(AWK) '\
 
351
  BEGIN { nonempty = 0; } \
 
352
  { items[$$0] = 1; nonempty = 1; } \
 
353
  END { if (nonempty) { for (i in items) print i; }; } \
 
354
'
 
355
# Make sure the list of sources is unique.  This is necessary because,
 
356
# e.g., the same source file might be shared among _SOURCES variables
 
357
# for different programs/libraries.
 
358
am__define_uniq_tagged_files = \
 
359
  list='$(am__tagged_files)'; \
 
360
  unique=`for i in $$list; do \
 
361
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
362
  done | $(am__uniquify_input)`
317
363
ETAGS = etags
318
364
CTAGS = ctags
319
365
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
320
366
ACLOCAL = @ACLOCAL@
321
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
322
367
ALL_LINGUAS = @ALL_LINGUAS@
323
368
ALL_PLUGINS = @ALL_PLUGINS@
324
369
AMTAR = @AMTAR@
325
370
AM_CFLAGS = @AM_CFLAGS@
326
371
AM_CPPFLAGS = \
327
372
        -I$(top_srcdir)                                 \
328
 
        -I$(top_srcdir)/lib                             \
329
373
        -I$(top_srcdir)/src                             \
330
374
        -I$(top_srcdir)/src/backend                     \
331
375
        -I$(top_builddir)/src                           \
342
386
AUTOHEADER = @AUTOHEADER@
343
387
AUTOMAKE = @AUTOMAKE@
344
388
AWK = @AWK@
 
389
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
390
BACKEND_LIBS = @BACKEND_LIBS@
 
391
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
392
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
345
393
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
346
394
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
347
395
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
363
411
DBUS_LIBS = @DBUS_LIBS@
364
412
DEFS = @DEFS@
365
413
DEPDIR = @DEPDIR@
366
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
367
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
368
414
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
369
415
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
370
416
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
371
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
372
417
DLLTOOL = @DLLTOOL@
373
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
374
418
DSYMUTIL = @DSYMUTIL@
375
419
DUMPBIN = @DUMPBIN@
376
420
ECHO_C = @ECHO_C@
378
422
ECHO_T = @ECHO_T@
379
423
EGREP = @EGREP@
380
424
EXEEXT = @EXEEXT@
381
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
382
425
FGREP = @FGREP@
383
426
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
384
427
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
385
428
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
386
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
387
429
GLIB_MKENUMS = @GLIB_MKENUMS@
388
430
GLIB_REQS = @GLIB_REQS@
 
431
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
432
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
389
433
GMSGFMT = @GMSGFMT@
390
434
GREP = @GREP@
391
435
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
392
 
GST_CFLAGS = @GST_CFLAGS@
393
 
GST_LIBS = @GST_LIBS@
 
436
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
437
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
394
438
GTKDOC_CHECK = @GTKDOC_CHECK@
395
439
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
396
440
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
397
441
GTKDOC_MKPDF = @GTKDOC_MKPDF@
398
442
GTKDOC_REBASE = @GTKDOC_REBASE@
399
 
GTK_CFLAGS = @GTK_CFLAGS@
400
 
GTK_LIBS = @GTK_LIBS@
401
443
GTK_REQS = @GTK_REQS@
 
444
HELPER_CFLAGS = @HELPER_CFLAGS@
 
445
HELPER_LIBS = @HELPER_LIBS@
402
446
HELP_DIR = @HELP_DIR@
403
447
HTML_DIR = @HTML_DIR@
404
448
INSTALL = @INSTALL@
422
466
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
423
467
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
424
468
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
469
ITSTOOL = @ITSTOOL@
425
470
LD = @LD@
426
471
LDFLAGS = @LDFLAGS@
427
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
428
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
472
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
473
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
474
LIBGD_LIBS = @LIBGD_LIBS@
 
475
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
476
LIBGD_SOURCES = @LIBGD_SOURCES@
429
477
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
430
478
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
479
LIBM = @LIBM@
431
480
LIBOBJS = @LIBOBJS@
 
481
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
482
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
432
483
LIBS = @LIBS@
433
484
LIBTOOL = @LIBTOOL@
434
485
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
445
496
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
446
497
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
447
498
MKDIR_P = @MKDIR_P@
448
 
MM_CFLAGS = @MM_CFLAGS@
449
 
MM_LIBS = @MM_LIBS@
450
499
MSGFMT = @MSGFMT@
451
500
MSGMERGE = @MSGMERGE@
452
501
NAUTILUSDIR = @NAUTILUSDIR@
456
505
NMEDIT = @NMEDIT@
457
506
OBJDUMP = @OBJDUMP@
458
507
OBJEXT = @OBJEXT@
459
 
OMF_DIR = @OMF_DIR@
460
508
OTOOL = @OTOOL@
461
509
OTOOL64 = @OTOOL64@
462
510
PACKAGE = @PACKAGE@
467
515
PACKAGE_URL = @PACKAGE_URL@
468
516
PACKAGE_VERSION = @PACKAGE_VERSION@
469
517
PATH_SEPARATOR = @PATH_SEPARATOR@
470
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
471
 
PEASGTK_LIBS = @PEASGTK_LIBS@
472
 
PEAS_CFLAGS = @PEAS_CFLAGS@
473
 
PEAS_LIBS = @PEAS_LIBS@
 
518
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
519
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
474
520
PKG_CONFIG = @PKG_CONFIG@
475
521
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
476
522
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
523
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
524
PLAYER_LIBS = @PLAYER_LIBS@
477
525
PLUGINDIR = @PLUGINDIR@
478
526
PLUGINS = @PLUGINS@
 
527
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
528
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
529
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
530
PREVIEW_LIBS = @PREVIEW_LIBS@
 
531
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
532
PROPERTIES_LIBS = @PROPERTIES_LIBS@
479
533
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
480
534
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
481
535
PYLINT = @PYLINT@
495
549
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
496
550
SMCLIENT_LIBS = @SMCLIENT_LIBS@
497
551
STRIP = @STRIP@
 
552
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
553
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
554
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
555
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
498
556
TOTEM_API_VERSION = @TOTEM_API_VERSION@
499
557
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
500
558
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
506
564
WARN_CFLAGS = @WARN_CFLAGS@
507
565
WARN_CXXFLAGS = @WARN_CXXFLAGS@
508
566
XGETTEXT = @XGETTEXT@
509
 
XMKMF = @XMKMF@
510
 
XTEST_LIBS = @XTEST_LIBS@
511
 
X_LIBS = @X_LIBS@
 
567
XMLLINT = @XMLLINT@
512
568
abs_builddir = @abs_builddir@
513
569
abs_srcdir = @abs_srcdir@
514
570
abs_top_builddir = @abs_top_builddir@
572
628
plugindir = $(BROWSER_PLUGIN_DIR)
573
629
plugin_LTLIBRARIES = $(am__append_1) $(am__append_2) $(am__append_3) \
574
630
        $(am__append_4) $(am__append_5)
575
 
EXTRA_DIST = plugin.symbols TODO README.browser-plugin marshal.list \
 
631
EXTRA_DIST = plugin.symbols TODO README.browser-plugin \
576
632
        org_gnome_totem_PluginViewer.xml
577
633
plugin_sources = \
578
634
        npapi.h                         \
604
660
        -no-undefined                                   \
605
661
        $(AM_LDFLAGS)
606
662
 
607
 
 
608
 
# Marshaller
609
 
MARSHAL_FILES = \
610
 
        marshal.h       \
611
 
        marshal.c
612
 
 
613
 
CLEANFILES = $(MARSHAL_FILES) totem-plugin-viewer-interface.h
614
663
test_glow_button_SOURCES = \
615
664
        totem-glow-button.c     \
616
665
        totem-glow-button.h     \
617
666
        test-glow-button.c
618
667
 
619
668
test_glow_button_LDADD = \
620
 
        $(DEPENDENCY_LIBS)                      \
 
669
        $(GLOW_BUTTON_LIBS)     \
621
670
        -lm
622
671
 
623
672
test_glow_button_CFLAGS = \
624
 
        $(DEPENDENCY_CFLAGS)    \
 
673
        $(GLOW_BUTTON_CFLAGS)   \
625
674
        $(WARN_CFLAGS)          \
626
675
        $(AM_CFLAGS)
627
676
 
640
689
        $(AM_CPPFLAGS)
641
690
 
642
691
totem_plugin_viewer_CFLAGS = \
643
 
        $(DEPENDENCY_CFLAGS)    \
 
692
        $(PLUGIN_VIEWER_CFLAGS) \
644
693
        $(WARN_CFLAGS)          \
645
 
        $(DBUS_CFLAGS)          \
646
 
        $(SN_CFLAGS)            \
647
694
        $(AM_CFLAGS)
648
695
 
649
696
totem_plugin_viewer_LDADD = \
650
697
        $(top_builddir)/src/backend/libbaconvideowidget.la              \
651
698
        $(top_builddir)/src/libtotem_player.la                          \
652
 
        $(top_builddir)/lib/libtotemscrsaver.la                         \
653
 
        $(DEPENDENCY_LIBS)      \
654
 
        $(SN_LIBS)              \
655
 
        $(DBUS_LIBS)            \
656
 
        $(XTEST_LIBS)           \
657
 
        $(X_LIBS)
 
699
        $(PLUGIN_VIEWER_LIBS)
658
700
 
 
701
totem_plugin_viewer_LDFLAGS = -export-dynamic
 
702
CLEANFILES = totem-plugin-viewer-interface.h
659
703
@ENABLE_GMP_PLUGIN_TRUE@libtotem_gmp_plugin_la_SOURCES = \
660
704
@ENABLE_GMP_PLUGIN_TRUE@        $(plugin_sources)               \
661
705
@ENABLE_GMP_PLUGIN_TRUE@        totemGMPControls.cpp            \
785
829
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
786
830
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
787
831
$(am__aclocal_m4_deps):
 
832
 
788
833
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
789
834
        @$(NORMAL_INSTALL)
790
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
791
835
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
792
836
        list2=; for p in $$list; do \
793
837
          if test -f $$p; then \
795
839
          else :; fi; \
796
840
        done; \
797
841
        test -z "$$list2" || { \
 
842
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
843
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
798
844
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
799
845
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
800
846
        }
810
856
 
811
857
clean-pluginLTLIBRARIES:
812
858
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
813
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
814
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
815
 
          test "$$dir" != "$$p" || dir=.; \
816
 
          echo "rm -f \"$${dir}/so_locations\""; \
817
 
          rm -f "$${dir}/so_locations"; \
818
 
        done
 
859
        @list='$(plugin_LTLIBRARIES)'; \
 
860
        locs=`for p in $$list; do echo $$p; done | \
 
861
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
862
              sort -u`; \
 
863
        test -z "$$locs" || { \
 
864
          echo rm -f $${locs}; \
 
865
          rm -f $${locs}; \
 
866
        }
819
867
libtotem-cone-plugin.la: $(libtotem_cone_plugin_la_OBJECTS) $(libtotem_cone_plugin_la_DEPENDENCIES) $(EXTRA_libtotem_cone_plugin_la_DEPENDENCIES) 
820
868
        $(AM_V_CXXLD)$(libtotem_cone_plugin_la_LINK) $(am_libtotem_cone_plugin_la_rpath) $(libtotem_cone_plugin_la_OBJECTS) $(libtotem_cone_plugin_la_LIBADD) $(LIBS)
821
869
libtotem-gmp-plugin.la: $(libtotem_gmp_plugin_la_OBJECTS) $(libtotem_gmp_plugin_la_DEPENDENCIES) $(EXTRA_libtotem_gmp_plugin_la_DEPENDENCIES) 
828
876
        $(AM_V_CXXLD)$(libtotem_vegas_plugin_la_LINK) $(am_libtotem_vegas_plugin_la_rpath) $(libtotem_vegas_plugin_la_OBJECTS) $(libtotem_vegas_plugin_la_LIBADD) $(LIBS)
829
877
install-libexecPROGRAMS: $(libexec_PROGRAMS)
830
878
        @$(NORMAL_INSTALL)
831
 
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
832
879
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
880
        if test -n "$$list"; then \
 
881
          echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
 
882
          $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
 
883
        fi; \
833
884
        for p in $$list; do echo "$$p $$p"; done | \
834
885
        sed 's/$(EXEEXT)$$//' | \
835
 
        while read p p1; do if test -f $$p || test -f $$p1; \
836
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
886
        while read p p1; do if test -f $$p \
 
887
         || test -f $$p1 \
 
888
          ; then echo "$$p"; echo "$$p"; else :; fi; \
837
889
        done | \
838
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
890
        sed -e 'p;s,.*/,,;n;h' \
 
891
            -e 's|.*|.|' \
839
892
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
840
893
        sed 'N;N;N;s,\n, ,g' | \
841
894
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
856
909
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
857
910
        files=`for p in $$list; do echo "$$p"; done | \
858
911
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
859
 
              -e 's/$$/$(EXEEXT)/' `; \
 
912
              -e 's/$$/$(EXEEXT)/' \
 
913
        `; \
860
914
        test -n "$$list" || exit 0; \
861
915
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
862
916
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
933
987
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_vegas_plugin_la-totemVegasPlugin.Plo@am__quote@
934
988
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_glow_button-test-glow-button.Po@am__quote@
935
989
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_glow_button-totem-glow-button.Po@am__quote@
936
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_plugin_viewer-marshal.Po@am__quote@
937
990
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_plugin_viewer-totem-glow-button.Po@am__quote@
938
991
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem_plugin_viewer-totem-plugin-viewer.Po@am__quote@
939
992
 
940
993
.c.o:
941
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
942
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
943
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
994
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
995
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
944
996
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
945
997
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
946
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
998
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
947
999
 
948
1000
.c.obj:
949
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
950
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
951
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
1001
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
1002
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
952
1003
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
953
1004
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
954
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
1005
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
955
1006
 
956
1007
.c.lo:
957
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
958
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
959
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
1008
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1009
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
960
1010
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
961
1011
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
962
1012
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1017
1067
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1018
1068
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_plugin_viewer_CPPFLAGS) $(CPPFLAGS) $(totem_plugin_viewer_CFLAGS) $(CFLAGS) -c -o totem_plugin_viewer-totem-plugin-viewer.obj `if test -f 'totem-plugin-viewer.c'; then $(CYGPATH_W) 'totem-plugin-viewer.c'; else $(CYGPATH_W) '$(srcdir)/totem-plugin-viewer.c'; fi`
1019
1069
 
1020
 
totem_plugin_viewer-marshal.o: marshal.c
1021
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_plugin_viewer_CPPFLAGS) $(CPPFLAGS) $(totem_plugin_viewer_CFLAGS) $(CFLAGS) -MT totem_plugin_viewer-marshal.o -MD -MP -MF $(DEPDIR)/totem_plugin_viewer-marshal.Tpo -c -o totem_plugin_viewer-marshal.o `test -f 'marshal.c' || echo '$(srcdir)/'`marshal.c
1022
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_plugin_viewer-marshal.Tpo $(DEPDIR)/totem_plugin_viewer-marshal.Po
1023
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='marshal.c' object='totem_plugin_viewer-marshal.o' libtool=no @AMDEPBACKSLASH@
1024
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1025
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_plugin_viewer_CPPFLAGS) $(CPPFLAGS) $(totem_plugin_viewer_CFLAGS) $(CFLAGS) -c -o totem_plugin_viewer-marshal.o `test -f 'marshal.c' || echo '$(srcdir)/'`marshal.c
1026
 
 
1027
 
totem_plugin_viewer-marshal.obj: marshal.c
1028
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_plugin_viewer_CPPFLAGS) $(CPPFLAGS) $(totem_plugin_viewer_CFLAGS) $(CFLAGS) -MT totem_plugin_viewer-marshal.obj -MD -MP -MF $(DEPDIR)/totem_plugin_viewer-marshal.Tpo -c -o totem_plugin_viewer-marshal.obj `if test -f 'marshal.c'; then $(CYGPATH_W) 'marshal.c'; else $(CYGPATH_W) '$(srcdir)/marshal.c'; fi`
1029
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/totem_plugin_viewer-marshal.Tpo $(DEPDIR)/totem_plugin_viewer-marshal.Po
1030
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='marshal.c' object='totem_plugin_viewer-marshal.obj' libtool=no @AMDEPBACKSLASH@
1031
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1032
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(totem_plugin_viewer_CPPFLAGS) $(CPPFLAGS) $(totem_plugin_viewer_CFLAGS) $(CFLAGS) -c -o totem_plugin_viewer-marshal.obj `if test -f 'marshal.c'; then $(CYGPATH_W) 'marshal.c'; else $(CYGPATH_W) '$(srcdir)/marshal.c'; fi`
1033
 
 
1034
1070
.cpp.o:
1035
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1036
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1037
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
1071
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1072
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1038
1073
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1039
1074
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1040
1075
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
1041
1076
 
1042
1077
.cpp.obj:
1043
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1044
 
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1045
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
 
1078
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
1079
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1046
1080
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1047
1081
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1048
1082
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1049
1083
 
1050
1084
.cpp.lo:
1051
 
@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1052
 
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1053
 
@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
 
1085
@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
1086
@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1054
1087
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1055
1088
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1056
1089
@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
1341
1374
clean-libtool:
1342
1375
        -rm -rf .libs _libs
1343
1376
 
1344
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1345
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1346
 
        unique=`for i in $$list; do \
1347
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1348
 
          done | \
1349
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1350
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1351
 
        mkid -fID $$unique
1352
 
tags: TAGS
 
1377
ID: $(am__tagged_files)
 
1378
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1379
tags: tags-am
 
1380
TAGS: tags
1353
1381
 
1354
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1355
 
                $(TAGS_FILES) $(LISP)
 
1382
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1356
1383
        set x; \
1357
1384
        here=`pwd`; \
1358
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1359
 
        unique=`for i in $$list; do \
1360
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1361
 
          done | \
1362
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1363
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1385
        $(am__define_uniq_tagged_files); \
1364
1386
        shift; \
1365
1387
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1366
1388
          test -n "$$unique" || unique=$$empty_fix; \
1372
1394
              $$unique; \
1373
1395
          fi; \
1374
1396
        fi
1375
 
ctags: CTAGS
1376
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1377
 
                $(TAGS_FILES) $(LISP)
1378
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1379
 
        unique=`for i in $$list; do \
1380
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1381
 
          done | \
1382
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1383
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1397
ctags: ctags-am
 
1398
 
 
1399
CTAGS: ctags
 
1400
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1401
        $(am__define_uniq_tagged_files); \
1384
1402
        test -z "$(CTAGS_ARGS)$$unique" \
1385
1403
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1386
1404
             $$unique
1389
1407
        here=`$(am__cd) $(top_builddir) && pwd` \
1390
1408
          && $(am__cd) $(top_srcdir) \
1391
1409
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1410
cscopelist: cscopelist-am
 
1411
 
 
1412
cscopelist-am: $(am__tagged_files)
 
1413
        list='$(am__tagged_files)'; \
 
1414
        case "$(srcdir)" in \
 
1415
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1416
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1417
        esac; \
 
1418
        for i in $$list; do \
 
1419
          if test -f "$$i"; then \
 
1420
            echo "$(subdir)/$$i"; \
 
1421
          else \
 
1422
            echo "$$sdir/$$i"; \
 
1423
          fi; \
 
1424
        done >> $(top_builddir)/cscope.files
1392
1425
 
1393
1426
distclean-tags:
1394
1427
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1534
1567
 
1535
1568
.MAKE: install-am install-strip
1536
1569
 
1537
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
1570
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1538
1571
        clean-libexecPROGRAMS clean-libtool clean-noinstPROGRAMS \
1539
 
        clean-pluginLTLIBRARIES ctags distclean distclean-compile \
1540
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
1541
 
        dvi-am html html-am info info-am install install-am \
1542
 
        install-data install-data-am install-dvi install-dvi-am \
1543
 
        install-exec install-exec-am install-html install-html-am \
1544
 
        install-info install-info-am install-libexecPROGRAMS \
1545
 
        install-man install-pdf install-pdf-am \
 
1572
        clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \
 
1573
        distclean-compile distclean-generic distclean-libtool \
 
1574
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1575
        install install-am install-data install-data-am install-dvi \
 
1576
        install-dvi-am install-exec install-exec-am install-html \
 
1577
        install-html-am install-info install-info-am \
 
1578
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
1546
1579
        install-pluginLTLIBRARIES install-ps install-ps-am \
1547
1580
        install-strip installcheck installcheck-am installdirs \
1548
1581
        maintainer-clean maintainer-clean-generic mostlyclean \
1549
1582
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1550
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
1583
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1551
1584
        uninstall-libexecPROGRAMS uninstall-pluginLTLIBRARIES
1552
1585
 
1553
1586
 
1554
 
marshal.h: marshal.list
1555
 
        $(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=totempluginviewer_marshal --internal --header $< > $@)
1556
 
marshal.c: marshal.list marshal.h
1557
 
        $(AM_V_GEN)($(GLIB_GENMARSHAL) --prefix=totempluginviewer_marshal --internal --body --header $< > $@)
1558
 
 
1559
1587
# Are we a bit thick, Mister?
1560
 
totem-plugin-viewer.c: totem-plugin-viewer-interface.h
 
1588
totem-plugin-viewer.c: totem-plugin-viewer-interface.h $(MARSHAL_FILES)
1561
1589
 
1562
1590
totem-plugin-viewer-interface.h: org_gnome_totem_PluginViewer.xml
1563
1591
        $(DBUS_BIND) --prefix=totem_embedded --mode=glib-server $< > $@