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

« back to all changes in this revision

Viewing changes to storage/ndb/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) 2004-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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
31
 
 
32
# Copyright (C) 2004, 2006 MySQL AB
 
33
 
34
# This program is free software; you can redistribute it and/or modify
 
35
# it under the terms of the GNU General Public License as published by
 
36
# the Free Software Foundation; version 2 of the License.
 
37
 
38
# This program is distributed in the hope that it will be useful,
 
39
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
40
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
41
# GNU General Public License for more details.
 
42
 
43
# You should have received a copy of the GNU General Public License
 
44
# along with this program; if not, write to the Free Software
 
45
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
46
VPATH = @srcdir@
 
47
pkgdatadir = $(datadir)/@PACKAGE@
 
48
pkglibdir = $(libdir)/@PACKAGE@
 
49
pkgincludedir = $(includedir)/@PACKAGE@
 
50
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
51
install_sh_DATA = $(install_sh) -c -m 644
 
52
install_sh_PROGRAM = $(install_sh) -c
 
53
install_sh_SCRIPT = $(install_sh) -c
 
54
INSTALL_HEADER = $(INSTALL_DATA)
 
55
transform = $(program_transform_name)
 
56
NORMAL_INSTALL = :
 
57
PRE_INSTALL = :
 
58
POST_INSTALL = :
 
59
NORMAL_UNINSTALL = :
 
60
PRE_UNINSTALL = :
 
61
POST_UNINSTALL = :
 
62
build_triplet = @build@
 
63
host_triplet = @host@
 
64
target_triplet = @target@
 
65
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
66
subdir = storage/ndb
 
67
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
68
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
69
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
70
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
71
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
72
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
73
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
74
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
75
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
76
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
77
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
78
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
79
        $(top_srcdir)/configure.in
 
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
81
        $(ACLOCAL_M4)
 
82
mkinstalldirs = $(install_sh) -d
 
83
CONFIG_HEADER = $(top_builddir)/include/config.h
 
84
CONFIG_CLEAN_FILES =
 
85
SOURCES =
 
86
DIST_SOURCES =
 
87
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
88
        html-recursive info-recursive install-data-recursive \
 
89
        install-dvi-recursive install-exec-recursive \
 
90
        install-html-recursive install-info-recursive \
 
91
        install-pdf-recursive install-ps-recursive install-recursive \
 
92
        installcheck-recursive installdirs-recursive pdf-recursive \
 
93
        ps-recursive uninstall-recursive
 
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
95
  distclean-recursive maintainer-clean-recursive
 
96
ETAGS = etags
 
97
CTAGS = ctags
 
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
99
ABI_CHECK = @ABI_CHECK@
 
100
ACLOCAL = @ACLOCAL@
 
101
ALLOCA = @ALLOCA@
 
102
AMTAR = @AMTAR@
 
103
AR = @AR@
 
104
ARFLAGS = @ARFLAGS@
 
105
AS = @AS@
 
106
ASFLAGS = @ASFLAGS@
 
107
AUTOCONF = @AUTOCONF@
 
108
AUTOHEADER = @AUTOHEADER@
 
109
AUTOMAKE = @AUTOMAKE@
 
110
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
111
AWK = @AWK@
 
112
CC = @CC@
 
113
CCAS = @CCAS@
 
114
CCASDEPMODE = @CCASDEPMODE@
 
115
CCASFLAGS = @CCASFLAGS@
 
116
CCDEPMODE = @CCDEPMODE@
 
117
CC_VERSION = @CC_VERSION@
 
118
CFLAGS = @CFLAGS@
 
119
CHECK_PID = @CHECK_PID@
 
120
CHMOD = @CHMOD@
 
121
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
122
CLIENT_LIBS = @CLIENT_LIBS@
 
123
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
124
CMP = @CMP@
 
125
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
126
CONF_COMMAND = @CONF_COMMAND@
 
127
CP = @CP@
 
128
CPP = @CPP@
 
129
CPPFLAGS = @CPPFLAGS@
 
130
CXX = @CXX@
 
131
CXXCPP = @CXXCPP@
 
132
CXXDEPMODE = @CXXDEPMODE@
 
133
CXXFLAGS = @CXXFLAGS@
 
134
CXXLDFLAGS = @CXXLDFLAGS@
 
135
CXX_VERSION = @CXX_VERSION@
 
136
CYGPATH_W = @CYGPATH_W@
 
137
DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
 
138
DEPDIR = @DEPDIR@
 
139
DIFF = @DIFF@
 
140
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
141
DOXYGEN = @DOXYGEN@
 
142
DSYMUTIL = @DSYMUTIL@
 
143
DUMPBIN = @DUMPBIN@
 
144
DVIS = @DVIS@
 
145
ECHO_C = @ECHO_C@
 
146
ECHO_N = @ECHO_N@
 
147
ECHO_T = @ECHO_T@
 
148
EGREP = @EGREP@
 
149
EXEEXT = @EXEEXT@
 
150
FGREP = @FGREP@
 
151
FIND_PROC = @FIND_PROC@
 
152
GETCONF = @GETCONF@
 
153
GREP = @GREP@
 
154
GXX = @GXX@
 
155
HOSTNAME = @HOSTNAME@
 
156
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
157
INSTALL = @INSTALL@
 
158
INSTALL_DATA = @INSTALL_DATA@
 
159
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
160
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
161
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
162
KILL = @KILL@
 
163
LD = @LD@
 
164
LDFLAGS = @LDFLAGS@
 
165
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
166
LIBDL = @LIBDL@
 
167
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
168
LIBOBJS = @LIBOBJS@
 
169
LIBS = @LIBS@
 
170
LIBTOOL = @LIBTOOL@
 
171
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
172
LIPO = @LIPO@
 
173
LM_CFLAGS = @LM_CFLAGS@
 
174
LN = @LN@
 
175
LN_CP_F = @LN_CP_F@
 
176
LN_S = @LN_S@
 
177
LTLIBOBJS = @LTLIBOBJS@
 
178
MACHINE_TYPE = @MACHINE_TYPE@
 
179
MAKEINDEX = @MAKEINDEX@
 
180
MAKEINFO = @MAKEINFO@
 
181
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
182
MAKE_SHELL = @MAKE_SHELL@
 
183
MKDIR_P = @MKDIR_P@
 
184
MV = @MV@
 
185
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
186
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
187
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
188
MYSQLD_USER = @MYSQLD_USER@
 
189
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
190
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
191
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
192
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
193
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
194
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
195
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
196
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
197
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
198
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
199
NDB_DEFS = @NDB_DEFS@
 
200
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
201
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
202
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
203
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
204
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
205
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
206
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
207
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
208
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
209
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
210
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
211
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
212
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
213
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
214
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
215
NM = @NM@
 
216
NMEDIT = @NMEDIT@
 
217
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
218
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
219
OBJDUMP = @OBJDUMP@
 
220
OBJEXT = @OBJEXT@
 
221
OTOOL = @OTOOL@
 
222
OTOOL64 = @OTOOL64@
 
223
PACKAGE = @PACKAGE@
 
224
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
225
PACKAGE_NAME = @PACKAGE_NAME@
 
226
PACKAGE_STRING = @PACKAGE_STRING@
 
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
228
PACKAGE_VERSION = @PACKAGE_VERSION@
 
229
PATH_SEPARATOR = @PATH_SEPARATOR@
 
230
PDFLATEX = @PDFLATEX@
 
231
PDFMANUAL = @PDFMANUAL@
 
232
PERL = @PERL@
 
233
PERL5 = @PERL5@
 
234
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
235
PS = @PS@
 
236
RANLIB = @RANLIB@
 
237
RM = @RM@
 
238
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
239
SAVE_CC = @SAVE_CC@
 
240
SAVE_CFLAGS = @SAVE_CFLAGS@
 
241
SAVE_CXX = @SAVE_CXX@
 
242
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
243
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
244
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
245
SED = @SED@
 
246
SET_MAKE = @SET_MAKE@
 
247
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
248
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
249
SHELL = @SHELL@
 
250
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
251
STRIP = @STRIP@
 
252
SYSTEM_TYPE = @SYSTEM_TYPE@
 
253
TAR = @TAR@
 
254
TARGET_LINUX = @TARGET_LINUX@
 
255
TERMCAP_LIB = @TERMCAP_LIB@
 
256
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
257
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
258
VERSION = @VERSION@
 
259
WRAPLIBS = @WRAPLIBS@
 
260
YACC = @YACC@
 
261
ZLIB_DEPS = @ZLIB_DEPS@
 
262
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
263
ZLIB_LIBS = @ZLIB_LIBS@
 
264
abs_builddir = @abs_builddir@
 
265
abs_srcdir = @abs_srcdir@
 
266
abs_top_builddir = @abs_top_builddir@
 
267
abs_top_srcdir = @abs_top_srcdir@
 
268
ac_ct_CC = @ac_ct_CC@
 
269
ac_ct_CXX = @ac_ct_CXX@
 
270
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
271
am__include = @am__include@
 
272
am__leading_dot = @am__leading_dot@
 
273
am__quote = @am__quote@
 
274
am__tar = @am__tar@
 
275
am__untar = @am__untar@
 
276
bindir = @bindir@
 
277
build = @build@
 
278
build_alias = @build_alias@
 
279
build_cpu = @build_cpu@
 
280
build_os = @build_os@
 
281
build_vendor = @build_vendor@
 
282
builddir = @builddir@
 
283
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
284
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
285
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
286
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
287
datadir = @datadir@
 
288
datarootdir = @datarootdir@
 
289
docdir = @docdir@
 
290
docs_dirs = @docs_dirs@
 
291
dvidir = @dvidir@
 
292
exec_prefix = @exec_prefix@
 
293
extra_docs = @extra_docs@
 
294
host = @host@
 
295
host_alias = @host_alias@
 
296
host_cpu = @host_cpu@
 
297
host_os = @host_os@
 
298
host_vendor = @host_vendor@
 
299
htmldir = @htmldir@
 
300
includedir = @includedir@
 
301
infodir = @infodir@
 
302
innodb_system_libs = @innodb_system_libs@
 
303
install_sh = @install_sh@
 
304
libdir = @libdir@
 
305
libexecdir = @libexecdir@
 
306
libmysqld_dirs = @libmysqld_dirs@
 
307
localedir = @localedir@
 
308
localstatedir = @localstatedir@
 
309
lt_ECHO = @lt_ECHO@
 
310
man1_files = @man1_files@
 
311
man8_files = @man8_files@
 
312
man_dirs = @man_dirs@
 
313
mandir = @mandir@
 
314
mkdir_p = @mkdir_p@
 
315
mysql_pg_dirs = @mysql_pg_dirs@
 
316
mysql_pg_distdirs = @mysql_pg_distdirs@
 
317
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
318
mysql_plugin_defs = @mysql_plugin_defs@
 
319
mysql_plugin_dirs = @mysql_plugin_dirs@
 
320
mysql_plugin_libs = @mysql_plugin_libs@
 
321
mysql_se_dirs = @mysql_se_dirs@
 
322
mysql_se_distdirs = @mysql_se_distdirs@
 
323
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
324
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
325
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
326
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
327
ndb_opt_subdirs = @ndb_opt_subdirs@
 
328
ndb_port = @ndb_port@
 
329
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
330
ndbcluster_includes = @ndbcluster_includes@
 
331
ndbcluster_libs = @ndbcluster_libs@
 
332
ndbcluster_system_libs = @ndbcluster_system_libs@
 
333
netware_dir = @netware_dir@
 
334
oldincludedir = @oldincludedir@
 
335
openssl_includes = @openssl_includes@
 
336
openssl_libs = @openssl_libs@
 
337
pdfdir = @pdfdir@
 
338
plugin_archive_shared_target = @plugin_archive_shared_target@
 
339
plugin_archive_static_target = @plugin_archive_static_target@
 
340
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
341
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
342
plugin_csv_shared_target = @plugin_csv_shared_target@
 
343
plugin_csv_static_target = @plugin_csv_static_target@
 
344
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
345
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
346
plugin_example_shared_target = @plugin_example_shared_target@
 
347
plugin_example_static_target = @plugin_example_static_target@
 
348
plugin_federated_shared_target = @plugin_federated_shared_target@
 
349
plugin_federated_static_target = @plugin_federated_static_target@
 
350
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
351
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
352
plugin_heap_shared_target = @plugin_heap_shared_target@
 
353
plugin_heap_static_target = @plugin_heap_static_target@
 
354
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
355
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
356
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
357
plugin_innobase_static_target = @plugin_innobase_static_target@
 
358
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
359
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
360
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
361
plugin_myisam_static_target = @plugin_myisam_static_target@
 
362
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
363
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
364
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
365
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
366
plugin_partition_shared_target = @plugin_partition_shared_target@
 
367
plugin_partition_static_target = @plugin_partition_static_target@
 
368
prefix = @prefix@
 
369
program_transform_name = @program_transform_name@
 
370
psdir = @psdir@
 
371
pstack_dir = @pstack_dir@
 
372
pstack_libs = @pstack_libs@
 
373
readline_basedir = @readline_basedir@
 
374
readline_dir = @readline_dir@
 
375
readline_h_ln_cmd = @readline_h_ln_cmd@
 
376
readline_link = @readline_link@
 
377
readline_topdir = @readline_topdir@
 
378
sbindir = @sbindir@
 
379
server_scripts = @server_scripts@
 
380
sharedstatedir = @sharedstatedir@
 
381
sql_client_dirs = @sql_client_dirs@
 
382
sql_server = @sql_server@
 
383
sql_server_dirs = @sql_server_dirs@
 
384
sql_union_dirs = @sql_union_dirs@
 
385
srcdir = @srcdir@
 
386
sysconfdir = @sysconfdir@
 
387
target = @target@
 
388
target_alias = @target_alias@
 
389
target_cpu = @target_cpu@
 
390
target_os = @target_os@
 
391
target_vendor = @target_vendor@
 
392
tools_dirs = @tools_dirs@
 
393
top_build_prefix = @top_build_prefix@
 
394
top_builddir = @top_builddir@
 
395
top_srcdir = @top_srcdir@
 
396
uname_prog = @uname_prog@
 
397
yassl_dir = @yassl_dir@
 
398
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
399
yassl_libs = @yassl_libs@
 
400
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
401
zlib_dir = @zlib_dir@
 
402
SUBDIRS = src tools . include @ndb_opt_subdirs@
 
403
DIST_SUBDIRS = src tools include test docs
 
404
EXTRA_DIST = config ndbapi-examples plug.in
 
405
ndbbindir = "$(libexecdir)"
 
406
ndbtoolsdir = "$(bindir)"
 
407
ndbtestdir = "$(bindir)"
 
408
ndblibdir = "$(pkglibdir)"
 
409
ndbincludedir = "$(pkgincludedir)/storage/ndb"
 
410
ndbapiincludedir = "$(pkgincludedir)/storage/ndb/ndbapi"
 
411
mgmapiincludedir = "$(pkgincludedir)/storage/ndb/mgmapi"
 
412
INCLUDES = $(INCLUDES_LOC)
 
413
LDADD = $(LDADD_LOC)
 
414
NDB_CXXFLAGS = @ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC) 
 
415
NDB_AM_CXXFLAGS := $(AM_CXXFLAGS)
 
416
AM_CXXFLAGS = $(NDB_AM_CXXFLAGS) $(NDB_CXXFLAGS)
 
417
all: all-recursive
 
418
 
 
419
.SUFFIXES:
 
420
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/storage/ndb/config/common.mk.am $(am__configure_deps)
 
421
        @for dep in $?; do \
 
422
          case '$(am__configure_deps)' in \
 
423
            *$$dep*) \
 
424
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
425
                && { if test -f $@; then exit 0; else break; fi; }; \
 
426
              exit 1;; \
 
427
          esac; \
 
428
        done; \
 
429
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  storage/ndb/Makefile'; \
 
430
        cd $(top_srcdir) && \
 
431
          $(AUTOMAKE) --gnu  storage/ndb/Makefile
 
432
.PRECIOUS: Makefile
 
433
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
434
        @case '$?' in \
 
435
          *config.status*) \
 
436
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
437
          *) \
 
438
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
439
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
440
        esac;
 
441
 
 
442
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
443
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
444
 
 
445
$(top_srcdir)/configure:  $(am__configure_deps)
 
446
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
447
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
448
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
449
 
 
450
mostlyclean-libtool:
 
451
        -rm -f *.lo
 
452
 
 
453
clean-libtool:
 
454
        -rm -rf .libs _libs
 
455
 
 
456
# This directory's subdirectories are mostly independent; you can cd
 
457
# into them and run `make' without going through this Makefile.
 
458
# To change the values of `make' variables: instead of editing Makefiles,
 
459
# (1) if the variable is set in `config.status', edit `config.status'
 
460
#     (which will cause the Makefiles to be regenerated when you run `make');
 
461
# (2) otherwise, pass the desired values on the `make' command line.
 
462
$(RECURSIVE_TARGETS):
 
463
        @failcom='exit 1'; \
 
464
        for f in x $$MAKEFLAGS; do \
 
465
          case $$f in \
 
466
            *=* | --[!k]*);; \
 
467
            *k*) failcom='fail=yes';; \
 
468
          esac; \
 
469
        done; \
 
470
        dot_seen=no; \
 
471
        target=`echo $@ | sed s/-recursive//`; \
 
472
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
473
          echo "Making $$target in $$subdir"; \
 
474
          if test "$$subdir" = "."; then \
 
475
            dot_seen=yes; \
 
476
            local_target="$$target-am"; \
 
477
          else \
 
478
            local_target="$$target"; \
 
479
          fi; \
 
480
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
481
          || eval $$failcom; \
 
482
        done; \
 
483
        if test "$$dot_seen" = "no"; then \
 
484
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
485
        fi; test -z "$$fail"
 
486
 
 
487
$(RECURSIVE_CLEAN_TARGETS):
 
488
        @failcom='exit 1'; \
 
489
        for f in x $$MAKEFLAGS; do \
 
490
          case $$f in \
 
491
            *=* | --[!k]*);; \
 
492
            *k*) failcom='fail=yes';; \
 
493
          esac; \
 
494
        done; \
 
495
        dot_seen=no; \
 
496
        case "$@" in \
 
497
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
498
          *) list='$(SUBDIRS)' ;; \
 
499
        esac; \
 
500
        rev=''; for subdir in $$list; do \
 
501
          if test "$$subdir" = "."; then :; else \
 
502
            rev="$$subdir $$rev"; \
 
503
          fi; \
 
504
        done; \
 
505
        rev="$$rev ."; \
 
506
        target=`echo $@ | sed s/-recursive//`; \
 
507
        for subdir in $$rev; do \
 
508
          echo "Making $$target in $$subdir"; \
 
509
          if test "$$subdir" = "."; then \
 
510
            local_target="$$target-am"; \
 
511
          else \
 
512
            local_target="$$target"; \
 
513
          fi; \
 
514
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
515
          || eval $$failcom; \
 
516
        done && test -z "$$fail"
 
517
tags-recursive:
 
518
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
519
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
520
        done
 
521
ctags-recursive:
 
522
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
523
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
524
        done
 
525
 
 
526
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
527
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
528
        unique=`for i in $$list; do \
 
529
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
530
          done | \
 
531
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
532
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
533
        mkid -fID $$unique
 
534
tags: TAGS
 
535
 
 
536
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
537
                $(TAGS_FILES) $(LISP)
 
538
        tags=; \
 
539
        here=`pwd`; \
 
540
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
541
          include_option=--etags-include; \
 
542
          empty_fix=.; \
 
543
        else \
 
544
          include_option=--include; \
 
545
          empty_fix=; \
 
546
        fi; \
 
547
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
548
          if test "$$subdir" = .; then :; else \
 
549
            test ! -f $$subdir/TAGS || \
 
550
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
551
          fi; \
 
552
        done; \
 
553
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
554
        unique=`for i in $$list; do \
 
555
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
556
          done | \
 
557
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
558
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
559
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
560
          test -n "$$unique" || unique=$$empty_fix; \
 
561
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
562
            $$tags $$unique; \
 
563
        fi
 
564
ctags: CTAGS
 
565
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
566
                $(TAGS_FILES) $(LISP)
 
567
        tags=; \
 
568
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
569
        unique=`for i in $$list; do \
 
570
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
571
          done | \
 
572
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
573
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
574
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
575
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
576
             $$tags $$unique
 
577
 
 
578
GTAGS:
 
579
        here=`$(am__cd) $(top_builddir) && pwd` \
 
580
          && cd $(top_srcdir) \
 
581
          && gtags -i $(GTAGS_ARGS) $$here
 
582
 
 
583
distclean-tags:
 
584
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
585
 
 
586
distdir: $(DISTFILES)
 
587
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
588
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
589
        list='$(DISTFILES)'; \
 
590
          dist_files=`for file in $$list; do echo $$file; done | \
 
591
          sed -e "s|^$$srcdirstrip/||;t" \
 
592
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
593
        case $$dist_files in \
 
594
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
595
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
596
                           sort -u` ;; \
 
597
        esac; \
 
598
        for file in $$dist_files; do \
 
599
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
600
          if test -d $$d/$$file; then \
 
601
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
602
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
603
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
604
            fi; \
 
605
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
606
          else \
 
607
            test -f $(distdir)/$$file \
 
608
            || cp -p $$d/$$file $(distdir)/$$file \
 
609
            || exit 1; \
 
610
          fi; \
 
611
        done
 
612
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
613
          if test "$$subdir" = .; then :; else \
 
614
            test -d "$(distdir)/$$subdir" \
 
615
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
616
            || exit 1; \
 
617
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
618
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
619
            (cd $$subdir && \
 
620
              $(MAKE) $(AM_MAKEFLAGS) \
 
621
                top_distdir="$$top_distdir" \
 
622
                distdir="$$distdir/$$subdir" \
 
623
                am__remove_distdir=: \
 
624
                am__skip_length_check=: \
 
625
                distdir) \
 
626
              || exit 1; \
 
627
          fi; \
 
628
        done
 
629
        $(MAKE) $(AM_MAKEFLAGS) \
 
630
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
631
          dist-hook
 
632
check-am: all-am
 
633
check: check-recursive
 
634
all-am: Makefile
 
635
installdirs: installdirs-recursive
 
636
installdirs-am:
 
637
install: install-recursive
 
638
install-exec: install-exec-recursive
 
639
install-data: install-data-recursive
 
640
uninstall: uninstall-recursive
 
641
 
 
642
install-am: all-am
 
643
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
644
 
 
645
installcheck: installcheck-recursive
 
646
install-strip:
 
647
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
648
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
649
          `test -z '$(STRIP)' || \
 
650
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
651
mostlyclean-generic:
 
652
 
 
653
clean-generic:
 
654
 
 
655
distclean-generic:
 
656
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
657
 
 
658
maintainer-clean-generic:
 
659
        @echo "This command is intended for maintainers to use"
 
660
        @echo "it deletes files that may require special tools to rebuild."
 
661
clean: clean-recursive
 
662
 
 
663
clean-am: clean-generic clean-libtool mostlyclean-am
 
664
 
 
665
distclean: distclean-recursive
 
666
        -rm -f Makefile
 
667
distclean-am: clean-am distclean-generic distclean-tags
 
668
 
 
669
dvi: dvi-recursive
 
670
 
 
671
dvi-am:
 
672
 
 
673
html: html-recursive
 
674
 
 
675
info: info-recursive
 
676
 
 
677
info-am:
 
678
 
 
679
install-data-am:
 
680
 
 
681
install-dvi: install-dvi-recursive
 
682
 
 
683
install-exec-am:
 
684
 
 
685
install-html: install-html-recursive
 
686
 
 
687
install-info: install-info-recursive
 
688
 
 
689
install-man:
 
690
 
 
691
install-pdf: install-pdf-recursive
 
692
 
 
693
install-ps: install-ps-recursive
 
694
 
 
695
installcheck-am:
 
696
 
 
697
maintainer-clean: maintainer-clean-recursive
 
698
        -rm -f Makefile
 
699
maintainer-clean-am: distclean-am maintainer-clean-generic
 
700
 
 
701
mostlyclean: mostlyclean-recursive
 
702
 
 
703
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
704
 
 
705
pdf: pdf-recursive
 
706
 
 
707
pdf-am:
 
708
 
 
709
ps: ps-recursive
 
710
 
 
711
ps-am:
 
712
 
 
713
uninstall-am:
 
714
 
 
715
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
716
        install-strip
 
717
 
 
718
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
719
        all all-am check check-am clean clean-generic clean-libtool \
 
720
        ctags ctags-recursive dist-hook distclean distclean-generic \
 
721
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
722
        html-am info info-am install install-am install-data \
 
723
        install-data-am install-dvi install-dvi-am install-exec \
 
724
        install-exec-am install-html install-html-am install-info \
 
725
        install-info-am install-man install-pdf install-pdf-am \
 
726
        install-ps install-ps-am install-strip installcheck \
 
727
        installcheck-am installdirs installdirs-am maintainer-clean \
 
728
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
729
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
730
        uninstall uninstall-am
 
731
 
 
732
 
 
733
dist-hook:
 
734
        -rm -rf `find $(distdir) -type d -name SCCS`
 
735
        -rm -rf `find $(distdir)/ndbapi-examples -name '*.o'`
 
736
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
737
          if test "$$subdir" != "." -a "$$subdir" != "include"; then \
 
738
            files="`find $$subdir -name '*\.h'` `find $$subdir -name '*\.hpp'`"; \
 
739
            for f in $$files; do \
 
740
              if test -d "$(distdir)/`dirname $$f`" -a ! -e "$(distdir)/$$f"; then \
 
741
                cp $$f $(distdir)/$$f; \
 
742
              fi; \
 
743
            done; \
 
744
          fi; \
 
745
        done
 
746
 
 
747
windoze:
 
748
        for i in `find . -name 'old_dirs' -prune -o -name 'Makefile.am' -print`; \
 
749
        do make -C `dirname $$i` windoze-dsp; done
 
750
 
 
751
windoze-dsp:
 
752
 
 
753
all-windoze-dsp: windoze
 
754
        find . -name '*.dsp' | grep -v SCCS | xargs unix2dos
 
755
        $(top_srcdir)/storage/ndb/config/make-win-dsw.sh | unix2dos > ndb.dsw
 
756
        tar cvfz ndb-win-dsp.tar.gz ndb.dsw `find . -name '*.dsp' | grep -v SCCS`
 
757
 
 
758
# Don't update the files from bitkeeper
 
759
%::SCCS/s.%
 
760
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
761
# Otherwise a system limit (for SysV at least) may be exceeded.
 
762
.NOEXPORT: