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

« back to all changes in this revision

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