~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to src/plugins/zeitgeist-dp/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@
35
51
POST_UNINSTALL = :
36
52
build_triplet = @build@
37
53
host_triplet = @host@
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
 
        $(top_srcdir)/src/plugins/Makefile.plugins \
40
 
        libtotem_zeitgeist_dp_plugin_la_vala.stamp \
41
 
        totem-zeitgeist-dp-plugin.c
 
54
DIST_COMMON = $(top_srcdir)/src/plugins/Makefile.plugins \
 
55
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        totem-zeitgeist-dp-plugin.c $(top_srcdir)/build-aux/depcomp \
 
57
        $(srcdir)/libtotem_zeitgeist_dp_plugin_la_vala.stamp
42
58
subdir = src/plugins/zeitgeist-dp
43
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
45
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
 
        $(top_srcdir)/configure.in
 
60
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
61
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
62
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
63
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
64
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
48
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
66
        $(ACLOCAL_M4)
50
67
mkinstalldirs = $(install_sh) -d
90
107
AM_V_lt = $(am__v_lt_@AM_V@)
91
108
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
92
109
am__v_lt_0 = --silent
 
110
am__v_lt_1 = 
93
111
libtotem_zeitgeist_dp_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
94
112
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
95
113
        $(libtotem_zeitgeist_dp_plugin_la_CFLAGS) $(CFLAGS) \
96
114
        $(libtotem_zeitgeist_dp_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
 
115
AM_V_P = $(am__v_P_@AM_V@)
 
116
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
117
am__v_P_0 = false
 
118
am__v_P_1 = :
 
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
121
am__v_GEN_0 = @echo "  GEN     " $@;
 
122
am__v_GEN_1 = 
 
123
AM_V_at = $(am__v_at_@AM_V@)
 
124
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
125
am__v_at_0 = @
 
126
am__v_at_1 = 
97
127
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
128
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
99
129
am__depfiles_maybe = depfiles
100
130
am__mv = mv -f
101
131
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
136
        $(AM_CFLAGS) $(CFLAGS)
107
137
AM_V_CC = $(am__v_CC_@AM_V@)
108
138
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
109
 
am__v_CC_0 = @echo "  CC    " $@;
110
 
AM_V_at = $(am__v_at_@AM_V@)
111
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112
 
am__v_at_0 = @
 
139
am__v_CC_0 = @echo "  CC      " $@;
 
140
am__v_CC_1 = 
113
141
CCLD = $(CC)
114
142
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
115
143
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
116
144
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
117
145
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
118
146
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
119
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
147
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
148
am__v_CCLD_1 = 
120
149
VALACOMPILE = $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS)
121
150
LTVALACOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
122
151
        $(LIBTOOLFLAGS) --mode=compile $(VALAC) $(AM_VALAFLAGS) \
123
152
        $(VALAFLAGS)
124
153
AM_V_VALAC = $(am__v_VALAC_@AM_V@)
125
154
am__v_VALAC_ = $(am__v_VALAC_@AM_DEFAULT_V@)
126
 
am__v_VALAC_0 = @echo "  VALAC " $@;
127
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
128
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
155
am__v_VALAC_0 = @echo "  VALAC   " $@;
 
156
am__v_VALAC_1 = 
130
157
SOURCES = $(libtotem_zeitgeist_dp_plugin_la_SOURCES)
131
158
DIST_SOURCES = $(libtotem_zeitgeist_dp_plugin_la_SOURCES)
 
159
am__can_run_installinfo = \
 
160
  case $$AM_UPDATE_INFO_DIR in \
 
161
    n|no|NO) false;; \
 
162
    *) (install-info --version) >/dev/null 2>&1;; \
 
163
  esac
132
164
DATA = $(plugin_DATA)
 
165
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
166
# Read a list of newline-separated strings from the standard input,
 
167
# and print each of them once, without duplicates.  Input order is
 
168
# *not* preserved.
 
169
am__uniquify_input = $(AWK) '\
 
170
  BEGIN { nonempty = 0; } \
 
171
  { items[$$0] = 1; nonempty = 1; } \
 
172
  END { if (nonempty) { for (i in items) print i; }; } \
 
173
'
 
174
# Make sure the list of sources is unique.  This is necessary because,
 
175
# e.g., the same source file might be shared among _SOURCES variables
 
176
# for different programs/libraries.
 
177
am__define_uniq_tagged_files = \
 
178
  list='$(am__tagged_files)'; \
 
179
  unique=`for i in $$list; do \
 
180
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
181
  done | $(am__uniquify_input)`
133
182
ETAGS = etags
134
183
CTAGS = ctags
135
184
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
136
185
ACLOCAL = @ACLOCAL@
137
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
138
186
ALL_LINGUAS = @ALL_LINGUAS@
139
187
ALL_PLUGINS = @ALL_PLUGINS@
140
188
AMTAR = @AMTAR@
144
192
        $(DISABLE_DEPRECATED)           \
145
193
        -I$(top_srcdir)/                \
146
194
        -I$(top_srcdir)/src             \
147
 
        -I$(top_srcdir)/src/plugins
 
195
        -I$(top_srcdir)/src/plugins     \
 
196
        -I$(top_srcdir)/src/gst
148
197
 
149
198
AM_CXXFLAGS = @AM_CXXFLAGS@
150
199
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154
203
AUTOHEADER = @AUTOHEADER@
155
204
AUTOMAKE = @AUTOMAKE@
156
205
AWK = @AWK@
 
206
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
207
BACKEND_LIBS = @BACKEND_LIBS@
 
208
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
209
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
157
210
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
158
211
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
159
212
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
175
228
DBUS_LIBS = @DBUS_LIBS@
176
229
DEFS = @DEFS@
177
230
DEPDIR = @DEPDIR@
178
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
179
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
180
231
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
181
232
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
182
233
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
183
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
184
234
DLLTOOL = @DLLTOOL@
185
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
186
235
DSYMUTIL = @DSYMUTIL@
187
236
DUMPBIN = @DUMPBIN@
188
237
ECHO_C = @ECHO_C@
190
239
ECHO_T = @ECHO_T@
191
240
EGREP = @EGREP@
192
241
EXEEXT = @EXEEXT@
193
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
194
242
FGREP = @FGREP@
195
243
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
196
244
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
197
245
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
198
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
199
246
GLIB_MKENUMS = @GLIB_MKENUMS@
200
247
GLIB_REQS = @GLIB_REQS@
 
248
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
249
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
201
250
GMSGFMT = @GMSGFMT@
202
251
GREP = @GREP@
203
252
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
204
 
GST_CFLAGS = @GST_CFLAGS@
205
 
GST_LIBS = @GST_LIBS@
 
253
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
254
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
206
255
GTKDOC_CHECK = @GTKDOC_CHECK@
207
256
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
208
257
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
209
258
GTKDOC_MKPDF = @GTKDOC_MKPDF@
210
259
GTKDOC_REBASE = @GTKDOC_REBASE@
211
 
GTK_CFLAGS = @GTK_CFLAGS@
212
 
GTK_LIBS = @GTK_LIBS@
213
260
GTK_REQS = @GTK_REQS@
 
261
HELPER_CFLAGS = @HELPER_CFLAGS@
 
262
HELPER_LIBS = @HELPER_LIBS@
214
263
HELP_DIR = @HELP_DIR@
215
264
HTML_DIR = @HTML_DIR@
216
265
INSTALL = @INSTALL@
234
283
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
235
284
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
236
285
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
286
ITSTOOL = @ITSTOOL@
237
287
LD = @LD@
238
288
LDFLAGS = @LDFLAGS@
239
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
240
 
LIBEPC_LIBS = @LIBEPC_LIBS@
 
289
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
290
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
291
LIBGD_LIBS = @LIBGD_LIBS@
 
292
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
293
LIBGD_SOURCES = @LIBGD_SOURCES@
241
294
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
242
295
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
296
LIBM = @LIBM@
243
297
LIBOBJS = @LIBOBJS@
 
298
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
299
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
244
300
LIBS = @LIBS@
245
301
LIBTOOL = @LIBTOOL@
246
302
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
257
313
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
258
314
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
259
315
MKDIR_P = @MKDIR_P@
260
 
MM_CFLAGS = @MM_CFLAGS@
261
 
MM_LIBS = @MM_LIBS@
262
316
MSGFMT = @MSGFMT@
263
317
MSGMERGE = @MSGMERGE@
264
318
NAUTILUSDIR = @NAUTILUSDIR@
268
322
NMEDIT = @NMEDIT@
269
323
OBJDUMP = @OBJDUMP@
270
324
OBJEXT = @OBJEXT@
271
 
OMF_DIR = @OMF_DIR@
272
325
OTOOL = @OTOOL@
273
326
OTOOL64 = @OTOOL64@
274
327
PACKAGE = @PACKAGE@
279
332
PACKAGE_URL = @PACKAGE_URL@
280
333
PACKAGE_VERSION = @PACKAGE_VERSION@
281
334
PATH_SEPARATOR = @PATH_SEPARATOR@
282
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
283
 
PEASGTK_LIBS = @PEASGTK_LIBS@
284
 
PEAS_CFLAGS = @PEAS_CFLAGS@
285
 
PEAS_LIBS = @PEAS_LIBS@
 
335
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
336
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
286
337
PKG_CONFIG = @PKG_CONFIG@
287
338
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
288
339
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
340
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
341
PLAYER_LIBS = @PLAYER_LIBS@
289
342
PLUGINDIR = @PLUGINDIR@
290
343
PLUGINS = @PLUGINS@
 
344
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
345
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
346
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
347
PREVIEW_LIBS = @PREVIEW_LIBS@
 
348
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
349
PROPERTIES_LIBS = @PROPERTIES_LIBS@
291
350
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
292
351
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
293
352
PYLINT = @PYLINT@
307
366
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
308
367
SMCLIENT_LIBS = @SMCLIENT_LIBS@
309
368
STRIP = @STRIP@
 
369
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
370
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
371
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
372
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
310
373
TOTEM_API_VERSION = @TOTEM_API_VERSION@
311
374
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
312
375
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
318
381
WARN_CFLAGS = @WARN_CFLAGS@
319
382
WARN_CXXFLAGS = @WARN_CXXFLAGS@
320
383
XGETTEXT = @XGETTEXT@
321
 
XMKMF = @XMKMF@
322
 
XTEST_LIBS = @XTEST_LIBS@
323
 
X_LIBS = @X_LIBS@
 
384
XMLLINT = @XMLLINT@
324
385
abs_builddir = @abs_builddir@
325
386
abs_srcdir = @abs_srcdir@
326
387
abs_top_builddir = @abs_top_builddir@
386
447
DISTCLEANFILES = $(plugin_DATA)
387
448
EXTRA_DIST = $(plugin_in_files)
388
449
plugin_cflags = \
389
 
        $(DEPENDENCY_CFLAGS)    \
390
 
        $(PEAS_CFLAGS)          \
 
450
        $(PLAYER_CFLAGS)        \
391
451
        $(WARN_CFLAGS)
392
452
 
393
453
plugin_ldflags = \
405
465
 
406
466
# here we are explicitly specifying gtk+-3.0 to use the vapi because vala still
407
467
# cannot parse the gir
408
 
VALAFLAGS = \
409
 
        --girdir=$(top_srcdir)/src      \
 
468
AM_VALAFLAGS = \
 
469
        --girdir=$(top_builddir)/src    \
410
470
        --pkg Totem-1.0 --pkg Peas-1.0 --pkg gtk+-3.0 \
411
471
        --pkg zeitgeist-1.0 \
412
472
        bacon-video.vapi
462
522
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
463
523
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464
524
$(am__aclocal_m4_deps):
 
525
 
465
526
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
466
527
        @$(NORMAL_INSTALL)
467
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
468
528
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
469
529
        list2=; for p in $$list; do \
470
530
          if test -f $$p; then \
472
532
          else :; fi; \
473
533
        done; \
474
534
        test -z "$$list2" || { \
 
535
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
536
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
475
537
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
476
538
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
477
539
        }
487
549
 
488
550
clean-pluginLTLIBRARIES:
489
551
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
490
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
491
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
492
 
          test "$$dir" != "$$p" || dir=.; \
493
 
          echo "rm -f \"$${dir}/so_locations\""; \
494
 
          rm -f "$${dir}/so_locations"; \
495
 
        done
 
552
        @list='$(plugin_LTLIBRARIES)'; \
 
553
        locs=`for p in $$list; do echo $$p; done | \
 
554
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
555
              sort -u`; \
 
556
        test -z "$$locs" || { \
 
557
          echo rm -f $${locs}; \
 
558
          rm -f $${locs}; \
 
559
        }
496
560
libtotem-zeitgeist-dp-plugin.la: $(libtotem_zeitgeist_dp_plugin_la_OBJECTS) $(libtotem_zeitgeist_dp_plugin_la_DEPENDENCIES) $(EXTRA_libtotem_zeitgeist_dp_plugin_la_DEPENDENCIES) 
497
561
        $(AM_V_CCLD)$(libtotem_zeitgeist_dp_plugin_la_LINK) -rpath $(plugindir) $(libtotem_zeitgeist_dp_plugin_la_OBJECTS) $(libtotem_zeitgeist_dp_plugin_la_LIBADD) $(LIBS)
498
562
 
505
569
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtotem_zeitgeist_dp_plugin_la-totem-zeitgeist-dp-plugin.Plo@am__quote@
506
570
 
507
571
.c.o:
508
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
509
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
510
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
572
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
573
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
511
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
512
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
576
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
514
577
 
515
578
.c.obj:
516
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
517
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
518
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
579
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
580
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
583
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
522
584
 
523
585
.c.lo:
524
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
525
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
526
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
586
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
587
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
527
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
528
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
590
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
539
600
        @if test -f $@; then :; else \
540
601
          $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/libtotem_zeitgeist_dp_plugin_la_vala.stamp; \
541
602
        fi
542
 
$(srcdir)/libtotem_zeitgeist_dp_plugin_la_vala.stamp: $(libtotem_zeitgeist_dp_plugin_la_SOURCES)
 
603
$(srcdir)/libtotem_zeitgeist_dp_plugin_la_vala.stamp: totem-zeitgeist-dp-plugin.vala
543
604
        $(AM_V_at)rm -f $@ && echo stamp > $@-t
544
 
        $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS) -C $(libtotem_zeitgeist_dp_plugin_la_SOURCES)
 
605
        $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(AM_VALAFLAGS) $(VALAFLAGS) -C totem-zeitgeist-dp-plugin.vala
545
606
        $(AM_V_at)mv -f $@-t $@
546
607
 
547
608
mostlyclean-libtool:
551
612
        -rm -rf .libs _libs
552
613
install-pluginDATA: $(plugin_DATA)
553
614
        @$(NORMAL_INSTALL)
554
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
555
615
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
616
        if test -n "$$list"; then \
 
617
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
618
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
619
        fi; \
556
620
        for p in $$list; do \
557
621
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
558
622
          echo "$$d$$p"; \
568
632
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
569
633
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
570
634
 
571
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
572
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
573
 
        unique=`for i in $$list; do \
574
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575
 
          done | \
576
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
578
 
        mkid -fID $$unique
579
 
tags: TAGS
 
635
ID: $(am__tagged_files)
 
636
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
637
tags: tags-am
 
638
TAGS: tags
580
639
 
581
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
582
 
                $(TAGS_FILES) $(LISP)
 
640
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
583
641
        set x; \
584
642
        here=`pwd`; \
585
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
586
 
        unique=`for i in $$list; do \
587
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
588
 
          done | \
589
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
590
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
643
        $(am__define_uniq_tagged_files); \
591
644
        shift; \
592
645
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
593
646
          test -n "$$unique" || unique=$$empty_fix; \
599
652
              $$unique; \
600
653
          fi; \
601
654
        fi
602
 
ctags: CTAGS
603
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
604
 
                $(TAGS_FILES) $(LISP)
605
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
606
 
        unique=`for i in $$list; do \
607
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
608
 
          done | \
609
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
610
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
655
ctags: ctags-am
 
656
 
 
657
CTAGS: ctags
 
658
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
659
        $(am__define_uniq_tagged_files); \
611
660
        test -z "$(CTAGS_ARGS)$$unique" \
612
661
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
613
662
             $$unique
616
665
        here=`$(am__cd) $(top_builddir) && pwd` \
617
666
          && $(am__cd) $(top_srcdir) \
618
667
          && gtags -i $(GTAGS_ARGS) "$$here"
 
668
cscopelist: cscopelist-am
 
669
 
 
670
cscopelist-am: $(am__tagged_files)
 
671
        list='$(am__tagged_files)'; \
 
672
        case "$(srcdir)" in \
 
673
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
674
          *) sdir=$(subdir)/$(srcdir) ;; \
 
675
        esac; \
 
676
        for i in $$list; do \
 
677
          if test -f "$$i"; then \
 
678
            echo "$(subdir)/$$i"; \
 
679
          else \
 
680
            echo "$$sdir/$$i"; \
 
681
          fi; \
 
682
        done >> $(top_builddir)/cscope.files
619
683
 
620
684
distclean-tags:
621
685
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
689
753
maintainer-clean-generic:
690
754
        @echo "This command is intended for maintainers to use"
691
755
        @echo "it deletes files that may require special tools to rebuild."
692
 
        -rm -f libtotem_zeitgeist_dp_plugin_la_vala.stamp
 
756
        -rm -f $(srcdir)/libtotem_zeitgeist_dp_plugin_la_vala.stamp
 
757
        -rm -f $(srcdir)/totem-zeitgeist-dp-plugin.c
693
758
        -rm -f totem-zeitgeist-dp-plugin.c
694
759
clean: clean-am
695
760
 
764
829
 
765
830
.MAKE: install-am install-strip
766
831
 
767
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
768
 
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
769
 
        distclean-compile distclean-generic distclean-libtool \
770
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
771
 
        install install-am install-data install-data-am install-dvi \
772
 
        install-dvi-am install-exec install-exec-am install-html \
773
 
        install-html-am install-info install-info-am install-man \
774
 
        install-pdf install-pdf-am install-pluginDATA \
775
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
776
 
        install-strip installcheck installcheck-am installdirs \
777
 
        maintainer-clean maintainer-clean-generic mostlyclean \
778
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
779
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
780
 
        uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
832
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
833
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
834
        ctags-am distclean distclean-compile distclean-generic \
 
835
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
836
        html-am info info-am install install-am install-data \
 
837
        install-data-am install-dvi install-dvi-am install-exec \
 
838
        install-exec-am install-html install-html-am install-info \
 
839
        install-info-am install-man install-pdf install-pdf-am \
 
840
        install-pluginDATA install-pluginLTLIBRARIES install-ps \
 
841
        install-ps-am install-strip installcheck installcheck-am \
 
842
        installdirs maintainer-clean maintainer-clean-generic \
 
843
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
844
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
845
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES
781
846
 
782
847
%.plugin: %.plugin.in
783
848
        $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache