~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
 
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
# Copyright (C) 2005-2006 MySQL AB
 
18
#
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
#
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
#
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
31
 
 
32
# Process this file with automake to create Makefile.in
 
33
VPATH = @srcdir@
 
34
pkgdatadir = $(datadir)/@PACKAGE@
 
35
pkglibdir = $(libdir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
38
install_sh_DATA = $(install_sh) -c -m 644
 
39
install_sh_PROGRAM = $(install_sh) -c
 
40
install_sh_SCRIPT = $(install_sh) -c
 
41
INSTALL_HEADER = $(INSTALL_DATA)
 
42
transform = $(program_transform_name)
 
43
NORMAL_INSTALL = :
 
44
PRE_INSTALL = :
 
45
POST_INSTALL = :
 
46
NORMAL_UNINSTALL = :
 
47
PRE_UNINSTALL = :
 
48
POST_UNINSTALL = :
 
49
build_triplet = @build@
 
50
host_triplet = @host@
 
51
target_triplet = @target@
 
52
subdir = plugin
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
56
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
57
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
58
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
59
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
60
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
61
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
62
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
63
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
64
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
65
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
66
        $(top_srcdir)/configure.in
 
67
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
68
        $(ACLOCAL_M4)
 
69
mkinstalldirs = $(install_sh) -d
 
70
CONFIG_HEADER = $(top_builddir)/include/config.h
 
71
CONFIG_CLEAN_FILES =
 
72
SOURCES =
 
73
DIST_SOURCES =
 
74
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
75
        html-recursive info-recursive install-data-recursive \
 
76
        install-dvi-recursive install-exec-recursive \
 
77
        install-html-recursive install-info-recursive \
 
78
        install-pdf-recursive install-ps-recursive install-recursive \
 
79
        installcheck-recursive installdirs-recursive pdf-recursive \
 
80
        ps-recursive uninstall-recursive
 
81
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
82
  distclean-recursive maintainer-clean-recursive
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ABI_CHECK = @ABI_CHECK@
 
87
ACLOCAL = @ACLOCAL@
 
88
ALLOCA = @ALLOCA@
 
89
AMTAR = @AMTAR@
 
90
AR = @AR@
 
91
ARFLAGS = @ARFLAGS@
 
92
AS = @AS@
 
93
ASFLAGS = @ASFLAGS@
 
94
AUTOCONF = @AUTOCONF@
 
95
AUTOHEADER = @AUTOHEADER@
 
96
AUTOMAKE = @AUTOMAKE@
 
97
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
98
AWK = @AWK@
 
99
CC = @CC@
 
100
CCAS = @CCAS@
 
101
CCASDEPMODE = @CCASDEPMODE@
 
102
CCASFLAGS = @CCASFLAGS@
 
103
CCDEPMODE = @CCDEPMODE@
 
104
CC_VERSION = @CC_VERSION@
 
105
CFLAGS = @CFLAGS@
 
106
CHECK_PID = @CHECK_PID@
 
107
CHMOD = @CHMOD@
 
108
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
109
CLIENT_LIBS = @CLIENT_LIBS@
 
110
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
111
CMP = @CMP@
 
112
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
113
CONF_COMMAND = @CONF_COMMAND@
 
114
CP = @CP@
 
115
CPP = @CPP@
 
116
CPPFLAGS = @CPPFLAGS@
 
117
CXX = @CXX@
 
118
CXXCPP = @CXXCPP@
 
119
CXXDEPMODE = @CXXDEPMODE@
 
120
CXXFLAGS = @CXXFLAGS@
 
121
CXXLDFLAGS = @CXXLDFLAGS@
 
122
CXX_VERSION = @CXX_VERSION@
 
123
CYGPATH_W = @CYGPATH_W@
 
124
DEFS = @DEFS@
 
125
DEPDIR = @DEPDIR@
 
126
DIFF = @DIFF@
 
127
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
128
DOXYGEN = @DOXYGEN@
 
129
DSYMUTIL = @DSYMUTIL@
 
130
DUMPBIN = @DUMPBIN@
 
131
DVIS = @DVIS@
 
132
ECHO_C = @ECHO_C@
 
133
ECHO_N = @ECHO_N@
 
134
ECHO_T = @ECHO_T@
 
135
EGREP = @EGREP@
 
136
EXEEXT = @EXEEXT@
 
137
FGREP = @FGREP@
 
138
FIND_PROC = @FIND_PROC@
 
139
GETCONF = @GETCONF@
 
140
GREP = @GREP@
 
141
GXX = @GXX@
 
142
HOSTNAME = @HOSTNAME@
 
143
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
144
INSTALL = @INSTALL@
 
145
INSTALL_DATA = @INSTALL_DATA@
 
146
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
147
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
148
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
149
KILL = @KILL@
 
150
LD = @LD@
 
151
LDFLAGS = @LDFLAGS@
 
152
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
153
LIBDL = @LIBDL@
 
154
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
155
LIBOBJS = @LIBOBJS@
 
156
LIBS = @LIBS@
 
157
LIBTOOL = @LIBTOOL@
 
158
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
159
LIPO = @LIPO@
 
160
LM_CFLAGS = @LM_CFLAGS@
 
161
LN = @LN@
 
162
LN_CP_F = @LN_CP_F@
 
163
LN_S = @LN_S@
 
164
LTLIBOBJS = @LTLIBOBJS@
 
165
MACHINE_TYPE = @MACHINE_TYPE@
 
166
MAKEINDEX = @MAKEINDEX@
 
167
MAKEINFO = @MAKEINFO@
 
168
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
169
MAKE_SHELL = @MAKE_SHELL@
 
170
MKDIR_P = @MKDIR_P@
 
171
MV = @MV@
 
172
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
173
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
174
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
175
MYSQLD_USER = @MYSQLD_USER@
 
176
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
177
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
178
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
179
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
180
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
181
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
182
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
183
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
184
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
185
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
186
NDB_DEFS = @NDB_DEFS@
 
187
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
188
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
189
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
190
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
191
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
192
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
193
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
194
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
195
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
196
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
197
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
198
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
199
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
200
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
201
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
202
NM = @NM@
 
203
NMEDIT = @NMEDIT@
 
204
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
205
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
206
OBJDUMP = @OBJDUMP@
 
207
OBJEXT = @OBJEXT@
 
208
OTOOL = @OTOOL@
 
209
OTOOL64 = @OTOOL64@
 
210
PACKAGE = @PACKAGE@
 
211
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
212
PACKAGE_NAME = @PACKAGE_NAME@
 
213
PACKAGE_STRING = @PACKAGE_STRING@
 
214
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
215
PACKAGE_VERSION = @PACKAGE_VERSION@
 
216
PATH_SEPARATOR = @PATH_SEPARATOR@
 
217
PDFLATEX = @PDFLATEX@
 
218
PDFMANUAL = @PDFMANUAL@
 
219
PERL = @PERL@
 
220
PERL5 = @PERL5@
 
221
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
222
PS = @PS@
 
223
RANLIB = @RANLIB@
 
224
RM = @RM@
 
225
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
226
SAVE_CC = @SAVE_CC@
 
227
SAVE_CFLAGS = @SAVE_CFLAGS@
 
228
SAVE_CXX = @SAVE_CXX@
 
229
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
230
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
231
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
232
SED = @SED@
 
233
SET_MAKE = @SET_MAKE@
 
234
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
235
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
236
SHELL = @SHELL@
 
237
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
238
STRIP = @STRIP@
 
239
SYSTEM_TYPE = @SYSTEM_TYPE@
 
240
TAR = @TAR@
 
241
TARGET_LINUX = @TARGET_LINUX@
 
242
TERMCAP_LIB = @TERMCAP_LIB@
 
243
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
244
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
245
VERSION = @VERSION@
 
246
WRAPLIBS = @WRAPLIBS@
 
247
YACC = @YACC@
 
248
ZLIB_DEPS = @ZLIB_DEPS@
 
249
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
250
ZLIB_LIBS = @ZLIB_LIBS@
 
251
abs_builddir = @abs_builddir@
 
252
abs_srcdir = @abs_srcdir@
 
253
abs_top_builddir = @abs_top_builddir@
 
254
abs_top_srcdir = @abs_top_srcdir@
 
255
ac_ct_CC = @ac_ct_CC@
 
256
ac_ct_CXX = @ac_ct_CXX@
 
257
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
258
am__include = @am__include@
 
259
am__leading_dot = @am__leading_dot@
 
260
am__quote = @am__quote@
 
261
am__tar = @am__tar@
 
262
am__untar = @am__untar@
 
263
bindir = @bindir@
 
264
build = @build@
 
265
build_alias = @build_alias@
 
266
build_cpu = @build_cpu@
 
267
build_os = @build_os@
 
268
build_vendor = @build_vendor@
 
269
builddir = @builddir@
 
270
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
271
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
272
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
273
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
274
datadir = @datadir@
 
275
datarootdir = @datarootdir@
 
276
docdir = @docdir@
 
277
docs_dirs = @docs_dirs@
 
278
dvidir = @dvidir@
 
279
exec_prefix = @exec_prefix@
 
280
extra_docs = @extra_docs@
 
281
host = @host@
 
282
host_alias = @host_alias@
 
283
host_cpu = @host_cpu@
 
284
host_os = @host_os@
 
285
host_vendor = @host_vendor@
 
286
htmldir = @htmldir@
 
287
includedir = @includedir@
 
288
infodir = @infodir@
 
289
innodb_system_libs = @innodb_system_libs@
 
290
install_sh = @install_sh@
 
291
libdir = @libdir@
 
292
libexecdir = @libexecdir@
 
293
libmysqld_dirs = @libmysqld_dirs@
 
294
localedir = @localedir@
 
295
localstatedir = @localstatedir@
 
296
lt_ECHO = @lt_ECHO@
 
297
man1_files = @man1_files@
 
298
man8_files = @man8_files@
 
299
man_dirs = @man_dirs@
 
300
mandir = @mandir@
 
301
mkdir_p = @mkdir_p@
 
302
mysql_pg_dirs = @mysql_pg_dirs@
 
303
mysql_pg_distdirs = @mysql_pg_distdirs@
 
304
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
305
mysql_plugin_defs = @mysql_plugin_defs@
 
306
mysql_plugin_dirs = @mysql_plugin_dirs@
 
307
mysql_plugin_libs = @mysql_plugin_libs@
 
308
mysql_se_dirs = @mysql_se_dirs@
 
309
mysql_se_distdirs = @mysql_se_distdirs@
 
310
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
311
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
312
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
313
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
314
ndb_opt_subdirs = @ndb_opt_subdirs@
 
315
ndb_port = @ndb_port@
 
316
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
317
ndbcluster_includes = @ndbcluster_includes@
 
318
ndbcluster_libs = @ndbcluster_libs@
 
319
ndbcluster_system_libs = @ndbcluster_system_libs@
 
320
netware_dir = @netware_dir@
 
321
oldincludedir = @oldincludedir@
 
322
openssl_includes = @openssl_includes@
 
323
openssl_libs = @openssl_libs@
 
324
pdfdir = @pdfdir@
 
325
plugin_archive_shared_target = @plugin_archive_shared_target@
 
326
plugin_archive_static_target = @plugin_archive_static_target@
 
327
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
328
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
329
plugin_csv_shared_target = @plugin_csv_shared_target@
 
330
plugin_csv_static_target = @plugin_csv_static_target@
 
331
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
332
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
333
plugin_example_shared_target = @plugin_example_shared_target@
 
334
plugin_example_static_target = @plugin_example_static_target@
 
335
plugin_federated_shared_target = @plugin_federated_shared_target@
 
336
plugin_federated_static_target = @plugin_federated_static_target@
 
337
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
338
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
339
plugin_heap_shared_target = @plugin_heap_shared_target@
 
340
plugin_heap_static_target = @plugin_heap_static_target@
 
341
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
342
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
343
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
344
plugin_innobase_static_target = @plugin_innobase_static_target@
 
345
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
346
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
347
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
348
plugin_myisam_static_target = @plugin_myisam_static_target@
 
349
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
350
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
351
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
352
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
353
plugin_partition_shared_target = @plugin_partition_shared_target@
 
354
plugin_partition_static_target = @plugin_partition_static_target@
 
355
prefix = @prefix@
 
356
program_transform_name = @program_transform_name@
 
357
psdir = @psdir@
 
358
pstack_dir = @pstack_dir@
 
359
pstack_libs = @pstack_libs@
 
360
readline_basedir = @readline_basedir@
 
361
readline_dir = @readline_dir@
 
362
readline_h_ln_cmd = @readline_h_ln_cmd@
 
363
readline_link = @readline_link@
 
364
readline_topdir = @readline_topdir@
 
365
sbindir = @sbindir@
 
366
server_scripts = @server_scripts@
 
367
sharedstatedir = @sharedstatedir@
 
368
sql_client_dirs = @sql_client_dirs@
 
369
sql_server = @sql_server@
 
370
sql_server_dirs = @sql_server_dirs@
 
371
sql_union_dirs = @sql_union_dirs@
 
372
srcdir = @srcdir@
 
373
sysconfdir = @sysconfdir@
 
374
target = @target@
 
375
target_alias = @target_alias@
 
376
target_cpu = @target_cpu@
 
377
target_os = @target_os@
 
378
target_vendor = @target_vendor@
 
379
tools_dirs = @tools_dirs@
 
380
top_build_prefix = @top_build_prefix@
 
381
top_builddir = @top_builddir@
 
382
top_srcdir = @top_srcdir@
 
383
uname_prog = @uname_prog@
 
384
yassl_dir = @yassl_dir@
 
385
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
386
yassl_libs = @yassl_libs@
 
387
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
388
zlib_dir = @zlib_dir@
 
389
AUTOMAKE_OPTIONS = foreign
 
390
 
 
391
# extra plugin example files are listed here, to
 
392
# keep its Makefile.am cleaner as a template
 
393
EXTRA_DIST = fulltext/configure.in      
 
394
SUBDIRS = @mysql_pg_dirs@
 
395
DIST_SUBDIRS = @mysql_pg_distdirs@
 
396
all: all-recursive
 
397
 
 
398
.SUFFIXES:
 
399
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
400
        @for dep in $?; do \
 
401
          case '$(am__configure_deps)' in \
 
402
            *$$dep*) \
 
403
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
404
                && { if test -f $@; then exit 0; else break; fi; }; \
 
405
              exit 1;; \
 
406
          esac; \
 
407
        done; \
 
408
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  plugin/Makefile'; \
 
409
        cd $(top_srcdir) && \
 
410
          $(AUTOMAKE) --foreign  plugin/Makefile
 
411
.PRECIOUS: Makefile
 
412
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
413
        @case '$?' in \
 
414
          *config.status*) \
 
415
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
416
          *) \
 
417
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
418
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
419
        esac;
 
420
 
 
421
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
422
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
423
 
 
424
$(top_srcdir)/configure:  $(am__configure_deps)
 
425
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
426
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
427
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
428
 
 
429
mostlyclean-libtool:
 
430
        -rm -f *.lo
 
431
 
 
432
clean-libtool:
 
433
        -rm -rf .libs _libs
 
434
 
 
435
# This directory's subdirectories are mostly independent; you can cd
 
436
# into them and run `make' without going through this Makefile.
 
437
# To change the values of `make' variables: instead of editing Makefiles,
 
438
# (1) if the variable is set in `config.status', edit `config.status'
 
439
#     (which will cause the Makefiles to be regenerated when you run `make');
 
440
# (2) otherwise, pass the desired values on the `make' command line.
 
441
$(RECURSIVE_TARGETS):
 
442
        @failcom='exit 1'; \
 
443
        for f in x $$MAKEFLAGS; do \
 
444
          case $$f in \
 
445
            *=* | --[!k]*);; \
 
446
            *k*) failcom='fail=yes';; \
 
447
          esac; \
 
448
        done; \
 
449
        dot_seen=no; \
 
450
        target=`echo $@ | sed s/-recursive//`; \
 
451
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
452
          echo "Making $$target in $$subdir"; \
 
453
          if test "$$subdir" = "."; then \
 
454
            dot_seen=yes; \
 
455
            local_target="$$target-am"; \
 
456
          else \
 
457
            local_target="$$target"; \
 
458
          fi; \
 
459
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
460
          || eval $$failcom; \
 
461
        done; \
 
462
        if test "$$dot_seen" = "no"; then \
 
463
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
464
        fi; test -z "$$fail"
 
465
 
 
466
$(RECURSIVE_CLEAN_TARGETS):
 
467
        @failcom='exit 1'; \
 
468
        for f in x $$MAKEFLAGS; do \
 
469
          case $$f in \
 
470
            *=* | --[!k]*);; \
 
471
            *k*) failcom='fail=yes';; \
 
472
          esac; \
 
473
        done; \
 
474
        dot_seen=no; \
 
475
        case "$@" in \
 
476
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
477
          *) list='$(SUBDIRS)' ;; \
 
478
        esac; \
 
479
        rev=''; for subdir in $$list; do \
 
480
          if test "$$subdir" = "."; then :; else \
 
481
            rev="$$subdir $$rev"; \
 
482
          fi; \
 
483
        done; \
 
484
        rev="$$rev ."; \
 
485
        target=`echo $@ | sed s/-recursive//`; \
 
486
        for subdir in $$rev; do \
 
487
          echo "Making $$target in $$subdir"; \
 
488
          if test "$$subdir" = "."; then \
 
489
            local_target="$$target-am"; \
 
490
          else \
 
491
            local_target="$$target"; \
 
492
          fi; \
 
493
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
494
          || eval $$failcom; \
 
495
        done && test -z "$$fail"
 
496
tags-recursive:
 
497
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
498
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
499
        done
 
500
ctags-recursive:
 
501
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
502
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
503
        done
 
504
 
 
505
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
506
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
507
        unique=`for i in $$list; do \
 
508
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
509
          done | \
 
510
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
511
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
512
        mkid -fID $$unique
 
513
tags: TAGS
 
514
 
 
515
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
516
                $(TAGS_FILES) $(LISP)
 
517
        tags=; \
 
518
        here=`pwd`; \
 
519
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
520
          include_option=--etags-include; \
 
521
          empty_fix=.; \
 
522
        else \
 
523
          include_option=--include; \
 
524
          empty_fix=; \
 
525
        fi; \
 
526
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
527
          if test "$$subdir" = .; then :; else \
 
528
            test ! -f $$subdir/TAGS || \
 
529
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
530
          fi; \
 
531
        done; \
 
532
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
533
        unique=`for i in $$list; do \
 
534
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
535
          done | \
 
536
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
537
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
538
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
539
          test -n "$$unique" || unique=$$empty_fix; \
 
540
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
541
            $$tags $$unique; \
 
542
        fi
 
543
ctags: CTAGS
 
544
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
545
                $(TAGS_FILES) $(LISP)
 
546
        tags=; \
 
547
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
548
        unique=`for i in $$list; do \
 
549
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
550
          done | \
 
551
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
552
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
553
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
554
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
555
             $$tags $$unique
 
556
 
 
557
GTAGS:
 
558
        here=`$(am__cd) $(top_builddir) && pwd` \
 
559
          && cd $(top_srcdir) \
 
560
          && gtags -i $(GTAGS_ARGS) $$here
 
561
 
 
562
distclean-tags:
 
563
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
564
 
 
565
distdir: $(DISTFILES)
 
566
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
567
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
568
        list='$(DISTFILES)'; \
 
569
          dist_files=`for file in $$list; do echo $$file; done | \
 
570
          sed -e "s|^$$srcdirstrip/||;t" \
 
571
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
572
        case $$dist_files in \
 
573
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
574
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
575
                           sort -u` ;; \
 
576
        esac; \
 
577
        for file in $$dist_files; do \
 
578
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
579
          if test -d $$d/$$file; then \
 
580
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
581
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
582
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
583
            fi; \
 
584
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
585
          else \
 
586
            test -f $(distdir)/$$file \
 
587
            || cp -p $$d/$$file $(distdir)/$$file \
 
588
            || exit 1; \
 
589
          fi; \
 
590
        done
 
591
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
592
          if test "$$subdir" = .; then :; else \
 
593
            test -d "$(distdir)/$$subdir" \
 
594
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
595
            || exit 1; \
 
596
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
597
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
598
            (cd $$subdir && \
 
599
              $(MAKE) $(AM_MAKEFLAGS) \
 
600
                top_distdir="$$top_distdir" \
 
601
                distdir="$$distdir/$$subdir" \
 
602
                am__remove_distdir=: \
 
603
                am__skip_length_check=: \
 
604
                distdir) \
 
605
              || exit 1; \
 
606
          fi; \
 
607
        done
 
608
check-am: all-am
 
609
check: check-recursive
 
610
all-am: Makefile
 
611
installdirs: installdirs-recursive
 
612
installdirs-am:
 
613
install: install-recursive
 
614
install-exec: install-exec-recursive
 
615
install-data: install-data-recursive
 
616
uninstall: uninstall-recursive
 
617
 
 
618
install-am: all-am
 
619
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
620
 
 
621
installcheck: installcheck-recursive
 
622
install-strip:
 
623
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
624
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
625
          `test -z '$(STRIP)' || \
 
626
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
627
mostlyclean-generic:
 
628
 
 
629
clean-generic:
 
630
 
 
631
distclean-generic:
 
632
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
633
 
 
634
maintainer-clean-generic:
 
635
        @echo "This command is intended for maintainers to use"
 
636
        @echo "it deletes files that may require special tools to rebuild."
 
637
clean: clean-recursive
 
638
 
 
639
clean-am: clean-generic clean-libtool mostlyclean-am
 
640
 
 
641
distclean: distclean-recursive
 
642
        -rm -f Makefile
 
643
distclean-am: clean-am distclean-generic distclean-tags
 
644
 
 
645
dvi: dvi-recursive
 
646
 
 
647
dvi-am:
 
648
 
 
649
html: html-recursive
 
650
 
 
651
info: info-recursive
 
652
 
 
653
info-am:
 
654
 
 
655
install-data-am:
 
656
 
 
657
install-dvi: install-dvi-recursive
 
658
 
 
659
install-exec-am:
 
660
 
 
661
install-html: install-html-recursive
 
662
 
 
663
install-info: install-info-recursive
 
664
 
 
665
install-man:
 
666
 
 
667
install-pdf: install-pdf-recursive
 
668
 
 
669
install-ps: install-ps-recursive
 
670
 
 
671
installcheck-am:
 
672
 
 
673
maintainer-clean: maintainer-clean-recursive
 
674
        -rm -f Makefile
 
675
maintainer-clean-am: distclean-am maintainer-clean-generic
 
676
 
 
677
mostlyclean: mostlyclean-recursive
 
678
 
 
679
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
680
 
 
681
pdf: pdf-recursive
 
682
 
 
683
pdf-am:
 
684
 
 
685
ps: ps-recursive
 
686
 
 
687
ps-am:
 
688
 
 
689
uninstall-am:
 
690
 
 
691
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
692
        install-strip
 
693
 
 
694
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
695
        all all-am check check-am clean clean-generic clean-libtool \
 
696
        ctags ctags-recursive distclean distclean-generic \
 
697
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
698
        html-am info info-am install install-am install-data \
 
699
        install-data-am install-dvi install-dvi-am install-exec \
 
700
        install-exec-am install-html install-html-am install-info \
 
701
        install-info-am install-man install-pdf install-pdf-am \
 
702
        install-ps install-ps-am install-strip installcheck \
 
703
        installcheck-am installdirs installdirs-am maintainer-clean \
 
704
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
705
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
706
        uninstall uninstall-am
 
707
 
 
708
 
 
709
# Don't update the files from bitkeeper
 
710
%::SCCS/s.%
 
711
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
712
# Otherwise a system limit (for SysV at least) may be exceeded.
 
713
.NOEXPORT: