~vlad-lesin/percona-server/mysql-5.0.33-original

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Vlad Lesin
  • Date: 2012-07-31 09:21:34 UTC
  • Revision ID: vladislav.lesin@percona.com-20120731092134-zfodx022b7992wsi
VirginĀ 5.0.33

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
 
18
#
 
19
# This library is free software; you can redistribute it and/or
 
20
# modify it under the terms of the GNU Library General Public
 
21
# License as published by the Free Software Foundation; either
 
22
# version 2 of the License, or (at your option) any later version.
 
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
srcdir = @srcdir@
 
35
top_srcdir = @top_srcdir@
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
top_builddir = ..
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
INSTALL = @INSTALL@
 
43
install_sh_DATA = $(install_sh) -c -m 644
 
44
install_sh_PROGRAM = $(install_sh) -c
 
45
install_sh_SCRIPT = $(install_sh) -c
 
46
INSTALL_HEADER = $(INSTALL_DATA)
 
47
transform = $(program_transform_name)
 
48
NORMAL_INSTALL = :
 
49
PRE_INSTALL = :
 
50
POST_INSTALL = :
 
51
NORMAL_UNINSTALL = :
 
52
PRE_UNINSTALL = :
 
53
POST_UNINSTALL = :
 
54
build_triplet = @build@
 
55
host_triplet = @host@
 
56
target_triplet = @target@
 
57
subdir = include
 
58
DIST_COMMON = $(noinst_HEADERS) $(pkginclude_HEADERS) \
 
59
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
60
        $(srcdir)/mysql_version.h.in
 
61
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
62
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
63
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
64
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
65
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
66
        $(top_srcdir)/config/ac-macros/ha_archive.m4 \
 
67
        $(top_srcdir)/config/ac-macros/ha_berkeley.m4 \
 
68
        $(top_srcdir)/config/ac-macros/ha_blackhole.m4 \
 
69
        $(top_srcdir)/config/ac-macros/ha_example.m4 \
 
70
        $(top_srcdir)/config/ac-macros/ha_federated.m4 \
 
71
        $(top_srcdir)/config/ac-macros/ha_innodb.m4 \
 
72
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
73
        $(top_srcdir)/config/ac-macros/ha_tina.m4 \
 
74
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
75
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
76
        $(top_srcdir)/config/ac-macros/openssl.m4 \
 
77
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
78
        $(top_srcdir)/config/ac-macros/yassl.m4 \
 
79
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
80
        $(top_srcdir)/configure.in
 
81
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
82
        $(ACLOCAL_M4)
 
83
mkinstalldirs = $(install_sh) -d
 
84
CONFIG_HEADER = $(top_builddir)/config.h
 
85
CONFIG_CLEAN_FILES = mysql_version.h
 
86
SOURCES =
 
87
DIST_SOURCES =
 
88
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
89
am__vpath_adj = case $$p in \
 
90
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
91
    *) f=$$p;; \
 
92
  esac;
 
93
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
94
am__installdirs = "$(DESTDIR)$(pkgincludedir)"
 
95
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
96
HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
 
97
ETAGS = etags
 
98
CTAGS = ctags
 
99
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
100
ACLOCAL = @ACLOCAL@
 
101
ALLOCA = @ALLOCA@
 
102
AMDEP_FALSE = @AMDEP_FALSE@
 
103
AMDEP_TRUE = @AMDEP_TRUE@
 
104
AMTAR = @AMTAR@
 
105
AR = @AR@
 
106
ARFLAGS = @ARFLAGS@
 
107
AS = @AS@
 
108
ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
 
109
ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
 
110
ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
 
111
ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
 
112
ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
 
113
ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
 
114
ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
 
115
ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
 
116
AUTOCONF = @AUTOCONF@
 
117
AUTOHEADER = @AUTOHEADER@
 
118
AUTOMAKE = @AUTOMAKE@
 
119
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
120
AWK = @AWK@
 
121
CC = @CC@
 
122
CCAS = @CCAS@
 
123
CCASFLAGS = @CCASFLAGS@
 
124
CCDEPMODE = @CCDEPMODE@
 
125
CC_VERSION = @CC_VERSION@
 
126
CFLAGS = @CFLAGS@
 
127
CHECK_PID = @CHECK_PID@
 
128
CHMOD = @CHMOD@
 
129
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
130
CLIENT_LIBS = @CLIENT_LIBS@
 
131
CMP = @CMP@
 
132
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
133
COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
 
134
COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
 
135
CONF_COMMAND = @CONF_COMMAND@
 
136
CP = @CP@
 
137
CPP = @CPP@
 
138
CPPFLAGS = @CPPFLAGS@
 
139
CXX = @CXX@
 
140
CXXCPP = @CXXCPP@
 
141
CXXDEPMODE = @CXXDEPMODE@
 
142
CXXFLAGS = @CXXFLAGS@
 
143
CXXLDFLAGS = @CXXLDFLAGS@
 
144
CXX_VERSION = @CXX_VERSION@
 
145
CYGPATH_W = @CYGPATH_W@
 
146
DARWIN_MWCC_FALSE = @DARWIN_MWCC_FALSE@
 
147
DARWIN_MWCC_TRUE = @DARWIN_MWCC_TRUE@
 
148
DEFS = @DEFS@
 
149
DEPDIR = @DEPDIR@
 
150
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
151
DOXYGEN = @DOXYGEN@
 
152
DVIS = @DVIS@
 
153
ECHO = @ECHO@
 
154
ECHO_C = @ECHO_C@
 
155
ECHO_N = @ECHO_N@
 
156
ECHO_T = @ECHO_T@
 
157
EGREP = @EGREP@
 
158
EXEEXT = @EXEEXT@
 
159
F77 = @F77@
 
160
FFLAGS = @FFLAGS@
 
161
FIND_PROC = @FIND_PROC@
 
162
GETCONF = @GETCONF@
 
163
GXX = @GXX@
 
164
HAVE_NDBCLUSTER_DB_FALSE = @HAVE_NDBCLUSTER_DB_FALSE@
 
165
HAVE_NDBCLUSTER_DB_TRUE = @HAVE_NDBCLUSTER_DB_TRUE@
 
166
HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
 
167
HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
 
168
HAVE_YASSL_FALSE = @HAVE_YASSL_FALSE@
 
169
HAVE_YASSL_TRUE = @HAVE_YASSL_TRUE@
 
170
HOSTNAME = @HOSTNAME@
 
171
ICHECK = @ICHECK@
 
172
INSTALL_DATA = @INSTALL_DATA@
 
173
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
174
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
175
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
176
KILL = @KILL@
 
177
LD = @LD@
 
178
LDFLAGS = @LDFLAGS@
 
179
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
180
LIBDL = @LIBDL@
 
181
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
182
LIBOBJS = @LIBOBJS@
 
183
LIBS = @LIBS@
 
184
LIBTOOL = @LIBTOOL@
 
185
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
186
LM_CFLAGS = @LM_CFLAGS@
 
187
LN = @LN@
 
188
LN_CP_F = @LN_CP_F@
 
189
LN_S = @LN_S@
 
190
LTLIBOBJS = @LTLIBOBJS@
 
191
MACHINE_TYPE = @MACHINE_TYPE@
 
192
MAKEINDEX = @MAKEINDEX@
 
193
MAKEINFO = @MAKEINFO@
 
194
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
195
MAKE_SHELL = @MAKE_SHELL@
 
196
MV = @MV@
 
197
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
198
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
199
MYSQLD_USER = @MYSQLD_USER@
 
200
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
201
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
202
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
203
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
204
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
205
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
206
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
207
NDB_DEFS = @NDB_DEFS@
 
208
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
209
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
210
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
211
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
212
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
213
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
214
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
215
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
216
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
217
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
218
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
219
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
220
NM = @NM@
 
221
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
222
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
223
OBJEXT = @OBJEXT@
 
224
PACKAGE = @PACKAGE@
 
225
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
226
PACKAGE_NAME = @PACKAGE_NAME@
 
227
PACKAGE_STRING = @PACKAGE_STRING@
 
228
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
229
PACKAGE_VERSION = @PACKAGE_VERSION@
 
230
PATH_SEPARATOR = @PATH_SEPARATOR@
 
231
PDFLATEX = @PDFLATEX@
 
232
PDFMANUAL = @PDFMANUAL@
 
233
PERL = @PERL@
 
234
PERL5 = @PERL5@
 
235
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
236
PS = @PS@
 
237
RANLIB = @RANLIB@
 
238
RM = @RM@
 
239
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
240
SAVE_CFLAGS = @SAVE_CFLAGS@
 
241
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
242
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
243
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
244
SED = @SED@
 
245
SET_MAKE = @SET_MAKE@
 
246
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
247
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
248
SHELL = @SHELL@
 
249
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
250
STRIP = @STRIP@
 
251
SYSTEM_TYPE = @SYSTEM_TYPE@
 
252
TAR = @TAR@
 
253
TARGET_LINUX = @TARGET_LINUX@
 
254
TERMCAP_LIB = @TERMCAP_LIB@
 
255
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
256
VERSION = @VERSION@
 
257
WRAPLIBS = @WRAPLIBS@
 
258
YACC = @YACC@
 
259
ZLIB_DEPS = @ZLIB_DEPS@
 
260
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
261
ZLIB_LIBS = @ZLIB_LIBS@
 
262
ac_ct_AR = @ac_ct_AR@
 
263
ac_ct_CC = @ac_ct_CC@
 
264
ac_ct_CXX = @ac_ct_CXX@
 
265
ac_ct_F77 = @ac_ct_F77@
 
266
ac_ct_GETCONF = @ac_ct_GETCONF@
 
267
ac_ct_RANLIB = @ac_ct_RANLIB@
 
268
ac_ct_STRIP = @ac_ct_STRIP@
 
269
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
270
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
271
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
272
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
273
am__include = @am__include@
 
274
am__leading_dot = @am__leading_dot@
 
275
am__quote = @am__quote@
 
276
am__tar = @am__tar@
 
277
am__untar = @am__untar@
 
278
bdb_includes = @bdb_includes@
 
279
bdb_libs = @bdb_libs@
 
280
bdb_libs_with_path = @bdb_libs_with_path@
 
281
bench_dirs = @bench_dirs@
 
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
datadir = @datadir@
 
289
docs_dirs = @docs_dirs@
 
290
exec_prefix = @exec_prefix@
 
291
host = @host@
 
292
host_alias = @host_alias@
 
293
host_cpu = @host_cpu@
 
294
host_os = @host_os@
 
295
host_vendor = @host_vendor@
 
296
includedir = @includedir@
 
297
infodir = @infodir@
 
298
innodb_includes = @innodb_includes@
 
299
innodb_libs = @innodb_libs@
 
300
innodb_system_libs = @innodb_system_libs@
 
301
install_sh = @install_sh@
 
302
libdir = @libdir@
 
303
libexecdir = @libexecdir@
 
304
libmysqld_dirs = @libmysqld_dirs@
 
305
linked_client_targets = @linked_client_targets@
 
306
linked_libmysqld_targets = @linked_libmysqld_targets@
 
307
linked_netware_sources = @linked_netware_sources@
 
308
localstatedir = @localstatedir@
 
309
man1_files = @man1_files@
 
310
man8_files = @man8_files@
 
311
man_dirs = @man_dirs@
 
312
mandir = @mandir@
 
313
mkdir_p = @mkdir_p@
 
314
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
315
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
316
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
317
ndb_opt_subdirs = @ndb_opt_subdirs@
 
318
ndb_port = @ndb_port@
 
319
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
320
ndbcluster_includes = @ndbcluster_includes@
 
321
ndbcluster_libs = @ndbcluster_libs@
 
322
ndbcluster_system_libs = @ndbcluster_system_libs@
 
323
netware_dir = @netware_dir@
 
324
oldincludedir = @oldincludedir@
 
325
openssl_includes = @openssl_includes@
 
326
openssl_libs = @openssl_libs@
 
327
prefix = @prefix@
 
328
program_transform_name = @program_transform_name@
 
329
pstack_dirs = @pstack_dirs@
 
330
pstack_libs = @pstack_libs@
 
331
readline_basedir = @readline_basedir@
 
332
readline_dir = @readline_dir@
 
333
readline_h_ln_cmd = @readline_h_ln_cmd@
 
334
readline_link = @readline_link@
 
335
readline_topdir = @readline_topdir@
 
336
sbindir = @sbindir@
 
337
server_scripts = @server_scripts@
 
338
sharedstatedir = @sharedstatedir@
 
339
sql_client_dirs = @sql_client_dirs@
 
340
sql_server_dirs = @sql_server_dirs@
 
341
sql_union_dirs = @sql_union_dirs@
 
342
subdirs = @subdirs@
 
343
sysconfdir = @sysconfdir@
 
344
target = @target@
 
345
target_alias = @target_alias@
 
346
target_cpu = @target_cpu@
 
347
target_os = @target_os@
 
348
target_vendor = @target_vendor@
 
349
thread_dirs = @thread_dirs@
 
350
tools_dirs = @tools_dirs@
 
351
uname_prog = @uname_prog@
 
352
yassl_dir = @yassl_dir@
 
353
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
354
yassl_libs = @yassl_libs@
 
355
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
356
zlib_dir = @zlib_dir@
 
357
BUILT_SOURCES = $(HEADERS_GEN) abi_check
 
358
HEADERS_GEN = mysql_version.h my_config.h
 
359
HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \
 
360
                        my_list.h my_alloc.h typelib.h
 
361
 
 
362
pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
 
363
                        my_xml.h mysql_embed.h \
 
364
                        my_semaphore.h my_pthread.h my_no_pthread.h raid.h \
 
365
                        errmsg.h my_global.h my_net.h \
 
366
                        my_getopt.h sslopt-longopts.h my_dir.h \
 
367
                        sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
 
368
                        m_ctype.h $(HEADERS_GEN)
 
369
 
 
370
noinst_HEADERS = config-win.h config-os2.h config-netware.h \
 
371
                        heap.h my_bitmap.h\
 
372
                        myisam.h myisampack.h myisammrg.h ft_global.h\
 
373
                        mysys_err.h my_base.h help_start.h help_end.h \
 
374
                        my_nosys.h my_alarm.h queues.h rijndael.h sha1.h \
 
375
                        my_aes.h my_tree.h hash.h thr_alarm.h \
 
376
                        thr_lock.h t_ctype.h violite.h md5.h base64.h \
 
377
                        mysql_version.h.in my_handler.h my_time.h decimal.h \
 
378
                        my_user.h my_libwrap.h
 
379
 
 
380
 
 
381
# Remove built files and the symlinked directories
 
382
CLEANFILES = $(BUILT_SOURCES) readline openssl
 
383
EXTRA_DIST = mysql_h.ic
 
384
 
 
385
# Some include files that may be moved and patched by configure
 
386
DISTCLEANFILES = sched.h $(CLEANFILES)
 
387
all: $(BUILT_SOURCES)
 
388
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
389
 
 
390
.SUFFIXES:
 
391
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
392
        @for dep in $?; do \
 
393
          case '$(am__configure_deps)' in \
 
394
            *$$dep*) \
 
395
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
396
                && exit 0; \
 
397
              exit 1;; \
 
398
          esac; \
 
399
        done; \
 
400
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
 
401
        cd $(top_srcdir) && \
 
402
          $(AUTOMAKE) --gnu  include/Makefile
 
403
.PRECIOUS: Makefile
 
404
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
405
        @case '$?' in \
 
406
          *config.status*) \
 
407
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
408
          *) \
 
409
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
410
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
411
        esac;
 
412
 
 
413
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
414
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
415
 
 
416
$(top_srcdir)/configure:  $(am__configure_deps)
 
417
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
418
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
419
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
420
mysql_version.h: $(top_builddir)/config.status $(srcdir)/mysql_version.h.in
 
421
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
422
 
 
423
mostlyclean-libtool:
 
424
        -rm -f *.lo
 
425
 
 
426
clean-libtool:
 
427
        -rm -rf .libs _libs
 
428
 
 
429
distclean-libtool:
 
430
        -rm -f libtool
 
431
uninstall-info-am:
 
432
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
433
        @$(NORMAL_INSTALL)
 
434
        test -z "$(pkgincludedir)" || $(mkdir_p) "$(DESTDIR)$(pkgincludedir)"
 
435
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
436
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
437
          f=$(am__strip_dir) \
 
438
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
439
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
440
        done
 
441
 
 
442
uninstall-pkgincludeHEADERS:
 
443
        @$(NORMAL_UNINSTALL)
 
444
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
445
          f=$(am__strip_dir) \
 
446
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
447
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
448
        done
 
449
 
 
450
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
451
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
452
        unique=`for i in $$list; do \
 
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
454
          done | \
 
455
          $(AWK) '    { files[$$0] = 1; } \
 
456
               END { for (i in files) print i; }'`; \
 
457
        mkid -fID $$unique
 
458
tags: TAGS
 
459
 
 
460
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
461
                $(TAGS_FILES) $(LISP)
 
462
        tags=; \
 
463
        here=`pwd`; \
 
464
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
465
        unique=`for i in $$list; do \
 
466
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
467
          done | \
 
468
          $(AWK) '    { files[$$0] = 1; } \
 
469
               END { for (i in files) print i; }'`; \
 
470
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
471
          test -n "$$unique" || unique=$$empty_fix; \
 
472
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
473
            $$tags $$unique; \
 
474
        fi
 
475
ctags: CTAGS
 
476
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
477
                $(TAGS_FILES) $(LISP)
 
478
        tags=; \
 
479
        here=`pwd`; \
 
480
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
481
        unique=`for i in $$list; do \
 
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
483
          done | \
 
484
          $(AWK) '    { files[$$0] = 1; } \
 
485
               END { for (i in files) print i; }'`; \
 
486
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
488
             $$tags $$unique
 
489
 
 
490
GTAGS:
 
491
        here=`$(am__cd) $(top_builddir) && pwd` \
 
492
          && cd $(top_srcdir) \
 
493
          && gtags -i $(GTAGS_ARGS) $$here
 
494
 
 
495
distclean-tags:
 
496
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
497
 
 
498
distdir: $(DISTFILES)
 
499
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
500
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
501
        list='$(DISTFILES)'; for file in $$list; do \
 
502
          case $$file in \
 
503
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
504
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
505
          esac; \
 
506
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
507
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
508
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
509
            dir="/$$dir"; \
 
510
            $(mkdir_p) "$(distdir)$$dir"; \
 
511
          else \
 
512
            dir=''; \
 
513
          fi; \
 
514
          if test -d $$d/$$file; then \
 
515
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
516
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
517
            fi; \
 
518
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
519
          else \
 
520
            test -f $(distdir)/$$file \
 
521
            || cp -p $$d/$$file $(distdir)/$$file \
 
522
            || exit 1; \
 
523
          fi; \
 
524
        done
 
525
        $(MAKE) $(AM_MAKEFLAGS) \
 
526
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
527
          dist-hook
 
528
check-am: all-am
 
529
check: $(BUILT_SOURCES)
 
530
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
531
all-am: Makefile $(HEADERS)
 
532
installdirs:
 
533
        for dir in "$(DESTDIR)$(pkgincludedir)"; do \
 
534
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
535
        done
 
536
install: $(BUILT_SOURCES)
 
537
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
538
install-exec: install-exec-am
 
539
install-data: install-data-am
 
540
uninstall: uninstall-am
 
541
 
 
542
install-am: all-am
 
543
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
544
 
 
545
installcheck: installcheck-am
 
546
install-strip:
 
547
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
548
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
549
          `test -z '$(STRIP)' || \
 
550
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
551
mostlyclean-generic:
 
552
 
 
553
clean-generic:
 
554
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
555
 
 
556
distclean-generic:
 
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
558
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
559
 
 
560
maintainer-clean-generic:
 
561
        @echo "This command is intended for maintainers to use"
 
562
        @echo "it deletes files that may require special tools to rebuild."
 
563
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
564
clean: clean-am
 
565
 
 
566
clean-am: clean-generic clean-libtool mostlyclean-am
 
567
 
 
568
distclean: distclean-am
 
569
        -rm -f Makefile
 
570
distclean-am: clean-am distclean-generic distclean-libtool \
 
571
        distclean-tags
 
572
 
 
573
dvi: dvi-am
 
574
 
 
575
dvi-am:
 
576
 
 
577
html: html-am
 
578
 
 
579
info: info-am
 
580
 
 
581
info-am:
 
582
 
 
583
install-data-am: install-pkgincludeHEADERS
 
584
 
 
585
install-exec-am:
 
586
 
 
587
install-info: install-info-am
 
588
 
 
589
install-man:
 
590
 
 
591
installcheck-am:
 
592
 
 
593
maintainer-clean: maintainer-clean-am
 
594
        -rm -f Makefile
 
595
maintainer-clean-am: distclean-am maintainer-clean-generic
 
596
 
 
597
mostlyclean: mostlyclean-am
 
598
 
 
599
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
600
 
 
601
pdf: pdf-am
 
602
 
 
603
pdf-am:
 
604
 
 
605
ps: ps-am
 
606
 
 
607
ps-am:
 
608
 
 
609
uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS
 
610
 
 
611
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
612
        clean-libtool ctags dist-hook distclean distclean-generic \
 
613
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
614
        html-am info info-am install install-am install-data \
 
615
        install-data-am install-exec install-exec-am install-info \
 
616
        install-info-am install-man install-pkgincludeHEADERS \
 
617
        install-strip installcheck installcheck-am installdirs \
 
618
        maintainer-clean maintainer-clean-generic mostlyclean \
 
619
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
620
        tags uninstall uninstall-am uninstall-info-am \
 
621
        uninstall-pkgincludeHEADERS
 
622
 
 
623
 
 
624
link_sources:
 
625
        -$(RM) -fr readline
 
626
        @readline_h_ln_cmd@
 
627
        @yassl_h_ln_cmd@
 
628
 
 
629
my_config.h: ../config.h
 
630
        $(CP) ../config.h my_config.h
 
631
 
 
632
# These files should not be included in distributions since they are
 
633
# generated by configure from the .h.in files
 
634
dist-hook:
 
635
        $(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h
 
636
 
 
637
#
 
638
# Rules for checking that ABI has not changed
 
639
#
 
640
 
 
641
# Create a icheck file and compare it to the reference
 
642
abi_check: $(HEADERS_ABI) mysql_version.h mysql_h.ic
 
643
        @set -ex; \
 
644
        if [ @ICHECK@ != no ] ; then \
 
645
          @ICHECK@ --canonify --skip-from-re /usr/ -o $@.ic mysql.h; \
 
646
          @ICHECK@ --compare mysql_h.ic $@.ic; \
 
647
          $(RM) -f $@.ic; \
 
648
        fi; \
 
649
        touch abi_check;
 
650
 
 
651
# Don't update the files from bitkeeper
 
652
%::SCCS/s.%
 
653
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
654
# Otherwise a system limit (for SysV at least) may be exceeded.
 
655
.NOEXPORT: