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

« back to all changes in this revision

Viewing changes to storage/blackhole/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) 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
#called from the top level Makefile
 
33
 
 
34
 
 
35
 
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@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
target_triplet = @target@
 
55
subdir = storage/blackhole
 
56
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
57
        $(srcdir)/Makefile.in
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
60
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
61
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
62
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
63
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
64
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
65
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
66
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
67
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
68
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
69
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
70
        $(top_srcdir)/configure.in
 
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
72
        $(ACLOCAL_M4)
 
73
mkinstalldirs = $(install_sh) -d
 
74
CONFIG_HEADER = $(top_builddir)/include/config.h
 
75
CONFIG_CLEAN_FILES =
 
76
LIBRARIES = $(noinst_LIBRARIES)
 
77
libblackhole_a_AR = $(AR) $(ARFLAGS)
 
78
libblackhole_a_LIBADD =
 
79
am_libblackhole_a_OBJECTS = libblackhole_a-ha_blackhole.$(OBJEXT)
 
80
libblackhole_a_OBJECTS = $(am_libblackhole_a_OBJECTS)
 
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
82
am__vpath_adj = case $$p in \
 
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
84
    *) f=$$p;; \
 
85
  esac;
 
86
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
87
am__installdirs = "$(DESTDIR)$(pkgplugindir)"
 
88
pkgpluginLTLIBRARIES_INSTALL = $(INSTALL)
 
89
LTLIBRARIES = $(pkgplugin_LTLIBRARIES)
 
90
ha_blackhole_la_LIBADD =
 
91
am_ha_blackhole_la_OBJECTS = ha_blackhole_la-ha_blackhole.lo
 
92
ha_blackhole_la_OBJECTS = $(am_ha_blackhole_la_OBJECTS)
 
93
ha_blackhole_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
94
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 
95
        $(ha_blackhole_la_CXXFLAGS) $(CXXFLAGS) \
 
96
        $(ha_blackhole_la_LDFLAGS) $(LDFLAGS) -o $@
 
97
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
98
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
99
am__depfiles_maybe = depfiles
 
100
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
101
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
102
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
103
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
104
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
105
CXXLD = $(CXX)
 
106
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
107
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
108
        $(LDFLAGS) -o $@
 
109
SOURCES = $(libblackhole_a_SOURCES) $(ha_blackhole_la_SOURCES)
 
110
DIST_SOURCES = $(libblackhole_a_SOURCES) $(ha_blackhole_la_SOURCES)
 
111
HEADERS = $(noinst_HEADERS)
 
112
ETAGS = etags
 
113
CTAGS = ctags
 
114
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
115
ABI_CHECK = @ABI_CHECK@
 
116
ACLOCAL = @ACLOCAL@
 
117
ALLOCA = @ALLOCA@
 
118
AMTAR = @AMTAR@
 
119
AR = @AR@
 
120
ARFLAGS = @ARFLAGS@
 
121
AS = @AS@
 
122
ASFLAGS = @ASFLAGS@
 
123
AUTOCONF = @AUTOCONF@
 
124
AUTOHEADER = @AUTOHEADER@
 
125
AUTOMAKE = @AUTOMAKE@
 
126
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
127
AWK = @AWK@
 
128
CC = @CC@
 
129
CCAS = @CCAS@
 
130
CCASDEPMODE = @CCASDEPMODE@
 
131
CCASFLAGS = @CCASFLAGS@
 
132
CCDEPMODE = @CCDEPMODE@
 
133
CC_VERSION = @CC_VERSION@
 
134
CFLAGS = @CFLAGS@
 
135
CHECK_PID = @CHECK_PID@
 
136
CHMOD = @CHMOD@
 
137
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
138
CLIENT_LIBS = @CLIENT_LIBS@
 
139
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
140
CMP = @CMP@
 
141
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
142
CONF_COMMAND = @CONF_COMMAND@
 
143
CP = @CP@
 
144
CPP = @CPP@
 
145
CPPFLAGS = @CPPFLAGS@
 
146
CXX = @CXX@
 
147
CXXCPP = @CXXCPP@
 
148
CXXDEPMODE = @CXXDEPMODE@
 
149
CXXFLAGS = @CXXFLAGS@
 
150
CXXLDFLAGS = @CXXLDFLAGS@
 
151
CXX_VERSION = @CXX_VERSION@
 
152
CYGPATH_W = @CYGPATH_W@
 
153
DEFS = @DEFS@
 
154
DEPDIR = @DEPDIR@
 
155
DIFF = @DIFF@
 
156
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
157
DOXYGEN = @DOXYGEN@
 
158
DSYMUTIL = @DSYMUTIL@
 
159
DUMPBIN = @DUMPBIN@
 
160
DVIS = @DVIS@
 
161
ECHO_C = @ECHO_C@
 
162
ECHO_N = @ECHO_N@
 
163
ECHO_T = @ECHO_T@
 
164
EGREP = @EGREP@
 
165
EXEEXT = @EXEEXT@
 
166
FGREP = @FGREP@
 
167
FIND_PROC = @FIND_PROC@
 
168
GETCONF = @GETCONF@
 
169
GREP = @GREP@
 
170
GXX = @GXX@
 
171
HOSTNAME = @HOSTNAME@
 
172
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
173
INSTALL = @INSTALL@
 
174
INSTALL_DATA = @INSTALL_DATA@
 
175
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
176
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
177
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
178
KILL = @KILL@
 
179
LD = @LD@
 
180
LDFLAGS = @LDFLAGS@
 
181
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
182
LIBDL = @LIBDL@
 
183
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
184
LIBOBJS = @LIBOBJS@
 
185
LIBS = @LIBS@
 
186
LIBTOOL = @LIBTOOL@
 
187
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
188
LIPO = @LIPO@
 
189
LM_CFLAGS = @LM_CFLAGS@
 
190
LN = @LN@
 
191
LN_CP_F = @LN_CP_F@
 
192
LN_S = @LN_S@
 
193
LTLIBOBJS = @LTLIBOBJS@
 
194
MACHINE_TYPE = @MACHINE_TYPE@
 
195
MAKEINDEX = @MAKEINDEX@
 
196
MAKEINFO = @MAKEINFO@
 
197
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
198
MAKE_SHELL = @MAKE_SHELL@
 
199
MKDIR_P = @MKDIR_P@
 
200
MV = @MV@
 
201
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
202
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
203
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
204
MYSQLD_USER = @MYSQLD_USER@
 
205
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
206
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
207
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
208
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
209
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
210
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
211
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
212
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
213
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
214
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
215
NDB_DEFS = @NDB_DEFS@
 
216
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
217
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
218
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
219
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
220
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
221
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
222
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
223
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
224
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
225
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
226
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
227
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
228
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
229
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
230
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
231
NM = @NM@
 
232
NMEDIT = @NMEDIT@
 
233
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
234
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
235
OBJDUMP = @OBJDUMP@
 
236
OBJEXT = @OBJEXT@
 
237
OTOOL = @OTOOL@
 
238
OTOOL64 = @OTOOL64@
 
239
PACKAGE = @PACKAGE@
 
240
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
241
PACKAGE_NAME = @PACKAGE_NAME@
 
242
PACKAGE_STRING = @PACKAGE_STRING@
 
243
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
244
PACKAGE_VERSION = @PACKAGE_VERSION@
 
245
PATH_SEPARATOR = @PATH_SEPARATOR@
 
246
PDFLATEX = @PDFLATEX@
 
247
PDFMANUAL = @PDFMANUAL@
 
248
PERL = @PERL@
 
249
PERL5 = @PERL5@
 
250
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
251
PS = @PS@
 
252
RANLIB = @RANLIB@
 
253
RM = @RM@
 
254
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
255
SAVE_CC = @SAVE_CC@
 
256
SAVE_CFLAGS = @SAVE_CFLAGS@
 
257
SAVE_CXX = @SAVE_CXX@
 
258
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
259
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
260
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
261
SED = @SED@
 
262
SET_MAKE = @SET_MAKE@
 
263
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
264
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
265
SHELL = @SHELL@
 
266
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
267
STRIP = @STRIP@
 
268
SYSTEM_TYPE = @SYSTEM_TYPE@
 
269
TAR = @TAR@
 
270
TARGET_LINUX = @TARGET_LINUX@
 
271
TERMCAP_LIB = @TERMCAP_LIB@
 
272
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
273
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
274
VERSION = @VERSION@
 
275
WRAPLIBS = 
 
276
YACC = @YACC@
 
277
ZLIB_DEPS = @ZLIB_DEPS@
 
278
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
279
ZLIB_LIBS = @ZLIB_LIBS@
 
280
abs_builddir = @abs_builddir@
 
281
abs_srcdir = @abs_srcdir@
 
282
abs_top_builddir = @abs_top_builddir@
 
283
abs_top_srcdir = @abs_top_srcdir@
 
284
ac_ct_CC = @ac_ct_CC@
 
285
ac_ct_CXX = @ac_ct_CXX@
 
286
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
287
am__include = @am__include@
 
288
am__leading_dot = @am__leading_dot@
 
289
am__quote = @am__quote@
 
290
am__tar = @am__tar@
 
291
am__untar = @am__untar@
 
292
bindir = @bindir@
 
293
build = @build@
 
294
build_alias = @build_alias@
 
295
build_cpu = @build_cpu@
 
296
build_os = @build_os@
 
297
build_vendor = @build_vendor@
 
298
builddir = @builddir@
 
299
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
300
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
301
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
302
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
303
datadir = @datadir@
 
304
datarootdir = @datarootdir@
 
305
docdir = @docdir@
 
306
docs_dirs = @docs_dirs@
 
307
dvidir = @dvidir@
 
308
exec_prefix = @exec_prefix@
 
309
extra_docs = @extra_docs@
 
310
host = @host@
 
311
host_alias = @host_alias@
 
312
host_cpu = @host_cpu@
 
313
host_os = @host_os@
 
314
host_vendor = @host_vendor@
 
315
htmldir = @htmldir@
 
316
includedir = @includedir@
 
317
infodir = @infodir@
 
318
innodb_system_libs = @innodb_system_libs@
 
319
install_sh = @install_sh@
 
320
libdir = @libdir@
 
321
libexecdir = @libexecdir@
 
322
libmysqld_dirs = @libmysqld_dirs@
 
323
localedir = @localedir@
 
324
localstatedir = @localstatedir@
 
325
lt_ECHO = @lt_ECHO@
 
326
man1_files = @man1_files@
 
327
man8_files = @man8_files@
 
328
man_dirs = @man_dirs@
 
329
mandir = @mandir@
 
330
mkdir_p = @mkdir_p@
 
331
mysql_pg_dirs = @mysql_pg_dirs@
 
332
mysql_pg_distdirs = @mysql_pg_distdirs@
 
333
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
334
mysql_plugin_defs = @mysql_plugin_defs@
 
335
mysql_plugin_dirs = @mysql_plugin_dirs@
 
336
mysql_plugin_libs = @mysql_plugin_libs@
 
337
mysql_se_dirs = @mysql_se_dirs@
 
338
mysql_se_distdirs = @mysql_se_distdirs@
 
339
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
340
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
341
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
342
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
343
ndb_opt_subdirs = @ndb_opt_subdirs@
 
344
ndb_port = @ndb_port@
 
345
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
346
ndbcluster_includes = @ndbcluster_includes@
 
347
ndbcluster_libs = @ndbcluster_libs@
 
348
ndbcluster_system_libs = @ndbcluster_system_libs@
 
349
netware_dir = @netware_dir@
 
350
oldincludedir = @oldincludedir@
 
351
openssl_includes = @openssl_includes@
 
352
openssl_libs = @openssl_libs@
 
353
pdfdir = @pdfdir@
 
354
plugin_archive_shared_target = @plugin_archive_shared_target@
 
355
plugin_archive_static_target = @plugin_archive_static_target@
 
356
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
357
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
358
plugin_csv_shared_target = @plugin_csv_shared_target@
 
359
plugin_csv_static_target = @plugin_csv_static_target@
 
360
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
361
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
362
plugin_example_shared_target = @plugin_example_shared_target@
 
363
plugin_example_static_target = @plugin_example_static_target@
 
364
plugin_federated_shared_target = @plugin_federated_shared_target@
 
365
plugin_federated_static_target = @plugin_federated_static_target@
 
366
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
367
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
368
plugin_heap_shared_target = @plugin_heap_shared_target@
 
369
plugin_heap_static_target = @plugin_heap_static_target@
 
370
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
371
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
372
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
373
plugin_innobase_static_target = @plugin_innobase_static_target@
 
374
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
375
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
376
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
377
plugin_myisam_static_target = @plugin_myisam_static_target@
 
378
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
379
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
380
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
381
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
382
plugin_partition_shared_target = @plugin_partition_shared_target@
 
383
plugin_partition_static_target = @plugin_partition_static_target@
 
384
prefix = @prefix@
 
385
program_transform_name = @program_transform_name@
 
386
psdir = @psdir@
 
387
pstack_dir = @pstack_dir@
 
388
pstack_libs = @pstack_libs@
 
389
readline_basedir = @readline_basedir@
 
390
readline_dir = @readline_dir@
 
391
readline_h_ln_cmd = @readline_h_ln_cmd@
 
392
readline_link = @readline_link@
 
393
readline_topdir = @readline_topdir@
 
394
sbindir = @sbindir@
 
395
server_scripts = @server_scripts@
 
396
sharedstatedir = @sharedstatedir@
 
397
sql_client_dirs = @sql_client_dirs@
 
398
sql_server = @sql_server@
 
399
sql_server_dirs = @sql_server_dirs@
 
400
sql_union_dirs = @sql_union_dirs@
 
401
srcdir = @srcdir@
 
402
sysconfdir = @sysconfdir@
 
403
target = @target@
 
404
target_alias = @target_alias@
 
405
target_cpu = @target_cpu@
 
406
target_os = @target_os@
 
407
target_vendor = @target_vendor@
 
408
tools_dirs = @tools_dirs@
 
409
top_build_prefix = @top_build_prefix@
 
410
top_builddir = @top_builddir@
 
411
top_srcdir = @top_srcdir@
 
412
uname_prog = @uname_prog@
 
413
yassl_dir = @yassl_dir@
 
414
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
415
yassl_libs = @yassl_libs@
 
416
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
417
zlib_dir = @zlib_dir@
 
418
MYSQLDATAdir = $(localstatedir)
 
419
MYSQLSHAREdir = $(pkgdatadir)
 
420
MYSQLBASEdir = $(prefix)
 
421
MYSQLLIBdir = $(pkglibdir)
 
422
pkgplugindir = $(pkglibdir)/plugin
 
423
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include \
 
424
                        -I$(top_srcdir)/regex \
 
425
                        -I$(top_srcdir)/sql \
 
426
                        -I$(srcdir)
 
427
 
 
428
LDADD = 
 
429
noinst_HEADERS = ha_blackhole.h
 
430
EXTRA_LTLIBRARIES = ha_blackhole.la
 
431
pkgplugin_LTLIBRARIES = @plugin_blackhole_shared_target@
 
432
ha_blackhole_la_LDFLAGS = -module -rpath $(pkgplugindir)
 
433
ha_blackhole_la_CXXFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
434
ha_blackhole_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
435
ha_blackhole_la_SOURCES = ha_blackhole.cc
 
436
EXTRA_LIBRARIES = libblackhole.a
 
437
noinst_LIBRARIES = @plugin_blackhole_static_target@
 
438
libblackhole_a_CXXFLAGS = $(AM_CFLAGS)
 
439
libblackhole_a_CFLAGS = $(AM_CFLAGS)
 
440
libblackhole_a_SOURCES = ha_blackhole.cc
 
441
EXTRA_DIST = CMakeLists.txt plug.in
 
442
all: all-am
 
443
 
 
444
.SUFFIXES:
 
445
.SUFFIXES: .cc .lo .o .obj
 
446
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
447
        @for dep in $?; do \
 
448
          case '$(am__configure_deps)' in \
 
449
            *$$dep*) \
 
450
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
451
                && { if test -f $@; then exit 0; else break; fi; }; \
 
452
              exit 1;; \
 
453
          esac; \
 
454
        done; \
 
455
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  storage/blackhole/Makefile'; \
 
456
        cd $(top_srcdir) && \
 
457
          $(AUTOMAKE) --gnu  storage/blackhole/Makefile
 
458
.PRECIOUS: Makefile
 
459
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
460
        @case '$?' in \
 
461
          *config.status*) \
 
462
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
463
          *) \
 
464
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
465
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
466
        esac;
 
467
 
 
468
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
469
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
470
 
 
471
$(top_srcdir)/configure:  $(am__configure_deps)
 
472
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
473
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
474
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
475
 
 
476
clean-noinstLIBRARIES:
 
477
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
478
libblackhole.a: $(libblackhole_a_OBJECTS) $(libblackhole_a_DEPENDENCIES) 
 
479
        -rm -f libblackhole.a
 
480
        $(libblackhole_a_AR) libblackhole.a $(libblackhole_a_OBJECTS) $(libblackhole_a_LIBADD)
 
481
        $(RANLIB) libblackhole.a
 
482
install-pkgpluginLTLIBRARIES: $(pkgplugin_LTLIBRARIES)
 
483
        @$(NORMAL_INSTALL)
 
484
        test -z "$(pkgplugindir)" || $(MKDIR_P) "$(DESTDIR)$(pkgplugindir)"
 
485
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
486
          if test -f $$p; then \
 
487
            f=$(am__strip_dir) \
 
488
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgplugindir)/$$f'"; \
 
489
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgpluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgplugindir)/$$f"; \
 
490
          else :; fi; \
 
491
        done
 
492
 
 
493
uninstall-pkgpluginLTLIBRARIES:
 
494
        @$(NORMAL_UNINSTALL)
 
495
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
496
          p=$(am__strip_dir) \
 
497
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgplugindir)/$$p'"; \
 
498
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgplugindir)/$$p"; \
 
499
        done
 
500
 
 
501
clean-pkgpluginLTLIBRARIES:
 
502
        -test -z "$(pkgplugin_LTLIBRARIES)" || rm -f $(pkgplugin_LTLIBRARIES)
 
503
        @list='$(pkgplugin_LTLIBRARIES)'; for p in $$list; do \
 
504
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
505
          test "$$dir" != "$$p" || dir=.; \
 
506
          echo "rm -f \"$${dir}/so_locations\""; \
 
507
          rm -f "$${dir}/so_locations"; \
 
508
        done
 
509
ha_blackhole.la: $(ha_blackhole_la_OBJECTS) $(ha_blackhole_la_DEPENDENCIES) 
 
510
        $(ha_blackhole_la_LINK)  $(ha_blackhole_la_OBJECTS) $(ha_blackhole_la_LIBADD) $(LIBS)
 
511
 
 
512
mostlyclean-compile:
 
513
        -rm -f *.$(OBJEXT)
 
514
 
 
515
distclean-compile:
 
516
        -rm -f *.tab.c
 
517
 
 
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ha_blackhole_la-ha_blackhole.Plo@am__quote@
 
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libblackhole_a-ha_blackhole.Po@am__quote@
 
520
 
 
521
.cc.o:
 
522
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
523
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
524
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
525
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
526
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
527
 
 
528
.cc.obj:
 
529
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
530
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
531
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
532
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
533
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
534
 
 
535
.cc.lo:
 
536
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
537
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
538
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
539
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
540
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
541
 
 
542
libblackhole_a-ha_blackhole.o: ha_blackhole.cc
 
543
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblackhole_a_CXXFLAGS) $(CXXFLAGS) -MT libblackhole_a-ha_blackhole.o -MD -MP -MF $(DEPDIR)/libblackhole_a-ha_blackhole.Tpo -c -o libblackhole_a-ha_blackhole.o `test -f 'ha_blackhole.cc' || echo '$(srcdir)/'`ha_blackhole.cc
 
544
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libblackhole_a-ha_blackhole.Tpo $(DEPDIR)/libblackhole_a-ha_blackhole.Po
 
545
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ha_blackhole.cc' object='libblackhole_a-ha_blackhole.o' libtool=no @AMDEPBACKSLASH@
 
546
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
547
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblackhole_a_CXXFLAGS) $(CXXFLAGS) -c -o libblackhole_a-ha_blackhole.o `test -f 'ha_blackhole.cc' || echo '$(srcdir)/'`ha_blackhole.cc
 
548
 
 
549
libblackhole_a-ha_blackhole.obj: ha_blackhole.cc
 
550
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblackhole_a_CXXFLAGS) $(CXXFLAGS) -MT libblackhole_a-ha_blackhole.obj -MD -MP -MF $(DEPDIR)/libblackhole_a-ha_blackhole.Tpo -c -o libblackhole_a-ha_blackhole.obj `if test -f 'ha_blackhole.cc'; then $(CYGPATH_W) 'ha_blackhole.cc'; else $(CYGPATH_W) '$(srcdir)/ha_blackhole.cc'; fi`
 
551
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libblackhole_a-ha_blackhole.Tpo $(DEPDIR)/libblackhole_a-ha_blackhole.Po
 
552
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ha_blackhole.cc' object='libblackhole_a-ha_blackhole.obj' libtool=no @AMDEPBACKSLASH@
 
553
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
554
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libblackhole_a_CXXFLAGS) $(CXXFLAGS) -c -o libblackhole_a-ha_blackhole.obj `if test -f 'ha_blackhole.cc'; then $(CYGPATH_W) 'ha_blackhole.cc'; else $(CYGPATH_W) '$(srcdir)/ha_blackhole.cc'; fi`
 
555
 
 
556
ha_blackhole_la-ha_blackhole.lo: ha_blackhole.cc
 
557
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_blackhole_la_CXXFLAGS) $(CXXFLAGS) -MT ha_blackhole_la-ha_blackhole.lo -MD -MP -MF $(DEPDIR)/ha_blackhole_la-ha_blackhole.Tpo -c -o ha_blackhole_la-ha_blackhole.lo `test -f 'ha_blackhole.cc' || echo '$(srcdir)/'`ha_blackhole.cc
 
558
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ha_blackhole_la-ha_blackhole.Tpo $(DEPDIR)/ha_blackhole_la-ha_blackhole.Plo
 
559
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ha_blackhole.cc' object='ha_blackhole_la-ha_blackhole.lo' libtool=yes @AMDEPBACKSLASH@
 
560
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
561
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ha_blackhole_la_CXXFLAGS) $(CXXFLAGS) -c -o ha_blackhole_la-ha_blackhole.lo `test -f 'ha_blackhole.cc' || echo '$(srcdir)/'`ha_blackhole.cc
 
562
 
 
563
mostlyclean-libtool:
 
564
        -rm -f *.lo
 
565
 
 
566
clean-libtool:
 
567
        -rm -rf .libs _libs
 
568
 
 
569
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
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
        mkid -fID $$unique
 
577
tags: TAGS
 
578
 
 
579
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
580
                $(TAGS_FILES) $(LISP)
 
581
        tags=; \
 
582
        here=`pwd`; \
 
583
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
584
        unique=`for i in $$list; do \
 
585
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
586
          done | \
 
587
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
588
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
589
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
590
          test -n "$$unique" || unique=$$empty_fix; \
 
591
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
592
            $$tags $$unique; \
 
593
        fi
 
594
ctags: CTAGS
 
595
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
596
                $(TAGS_FILES) $(LISP)
 
597
        tags=; \
 
598
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
599
        unique=`for i in $$list; do \
 
600
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
601
          done | \
 
602
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
603
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
604
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
605
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
606
             $$tags $$unique
 
607
 
 
608
GTAGS:
 
609
        here=`$(am__cd) $(top_builddir) && pwd` \
 
610
          && cd $(top_srcdir) \
 
611
          && gtags -i $(GTAGS_ARGS) $$here
 
612
 
 
613
distclean-tags:
 
614
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
615
 
 
616
distdir: $(DISTFILES)
 
617
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
618
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
619
        list='$(DISTFILES)'; \
 
620
          dist_files=`for file in $$list; do echo $$file; done | \
 
621
          sed -e "s|^$$srcdirstrip/||;t" \
 
622
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
623
        case $$dist_files in \
 
624
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
625
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
626
                           sort -u` ;; \
 
627
        esac; \
 
628
        for file in $$dist_files; do \
 
629
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
630
          if test -d $$d/$$file; then \
 
631
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
632
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
633
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
634
            fi; \
 
635
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
636
          else \
 
637
            test -f $(distdir)/$$file \
 
638
            || cp -p $$d/$$file $(distdir)/$$file \
 
639
            || exit 1; \
 
640
          fi; \
 
641
        done
 
642
check-am: all-am
 
643
check: check-am
 
644
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
 
645
installdirs:
 
646
        for dir in "$(DESTDIR)$(pkgplugindir)"; do \
 
647
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
648
        done
 
649
install: install-am
 
650
install-exec: install-exec-am
 
651
install-data: install-data-am
 
652
uninstall: uninstall-am
 
653
 
 
654
install-am: all-am
 
655
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
656
 
 
657
installcheck: installcheck-am
 
658
install-strip:
 
659
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
660
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
661
          `test -z '$(STRIP)' || \
 
662
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
663
mostlyclean-generic:
 
664
 
 
665
clean-generic:
 
666
 
 
667
distclean-generic:
 
668
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
669
 
 
670
maintainer-clean-generic:
 
671
        @echo "This command is intended for maintainers to use"
 
672
        @echo "it deletes files that may require special tools to rebuild."
 
673
clean: clean-am
 
674
 
 
675
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
676
        clean-pkgpluginLTLIBRARIES mostlyclean-am
 
677
 
 
678
distclean: distclean-am
 
679
        -rm -rf ./$(DEPDIR)
 
680
        -rm -f Makefile
 
681
distclean-am: clean-am distclean-compile distclean-generic \
 
682
        distclean-tags
 
683
 
 
684
dvi: dvi-am
 
685
 
 
686
dvi-am:
 
687
 
 
688
html: html-am
 
689
 
 
690
info: info-am
 
691
 
 
692
info-am:
 
693
 
 
694
install-data-am: install-pkgpluginLTLIBRARIES
 
695
 
 
696
install-dvi: install-dvi-am
 
697
 
 
698
install-exec-am:
 
699
 
 
700
install-html: install-html-am
 
701
 
 
702
install-info: install-info-am
 
703
 
 
704
install-man:
 
705
 
 
706
install-pdf: install-pdf-am
 
707
 
 
708
install-ps: install-ps-am
 
709
 
 
710
installcheck-am:
 
711
 
 
712
maintainer-clean: maintainer-clean-am
 
713
        -rm -rf ./$(DEPDIR)
 
714
        -rm -f Makefile
 
715
maintainer-clean-am: distclean-am maintainer-clean-generic
 
716
 
 
717
mostlyclean: mostlyclean-am
 
718
 
 
719
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
720
        mostlyclean-libtool
 
721
 
 
722
pdf: pdf-am
 
723
 
 
724
pdf-am:
 
725
 
 
726
ps: ps-am
 
727
 
 
728
ps-am:
 
729
 
 
730
uninstall-am: uninstall-pkgpluginLTLIBRARIES
 
731
 
 
732
.MAKE: install-am install-strip
 
733
 
 
734
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
735
        clean-libtool clean-noinstLIBRARIES clean-pkgpluginLTLIBRARIES \
 
736
        ctags distclean distclean-compile distclean-generic \
 
737
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
738
        html-am info info-am install install-am install-data \
 
739
        install-data-am install-dvi install-dvi-am install-exec \
 
740
        install-exec-am install-html install-html-am install-info \
 
741
        install-info-am install-man install-pdf install-pdf-am \
 
742
        install-pkgpluginLTLIBRARIES install-ps install-ps-am \
 
743
        install-strip installcheck installcheck-am installdirs \
 
744
        maintainer-clean maintainer-clean-generic mostlyclean \
 
745
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
746
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
747
        uninstall-pkgpluginLTLIBRARIES
 
748
 
 
749
# Don't update the files from bitkeeper
 
750
%::SCCS/s.%
 
751
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
752
# Otherwise a system limit (for SysV at least) may be exceeded.
 
753
.NOEXPORT: