~ubuntu-branches/ubuntu/wily/totem/wily

« back to all changes in this revision

Viewing changes to src/plugins/coherence_upnp/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:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
38
 
        $(srcdir)/Makefile.in \
39
 
        $(top_srcdir)/src/plugins/Makefile.plugins
40
 
subdir = src/plugins/coherence_upnp
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.in
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES =
51
 
CONFIG_CLEAN_VPATH_FILES =
52
 
AM_V_GEN = $(am__v_GEN_$(V))
53
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
54
 
am__v_GEN_0 = @echo "  GEN   " $@;
55
 
AM_V_at = $(am__v_at_$(V))
56
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
57
 
am__v_at_0 = @
58
 
SOURCES =
59
 
DIST_SOURCES =
60
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61
 
am__vpath_adj = case $$p in \
62
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
 
    *) f=$$p;; \
64
 
  esac;
65
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66
 
am__install_max = 40
67
 
am__nobase_strip_setup = \
68
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69
 
am__nobase_strip = \
70
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71
 
am__nobase_list = $(am__nobase_strip_setup); \
72
 
  for p in $$list; do echo "$$p $$p"; done | \
73
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75
 
    if (++n[$$2] == $(am__install_max)) \
76
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77
 
    END { for (dir in files) print dir, files[dir] }'
78
 
am__base_list = \
79
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81
 
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
82
 
py_compile = $(top_srcdir)/py-compile
83
 
DATA = $(plugin_DATA)
84
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
 
ACLOCAL = @ACLOCAL@
86
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
87
 
ALL_LINGUAS = @ALL_LINGUAS@
88
 
ALL_PLUGINS = @ALL_PLUGINS@
89
 
AMTAR = @AMTAR@
90
 
AM_CFLAGS = @AM_CFLAGS@
91
 
AM_CPPFLAGS = \
92
 
        -DG_LOG_DOMAIN=\""Totem"\"      \
93
 
        $(DISABLE_DEPRECATED)           \
94
 
        -I$(top_srcdir)/                \
95
 
        -I$(top_srcdir)/src             \
96
 
        -I$(top_srcdir)/src/plugins
97
 
 
98
 
AM_CXXFLAGS = @AM_CXXFLAGS@
99
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
100
 
AM_LDFLAGS = @AM_LDFLAGS@
101
 
AR = @AR@
102
 
AUTOCONF = @AUTOCONF@
103
 
AUTOHEADER = @AUTOHEADER@
104
 
AUTOMAKE = @AUTOMAKE@
105
 
AWK = @AWK@
106
 
BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
107
 
BEMUSED_LIBS = @BEMUSED_LIBS@
108
 
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
109
 
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
110
 
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
111
 
CC = @CC@
112
 
CCDEPMODE = @CCDEPMODE@
113
 
CFLAGS = @CFLAGS@
114
 
CHAPTERS_CFLAGS = @CHAPTERS_CFLAGS@
115
 
CHAPTERS_LIBS = @CHAPTERS_LIBS@
116
 
CPP = @CPP@
117
 
CPPFLAGS = @CPPFLAGS@
118
 
CXX = @CXX@
119
 
CXXCPP = @CXXCPP@
120
 
CXXDEPMODE = @CXXDEPMODE@
121
 
CXXFLAGS = @CXXFLAGS@
122
 
CYGPATH_W = @CYGPATH_W@
123
 
DATADIRNAME = @DATADIRNAME@
124
 
DBUS_BIND = @DBUS_BIND@
125
 
DBUS_CFLAGS = @DBUS_CFLAGS@
126
 
DBUS_LIBS = @DBUS_LIBS@
127
 
DEFS = @DEFS@
128
 
DEPDIR = @DEPDIR@
129
 
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
130
 
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
131
 
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
132
 
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
133
 
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
134
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
135
 
DLLTOOL = @DLLTOOL@
136
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
137
 
DSYMUTIL = @DSYMUTIL@
138
 
DUMPBIN = @DUMPBIN@
139
 
ECHO_C = @ECHO_C@
140
 
ECHO_N = @ECHO_N@
141
 
ECHO_T = @ECHO_T@
142
 
EGREP = @EGREP@
143
 
EXEEXT = @EXEEXT@
144
 
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
145
 
FGREP = @FGREP@
146
 
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
147
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
148
 
GLIB_CFLAGS = @GLIB_CFLAGS@
149
 
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
150
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
151
 
GLIB_LIBS = @GLIB_LIBS@
152
 
GLIB_MKENUMS = @GLIB_MKENUMS@
153
 
GLIB_REQS = @GLIB_REQS@
154
 
GMSGFMT = @GMSGFMT@
155
 
GREP = @GREP@
156
 
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
157
 
GST_CFLAGS = @GST_CFLAGS@
158
 
GST_LIBS = @GST_LIBS@
159
 
GTKDOC_CHECK = @GTKDOC_CHECK@
160
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
161
 
GTKDOC_REBASE = @GTKDOC_REBASE@
162
 
GTK_CFLAGS = @GTK_CFLAGS@
163
 
GTK_LIBS = @GTK_LIBS@
164
 
GTK_REQS = @GTK_REQS@
165
 
HELP_DIR = @HELP_DIR@
166
 
HTML_DIR = @HTML_DIR@
167
 
INSTALL = @INSTALL@
168
 
INSTALL_DATA = @INSTALL_DATA@
169
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
170
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
171
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
173
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
174
 
INTLTOOL_PERL = @INTLTOOL_PERL@
175
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
176
 
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
177
 
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
178
 
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
179
 
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
180
 
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
181
 
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
182
 
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
183
 
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
184
 
LD = @LD@
185
 
LDFLAGS = @LDFLAGS@
186
 
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
187
 
LIBEPC_LIBS = @LIBEPC_LIBS@
188
 
LIBGDATA_0_7_CFLAGS = @LIBGDATA_0_7_CFLAGS@
189
 
LIBGDATA_0_7_LIBS = @LIBGDATA_0_7_LIBS@
190
 
LIBGDATA_CFLAGS = @LIBGDATA_CFLAGS@
191
 
LIBGDATA_LIBS = @LIBGDATA_LIBS@
192
 
LIBOBJS = @LIBOBJS@
193
 
LIBS = @LIBS@
194
 
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
195
 
LIBSOUP_LIBS = @LIBSOUP_LIBS@
196
 
LIBTOOL = @LIBTOOL@
197
 
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
198
 
LIBZEITGEIST_LIBS = @LIBZEITGEIST_LIBS@
199
 
LIPO = @LIPO@
200
 
LIRC_LIBS = @LIRC_LIBS@
201
 
LN_S = @LN_S@
202
 
LTLIBOBJS = @LTLIBOBJS@
203
 
MAINT = @MAINT@
204
 
MAKEINFO = @MAKEINFO@
205
 
MANIFEST_TOOL = @MANIFEST_TOOL@
206
 
MEDIA_PLAYER_KEYS_CFLAGS = @MEDIA_PLAYER_KEYS_CFLAGS@
207
 
MEDIA_PLAYER_KEYS_LIBS = @MEDIA_PLAYER_KEYS_LIBS@
208
 
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
209
 
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
210
 
MKDIR_P = @MKDIR_P@
211
 
MM_CFLAGS = @MM_CFLAGS@
212
 
MM_LIBS = @MM_LIBS@
213
 
MSGFMT = @MSGFMT@
214
 
MSGMERGE = @MSGMERGE@
215
 
NAUTILUSDIR = @NAUTILUSDIR@
216
 
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
217
 
NAUTILUS_LIBS = @NAUTILUS_LIBS@
218
 
NM = @NM@
219
 
NMEDIT = @NMEDIT@
220
 
OBJDUMP = @OBJDUMP@
221
 
OBJEXT = @OBJEXT@
222
 
OMF_DIR = @OMF_DIR@
223
 
OTOOL = @OTOOL@
224
 
OTOOL64 = @OTOOL64@
225
 
PACKAGE = @PACKAGE@
226
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
227
 
PACKAGE_NAME = @PACKAGE_NAME@
228
 
PACKAGE_STRING = @PACKAGE_STRING@
229
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
230
 
PACKAGE_URL = @PACKAGE_URL@
231
 
PACKAGE_VERSION = @PACKAGE_VERSION@
232
 
PATH_SEPARATOR = @PATH_SEPARATOR@
233
 
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
234
 
PEASGTK_LIBS = @PEASGTK_LIBS@
235
 
PEAS_CFLAGS = @PEAS_CFLAGS@
236
 
PEAS_LIBS = @PEAS_LIBS@
237
 
PKG_CONFIG = @PKG_CONFIG@
238
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
239
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
240
 
PLUGINDIR = @PLUGINDIR@
241
 
PLUGINS = @PLUGINS@
242
 
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
243
 
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
244
 
PYTHON = @PYTHON@
245
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
246
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
247
 
PYTHON_PREFIX = @PYTHON_PREFIX@
248
 
PYTHON_VERSION = @PYTHON_VERSION@
249
 
RANLIB = @RANLIB@
250
 
SAVE_FILE_CFLAGS = @SAVE_FILE_CFLAGS@
251
 
SAVE_FILE_CHECK_CFLAGS = @SAVE_FILE_CHECK_CFLAGS@
252
 
SAVE_FILE_CHECK_LIBS = @SAVE_FILE_CHECK_LIBS@
253
 
SAVE_FILE_LIBS = @SAVE_FILE_LIBS@
254
 
SED = @SED@
255
 
SET_MAKE = @SET_MAKE@
256
 
SHELL = @SHELL@
257
 
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
258
 
SMCLIENT_LIBS = @SMCLIENT_LIBS@
259
 
STRIP = @STRIP@
260
 
TOTEM_API_VERSION = @TOTEM_API_VERSION@
261
 
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
262
 
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
263
 
TOTEM_VERSION_MICRO = @TOTEM_VERSION_MICRO@
264
 
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
265
 
TRACKER_CFLAGS = @TRACKER_CFLAGS@
266
 
TRACKER_LIBS = @TRACKER_LIBS@
267
 
USE_NLS = @USE_NLS@
268
 
VALAC = @VALAC@
269
 
VERSION = @VERSION@
270
 
WARN_CFLAGS = @WARN_CFLAGS@
271
 
WARN_CXXFLAGS = @WARN_CXXFLAGS@
272
 
XGETTEXT = @XGETTEXT@
273
 
XMKMF = @XMKMF@
274
 
XTEST_LIBS = @XTEST_LIBS@
275
 
XVIDMODE_CFLAGS = @XVIDMODE_CFLAGS@
276
 
XVIDMODE_LIBS = @XVIDMODE_LIBS@
277
 
X_LIBS = @X_LIBS@
278
 
abs_builddir = @abs_builddir@
279
 
abs_srcdir = @abs_srcdir@
280
 
abs_top_builddir = @abs_top_builddir@
281
 
abs_top_srcdir = @abs_top_srcdir@
282
 
ac_ct_AR = @ac_ct_AR@
283
 
ac_ct_CC = @ac_ct_CC@
284
 
ac_ct_CXX = @ac_ct_CXX@
285
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
286
 
am__include = @am__include@
287
 
am__leading_dot = @am__leading_dot@
288
 
am__quote = @am__quote@
289
 
am__tar = @am__tar@
290
 
am__untar = @am__untar@
291
 
bindir = @bindir@
292
 
build = @build@
293
 
build_alias = @build_alias@
294
 
build_cpu = @build_cpu@
295
 
build_os = @build_os@
296
 
build_vendor = @build_vendor@
297
 
builddir = @builddir@
298
 
datadir = @datadir@
299
 
datarootdir = @datarootdir@
300
 
docdir = @docdir@
301
 
dvidir = @dvidir@
302
 
exec_prefix = @exec_prefix@
303
 
gsettingsschemadir = @gsettingsschemadir@
304
 
host = @host@
305
 
host_alias = @host_alias@
306
 
host_cpu = @host_cpu@
307
 
host_os = @host_os@
308
 
host_vendor = @host_vendor@
309
 
htmldir = @htmldir@
310
 
includedir = @includedir@
311
 
infodir = @infodir@
312
 
install_sh = @install_sh@
313
 
libdir = @libdir@
314
 
libexecdir = @libexecdir@
315
 
localedir = @localedir@
316
 
localstatedir = @localstatedir@
317
 
mandir = @mandir@
318
 
mkdir_p = @mkdir_p@
319
 
oldincludedir = @oldincludedir@
320
 
pdfdir = @pdfdir@
321
 
pkgpyexecdir = @pkgpyexecdir@
322
 
pkgpythondir = @pkgpythondir@
323
 
prefix = @prefix@
324
 
program_transform_name = @program_transform_name@
325
 
psdir = @psdir@
326
 
pyexecdir = @pyexecdir@
327
 
pythondir = @pythondir@
328
 
sbindir = @sbindir@
329
 
sharedstatedir = @sharedstatedir@
330
 
srcdir = @srcdir@
331
 
sysconfdir = @sysconfdir@
332
 
target_alias = @target_alias@
333
 
top_build_prefix = @top_build_prefix@
334
 
top_builddir = @top_builddir@
335
 
top_srcdir = @top_srcdir@
336
 
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
337
 
CLEANFILES = $(plugin_DATA)
338
 
DISTCLEANFILES = $(plugin_DATA)
339
 
EXTRA_DIST = $(plugin_in_files)
340
 
plugin_cflags = \
341
 
        $(DEPENDENCY_CFLAGS)    \
342
 
        $(PEAS_CFLAGS)          \
343
 
        $(WARN_CFLAGS)
344
 
 
345
 
plugin_ldflags = \
346
 
        -export_dynamic \
347
 
        -avoid-version \
348
 
        -module
349
 
 
350
 
plugin_libadd = \
351
 
        $(top_builddir)/src/libtotem.la
352
 
 
353
 
plugindir = $(PLUGINDIR)/coherence_upnp
354
 
plugin_PYTHON = coherence_upnp.py
355
 
plugin_in_files = coherence_upnp.plugin.in
356
 
all: all-am
357
 
 
358
 
.SUFFIXES:
359
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/plugins/Makefile.plugins $(am__configure_deps)
360
 
        @for dep in $?; do \
361
 
          case '$(am__configure_deps)' in \
362
 
            *$$dep*) \
363
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
364
 
                && { if test -f $@; then exit 0; else break; fi; }; \
365
 
              exit 1;; \
366
 
          esac; \
367
 
        done; \
368
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/coherence_upnp/Makefile'; \
369
 
        $(am__cd) $(top_srcdir) && \
370
 
          $(AUTOMAKE) --gnu src/plugins/coherence_upnp/Makefile
371
 
.PRECIOUS: Makefile
372
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
373
 
        @case '$?' in \
374
 
          *config.status*) \
375
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
376
 
          *) \
377
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
378
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
379
 
        esac;
380
 
 
381
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
 
 
384
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
385
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
387
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
 
$(am__aclocal_m4_deps):
389
 
 
390
 
mostlyclean-libtool:
391
 
        -rm -f *.lo
392
 
 
393
 
clean-libtool:
394
 
        -rm -rf .libs _libs
395
 
install-pluginPYTHON: $(plugin_PYTHON)
396
 
        @$(NORMAL_INSTALL)
397
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
398
 
        @list='$(plugin_PYTHON)'; dlist=; list2=; test -n "$(plugindir)" || list=; \
399
 
        for p in $$list; do \
400
 
          if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
401
 
          if test -f $$b$$p; then \
402
 
            $(am__strip_dir) \
403
 
            dlist="$$dlist $$f"; \
404
 
            list2="$$list2 $$b$$p"; \
405
 
          else :; fi; \
406
 
        done; \
407
 
        for file in $$list2; do echo $$file; done | $(am__base_list) | \
408
 
        while read files; do \
409
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
410
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
411
 
        done || exit $$?; \
412
 
        if test -n "$$dlist"; then \
413
 
          if test -z "$(DESTDIR)"; then \
414
 
            PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
415
 
          else \
416
 
            PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
417
 
          fi; \
418
 
        else :; fi
419
 
 
420
 
uninstall-pluginPYTHON:
421
 
        @$(NORMAL_UNINSTALL)
422
 
        @list='$(plugin_PYTHON)'; test -n "$(plugindir)" || list=; \
423
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
424
 
        test -n "$$files" || exit 0; \
425
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
426
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
427
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
428
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files || exit $$?; \
429
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$filesc ")"; \
430
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$filesc || exit $$?; \
431
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$fileso ")"; \
432
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$fileso
433
 
install-pluginDATA: $(plugin_DATA)
434
 
        @$(NORMAL_INSTALL)
435
 
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
436
 
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
437
 
        for p in $$list; do \
438
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
439
 
          echo "$$d$$p"; \
440
 
        done | $(am__base_list) | \
441
 
        while read files; do \
442
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
443
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
444
 
        done
445
 
 
446
 
uninstall-pluginDATA:
447
 
        @$(NORMAL_UNINSTALL)
448
 
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
449
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
450
 
        test -n "$$files" || exit 0; \
451
 
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
452
 
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
453
 
tags: TAGS
454
 
TAGS:
455
 
 
456
 
ctags: CTAGS
457
 
CTAGS:
458
 
 
459
 
 
460
 
distdir: $(DISTFILES)
461
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
463
 
        list='$(DISTFILES)'; \
464
 
          dist_files=`for file in $$list; do echo $$file; done | \
465
 
          sed -e "s|^$$srcdirstrip/||;t" \
466
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
467
 
        case $$dist_files in \
468
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
469
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
470
 
                           sort -u` ;; \
471
 
        esac; \
472
 
        for file in $$dist_files; do \
473
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
474
 
          if test -d $$d/$$file; then \
475
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
476
 
            if test -d "$(distdir)/$$file"; then \
477
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478
 
            fi; \
479
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
480
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
481
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482
 
            fi; \
483
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
484
 
          else \
485
 
            test -f "$(distdir)/$$file" \
486
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
487
 
            || exit 1; \
488
 
          fi; \
489
 
        done
490
 
check-am: all-am
491
 
check: check-am
492
 
all-am: Makefile $(DATA)
493
 
installdirs:
494
 
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"; do \
495
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
496
 
        done
497
 
install: install-am
498
 
install-exec: install-exec-am
499
 
install-data: install-data-am
500
 
uninstall: uninstall-am
501
 
 
502
 
install-am: all-am
503
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
504
 
 
505
 
installcheck: installcheck-am
506
 
install-strip:
507
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509
 
          `test -z '$(STRIP)' || \
510
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
511
 
mostlyclean-generic:
512
 
 
513
 
clean-generic:
514
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
515
 
 
516
 
distclean-generic:
517
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
518
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
519
 
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
520
 
 
521
 
maintainer-clean-generic:
522
 
        @echo "This command is intended for maintainers to use"
523
 
        @echo "it deletes files that may require special tools to rebuild."
524
 
clean: clean-am
525
 
 
526
 
clean-am: clean-generic clean-libtool mostlyclean-am
527
 
 
528
 
distclean: distclean-am
529
 
        -rm -f Makefile
530
 
distclean-am: clean-am distclean-generic
531
 
 
532
 
dvi: dvi-am
533
 
 
534
 
dvi-am:
535
 
 
536
 
html: html-am
537
 
 
538
 
html-am:
539
 
 
540
 
info: info-am
541
 
 
542
 
info-am:
543
 
 
544
 
install-data-am: install-pluginDATA install-pluginPYTHON
545
 
 
546
 
install-dvi: install-dvi-am
547
 
 
548
 
install-dvi-am:
549
 
 
550
 
install-exec-am:
551
 
 
552
 
install-html: install-html-am
553
 
 
554
 
install-html-am:
555
 
 
556
 
install-info: install-info-am
557
 
 
558
 
install-info-am:
559
 
 
560
 
install-man:
561
 
 
562
 
install-pdf: install-pdf-am
563
 
 
564
 
install-pdf-am:
565
 
 
566
 
install-ps: install-ps-am
567
 
 
568
 
install-ps-am:
569
 
 
570
 
installcheck-am:
571
 
 
572
 
maintainer-clean: maintainer-clean-am
573
 
        -rm -f Makefile
574
 
maintainer-clean-am: distclean-am maintainer-clean-generic
575
 
 
576
 
mostlyclean: mostlyclean-am
577
 
 
578
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
579
 
 
580
 
pdf: pdf-am
581
 
 
582
 
pdf-am:
583
 
 
584
 
ps: ps-am
585
 
 
586
 
ps-am:
587
 
 
588
 
uninstall-am: uninstall-pluginDATA uninstall-pluginPYTHON
589
 
 
590
 
.MAKE: install-am install-strip
591
 
 
592
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
593
 
        distclean distclean-generic distclean-libtool distdir dvi \
594
 
        dvi-am html html-am info info-am install install-am \
595
 
        install-data install-data-am install-dvi install-dvi-am \
596
 
        install-exec install-exec-am install-html install-html-am \
597
 
        install-info install-info-am install-man install-pdf \
598
 
        install-pdf-am install-pluginDATA install-pluginPYTHON \
599
 
        install-ps install-ps-am install-strip installcheck \
600
 
        installcheck-am installdirs maintainer-clean \
601
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
602
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
603
 
        uninstall-pluginDATA uninstall-pluginPYTHON
604
 
 
605
 
%.plugin: %.plugin.in
606
 
        $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
607
 
 
608
 
-include $(top_srcdir)/git.mk
609
 
 
610
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
611
 
# Otherwise a system limit (for SysV at least) may be exceeded.
612
 
.NOEXPORT: