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

« back to all changes in this revision

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