~wongchiachen/ubuntu/precise/totem/hey_about_dialog

« back to all changes in this revision

Viewing changes to src/plugins/save-file/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-20 16:38:02 UTC
  • mfrom: (1.11.13 upstream) (2.1.17 experimental)
  • Revision ID: james.westby@ubuntu.com-20110520163802-p3lohdmfvws2jqeo
Tags: 3.0.1-0ubuntu1
* Resynchronize on Debian, remaining diffs:
* debian/control.in:
  - use suggests rather than recommends for universe gstreamer components
  - add totem-plugins-extra for the components which have depends in universe
  - add build-depends on gnome-common, dh-autoreconf, 
    liblaunchpad-intrgration-3.0-dev, hardening-wrapper
  - drop build-depends on libepc-ui-dev, python-feedparser, xulrunner-dev,
    libtracker-sparql-0.10-dev
  - add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - change refences from Iceweasel to Firefox
  - recommends gnome-icon-theme-symbolic rather than depending on it
  - list firefox as a totem-mozilla recommends before epiphany-browser
  - libtotem replaces totem (<< 3.0.1-1) for ppa upgrades
* debian/totem-common.install:
  - Install apport hook
* debian/totem-plugins-extra.install:
  - Plugins split out ouf totem-plugins
* debian/totem-plugins.install:    
  - Move some plugins to totem-plugins-extra
* debian/totem.preinst:
  - No longer required as Lucid has been released
* debian/patches/01_fake_keypresses.patch:
  - dropped it's an old workaround and should not be required
* debian/patches/02_lpi.patch:
  - Launchpad integration
* debian/patches/03_default_options.patch: 
  - enable the youtube option by default
* debian/patches/70_bbc_plugin.patch:
  - bbc content viewer, needs to be fixed for the new version
* debian/source_totem.py:
  - ubuntu apport debugging
* debian/rules:
  - run autoreconf on build
* debian/watch:
  - Watch for unstable versions

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
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
39
        $(top_srcdir)/src/plugins/Makefile.plugins
 
40
subdir = src/plugins/save-file
 
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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
53
am__vpath_adj = case $$p in \
 
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
55
    *) f=$$p;; \
 
56
  esac;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
73
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
 
74
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
75
am__DEPENDENCIES_1 =
 
76
libsave_file_la_DEPENDENCIES = $(plugin_libadd) $(am__DEPENDENCIES_1)
 
77
am_libsave_file_la_OBJECTS = libsave_file_la-totem-save-file.lo
 
78
libsave_file_la_OBJECTS = $(am_libsave_file_la_OBJECTS)
 
79
AM_V_lt = $(am__v_lt_$(V))
 
80
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
81
am__v_lt_0 = --silent
 
82
libsave_file_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
83
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
84
        $(libsave_file_la_CFLAGS) $(CFLAGS) $(libsave_file_la_LDFLAGS) \
 
85
        $(LDFLAGS) -o $@
 
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
88
am__depfiles_maybe = depfiles
 
89
am__mv = mv -f
 
90
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
91
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
92
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
93
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
94
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
95
        $(AM_CFLAGS) $(CFLAGS)
 
96
AM_V_CC = $(am__v_CC_$(V))
 
97
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
98
am__v_CC_0 = @echo "  CC    " $@;
 
99
AM_V_at = $(am__v_at_$(V))
 
100
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
101
am__v_at_0 = @
 
102
CCLD = $(CC)
 
103
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
104
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
105
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
106
AM_V_CCLD = $(am__v_CCLD_$(V))
 
107
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
108
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
109
AM_V_GEN = $(am__v_GEN_$(V))
 
110
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
111
am__v_GEN_0 = @echo "  GEN   " $@;
 
112
SOURCES = $(libsave_file_la_SOURCES)
 
113
DIST_SOURCES = $(libsave_file_la_SOURCES)
 
114
DATA = $(plugin_DATA)
 
115
ETAGS = etags
 
116
CTAGS = ctags
 
117
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
118
ACLOCAL = @ACLOCAL@
 
119
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
120
ALL_LINGUAS = @ALL_LINGUAS@
 
121
ALL_PLUGINS = @ALL_PLUGINS@
 
122
AMTAR = @AMTAR@
 
123
AM_CFLAGS = @AM_CFLAGS@
 
124
AM_CPPFLAGS = \
 
125
        -DG_LOG_DOMAIN=\""Totem"\"      \
 
126
        $(DISABLE_DEPRECATED)           \
 
127
        -I$(top_srcdir)/                \
 
128
        -I$(top_srcdir)/src             \
 
129
        -I$(top_srcdir)/src/plugins
 
130
 
 
131
AM_CXXFLAGS = @AM_CXXFLAGS@
 
132
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
133
AM_LDFLAGS = @AM_LDFLAGS@
 
134
AR = @AR@
 
135
AUTOCONF = @AUTOCONF@
 
136
AUTOHEADER = @AUTOHEADER@
 
137
AUTOMAKE = @AUTOMAKE@
 
138
AWK = @AWK@
 
139
BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
140
BEMUSED_LIBS = @BEMUSED_LIBS@
 
141
BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
142
BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
 
143
BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
 
144
CC = @CC@
 
145
CCDEPMODE = @CCDEPMODE@
 
146
CFLAGS = @CFLAGS@
 
147
CHAPTERS_CFLAGS = @CHAPTERS_CFLAGS@
 
148
CHAPTERS_LIBS = @CHAPTERS_LIBS@
 
149
CPP = @CPP@
 
150
CPPFLAGS = @CPPFLAGS@
 
151
CXX = @CXX@
 
152
CXXCPP = @CXXCPP@
 
153
CXXDEPMODE = @CXXDEPMODE@
 
154
CXXFLAGS = @CXXFLAGS@
 
155
CYGPATH_W = @CYGPATH_W@
 
156
DATADIRNAME = @DATADIRNAME@
 
157
DBUS_BIND = @DBUS_BIND@
 
158
DBUS_CFLAGS = @DBUS_CFLAGS@
 
159
DBUS_LIBS = @DBUS_LIBS@
 
160
DEFS = @DEFS@
 
161
DEPDIR = @DEPDIR@
 
162
DEPENDENCY_CFLAGS = @DEPENDENCY_CFLAGS@
 
163
DEPENDENCY_LIBS = @DEPENDENCY_LIBS@
 
164
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
165
DISC_RECORDER_CFLAGS = @DISC_RECORDER_CFLAGS@
 
166
DISC_RECORDER_LIBS = @DISC_RECORDER_LIBS@
 
167
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
168
DLLTOOL = @DLLTOOL@
 
169
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
170
DSYMUTIL = @DSYMUTIL@
 
171
DUMPBIN = @DUMPBIN@
 
172
ECHO_C = @ECHO_C@
 
173
ECHO_N = @ECHO_N@
 
174
ECHO_T = @ECHO_T@
 
175
EGREP = @EGREP@
 
176
EXEEXT = @EXEEXT@
 
177
EXTRA_BACKEND_LIBS = @EXTRA_BACKEND_LIBS@
 
178
FGREP = @FGREP@
 
179
FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
180
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
181
GLIB_CFLAGS = @GLIB_CFLAGS@
 
182
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
183
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
184
GLIB_LIBS = @GLIB_LIBS@
 
185
GLIB_MKENUMS = @GLIB_MKENUMS@
 
186
GLIB_REQS = @GLIB_REQS@
 
187
GMSGFMT = @GMSGFMT@
 
188
GREP = @GREP@
 
189
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
190
GST_CFLAGS = @GST_CFLAGS@
 
191
GST_LIBS = @GST_LIBS@
 
192
GTKDOC_CHECK = @GTKDOC_CHECK@
 
193
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
194
GTKDOC_REBASE = @GTKDOC_REBASE@
 
195
GTK_CFLAGS = @GTK_CFLAGS@
 
196
GTK_LIBS = @GTK_LIBS@
 
197
GTK_REQS = @GTK_REQS@
 
198
HELP_DIR = @HELP_DIR@
 
199
HTML_DIR = @HTML_DIR@
 
200
INSTALL = @INSTALL@
 
201
INSTALL_DATA = @INSTALL_DATA@
 
202
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
203
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
204
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
205
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
206
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
207
INTLTOOL_PERL = @INTLTOOL_PERL@
 
208
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
209
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
210
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
211
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
212
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
213
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
214
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
215
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
216
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
217
LD = @LD@
 
218
LDFLAGS = @LDFLAGS@
 
219
LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
220
LIBEPC_LIBS = @LIBEPC_LIBS@
 
221
LIBGDATA_0_7_CFLAGS = @LIBGDATA_0_7_CFLAGS@
 
222
LIBGDATA_0_7_LIBS = @LIBGDATA_0_7_LIBS@
 
223
LIBGDATA_CFLAGS = @LIBGDATA_CFLAGS@
 
224
LIBGDATA_LIBS = @LIBGDATA_LIBS@
 
225
LIBOBJS = @LIBOBJS@
 
226
LIBS = @LIBS@
 
227
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
 
228
LIBSOUP_LIBS = @LIBSOUP_LIBS@
 
229
LIBTOOL = @LIBTOOL@
 
230
LIBZEITGEIST_CFLAGS = @LIBZEITGEIST_CFLAGS@
 
231
LIBZEITGEIST_LIBS = @LIBZEITGEIST_LIBS@
 
232
LIPO = @LIPO@
 
233
LIRC_LIBS = @LIRC_LIBS@
 
234
LN_S = @LN_S@
 
235
LTLIBOBJS = @LTLIBOBJS@
 
236
MAINT = @MAINT@
 
237
MAKEINFO = @MAKEINFO@
 
238
MANIFEST_TOOL = @MANIFEST_TOOL@
 
239
MEDIA_PLAYER_KEYS_CFLAGS = @MEDIA_PLAYER_KEYS_CFLAGS@
 
240
MEDIA_PLAYER_KEYS_LIBS = @MEDIA_PLAYER_KEYS_LIBS@
 
241
MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
 
242
MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
 
243
MKDIR_P = @MKDIR_P@
 
244
MM_CFLAGS = @MM_CFLAGS@
 
245
MM_LIBS = @MM_LIBS@
 
246
MSGFMT = @MSGFMT@
 
247
MSGMERGE = @MSGMERGE@
 
248
NAUTILUSDIR = @NAUTILUSDIR@
 
249
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
250
NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
251
NM = @NM@
 
252
NMEDIT = @NMEDIT@
 
253
OBJDUMP = @OBJDUMP@
 
254
OBJEXT = @OBJEXT@
 
255
OMF_DIR = @OMF_DIR@
 
256
OTOOL = @OTOOL@
 
257
OTOOL64 = @OTOOL64@
 
258
PACKAGE = @PACKAGE@
 
259
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
260
PACKAGE_NAME = @PACKAGE_NAME@
 
261
PACKAGE_STRING = @PACKAGE_STRING@
 
262
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
263
PACKAGE_URL = @PACKAGE_URL@
 
264
PACKAGE_VERSION = @PACKAGE_VERSION@
 
265
PATH_SEPARATOR = @PATH_SEPARATOR@
 
266
PEASGTK_CFLAGS = @PEASGTK_CFLAGS@
 
267
PEASGTK_LIBS = @PEASGTK_LIBS@
 
268
PEAS_CFLAGS = @PEAS_CFLAGS@
 
269
PEAS_LIBS = @PEAS_LIBS@
 
270
PKG_CONFIG = @PKG_CONFIG@
 
271
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
272
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
273
PLUGINDIR = @PLUGINDIR@
 
274
PLUGINS = @PLUGINS@
 
275
PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
 
276
PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
 
277
PYTHON = @PYTHON@
 
278
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
279
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
280
PYTHON_PREFIX = @PYTHON_PREFIX@
 
281
PYTHON_VERSION = @PYTHON_VERSION@
 
282
RANLIB = @RANLIB@
 
283
SAVE_FILE_CFLAGS = @SAVE_FILE_CFLAGS@
 
284
SAVE_FILE_CHECK_CFLAGS = @SAVE_FILE_CHECK_CFLAGS@
 
285
SAVE_FILE_CHECK_LIBS = @SAVE_FILE_CHECK_LIBS@
 
286
SAVE_FILE_LIBS = @SAVE_FILE_LIBS@
 
287
SED = @SED@
 
288
SET_MAKE = @SET_MAKE@
 
289
SHELL = @SHELL@
 
290
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
291
SMCLIENT_LIBS = @SMCLIENT_LIBS@
 
292
STRIP = @STRIP@
 
293
TOTEM_API_VERSION = @TOTEM_API_VERSION@
 
294
TOTEM_PLPARSER_REQS = @TOTEM_PLPARSER_REQS@
 
295
TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
 
296
TOTEM_VERSION_MICRO = @TOTEM_VERSION_MICRO@
 
297
TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
 
298
TRACKER_CFLAGS = @TRACKER_CFLAGS@
 
299
TRACKER_LIBS = @TRACKER_LIBS@
 
300
USE_NLS = @USE_NLS@
 
301
VALAC = @VALAC@
 
302
VERSION = @VERSION@
 
303
WARN_CFLAGS = @WARN_CFLAGS@
 
304
WARN_CXXFLAGS = @WARN_CXXFLAGS@
 
305
XGETTEXT = @XGETTEXT@
 
306
XMKMF = @XMKMF@
 
307
XTEST_LIBS = @XTEST_LIBS@
 
308
XVIDMODE_CFLAGS = @XVIDMODE_CFLAGS@
 
309
XVIDMODE_LIBS = @XVIDMODE_LIBS@
 
310
X_LIBS = @X_LIBS@
 
311
abs_builddir = @abs_builddir@
 
312
abs_srcdir = @abs_srcdir@
 
313
abs_top_builddir = @abs_top_builddir@
 
314
abs_top_srcdir = @abs_top_srcdir@
 
315
ac_ct_AR = @ac_ct_AR@
 
316
ac_ct_CC = @ac_ct_CC@
 
317
ac_ct_CXX = @ac_ct_CXX@
 
318
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
319
am__include = @am__include@
 
320
am__leading_dot = @am__leading_dot@
 
321
am__quote = @am__quote@
 
322
am__tar = @am__tar@
 
323
am__untar = @am__untar@
 
324
bindir = @bindir@
 
325
build = @build@
 
326
build_alias = @build_alias@
 
327
build_cpu = @build_cpu@
 
328
build_os = @build_os@
 
329
build_vendor = @build_vendor@
 
330
builddir = @builddir@
 
331
datadir = @datadir@
 
332
datarootdir = @datarootdir@
 
333
docdir = @docdir@
 
334
dvidir = @dvidir@
 
335
exec_prefix = @exec_prefix@
 
336
gsettingsschemadir = @gsettingsschemadir@
 
337
host = @host@
 
338
host_alias = @host_alias@
 
339
host_cpu = @host_cpu@
 
340
host_os = @host_os@
 
341
host_vendor = @host_vendor@
 
342
htmldir = @htmldir@
 
343
includedir = @includedir@
 
344
infodir = @infodir@
 
345
install_sh = @install_sh@
 
346
libdir = @libdir@
 
347
libexecdir = @libexecdir@
 
348
localedir = @localedir@
 
349
localstatedir = @localstatedir@
 
350
mandir = @mandir@
 
351
mkdir_p = @mkdir_p@
 
352
oldincludedir = @oldincludedir@
 
353
pdfdir = @pdfdir@
 
354
pkgpyexecdir = @pkgpyexecdir@
 
355
pkgpythondir = @pkgpythondir@
 
356
prefix = @prefix@
 
357
program_transform_name = @program_transform_name@
 
358
psdir = @psdir@
 
359
pyexecdir = @pyexecdir@
 
360
pythondir = @pythondir@
 
361
sbindir = @sbindir@
 
362
sharedstatedir = @sharedstatedir@
 
363
srcdir = @srcdir@
 
364
sysconfdir = @sysconfdir@
 
365
target_alias = @target_alias@
 
366
top_build_prefix = @top_build_prefix@
 
367
top_builddir = @top_builddir@
 
368
top_srcdir = @top_srcdir@
 
369
plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
 
370
CLEANFILES = $(plugin_DATA)
 
371
DISTCLEANFILES = $(plugin_DATA)
 
372
EXTRA_DIST = $(plugin_in_files)
 
373
plugin_cflags = \
 
374
        $(DEPENDENCY_CFLAGS)    \
 
375
        $(PEAS_CFLAGS)          \
 
376
        $(WARN_CFLAGS)
 
377
 
 
378
plugin_ldflags = \
 
379
        -export_dynamic \
 
380
        -avoid-version \
 
381
        -module
 
382
 
 
383
plugin_libadd = \
 
384
        $(top_builddir)/src/libtotem.la
 
385
 
 
386
plugindir = $(PLUGINDIR)/save-file
 
387
plugin_LTLIBRARIES = libsave-file.la
 
388
plugin_in_files = save-file.plugin.in
 
389
libsave_file_la_SOURCES = totem-save-file.c
 
390
libsave_file_la_LDFLAGS = $(plugin_ldflags)
 
391
libsave_file_la_LIBADD = \
 
392
        $(plugin_libadd)        \
 
393
        $(SAVE_FILE_LIBS)
 
394
 
 
395
libsave_file_la_CFLAGS = \
 
396
        $(plugin_cflags)                \
 
397
        $(SAVE_FILE_CFLAGS)
 
398
 
 
399
all: all-am
 
400
 
 
401
.SUFFIXES:
 
402
.SUFFIXES: .c .lo .o .obj
 
403
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/plugins/Makefile.plugins $(am__configure_deps)
 
404
        @for dep in $?; do \
 
405
          case '$(am__configure_deps)' in \
 
406
            *$$dep*) \
 
407
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
408
                && { if test -f $@; then exit 0; else break; fi; }; \
 
409
              exit 1;; \
 
410
          esac; \
 
411
        done; \
 
412
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/plugins/save-file/Makefile'; \
 
413
        $(am__cd) $(top_srcdir) && \
 
414
          $(AUTOMAKE) --gnu src/plugins/save-file/Makefile
 
415
.PRECIOUS: Makefile
 
416
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
417
        @case '$?' in \
 
418
          *config.status*) \
 
419
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
420
          *) \
 
421
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
422
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
423
        esac;
 
424
 
 
425
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
426
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
427
 
 
428
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
429
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
430
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
431
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
432
$(am__aclocal_m4_deps):
 
433
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
434
        @$(NORMAL_INSTALL)
 
435
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
436
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
437
        list2=; for p in $$list; do \
 
438
          if test -f $$p; then \
 
439
            list2="$$list2 $$p"; \
 
440
          else :; fi; \
 
441
        done; \
 
442
        test -z "$$list2" || { \
 
443
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
444
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
445
        }
 
446
 
 
447
uninstall-pluginLTLIBRARIES:
 
448
        @$(NORMAL_UNINSTALL)
 
449
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
450
        for p in $$list; do \
 
451
          $(am__strip_dir) \
 
452
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
453
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
454
        done
 
455
 
 
456
clean-pluginLTLIBRARIES:
 
457
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
458
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
459
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
460
          test "$$dir" != "$$p" || dir=.; \
 
461
          echo "rm -f \"$${dir}/so_locations\""; \
 
462
          rm -f "$${dir}/so_locations"; \
 
463
        done
 
464
libsave-file.la: $(libsave_file_la_OBJECTS) $(libsave_file_la_DEPENDENCIES) 
 
465
        $(AM_V_CCLD)$(libsave_file_la_LINK) -rpath $(plugindir) $(libsave_file_la_OBJECTS) $(libsave_file_la_LIBADD) $(LIBS)
 
466
 
 
467
mostlyclean-compile:
 
468
        -rm -f *.$(OBJEXT)
 
469
 
 
470
distclean-compile:
 
471
        -rm -f *.tab.c
 
472
 
 
473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsave_file_la-totem-save-file.Plo@am__quote@
 
474
 
 
475
.c.o:
 
476
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
477
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
478
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
479
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
482
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
 
483
 
 
484
.c.obj:
 
485
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
486
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
487
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
488
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
491
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
492
 
 
493
.c.lo:
 
494
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
495
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
496
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
497
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
500
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
501
 
 
502
libsave_file_la-totem-save-file.lo: totem-save-file.c
 
503
@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) $(libsave_file_la_CFLAGS) $(CFLAGS) -MT libsave_file_la-totem-save-file.lo -MD -MP -MF $(DEPDIR)/libsave_file_la-totem-save-file.Tpo -c -o libsave_file_la-totem-save-file.lo `test -f 'totem-save-file.c' || echo '$(srcdir)/'`totem-save-file.c
 
504
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libsave_file_la-totem-save-file.Tpo $(DEPDIR)/libsave_file_la-totem-save-file.Plo
 
505
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='totem-save-file.c' object='libsave_file_la-totem-save-file.lo' libtool=yes @AMDEPBACKSLASH@
 
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
508
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsave_file_la_CFLAGS) $(CFLAGS) -c -o libsave_file_la-totem-save-file.lo `test -f 'totem-save-file.c' || echo '$(srcdir)/'`totem-save-file.c
 
509
 
 
510
mostlyclean-libtool:
 
511
        -rm -f *.lo
 
512
 
 
513
clean-libtool:
 
514
        -rm -rf .libs _libs
 
515
install-pluginDATA: $(plugin_DATA)
 
516
        @$(NORMAL_INSTALL)
 
517
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
518
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
519
        for p in $$list; do \
 
520
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
521
          echo "$$d$$p"; \
 
522
        done | $(am__base_list) | \
 
523
        while read files; do \
 
524
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
525
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
 
526
        done
 
527
 
 
528
uninstall-pluginDATA:
 
529
        @$(NORMAL_UNINSTALL)
 
530
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
531
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
532
        test -n "$$files" || exit 0; \
 
533
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
534
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
 
535
 
 
536
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
537
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
538
        unique=`for i in $$list; do \
 
539
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
540
          done | \
 
541
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
542
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
543
        mkid -fID $$unique
 
544
tags: TAGS
 
545
 
 
546
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
547
                $(TAGS_FILES) $(LISP)
 
548
        set x; \
 
549
        here=`pwd`; \
 
550
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
551
        unique=`for i in $$list; do \
 
552
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
553
          done | \
 
554
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
555
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
556
        shift; \
 
557
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
558
          test -n "$$unique" || unique=$$empty_fix; \
 
559
          if test $$# -gt 0; then \
 
560
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
561
              "$$@" $$unique; \
 
562
          else \
 
563
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
564
              $$unique; \
 
565
          fi; \
 
566
        fi
 
567
ctags: CTAGS
 
568
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
569
                $(TAGS_FILES) $(LISP)
 
570
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
571
        unique=`for i in $$list; do \
 
572
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
573
          done | \
 
574
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
575
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
576
        test -z "$(CTAGS_ARGS)$$unique" \
 
577
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
578
             $$unique
 
579
 
 
580
GTAGS:
 
581
        here=`$(am__cd) $(top_builddir) && pwd` \
 
582
          && $(am__cd) $(top_srcdir) \
 
583
          && gtags -i $(GTAGS_ARGS) "$$here"
 
584
 
 
585
distclean-tags:
 
586
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
587
 
 
588
distdir: $(DISTFILES)
 
589
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
590
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
591
        list='$(DISTFILES)'; \
 
592
          dist_files=`for file in $$list; do echo $$file; done | \
 
593
          sed -e "s|^$$srcdirstrip/||;t" \
 
594
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
595
        case $$dist_files in \
 
596
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
597
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
598
                           sort -u` ;; \
 
599
        esac; \
 
600
        for file in $$dist_files; do \
 
601
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
602
          if test -d $$d/$$file; then \
 
603
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
604
            if test -d "$(distdir)/$$file"; then \
 
605
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
606
            fi; \
 
607
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
608
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
609
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
610
            fi; \
 
611
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
612
          else \
 
613
            test -f "$(distdir)/$$file" \
 
614
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
615
            || exit 1; \
 
616
          fi; \
 
617
        done
 
618
check-am: all-am
 
619
check: check-am
 
620
all-am: Makefile $(LTLIBRARIES) $(DATA)
 
621
installdirs:
 
622
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"; do \
 
623
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
624
        done
 
625
install: install-am
 
626
install-exec: install-exec-am
 
627
install-data: install-data-am
 
628
uninstall: uninstall-am
 
629
 
 
630
install-am: all-am
 
631
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
632
 
 
633
installcheck: installcheck-am
 
634
install-strip:
 
635
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
636
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
637
          `test -z '$(STRIP)' || \
 
638
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
639
mostlyclean-generic:
 
640
 
 
641
clean-generic:
 
642
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
643
 
 
644
distclean-generic:
 
645
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
646
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
647
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
648
 
 
649
maintainer-clean-generic:
 
650
        @echo "This command is intended for maintainers to use"
 
651
        @echo "it deletes files that may require special tools to rebuild."
 
652
clean: clean-am
 
653
 
 
654
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
655
        mostlyclean-am
 
656
 
 
657
distclean: distclean-am
 
658
        -rm -rf ./$(DEPDIR)
 
659
        -rm -f Makefile
 
660
distclean-am: clean-am distclean-compile distclean-generic \
 
661
        distclean-tags
 
662
 
 
663
dvi: dvi-am
 
664
 
 
665
dvi-am:
 
666
 
 
667
html: html-am
 
668
 
 
669
html-am:
 
670
 
 
671
info: info-am
 
672
 
 
673
info-am:
 
674
 
 
675
install-data-am: install-pluginDATA install-pluginLTLIBRARIES
 
676
 
 
677
install-dvi: install-dvi-am
 
678
 
 
679
install-dvi-am:
 
680
 
 
681
install-exec-am:
 
682
 
 
683
install-html: install-html-am
 
684
 
 
685
install-html-am:
 
686
 
 
687
install-info: install-info-am
 
688
 
 
689
install-info-am:
 
690
 
 
691
install-man:
 
692
 
 
693
install-pdf: install-pdf-am
 
694
 
 
695
install-pdf-am:
 
696
 
 
697
install-ps: install-ps-am
 
698
 
 
699
install-ps-am:
 
700
 
 
701
installcheck-am:
 
702
 
 
703
maintainer-clean: maintainer-clean-am
 
704
        -rm -rf ./$(DEPDIR)
 
705
        -rm -f Makefile
 
706
maintainer-clean-am: distclean-am maintainer-clean-generic
 
707
 
 
708
mostlyclean: mostlyclean-am
 
709
 
 
710
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
711
        mostlyclean-libtool
 
712
 
 
713
pdf: pdf-am
 
714
 
 
715
pdf-am:
 
716
 
 
717
ps: ps-am
 
718
 
 
719
ps-am:
 
720
 
 
721
uninstall-am: uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
722
 
 
723
.MAKE: install-am install-strip
 
724
 
 
725
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
726
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
727
        distclean-compile distclean-generic distclean-libtool \
 
728
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
729
        install install-am install-data install-data-am install-dvi \
 
730
        install-dvi-am install-exec install-exec-am install-html \
 
731
        install-html-am install-info install-info-am install-man \
 
732
        install-pdf install-pdf-am install-pluginDATA \
 
733
        install-pluginLTLIBRARIES install-ps install-ps-am \
 
734
        install-strip installcheck installcheck-am installdirs \
 
735
        maintainer-clean maintainer-clean-generic mostlyclean \
 
736
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
737
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
738
        uninstall-pluginDATA uninstall-pluginLTLIBRARIES
 
739
 
 
740
%.plugin: %.plugin.in
 
741
        $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
742
 
 
743
-include $(top_srcdir)/git.mk
 
744
 
 
745
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
746
# Otherwise a system limit (for SysV at least) may be exceeded.
 
747
.NOEXPORT: