~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to src/plugins/recent/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.13.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
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
  }
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = @build@
 
53
host_triplet = @host@
 
54
DIST_COMMON = $(top_srcdir)/src/plugins/Makefile.plugins \
 
55
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
56
        $(top_srcdir)/build-aux/depcomp
 
57
subdir = src/plugins/recent
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
60
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
61
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
62
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
63
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
65
        $(ACLOCAL_M4)
 
66
mkinstalldirs = $(install_sh) -d
 
67
CONFIG_HEADER = $(top_builddir)/config.h
 
68
CONFIG_CLEAN_FILES =
 
69
CONFIG_CLEAN_VPATH_FILES =
 
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
71
am__vpath_adj = case $$p in \
 
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
73
    *) f=$$p;; \
 
74
  esac;
 
75
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
76
am__install_max = 40
 
77
am__nobase_strip_setup = \
 
78
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
79
am__nobase_strip = \
 
80
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
81
am__nobase_list = $(am__nobase_strip_setup); \
 
82
  for p in $$list; do echo "$$p $$p"; done | \
 
83
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
84
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
85
    if (++n[$$2] == $(am__install_max)) \
 
86
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
87
    END { for (dir in files) print dir, files[dir] }'
 
88
am__base_list = \
 
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
91
am__uninstall_files_from_dir = { \
 
92
  test -z "$$files" \
 
93
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
94
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
95
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
96
  }
 
97
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
 
98
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
99
librecent_la_DEPENDENCIES = $(plugin_libadd)
 
100
am_librecent_la_OBJECTS = librecent_la-totem-recent.lo
 
101
librecent_la_OBJECTS = $(am_librecent_la_OBJECTS)
 
102
AM_V_lt = $(am__v_lt_@AM_V@)
 
103
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
104
am__v_lt_0 = --silent
 
105
am__v_lt_1 = 
 
106
librecent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
107
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(librecent_la_CFLAGS) \
 
108
        $(CFLAGS) $(librecent_la_LDFLAGS) $(LDFLAGS) -o $@
 
109
AM_V_P = $(am__v_P_@AM_V@)
 
110
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
111
am__v_P_0 = false
 
112
am__v_P_1 = :
 
113
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
114
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
115
am__v_GEN_0 = @echo "  GEN     " $@;
 
116
am__v_GEN_1 = 
 
117
AM_V_at = $(am__v_at_@AM_V@)
 
118
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
119
am__v_at_0 = @
 
120
am__v_at_1 = 
 
121
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
122
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
123
am__depfiles_maybe = depfiles
 
124
am__mv = mv -f
 
125
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
126
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
127
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
128
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
129
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
130
        $(AM_CFLAGS) $(CFLAGS)
 
131
AM_V_CC = $(am__v_CC_@AM_V@)
 
132
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
133
am__v_CC_0 = @echo "  CC      " $@;
 
134
am__v_CC_1 = 
 
135
CCLD = $(CC)
 
136
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
137
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
138
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
139
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
140
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
141
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
142
am__v_CCLD_1 = 
 
143
SOURCES = $(librecent_la_SOURCES)
 
144
DIST_SOURCES = $(librecent_la_SOURCES)
 
145
am__can_run_installinfo = \
 
146
  case $$AM_UPDATE_INFO_DIR in \
 
147
    n|no|NO) false;; \
 
148
    *) (install-info --version) >/dev/null 2>&1;; \
 
149
  esac
 
150
DATA = $(plugin_DATA)
 
151
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
152
# Read a list of newline-separated strings from the standard input,
 
153
# and print each of them once, without duplicates.  Input order is
 
154
# *not* preserved.
 
155
am__uniquify_input = $(AWK) '\
 
156
  BEGIN { nonempty = 0; } \
 
157
  { items[$$0] = 1; nonempty = 1; } \
 
158
  END { if (nonempty) { for (i in items) print i; }; } \
 
159
'
 
160
# Make sure the list of sources is unique.  This is necessary because,
 
161
# e.g., the same source file might be shared among _SOURCES variables
 
162
# for different programs/libraries.
 
163
am__define_uniq_tagged_files = \
 
164
  list='$(am__tagged_files)'; \
 
165
  unique=`for i in $$list; do \
 
166
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
167
  done | $(am__uniquify_input)`
 
168
ETAGS = etags
 
169
CTAGS = ctags
 
170
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
171
ACLOCAL = @ACLOCAL@
 
172
ALL_LINGUAS = @ALL_LINGUAS@
 
173
ALL_PLUGINS = @ALL_PLUGINS@
 
174
AMTAR = @AMTAR@
 
175
AM_CFLAGS = @AM_CFLAGS@
 
176
AM_CPPFLAGS = \
 
177
        -DG_LOG_DOMAIN=\""Totem"\"      \
 
178
        $(DISABLE_DEPRECATED)           \
 
179
        -I$(top_srcdir)/                \
 
180
        -I$(top_srcdir)/src             \
 
181
        -I$(top_srcdir)/src/plugins     \
 
182
        -I$(top_srcdir)/src/gst
 
183
 
 
184
AM_CXXFLAGS = @AM_CXXFLAGS@
 
185
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
186
AM_LDFLAGS = @AM_LDFLAGS@
 
187
AR = @AR@
 
188
AUTOCONF = @AUTOCONF@
 
189
AUTOHEADER = @AUTOHEADER@
 
190
AUTOMAKE = @AUTOMAKE@
 
191
AWK = @AWK@
 
192
BACKEND_CFLAGS = @BACKEND_CFLAGS@
 
193
BACKEND_LIBS = @BACKEND_LIBS@
 
194
BACKEND_TEST_CFLAGS = @BACKEND_TEST_CFLAGS@
 
195
BACKEND_TEST_LIBS = @BACKEND_TEST_LIBS@
 
196
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
197
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
 
198
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
 
199
CC = @CC@
 
200
CCDEPMODE = @CCDEPMODE@
 
201
CFLAGS = @CFLAGS@
 
202
CHAPTERS_CFLAGS = @CHAPTERS_CFLAGS@
 
203
CHAPTERS_LIBS = @CHAPTERS_LIBS@
 
204
CPP = @CPP@
 
205
CPPFLAGS = @CPPFLAGS@
 
206
CXX = @CXX@
 
207
CXXCPP = @CXXCPP@
 
208
CXXDEPMODE = @CXXDEPMODE@
 
209
CXXFLAGS = @CXXFLAGS@
 
210
CYGPATH_W = @CYGPATH_W@
 
211
DATADIRNAME = @DATADIRNAME@
 
212
DBUS_BIND = @DBUS_BIND@
 
213
DBUS_CFLAGS = @DBUS_CFLAGS@
 
214
DBUS_LIBS = @DBUS_LIBS@
 
215
DEFS = @DEFS@
 
216
DEPDIR = @DEPDIR@
 
217
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
218
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
 
219
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
 
220
DLLTOOL = @DLLTOOL@
 
221
DSYMUTIL = @DSYMUTIL@
 
222
DUMPBIN = @DUMPBIN@
 
223
ECHO_C = @ECHO_C@
 
224
ECHO_N = @ECHO_N@
 
225
ECHO_T = @ECHO_T@
 
226
EGREP = @EGREP@
 
227
EXEEXT = @EXEEXT@
 
228
FGREP = @FGREP@
 
229
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
230
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
231
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
232
GLIB_MKENUMS = @GLIB_MKENUMS@
 
233
GLIB_REQS = @GLIB_REQS@
 
234
GLOW_BUTTON_CFLAGS = @GLOW_BUTTON_CFLAGS@
 
235
GLOW_BUTTON_LIBS = @GLOW_BUTTON_LIBS@
 
236
GMSGFMT = @GMSGFMT@
 
237
GREP = @GREP@
 
238
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
239
GST_PLUGINS_BAD_CFLAGS = @GST_PLUGINS_BAD_CFLAGS@
 
240
GST_PLUGINS_BAD_LIBS = @GST_PLUGINS_BAD_LIBS@
 
241
GTKDOC_CHECK = @GTKDOC_CHECK@
 
242
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
243
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
244
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
245
GTKDOC_REBASE = @GTKDOC_REBASE@
 
246
GTK_REQS = @GTK_REQS@
 
247
HELPER_CFLAGS = @HELPER_CFLAGS@
 
248
HELPER_LIBS = @HELPER_LIBS@
 
249
HELP_DIR = @HELP_DIR@
 
250
HTML_DIR = @HTML_DIR@
 
251
INSTALL = @INSTALL@
 
252
INSTALL_DATA = @INSTALL_DATA@
 
253
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
254
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
255
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
256
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
257
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
258
INTLTOOL_PERL = @INTLTOOL_PERL@
 
259
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
260
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
261
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
262
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
263
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
264
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
265
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
266
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
267
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
268
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
269
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
270
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
271
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
272
ITSTOOL = @ITSTOOL@
 
273
LD = @LD@
 
274
LDFLAGS = @LDFLAGS@
 
275
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
276
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
277
LIBGD_LIBS = @LIBGD_LIBS@
 
278
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
279
LIBGD_SOURCES = @LIBGD_SOURCES@
 
280
LIBGRILO_CFLAGS = @LIBGRILO_CFLAGS@
 
281
LIBGRILO_LIBS = @LIBGRILO_LIBS@
 
282
LIBM = @LIBM@
 
283
LIBOBJS = @LIBOBJS@
 
284
LIBPLAYER_CFLAGS = @LIBPLAYER_CFLAGS@
 
285
LIBPLAYER_LIBS = @LIBPLAYER_LIBS@
 
286
LIBS = @LIBS@
 
287
LIBTOOL = @LIBTOOL@
 
288
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
 
289
LIBZEITGEIST_LIBS = @LIBZEITGEIST_LIBS@
 
290
LIPO = @LIPO@
 
291
LIRC_LIBS = @LIRC_LIBS@
 
292
LN_S = @LN_S@
 
293
LTLIBOBJS = @LTLIBOBJS@
 
294
MAINT = @MAINT@
 
295
MAKEINFO = @MAKEINFO@
 
296
MANIFEST_TOOL = @MANIFEST_TOOL@
 
297
MEDIA_PLAYER_KEYS_CFLAGS = @MEDIA_PLAYER_KEYS_CFLAGS@
 
298
MEDIA_PLAYER_KEYS_LIBS = @MEDIA_PLAYER_KEYS_LIBS@
 
299
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
 
300
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
 
301
MKDIR_P = @MKDIR_P@
 
302
MSGFMT = @MSGFMT@
 
303
MSGMERGE = @MSGMERGE@
 
304
NAUTILUSDIR = @NAUTILUSDIR@
 
305
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
306
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
307
NM = @NM@
 
308
NMEDIT = @NMEDIT@
 
309
OBJDUMP = @OBJDUMP@
 
310
OBJEXT = @OBJEXT@
 
311
OTOOL = @OTOOL@
 
312
OTOOL64 = @OTOOL64@
 
313
PACKAGE = @PACKAGE@
 
314
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
315
PACKAGE_NAME = @PACKAGE_NAME@
 
316
PACKAGE_STRING = @PACKAGE_STRING@
 
317
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
318
PACKAGE_URL = @PACKAGE_URL@
 
319
PACKAGE_VERSION = @PACKAGE_VERSION@
 
320
PATH_SEPARATOR = @PATH_SEPARATOR@
 
321
PIXBUF_HELPER_CFLAGS = @PIXBUF_HELPER_CFLAGS@
 
322
PIXBUF_HELPER_LIBS = @PIXBUF_HELPER_LIBS@
 
323
PKG_CONFIG = @PKG_CONFIG@
 
324
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
325
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
326
PLAYER_CFLAGS = @PLAYER_CFLAGS@
 
327
PLAYER_LIBS = @PLAYER_LIBS@
 
328
PLUGINDIR = @PLUGINDIR@
 
329
PLUGINS = @PLUGINS@
 
330
PLUGIN_VIEWER_CFLAGS = @PLUGIN_VIEWER_CFLAGS@
 
331
PLUGIN_VIEWER_LIBS = @PLUGIN_VIEWER_LIBS@
 
332
PREVIEW_CFLAGS = @PREVIEW_CFLAGS@
 
333
PREVIEW_LIBS = @PREVIEW_LIBS@
 
334
PROPERTIES_CFLAGS = @PROPERTIES_CFLAGS@
 
335
PROPERTIES_LIBS = @PROPERTIES_LIBS@
 
336
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
337
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
 
338
PYLINT = @PYLINT@
 
339
PYTHON = @PYTHON@
 
340
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
341
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
342
PYTHON_PREFIX = @PYTHON_PREFIX@
 
343
PYTHON_VERSION = @PYTHON_VERSION@
 
344
RANLIB = @RANLIB@
 
345
SAVE_FILE_CFLAGS = @SAVE_FILE_CFLAGS@
 
346
SAVE_FILE_CHECK_CFLAGS = @SAVE_FILE_CHECK_CFLAGS@
 
347
SAVE_FILE_CHECK_LIBS = @SAVE_FILE_CHECK_LIBS@
 
348
SAVE_FILE_LIBS = @SAVE_FILE_LIBS@
 
349
SED = @SED@
 
350
SET_MAKE = @SET_MAKE@
 
351
SHELL = @SHELL@
 
352
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
353
SMCLIENT_LIBS = @SMCLIENT_LIBS@
 
354
STRIP = @STRIP@
 
355
THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@
 
356
THUMBNAILER_LIBS = @THUMBNAILER_LIBS@
 
357
TIME_HELPER_CFLAGS = @TIME_HELPER_CFLAGS@
 
358
TIME_HELPER_LIBS = @TIME_HELPER_LIBS@
 
359
TOTEM_API_VERSION = @TOTEM_API_VERSION@
 
360
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
 
361
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
 
362
TOTEM_VERSION_MICRO = @TOTEM_VERSION_MICRO@
 
363
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
 
364
USE_NLS = @USE_NLS@
 
365
VALAC = @VALAC@
 
366
VERSION = @VERSION@
 
367
WARN_CFLAGS = @WARN_CFLAGS@
 
368
WARN_CXXFLAGS = @WARN_CXXFLAGS@
 
369
XGETTEXT = @XGETTEXT@
 
370
XMLLINT = @XMLLINT@
 
371
abs_builddir = @abs_builddir@
 
372
abs_srcdir = @abs_srcdir@
 
373
abs_top_builddir = @abs_top_builddir@
 
374
abs_top_srcdir = @abs_top_srcdir@
 
375
ac_ct_AR = @ac_ct_AR@
 
376
ac_ct_CC = @ac_ct_CC@
 
377
ac_ct_CXX = @ac_ct_CXX@
 
378
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
379
am__include = @am__include@
 
380
am__leading_dot = @am__leading_dot@
 
381
am__quote = @am__quote@
 
382
am__tar = @am__tar@
 
383
am__untar = @am__untar@
 
384
bindir = @bindir@
 
385
build = @build@
 
386
build_alias = @build_alias@
 
387
build_cpu = @build_cpu@
 
388
build_os = @build_os@
 
389
build_vendor = @build_vendor@
 
390
builddir = @builddir@
 
391
datadir = @datadir@
 
392
datarootdir = @datarootdir@
 
393
docdir = @docdir@
 
394
dvidir = @dvidir@
 
395
exec_prefix = @exec_prefix@
 
396
gsettingsschemadir = @gsettingsschemadir@
 
397
host = @host@
 
398
host_alias = @host_alias@
 
399
host_cpu = @host_cpu@
 
400
host_os = @host_os@
 
401
host_vendor = @host_vendor@
 
402
htmldir = @htmldir@
 
403
includedir = @includedir@
 
404
infodir = @infodir@
 
405
install_sh = @install_sh@
 
406
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
407
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
408
libdir = @libdir@
 
409
libexecdir = @libexecdir@
 
410
localedir = @localedir@
 
411
localstatedir = @localstatedir@
 
412
mandir = @mandir@
 
413
mkdir_p = @mkdir_p@
 
414
oldincludedir = @oldincludedir@
 
415
pdfdir = @pdfdir@
 
416
pkgpyexecdir = @pkgpyexecdir@
 
417
pkgpythondir = @pkgpythondir@
 
418
prefix = @prefix@
 
419
program_transform_name = @program_transform_name@
 
420
psdir = @psdir@
 
421
pyexecdir = @pyexecdir@
 
422
pythondir = @pythondir@
 
423
sbindir = @sbindir@
 
424
sharedstatedir = @sharedstatedir@
 
425
srcdir = @srcdir@
 
426
sysconfdir = @sysconfdir@
 
427
target_alias = @target_alias@
 
428
top_build_prefix = @top_build_prefix@
 
429
top_builddir = @top_builddir@
 
430
top_srcdir = @top_srcdir@
 
431
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
432
CLEANFILES = $(plugin_DATA)
 
433
DISTCLEANFILES = $(plugin_DATA)
 
434
EXTRA_DIST = $(plugin_in_files)
 
435
plugin_cflags = \
 
436
        $(PLAYER_CFLAGS)        \
 
437
        $(WARN_CFLAGS)
 
438
 
 
439
plugin_ldflags = \
 
440
        -export-dynamic \
 
441
        -no-undefined \
 
442
        -avoid-version \
 
443
        -module
 
444
 
 
445
plugin_libadd = \
 
446
        $(top_builddir)/src/libtotem.la
 
447
 
 
448
plugindir = $(PLUGINDIR)/recent
 
449
plugin_LTLIBRARIES = librecent.la
 
450
plugin_in_files = recent.plugin.in
 
451
librecent_la_SOURCES = totem-recent.c
 
452
librecent_la_LDFLAGS = $(plugin_ldflags)
 
453
librecent_la_LIBADD = $(plugin_libadd)
 
454
librecent_la_CFLAGS = $(plugin_cflags)
 
455
all: all-am
 
456
 
 
457
.SUFFIXES:
 
458
.SUFFIXES: .c .lo .o .obj
 
459
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/plugins/Makefile.plugins $(am__configure_deps)
 
460
        @for dep in $?; do \
 
461
          case '$(am__configure_deps)' in \
 
462
            *$$dep*) \
 
463
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
464
                && { if test -f $@; then exit 0; else break; fi; }; \
 
465
              exit 1;; \
 
466
          esac; \
 
467
        done; \
 
468
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/recent/Makefile'; \
 
469
        $(am__cd) $(top_srcdir) && \
 
470
          $(AUTOMAKE) --gnu src/plugins/recent/Makefile
 
471
.PRECIOUS: Makefile
 
472
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
473
        @case '$?' in \
 
474
          *config.status*) \
 
475
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
476
          *) \
 
477
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
478
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
479
        esac;
 
480
$(top_srcdir)/src/plugins/Makefile.plugins:
 
481
 
 
482
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
483
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
484
 
 
485
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
486
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
487
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
488
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
489
$(am__aclocal_m4_deps):
 
490
 
 
491
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
492
        @$(NORMAL_INSTALL)
 
493
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
494
        list2=; for p in $$list; do \
 
495
          if test -f $$p; then \
 
496
            list2="$$list2 $$p"; \
 
497
          else :; fi; \
 
498
        done; \
 
499
        test -z "$$list2" || { \
 
500
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
501
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
502
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
503
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
504
        }
 
505
 
 
506
uninstall-pluginLTLIBRARIES:
 
507
        @$(NORMAL_UNINSTALL)
 
508
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
509
        for p in $$list; do \
 
510
          $(am__strip_dir) \
 
511
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
512
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
513
        done
 
514
 
 
515
clean-pluginLTLIBRARIES:
 
516
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
517
        @list='$(plugin_LTLIBRARIES)'; \
 
518
        locs=`for p in $$list; do echo $$p; done | \
 
519
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
520
              sort -u`; \
 
521
        test -z "$$locs" || { \
 
522
          echo rm -f $${locs}; \
 
523
          rm -f $${locs}; \
 
524
        }
 
525
librecent.la: $(librecent_la_OBJECTS) $(librecent_la_DEPENDENCIES) $(EXTRA_librecent_la_DEPENDENCIES) 
 
526
        $(AM_V_CCLD)$(librecent_la_LINK) -rpath $(plugindir) $(librecent_la_OBJECTS) $(librecent_la_LIBADD) $(LIBS)
 
527
 
 
528
mostlyclean-compile:
 
529
        -rm -f *.$(OBJEXT)
 
530
 
 
531
distclean-compile:
 
532
        -rm -f *.tab.c
 
533
 
 
534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/librecent_la-totem-recent.Plo@am__quote@
 
535
 
 
536
.c.o:
 
537
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
538
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
541
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
542
 
 
543
.c.obj:
 
544
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
545
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
548
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
549
 
 
550
.c.lo:
 
551
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
552
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
555
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
556
 
 
557
librecent_la-totem-recent.lo: totem-recent.c
 
558
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librecent_la_CFLAGS) $(CFLAGS) -MT librecent_la-totem-recent.lo -MD -MP -MF $(DEPDIR)/librecent_la-totem-recent.Tpo -c -o librecent_la-totem-recent.lo `test -f 'totem-recent.c' || echo '$(srcdir)/'`totem-recent.c
 
559
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/librecent_la-totem-recent.Tpo $(DEPDIR)/librecent_la-totem-recent.Plo
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='totem-recent.c' object='librecent_la-totem-recent.lo' libtool=yes @AMDEPBACKSLASH@
 
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
562
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librecent_la_CFLAGS) $(CFLAGS) -c -o librecent_la-totem-recent.lo `test -f 'totem-recent.c' || echo '$(srcdir)/'`totem-recent.c
 
563
 
 
564
mostlyclean-libtool:
 
565
        -rm -f *.lo
 
566
 
 
567
clean-libtool:
 
568
        -rm -rf .libs _libs
 
569
install-pluginDATA: $(plugin_DATA)
 
570
        @$(NORMAL_INSTALL)
 
571
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
572
        if test -n "$$list"; then \
 
573
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
 
574
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
 
575
        fi; \
 
576
        for p in $$list; do \
 
577
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
578
          echo "$$d$$p"; \
 
579
        done | $(am__base_list) | \
 
580
        while read files; do \
 
581
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
582
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
 
583
        done
 
584
 
 
585
uninstall-pluginDATA:
 
586
        @$(NORMAL_UNINSTALL)
 
587
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
588
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
589
        dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
 
590
 
 
591
ID: $(am__tagged_files)
 
592
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
593
tags: tags-am
 
594
TAGS: tags
 
595
 
 
596
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
597
        set x; \
 
598
        here=`pwd`; \
 
599
        $(am__define_uniq_tagged_files); \
 
600
        shift; \
 
601
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
602
          test -n "$$unique" || unique=$$empty_fix; \
 
603
          if test $$# -gt 0; then \
 
604
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
605
              "$$@" $$unique; \
 
606
          else \
 
607
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
608
              $$unique; \
 
609
          fi; \
 
610
        fi
 
611
ctags: ctags-am
 
612
 
 
613
CTAGS: ctags
 
614
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
615
        $(am__define_uniq_tagged_files); \
 
616
        test -z "$(CTAGS_ARGS)$$unique" \
 
617
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
618
             $$unique
 
619
 
 
620
GTAGS:
 
621
        here=`$(am__cd) $(top_builddir) && pwd` \
 
622
          && $(am__cd) $(top_srcdir) \
 
623
          && gtags -i $(GTAGS_ARGS) "$$here"
 
624
cscopelist: cscopelist-am
 
625
 
 
626
cscopelist-am: $(am__tagged_files)
 
627
        list='$(am__tagged_files)'; \
 
628
        case "$(srcdir)" in \
 
629
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
630
          *) sdir=$(subdir)/$(srcdir) ;; \
 
631
        esac; \
 
632
        for i in $$list; do \
 
633
          if test -f "$$i"; then \
 
634
            echo "$(subdir)/$$i"; \
 
635
          else \
 
636
            echo "$$sdir/$$i"; \
 
637
          fi; \
 
638
        done >> $(top_builddir)/cscope.files
 
639
 
 
640
distclean-tags:
 
641
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
642
 
 
643
distdir: $(DISTFILES)
 
644
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
645
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
646
        list='$(DISTFILES)'; \
 
647
          dist_files=`for file in $$list; do echo $$file; done | \
 
648
          sed -e "s|^$$srcdirstrip/||;t" \
 
649
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
650
        case $$dist_files in \
 
651
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
652
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
653
                           sort -u` ;; \
 
654
        esac; \
 
655
        for file in $$dist_files; do \
 
656
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
657
          if test -d $$d/$$file; then \
 
658
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
659
            if test -d "$(distdir)/$$file"; then \
 
660
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
661
            fi; \
 
662
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
663
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
664
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
665
            fi; \
 
666
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
667
          else \
 
668
            test -f "$(distdir)/$$file" \
 
669
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
670
            || exit 1; \
 
671
          fi; \
 
672
        done
 
673
check-am: all-am
 
674
check: check-am
 
675
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
676
installdirs:
 
677
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"; do \
 
678
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
679
        done
 
680
install: install-am
 
681
install-exec: install-exec-am
 
682
install-data: install-data-am
 
683
uninstall: uninstall-am
 
684
 
 
685
install-am: all-am
 
686
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
687
 
 
688
installcheck: installcheck-am
 
689
install-strip:
 
690
        if test -z '$(STRIP)'; then \
 
691
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
692
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
693
              install; \
 
694
        else \
 
695
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
696
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
697
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
698
        fi
 
699
mostlyclean-generic:
 
700
 
 
701
clean-generic:
 
702
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
703
 
 
704
distclean-generic:
 
705
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
706
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
707
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
708
 
 
709
maintainer-clean-generic:
 
710
        @echo "This command is intended for maintainers to use"
 
711
        @echo "it deletes files that may require special tools to rebuild."
 
712
clean: clean-am
 
713
 
 
714
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
715
        mostlyclean-am
 
716
 
 
717
distclean: distclean-am
 
718
        -rm -rf ./$(DEPDIR)
 
719
        -rm -f Makefile
 
720
distclean-am: clean-am distclean-compile distclean-generic \
 
721
        distclean-tags
 
722
 
 
723
dvi: dvi-am
 
724
 
 
725
dvi-am:
 
726
 
 
727
html: html-am
 
728
 
 
729
html-am:
 
730
 
 
731
info: info-am
 
732
 
 
733
info-am:
 
734
 
 
735
install-data-am: install-pluginDATA install-pluginLTLIBRARIES
 
736
 
 
737
install-dvi: install-dvi-am
 
738
 
 
739
install-dvi-am:
 
740
 
 
741
install-exec-am:
 
742
 
 
743
install-html: install-html-am
 
744
 
 
745
install-html-am:
 
746
 
 
747
install-info: install-info-am
 
748
 
 
749
install-info-am:
 
750
 
 
751
install-man:
 
752
 
 
753
install-pdf: install-pdf-am
 
754
 
 
755
install-pdf-am:
 
756
 
 
757
install-ps: install-ps-am
 
758
 
 
759
install-ps-am:
 
760
 
 
761
installcheck-am:
 
762
 
 
763
maintainer-clean: maintainer-clean-am
 
764
        -rm -rf ./$(DEPDIR)
 
765
        -rm -f Makefile
 
766
maintainer-clean-am: distclean-am maintainer-clean-generic
 
767
 
 
768
mostlyclean: mostlyclean-am
 
769
 
 
770
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
771
        mostlyclean-libtool
 
772
 
 
773
pdf: pdf-am
 
774
 
 
775
pdf-am:
 
776
 
 
777
ps: ps-am
 
778
 
 
779
ps-am:
 
780
 
 
781
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
782
 
 
783
.MAKE: install-am install-strip
 
784
 
 
785
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
786
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
787
        ctags-am distclean distclean-compile distclean-generic \
 
788
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
789
        html-am info info-am install install-am install-data \
 
790
        install-data-am install-dvi install-dvi-am install-exec \
 
791
        install-exec-am install-html install-html-am install-info \
 
792
        install-info-am install-man install-pdf install-pdf-am \
 
793
        install-pluginDATA install-pluginLTLIBRARIES install-ps \
 
794
        install-ps-am install-strip installcheck installcheck-am \
 
795
        installdirs maintainer-clean maintainer-clean-generic \
 
796
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
797
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
798
        uninstall-am uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
799
 
 
800
%.plugin: %.plugin.in
 
801
        $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
802
 
 
803
# Checking rules for Python plugins
 
804
# Execute pylint on all the requisite files individually, returning non-zero
 
805
# iff any of the calls to pylint returned non-zero.
 
806
check-pylint: $(plugin_PYTHON)
 
807
@ENABLE_PYTHON_TRUE@    @exitstatus=0; \
 
808
@ENABLE_PYTHON_TRUE@    for py in $^; do \
 
809
@ENABLE_PYTHON_TRUE@            $(PYLINT) -i y -d C0111 -d W0511 -d F0401 $$py; \
 
810
@ENABLE_PYTHON_TRUE@            \
 
811
@ENABLE_PYTHON_TRUE@            newexitstatus=$$?; \
 
812
@ENABLE_PYTHON_TRUE@            if [ $$exitstatus == 0 ]; then \
 
813
@ENABLE_PYTHON_TRUE@                    exitstatus=$$newexitstatus; \
 
814
@ENABLE_PYTHON_TRUE@            fi; \
 
815
@ENABLE_PYTHON_TRUE@    done; \
 
816
@ENABLE_PYTHON_TRUE@    exit $$exitstatus
 
817
 
 
818
check: check-pylint
 
819
 
 
820
.PHONY: check-pylint
 
821
 
 
822
-include $(top_srcdir)/git.mk
 
823
 
 
824
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
825
# Otherwise a system limit (for SysV at least) may be exceeded.
 
826
.NOEXPORT: