~ubuntu-branches/ubuntu/natty/mysql-5.1/natty

« back to all changes in this revision

Viewing changes to Docs/Makefile.in

Tags: 5.1.54-1ubuntu1
* Synchronize from Debian Experimental:
* Merge from debian unstable:
  + debian/control:
     * Update maintainer according to spec.
     * Move section from "misc" to "database".
     * Added libmysqlclient16-dev an empty transitional package. 
     * Added mysql-client-core-5.1 package.
     * Suggest mailx for mysql-server-5.1
     * Add mysql-testsuite package so you can run the testsuite seperately.
  + debian/additions/my.cnf:
    * Remove language options. Error message files are located in a different directory in Mysql
      5.0. Setting the language option to use /usr/share/mysql/english breaks Mysql 5.0. Both 5.0
      and 5.1 use a different value that works. (LP: #316974)
  + Add apparmor profile:
    + debian/apparmor-profile: apparmor-profile
    + debian/rules, debian/mysql-server-5.1.files: install apparmor profile
    + debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
    + debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on purge.
    + debian/mysql-server-5.1.README.Debian: add apparmor documentation.
    + debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
    + debian/mysql-server-5.1.postinst: reload apparmor profiles
  * Convert the package from sysvinit to upstart:
    + debian/mysql-server-5.1.mysql.upstart: Add upstart script.
    + debian/mysql-server-5.1.mysql.init: Dropped, unused now with upstart.
    + debian/additions/mysqld_safe_syslog.cnf: Dropped, unused now with upstart.
    + debian/additons/my.cnf: Remove pid declaration and setup error logging to /var/log/mysql since
      we're not piping anything around logger anymore.
    + debian/rules, debian/mysql-server-5.1.logcheck.ignore.{paranoid,worstation},
      debian/mysql-server-5.1.logcheck.ignore.server: : Remove references to mysqld_safe
    + debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch: Dropped
  * Added -fno-strict-aliasing to CFLAGS to get around mysql testsuite build failures.
  * Add Apport hook (LP: #354188):
    + debian/mysql-server-5.1.py: apport package hook
    + debian/rules: Make it installable
  * debian/mysql-server-5.1.mysql-server.logrotate: Check to see if mysql is running before
    running logrotate. (LP: #513135)
  * Make the testsuite installable. (LP: #530752)
    + debian/mysql-server-5.1.files, debian/rules: install apport package hook
  * debian/mysql-server-5.1.preinst: Set mysql user's home directory
    to /nonexistent to protect against having the /var/lib/mysql
    user-writeable. If an attacker can trick mysqld into creating
    dot files in the home directory, he could do .rhost-like attacks
    on the system. (LP: #293258)
  * debian/control: mysql-client-5.1 should depend on mysql-core-client-5.1.
    (LP: #590952)
  * debian/mysql-server.5.1.postinst: Specify the mysql user when installing 
    the mysql databases. (LP: #591875)
  * Installing mysql_config_pic in /usr/bin so users of libmysqld-pic
    can extract the appropriate compile flags. (LP: #605021) 

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