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

« back to all changes in this revision

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