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

« back to all changes in this revision

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