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

« back to all changes in this revision

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