~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/sql-bench/Makefile.in

  • Committer: Mark Atwood
  • Date: 2011-11-04 21:13:51 UTC
  • mfrom: (2449.1.2 drizzle-build)
  • Revision ID: me@mark.atwood.name-20111104211351-us53noq84fuqafqv
mergeĀ lp:~brianaker/drizzle/bug-fix-879128

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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-2003, 2005 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
 
VPATH = @srcdir@
35
 
pkgdatadir = $(datadir)/@PACKAGE@
36
 
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
38
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
 
install_sh_DATA = $(install_sh) -c -m 644
40
 
install_sh_PROGRAM = $(install_sh) -c
41
 
install_sh_SCRIPT = $(install_sh) -c
42
 
INSTALL_HEADER = $(INSTALL_DATA)
43
 
transform = $(program_transform_name)
44
 
NORMAL_INSTALL = :
45
 
PRE_INSTALL = :
46
 
POST_INSTALL = :
47
 
NORMAL_UNINSTALL = :
48
 
PRE_UNINSTALL = :
49
 
POST_UNINSTALL = :
50
 
build_triplet = @build@
51
 
host_triplet = @host@
52
 
target_triplet = @target@
53
 
subdir = sql-bench
54
 
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
55
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
57
 
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
58
 
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
59
 
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
60
 
        $(top_srcdir)/config/ac-macros/plugins.m4 \
61
 
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
62
 
        $(top_srcdir)/config/ac-macros/large_file.m4 \
63
 
        $(top_srcdir)/config/ac-macros/misc.m4 \
64
 
        $(top_srcdir)/config/ac-macros/readline.m4 \
65
 
        $(top_srcdir)/config/ac-macros/ssl.m4 \
66
 
        $(top_srcdir)/config/ac-macros/libevent.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)$(benchdir)"
75
 
benchSCRIPT_INSTALL = $(INSTALL_SCRIPT)
76
 
SCRIPTS = $(bench_SCRIPTS)
77
 
SOURCES =
78
 
DIST_SOURCES =
79
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80
 
ABI_CHECK = @ABI_CHECK@
81
 
ACLOCAL = @ACLOCAL@
82
 
ALLOCA = @ALLOCA@
83
 
AMTAR = @AMTAR@
84
 
AR = @AR@
85
 
ARFLAGS = @ARFLAGS@
86
 
AS = @AS@
87
 
ASFLAGS = @ASFLAGS@
88
 
AUTOCONF = @AUTOCONF@
89
 
AUTOHEADER = @AUTOHEADER@
90
 
AUTOMAKE = @AUTOMAKE@
91
 
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
92
 
AWK = @AWK@
93
 
CC = @CC@
94
 
CCAS = @CCAS@
95
 
CCASDEPMODE = @CCASDEPMODE@
96
 
CCASFLAGS = @CCASFLAGS@
97
 
CCDEPMODE = @CCDEPMODE@
98
 
CC_VERSION = @CC_VERSION@
99
 
CFLAGS = @CFLAGS@
100
 
CHECK_PID = @CHECK_PID@
101
 
CHMOD = @CHMOD@
102
 
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
103
 
CLIENT_LIBS = @CLIENT_LIBS@
104
 
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
105
 
CMP = @CMP@
106
 
COMPILATION_COMMENT = @COMPILATION_COMMENT@
107
 
CONF_COMMAND = @CONF_COMMAND@
108
 
CP = @CP@
109
 
CPP = @CPP@
110
 
CPPFLAGS = @CPPFLAGS@
111
 
CXX = @CXX@
112
 
CXXCPP = @CXXCPP@
113
 
CXXDEPMODE = @CXXDEPMODE@
114
 
CXXFLAGS = @CXXFLAGS@
115
 
CXXLDFLAGS = @CXXLDFLAGS@
116
 
CXX_VERSION = @CXX_VERSION@
117
 
CYGPATH_W = @CYGPATH_W@
118
 
DEFS = @DEFS@
119
 
DEPDIR = @DEPDIR@
120
 
DIFF = @DIFF@
121
 
DOT_FRM_VERSION = @DOT_FRM_VERSION@
122
 
DOXYGEN = @DOXYGEN@
123
 
ECHO = @ECHO@
124
 
ECHO_C = @ECHO_C@
125
 
ECHO_N = @ECHO_N@
126
 
ECHO_T = @ECHO_T@
127
 
EGREP = @EGREP@
128
 
EXEEXT = @EXEEXT@
129
 
F77 = @F77@
130
 
FFLAGS = @FFLAGS@
131
 
FIND_PROC = @FIND_PROC@
132
 
GETCONF = @GETCONF@
133
 
GREP = @GREP@
134
 
GXX = @GXX@
135
 
HOSTNAME = @HOSTNAME@
136
 
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
137
 
INSTALL = @INSTALL@
138
 
INSTALL_DATA = @INSTALL_DATA@
139
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
140
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
141
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
142
 
KILL = @KILL@
143
 
LD = @LD@
144
 
LDFLAGS = @LDFLAGS@
145
 
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
146
 
LIBDL = @LIBDL@
147
 
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
148
 
LIBOBJS = @LIBOBJS@
149
 
LIBS = @LIBS@
150
 
LIBTOOL = @LIBTOOL@
151
 
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
152
 
LM_CFLAGS = @LM_CFLAGS@
153
 
LN = @LN@
154
 
LN_CP_F = @LN_CP_F@
155
 
LN_S = @LN_S@
156
 
LTLIBOBJS = @LTLIBOBJS@
157
 
MACHINE_TYPE = @MACHINE_TYPE@
158
 
MAKEINDEX = @MAKEINDEX@
159
 
MAKEINFO = @MAKEINFO@
160
 
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
161
 
MAKE_SHELL = @MAKE_SHELL@
162
 
MKDIR_P = @MKDIR_P@
163
 
MV = @MV@
164
 
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
165
 
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
166
 
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
167
 
MYSQLD_USER = @MYSQLD_USER@
168
 
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
169
 
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
170
 
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
171
 
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
172
 
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
173
 
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
174
 
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
175
 
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
176
 
NDB_DEFS = @NDB_DEFS@
177
 
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
178
 
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
179
 
NDB_SCI_LIBS = @NDB_SCI_LIBS@
180
 
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
181
 
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
182
 
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
183
 
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
184
 
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
185
 
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
186
 
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
187
 
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
188
 
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
189
 
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
190
 
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
191
 
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
192
 
NM = @NM@
193
 
NOINST_LDFLAGS = @NOINST_LDFLAGS@
194
 
NON_THREADED_LIBS = @NON_THREADED_LIBS@
195
 
OBJEXT = @OBJEXT@
196
 
PACKAGE = @PACKAGE@
197
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198
 
PACKAGE_NAME = @PACKAGE_NAME@
199
 
PACKAGE_STRING = @PACKAGE_STRING@
200
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
201
 
PACKAGE_VERSION = @PACKAGE_VERSION@
202
 
PATH_SEPARATOR = @PATH_SEPARATOR@
203
 
PDFLATEX = @PDFLATEX@
204
 
PERL = @PERL@
205
 
PERL5 = @PERL5@
206
 
PROTOCOL_VERSION = @PROTOCOL_VERSION@
207
 
PS = @PS@
208
 
RANLIB = @RANLIB@
209
 
RM = @RM@
210
 
SAVE_ASFLAGS = @SAVE_ASFLAGS@
211
 
SAVE_CC = @SAVE_CC@
212
 
SAVE_CFLAGS = @SAVE_CFLAGS@
213
 
SAVE_CXX = @SAVE_CXX@
214
 
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
215
 
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
216
 
SAVE_LDFLAGS = @SAVE_LDFLAGS@
217
 
SED = @SED@
218
 
SET_MAKE = @SET_MAKE@
219
 
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
220
 
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
221
 
SHELL = @SHELL@
222
 
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
223
 
STRIP = @STRIP@
224
 
SYSTEM_TYPE = @SYSTEM_TYPE@
225
 
TAR = @TAR@
226
 
TARGET_LINUX = @TARGET_LINUX@
227
 
TERMCAP_LIB = @TERMCAP_LIB@
228
 
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
229
 
VERSION = @VERSION@
230
 
WRAPLIBS = @WRAPLIBS@
231
 
YACC = @YACC@
232
 
ZLIB_DEPS = @ZLIB_DEPS@
233
 
ZLIB_INCLUDES = @ZLIB_INCLUDES@
234
 
ZLIB_LIBS = @ZLIB_LIBS@
235
 
abs_builddir = @abs_builddir@
236
 
abs_srcdir = @abs_srcdir@
237
 
abs_top_builddir = @abs_top_builddir@
238
 
abs_top_srcdir = @abs_top_srcdir@
239
 
ac_ct_CC = @ac_ct_CC@
240
 
ac_ct_CXX = @ac_ct_CXX@
241
 
ac_ct_F77 = @ac_ct_F77@
242
 
am__include = @am__include@
243
 
am__leading_dot = @am__leading_dot@
244
 
am__quote = @am__quote@
245
 
am__tar = @am__tar@
246
 
am__untar = @am__untar@
247
 
bindir = @bindir@
248
 
build = @build@
249
 
build_alias = @build_alias@
250
 
build_cpu = @build_cpu@
251
 
build_os = @build_os@
252
 
build_vendor = @build_vendor@
253
 
builddir = @builddir@
254
 
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
255
 
condition_dependent_plugin_links = @condition_dependent_plugin_links@
256
 
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
257
 
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
258
 
datadir = @datadir@
259
 
datarootdir = @datarootdir@
260
 
docdir = @docdir@
261
 
docs_dirs = @docs_dirs@
262
 
dvidir = @dvidir@
263
 
exec_prefix = @exec_prefix@
264
 
extra_docs = @extra_docs@
265
 
host = @host@
266
 
host_alias = @host_alias@
267
 
host_cpu = @host_cpu@
268
 
host_os = @host_os@
269
 
host_vendor = @host_vendor@
270
 
htmldir = @htmldir@
271
 
includedir = @includedir@
272
 
infodir = @infodir@
273
 
innodb_system_libs = @innodb_system_libs@
274
 
install_sh = @install_sh@
275
 
libdir = @libdir@
276
 
libevent_dir = @libevent_dir@
277
 
libevent_includes = @libevent_includes@
278
 
libevent_libs = @libevent_libs@
279
 
libevent_test_option = @libevent_test_option@
280
 
libexecdir = @libexecdir@
281
 
libmysqld_dirs = @libmysqld_dirs@
282
 
localedir = @localedir@
283
 
localstatedir = @localstatedir@
284
 
man1_files = @man1_files@
285
 
man8_files = @man8_files@
286
 
man_dirs = @man_dirs@
287
 
mandir = @mandir@
288
 
mkdir_p = @mkdir_p@
289
 
mysql_pg_dirs = @mysql_pg_dirs@
290
 
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
291
 
mysql_plugin_defs = @mysql_plugin_defs@
292
 
mysql_plugin_dirs = @mysql_plugin_dirs@
293
 
mysql_plugin_libs = @mysql_plugin_libs@
294
 
mysql_se_dirs = @mysql_se_dirs@
295
 
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
296
 
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
297
 
ndb_cxxflags_fix = @ndb_cxxflags_fix@
298
 
ndb_mgmclient_libs = @ndb_mgmclient_libs@
299
 
ndb_opt_subdirs = @ndb_opt_subdirs@
300
 
ndb_port = @ndb_port@
301
 
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
302
 
ndbcluster_includes = @ndbcluster_includes@
303
 
ndbcluster_libs = @ndbcluster_libs@
304
 
ndbcluster_system_libs = @ndbcluster_system_libs@
305
 
netware_dir = @netware_dir@
306
 
oldincludedir = @oldincludedir@
307
 
openssl_includes = @openssl_includes@
308
 
openssl_libs = @openssl_libs@
309
 
pdfdir = @pdfdir@
310
 
plugin_archive_shared_target = @plugin_archive_shared_target@
311
 
plugin_archive_static_target = @plugin_archive_static_target@
312
 
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
313
 
plugin_blackhole_static_target = @plugin_blackhole_static_target@
314
 
plugin_csv_shared_target = @plugin_csv_shared_target@
315
 
plugin_csv_static_target = @plugin_csv_static_target@
316
 
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
317
 
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
318
 
plugin_example_shared_target = @plugin_example_shared_target@
319
 
plugin_example_static_target = @plugin_example_static_target@
320
 
plugin_federated_shared_target = @plugin_federated_shared_target@
321
 
plugin_federated_static_target = @plugin_federated_static_target@
322
 
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
323
 
plugin_ftexample_static_target = @plugin_ftexample_static_target@
324
 
plugin_heap_shared_target = @plugin_heap_shared_target@
325
 
plugin_heap_static_target = @plugin_heap_static_target@
326
 
plugin_innobase_shared_target = @plugin_innobase_shared_target@
327
 
plugin_innobase_static_target = @plugin_innobase_static_target@
328
 
plugin_maria_shared_target = @plugin_maria_shared_target@
329
 
plugin_maria_static_target = @plugin_maria_static_target@
330
 
plugin_myisam_shared_target = @plugin_myisam_shared_target@
331
 
plugin_myisam_static_target = @plugin_myisam_static_target@
332
 
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
333
 
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
334
 
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
335
 
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
336
 
plugin_partition_shared_target = @plugin_partition_shared_target@
337
 
plugin_partition_static_target = @plugin_partition_static_target@
338
 
plugin_pbxt_shared_target = @plugin_pbxt_shared_target@
339
 
plugin_pbxt_static_target = @plugin_pbxt_static_target@
340
 
prefix = @prefix@
341
 
program_transform_name = @program_transform_name@
342
 
psdir = @psdir@
343
 
pstack_dir = @pstack_dir@
344
 
pstack_libs = @pstack_libs@
345
 
readline_basedir = @readline_basedir@
346
 
readline_dir = @readline_dir@
347
 
readline_h_ln_cmd = @readline_h_ln_cmd@
348
 
readline_link = @readline_link@
349
 
readline_topdir = @readline_topdir@
350
 
sbindir = @sbindir@
351
 
server_scripts = @server_scripts@
352
 
sharedstatedir = @sharedstatedir@
353
 
sql_client_dirs = @sql_client_dirs@
354
 
sql_server = @sql_server@
355
 
sql_server_dirs = @sql_server_dirs@
356
 
sql_union_dirs = @sql_union_dirs@
357
 
srcdir = @srcdir@
358
 
sysconfdir = @sysconfdir@
359
 
target = @target@
360
 
target_alias = @target_alias@
361
 
target_cpu = @target_cpu@
362
 
target_os = @target_os@
363
 
target_vendor = @target_vendor@
364
 
tools_dirs = @tools_dirs@
365
 
top_builddir = @top_builddir@
366
 
top_srcdir = @top_srcdir@
367
 
uname_prog = @uname_prog@
368
 
yassl_dir = @yassl_dir@
369
 
yassl_h_ln_cmd = @yassl_h_ln_cmd@
370
 
yassl_libs = @yassl_libs@
371
 
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
372
 
zlib_dir = @zlib_dir@
373
 
benchdir_root = $(prefix)
374
 
benchdir = $(benchdir_root)/sql-bench
375
 
bench_SCRIPTS = test-ATIS test-connect test-create test-insert \
376
 
                        test-big-tables test-select test-wisconsin \
377
 
                        test-alter-table test-transactions \
378
 
                        graph-compare-results \
379
 
                        bench-init.pl compare-results run-all-tests \
380
 
                        server-cfg crash-me copy-db innotest1 innotest1a \
381
 
                        innotest1b innotest2 innotest2a innotest2b \
382
 
                        bench-count-distinct
383
 
 
384
 
CLEANFILES = $(bench_SCRIPTS)
385
 
EXTRA_SCRIPTS = test-ATIS.sh test-connect.sh test-create.sh \
386
 
                        test-insert.sh test-big-tables.sh test-select.sh \
387
 
                        test-alter-table.sh test-wisconsin.sh \
388
 
                        test-transactions.sh \
389
 
                        bench-init.pl.sh compare-results.sh server-cfg.sh \
390
 
                        run-all-tests.sh crash-me.sh copy-db.sh \
391
 
                        graph-compare-results.sh innotest1.sh innotest1a.sh \
392
 
                        innotest1b.sh innotest2.sh innotest2a.sh innotest2b.sh \
393
 
                        bench-count-distinct.sh
394
 
 
395
 
EXTRA_DIST = $(EXTRA_SCRIPTS)
396
 
SUFFIXES = .sh
397
 
all: all-am
398
 
 
399
 
.SUFFIXES:
400
 
.SUFFIXES: .sh
401
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
402
 
        @for dep in $?; do \
403
 
          case '$(am__configure_deps)' in \
404
 
            *$$dep*) \
405
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
406
 
                && exit 0; \
407
 
              exit 1;; \
408
 
          esac; \
409
 
        done; \
410
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  sql-bench/Makefile'; \
411
 
        cd $(top_srcdir) && \
412
 
          $(AUTOMAKE) --gnu  sql-bench/Makefile
413
 
.PRECIOUS: Makefile
414
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
415
 
        @case '$?' in \
416
 
          *config.status*) \
417
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
418
 
          *) \
419
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
420
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
421
 
        esac;
422
 
 
423
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425
 
 
426
 
$(top_srcdir)/configure:  $(am__configure_deps)
427
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
429
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430
 
install-benchSCRIPTS: $(bench_SCRIPTS)
431
 
        @$(NORMAL_INSTALL)
432
 
        test -z "$(benchdir)" || $(MKDIR_P) "$(DESTDIR)$(benchdir)"
433
 
        @list='$(bench_SCRIPTS)'; for p in $$list; do \
434
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
435
 
          if test -f $$d$$p; then \
436
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
437
 
            echo " $(benchSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(benchdir)/$$f'"; \
438
 
            $(benchSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(benchdir)/$$f"; \
439
 
          else :; fi; \
440
 
        done
441
 
 
442
 
uninstall-benchSCRIPTS:
443
 
        @$(NORMAL_UNINSTALL)
444
 
        @list='$(bench_SCRIPTS)'; for p in $$list; do \
445
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
446
 
          echo " rm -f '$(DESTDIR)$(benchdir)/$$f'"; \
447
 
          rm -f "$(DESTDIR)$(benchdir)/$$f"; \
448
 
        done
449
 
 
450
 
mostlyclean-libtool:
451
 
        -rm -f *.lo
452
 
 
453
 
clean-libtool:
454
 
        -rm -rf .libs _libs
455
 
tags: TAGS
456
 
TAGS:
457
 
 
458
 
ctags: CTAGS
459
 
CTAGS:
460
 
 
461
 
 
462
 
distdir: $(DISTFILES)
463
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465
 
        list='$(DISTFILES)'; \
466
 
          dist_files=`for file in $$list; do echo $$file; done | \
467
 
          sed -e "s|^$$srcdirstrip/||;t" \
468
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469
 
        case $$dist_files in \
470
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
471
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472
 
                           sort -u` ;; \
473
 
        esac; \
474
 
        for file in $$dist_files; do \
475
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476
 
          if test -d $$d/$$file; then \
477
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
480
 
            fi; \
481
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
482
 
          else \
483
 
            test -f $(distdir)/$$file \
484
 
            || cp -p $$d/$$file $(distdir)/$$file \
485
 
            || exit 1; \
486
 
          fi; \
487
 
        done
488
 
        $(MAKE) $(AM_MAKEFLAGS) \
489
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
490
 
          dist-hook
491
 
check-am: all-am
492
 
check: check-am
493
 
all-am: Makefile $(SCRIPTS)
494
 
installdirs:
495
 
        for dir in "$(DESTDIR)$(benchdir)"; do \
496
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
497
 
        done
498
 
install: install-am
499
 
install-exec: install-exec-am
500
 
install-data: install-data-am
501
 
uninstall: uninstall-am
502
 
 
503
 
install-am: all-am
504
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
505
 
 
506
 
installcheck: installcheck-am
507
 
install-strip:
508
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510
 
          `test -z '$(STRIP)' || \
511
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
512
 
mostlyclean-generic:
513
 
 
514
 
clean-generic:
515
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
516
 
 
517
 
distclean-generic:
518
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
519
 
 
520
 
maintainer-clean-generic:
521
 
        @echo "This command is intended for maintainers to use"
522
 
        @echo "it deletes files that may require special tools to rebuild."
523
 
clean: clean-am
524
 
 
525
 
clean-am: clean-generic clean-libtool mostlyclean-am
526
 
 
527
 
distclean: distclean-am
528
 
        -rm -f Makefile
529
 
distclean-am: clean-am distclean-generic
530
 
 
531
 
dvi: dvi-am
532
 
 
533
 
dvi-am:
534
 
 
535
 
html: html-am
536
 
 
537
 
info: info-am
538
 
 
539
 
info-am:
540
 
 
541
 
install-data-am: install-benchSCRIPTS install-data-local
542
 
 
543
 
install-dvi: install-dvi-am
544
 
 
545
 
install-exec-am:
546
 
 
547
 
install-html: install-html-am
548
 
 
549
 
install-info: install-info-am
550
 
 
551
 
install-man:
552
 
 
553
 
install-pdf: install-pdf-am
554
 
 
555
 
install-ps: install-ps-am
556
 
 
557
 
installcheck-am:
558
 
 
559
 
maintainer-clean: maintainer-clean-am
560
 
        -rm -f Makefile
561
 
maintainer-clean-am: distclean-am maintainer-clean-generic
562
 
 
563
 
mostlyclean: mostlyclean-am
564
 
 
565
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
 
 
567
 
pdf: pdf-am
568
 
 
569
 
pdf-am:
570
 
 
571
 
ps: ps-am
572
 
 
573
 
ps-am:
574
 
 
575
 
uninstall-am: uninstall-benchSCRIPTS uninstall-local
576
 
 
577
 
.MAKE: install-am install-strip
578
 
 
579
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
580
 
        dist-hook distclean distclean-generic distclean-libtool \
581
 
        distdir dvi dvi-am html html-am info info-am install \
582
 
        install-am install-benchSCRIPTS install-data install-data-am \
583
 
        install-data-local install-dvi install-dvi-am install-exec \
584
 
        install-exec-am install-html install-html-am install-info \
585
 
        install-info-am install-man install-pdf install-pdf-am \
586
 
        install-ps install-ps-am install-strip installcheck \
587
 
        installcheck-am installdirs maintainer-clean \
588
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
589
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
590
 
        uninstall-benchSCRIPTS uninstall-local
591
 
 
592
 
 
593
 
dist-hook:
594
 
        mkdir -p $(distdir)/Data/ATIS $(distdir)/Data/Wisconsin \
595
 
                 $(distdir)/limits $(distdir)/Comments
596
 
        for i in $(srcdir)/Data/ATIS/*.* ; do $(INSTALL_DATA) $$i $(distdir)/Data/ATIS ; done
597
 
        for i in $(srcdir)/Data/Wisconsin/*.* ; do $(INSTALL_DATA) $$i $(distdir)/Data/Wisconsin ; done
598
 
        for i in $(srcdir)/limits/*.* ; do $(INSTALL_DATA) $$i $(distdir)/limits; done
599
 
        for i in $(srcdir)/Comments/*.* ; do $(INSTALL_DATA) $$i $(distdir)/Comments; done
600
 
 
601
 
install-data-local:
602
 
        $(mkinstalldirs) \
603
 
                 $(DESTDIR)$(benchdir)/Data \
604
 
                 $(DESTDIR)$(benchdir)/Data/ATIS \
605
 
                 $(DESTDIR)$(benchdir)/Data/Wisconsin \
606
 
                 $(DESTDIR)$(benchdir)/limits \
607
 
                 $(DESTDIR)$(benchdir)/Comments
608
 
        $(INSTALL_DATA) $(srcdir)/README  $(DESTDIR)$(benchdir)
609
 
        for i in $(srcdir)/Data/ATIS/*.* ; do $(INSTALL_DATA) $$i $(DESTDIR)$(benchdir)/Data/ATIS ; done
610
 
        for i in $(srcdir)/Data/Wisconsin/*.* ; do $(INSTALL_DATA) $$i $(DESTDIR)$(benchdir)/Data/Wisconsin ; done
611
 
        for i in $(srcdir)/limits/*.* ; do $(INSTALL_DATA) $$i $(DESTDIR)$(benchdir)/limits; done
612
 
        for i in $(srcdir)/Comments/*.* ; do $(INSTALL_DATA) $$i $(DESTDIR)$(benchdir)/Comments; done
613
 
 
614
 
uninstall-local:
615
 
        @RM@ -f -r $(DESTDIR)$(benchdir)
616
 
 
617
 
.sh:
618
 
        @RM@ -f $@ $@-t
619
 
        @SED@ \
620
 
          -e 's!@''benchdir''@!$(benchdir)!g' \
621
 
          -e 's!@''bindir''@!$(bindir)!g' \
622
 
          -e 's!@''scriptdir''@!$(bindir)!g' \
623
 
          -e 's!@''prefix''@!$(prefix)!g' \
624
 
          -e 's!@''datadir''@!$(datadir)!g' \
625
 
          -e 's!@''localstatedir''@!$(localstatedir)!g' \
626
 
          -e 's!@''libexecdir''@!$(libexecdir)!g' \
627
 
          -e 's!@''PERL''@!@PERL@!' \
628
 
          -e 's!@''VERSION''@!@VERSION@!' \
629
 
          -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
630
 
          $< > $@-t
631
 
        @CHMOD@ +x $@-t
632
 
        @MV@ $@-t $@
633
 
 
634
 
# Don't update the files from bitkeeper
635
 
%::SCCS/s.%
636
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
637
 
# Otherwise a system limit (for SysV at least) may be exceeded.
638
 
.NOEXPORT: