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

« back to all changes in this revision

Viewing changes to ndb/src/kernel/blocks/dbutil/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ../../../../..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
target_triplet = @target@
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
41
        $(top_srcdir)/ndb/config/common.mk.am \
 
42
        $(top_srcdir)/ndb/config/type_kernel.mk.am
 
43
subdir = ndb/src/kernel/blocks/dbutil
 
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
45
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
46
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
47
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
48
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
49
        $(top_srcdir)/config/ac-macros/ha_archive.m4 \
 
50
        $(top_srcdir)/config/ac-macros/ha_berkeley.m4 \
 
51
        $(top_srcdir)/config/ac-macros/ha_blackhole.m4 \
 
52
        $(top_srcdir)/config/ac-macros/ha_example.m4 \
 
53
        $(top_srcdir)/config/ac-macros/ha_federated.m4 \
 
54
        $(top_srcdir)/config/ac-macros/ha_innodb.m4 \
 
55
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
56
        $(top_srcdir)/config/ac-macros/ha_tina.m4 \
 
57
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
58
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
59
        $(top_srcdir)/config/ac-macros/openssl.m4 \
 
60
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
61
        $(top_srcdir)/config/ac-macros/yassl.m4 \
 
62
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
63
        $(top_srcdir)/configure.in
 
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
65
        $(ACLOCAL_M4)
 
66
mkinstalldirs = $(install_sh) -d
 
67
CONFIG_HEADER = $(top_builddir)/config.h
 
68
CONFIG_CLEAN_FILES =
 
69
LIBRARIES = $(noinst_LIBRARIES)
 
70
libdbutil_a_AR = $(AR) $(ARFLAGS)
 
71
libdbutil_a_LIBADD =
 
72
am_libdbutil_a_OBJECTS = DbUtil.$(OBJEXT)
 
73
libdbutil_a_OBJECTS = $(am_libdbutil_a_OBJECTS)
 
74
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
75
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
76
am__depfiles_maybe = depfiles
 
77
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
78
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
79
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
80
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
81
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
82
CXXLD = $(CXX)
 
83
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
84
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
SOURCES = $(libdbutil_a_SOURCES)
 
86
DIST_SOURCES = $(libdbutil_a_SOURCES)
 
87
ETAGS = etags
 
88
CTAGS = ctags
 
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
90
ACLOCAL = @ACLOCAL@
 
91
ALLOCA = @ALLOCA@
 
92
AMDEP_FALSE = @AMDEP_FALSE@
 
93
AMDEP_TRUE = @AMDEP_TRUE@
 
94
AMTAR = @AMTAR@
 
95
AR = @AR@
 
96
ARFLAGS = @ARFLAGS@
 
97
AS = @AS@
 
98
ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
 
99
ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
 
100
ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
 
101
ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
 
102
ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
 
103
ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
 
104
ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
 
105
ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
 
106
AUTOCONF = @AUTOCONF@
 
107
AUTOHEADER = @AUTOHEADER@
 
108
AUTOMAKE = @AUTOMAKE@
 
109
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
110
AWK = @AWK@
 
111
CC = @CC@
 
112
CCAS = @CCAS@
 
113
CCASFLAGS = @CCASFLAGS@
 
114
CCDEPMODE = @CCDEPMODE@
 
115
CC_VERSION = @CC_VERSION@
 
116
CFLAGS = @CFLAGS@
 
117
CHECK_PID = @CHECK_PID@
 
118
CHMOD = @CHMOD@
 
119
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
120
CLIENT_LIBS = @CLIENT_LIBS@
 
121
CMP = @CMP@
 
122
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
123
COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
 
124
COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
 
125
CONF_COMMAND = @CONF_COMMAND@
 
126
CP = @CP@
 
127
CPP = @CPP@
 
128
CPPFLAGS = @CPPFLAGS@
 
129
CXX = @CXX@
 
130
CXXCPP = @CXXCPP@
 
131
CXXDEPMODE = @CXXDEPMODE@
 
132
CXXFLAGS = @CXXFLAGS@
 
133
CXXLDFLAGS = @CXXLDFLAGS@
 
134
CXX_VERSION = @CXX_VERSION@
 
135
CYGPATH_W = @CYGPATH_W@
 
136
DARWIN_MWCC_FALSE = @DARWIN_MWCC_FALSE@
 
137
DARWIN_MWCC_TRUE = @DARWIN_MWCC_TRUE@
 
138
DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
 
139
DEPDIR = @DEPDIR@
 
140
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
141
DOXYGEN = @DOXYGEN@
 
142
DVIS = @DVIS@
 
143
ECHO = @ECHO@
 
144
ECHO_C = @ECHO_C@
 
145
ECHO_N = @ECHO_N@
 
146
ECHO_T = @ECHO_T@
 
147
EGREP = @EGREP@
 
148
EXEEXT = @EXEEXT@
 
149
F77 = @F77@
 
150
FFLAGS = @FFLAGS@
 
151
FIND_PROC = @FIND_PROC@
 
152
GETCONF = @GETCONF@
 
153
GXX = @GXX@
 
154
HAVE_NDBCLUSTER_DB_FALSE = @HAVE_NDBCLUSTER_DB_FALSE@
 
155
HAVE_NDBCLUSTER_DB_TRUE = @HAVE_NDBCLUSTER_DB_TRUE@
 
156
HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
 
157
HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
 
158
HAVE_YASSL_FALSE = @HAVE_YASSL_FALSE@
 
159
HAVE_YASSL_TRUE = @HAVE_YASSL_TRUE@
 
160
HOSTNAME = @HOSTNAME@
 
161
ICHECK = @ICHECK@
 
162
INSTALL_DATA = @INSTALL_DATA@
 
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
165
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
166
KILL = @KILL@
 
167
LD = @LD@
 
168
LDFLAGS = @LDFLAGS@
 
169
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
170
LIBDL = @LIBDL@
 
171
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
172
LIBOBJS = @LIBOBJS@
 
173
LIBS = @LIBS@
 
174
LIBTOOL = @LIBTOOL@
 
175
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
176
LM_CFLAGS = @LM_CFLAGS@
 
177
LN = @LN@
 
178
LN_CP_F = @LN_CP_F@
 
179
LN_S = @LN_S@
 
180
LTLIBOBJS = @LTLIBOBJS@
 
181
MACHINE_TYPE = @MACHINE_TYPE@
 
182
MAKEINDEX = @MAKEINDEX@
 
183
MAKEINFO = @MAKEINFO@
 
184
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
185
MAKE_SHELL = @MAKE_SHELL@
 
186
MV = @MV@
 
187
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
188
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
189
MYSQLD_USER = @MYSQLD_USER@
 
190
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
191
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
192
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
193
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
194
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
195
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
196
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
197
NDB_DEFS = @NDB_DEFS@
 
198
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
199
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
200
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
201
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
202
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
203
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
204
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
205
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
206
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
207
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
208
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
209
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
210
NM = @NM@
 
211
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
212
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
213
OBJEXT = @OBJEXT@
 
214
PACKAGE = @PACKAGE@
 
215
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
216
PACKAGE_NAME = @PACKAGE_NAME@
 
217
PACKAGE_STRING = @PACKAGE_STRING@
 
218
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
219
PACKAGE_VERSION = @PACKAGE_VERSION@
 
220
PATH_SEPARATOR = @PATH_SEPARATOR@
 
221
PDFLATEX = @PDFLATEX@
 
222
PDFMANUAL = @PDFMANUAL@
 
223
PERL = @PERL@
 
224
PERL5 = @PERL5@
 
225
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
226
PS = @PS@
 
227
RANLIB = @RANLIB@
 
228
RM = @RM@
 
229
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
230
SAVE_CFLAGS = @SAVE_CFLAGS@
 
231
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
232
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
233
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
234
SED = @SED@
 
235
SET_MAKE = @SET_MAKE@
 
236
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
237
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
238
SHELL = @SHELL@
 
239
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
240
STRIP = @STRIP@
 
241
SYSTEM_TYPE = @SYSTEM_TYPE@
 
242
TAR = @TAR@
 
243
TARGET_LINUX = @TARGET_LINUX@
 
244
TERMCAP_LIB = @TERMCAP_LIB@
 
245
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
246
VERSION = @VERSION@
 
247
WRAPLIBS = @WRAPLIBS@
 
248
YACC = @YACC@
 
249
ZLIB_DEPS = @ZLIB_DEPS@
 
250
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
251
ZLIB_LIBS = @ZLIB_LIBS@
 
252
ac_ct_AR = @ac_ct_AR@
 
253
ac_ct_CC = @ac_ct_CC@
 
254
ac_ct_CXX = @ac_ct_CXX@
 
255
ac_ct_F77 = @ac_ct_F77@
 
256
ac_ct_GETCONF = @ac_ct_GETCONF@
 
257
ac_ct_RANLIB = @ac_ct_RANLIB@
 
258
ac_ct_STRIP = @ac_ct_STRIP@
 
259
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
260
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
261
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
262
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
263
am__include = @am__include@
 
264
am__leading_dot = @am__leading_dot@
 
265
am__quote = @am__quote@
 
266
am__tar = @am__tar@
 
267
am__untar = @am__untar@
 
268
bdb_includes = @bdb_includes@
 
269
bdb_libs = @bdb_libs@
 
270
bdb_libs_with_path = @bdb_libs_with_path@
 
271
bench_dirs = @bench_dirs@
 
272
bindir = @bindir@
 
273
build = @build@
 
274
build_alias = @build_alias@
 
275
build_cpu = @build_cpu@
 
276
build_os = @build_os@
 
277
build_vendor = @build_vendor@
 
278
datadir = @datadir@
 
279
docs_dirs = @docs_dirs@
 
280
exec_prefix = @exec_prefix@
 
281
host = @host@
 
282
host_alias = @host_alias@
 
283
host_cpu = @host_cpu@
 
284
host_os = @host_os@
 
285
host_vendor = @host_vendor@
 
286
includedir = @includedir@
 
287
infodir = @infodir@
 
288
innodb_includes = @innodb_includes@
 
289
innodb_libs = @innodb_libs@
 
290
innodb_system_libs = @innodb_system_libs@
 
291
install_sh = @install_sh@
 
292
libdir = @libdir@
 
293
libexecdir = @libexecdir@
 
294
libmysqld_dirs = @libmysqld_dirs@
 
295
linked_client_targets = @linked_client_targets@
 
296
linked_libmysqld_targets = @linked_libmysqld_targets@
 
297
linked_netware_sources = @linked_netware_sources@
 
298
localstatedir = @localstatedir@
 
299
man1_files = @man1_files@
 
300
man8_files = @man8_files@
 
301
man_dirs = @man_dirs@
 
302
mandir = @mandir@
 
303
mkdir_p = @mkdir_p@
 
304
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
305
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
306
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
307
ndb_opt_subdirs = @ndb_opt_subdirs@
 
308
ndb_port = @ndb_port@
 
309
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
310
ndbcluster_includes = @ndbcluster_includes@
 
311
ndbcluster_libs = @ndbcluster_libs@
 
312
ndbcluster_system_libs = @ndbcluster_system_libs@
 
313
netware_dir = @netware_dir@
 
314
oldincludedir = @oldincludedir@
 
315
openssl_includes = @openssl_includes@
 
316
openssl_libs = @openssl_libs@
 
317
prefix = @prefix@
 
318
program_transform_name = @program_transform_name@
 
319
pstack_dirs = @pstack_dirs@
 
320
pstack_libs = @pstack_libs@
 
321
readline_basedir = @readline_basedir@
 
322
readline_dir = @readline_dir@
 
323
readline_h_ln_cmd = @readline_h_ln_cmd@
 
324
readline_link = @readline_link@
 
325
readline_topdir = @readline_topdir@
 
326
sbindir = @sbindir@
 
327
server_scripts = @server_scripts@
 
328
sharedstatedir = @sharedstatedir@
 
329
sql_client_dirs = @sql_client_dirs@
 
330
sql_server_dirs = @sql_server_dirs@
 
331
sql_union_dirs = @sql_union_dirs@
 
332
subdirs = @subdirs@
 
333
sysconfdir = @sysconfdir@
 
334
target = @target@
 
335
target_alias = @target_alias@
 
336
target_cpu = @target_cpu@
 
337
target_os = @target_os@
 
338
target_vendor = @target_vendor@
 
339
thread_dirs = @thread_dirs@
 
340
tools_dirs = @tools_dirs@
 
341
uname_prog = @uname_prog@
 
342
yassl_dir = @yassl_dir@
 
343
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
344
yassl_libs = @yassl_libs@
 
345
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
346
zlib_dir = @zlib_dir@
 
347
noinst_LIBRARIES = libdbutil.a
 
348
libdbutil_a_SOURCES = DbUtil.cpp
 
349
ndbbindir = "$(libexecdir)"
 
350
ndbtoolsdir = "$(bindir)"
 
351
ndbtestdir = "$(bindir)"
 
352
ndblibdir = "$(pkglibdir)"
 
353
ndbincludedir = "$(pkgincludedir)/ndb"
 
354
ndbapiincludedir = "$(pkgincludedir)/ndb/ndbapi"
 
355
mgmapiincludedir = "$(pkgincludedir)/ndb/mgmapi"
 
356
INCLUDES = $(INCLUDES_LOC) -I$(srcdir) -I$(top_builddir)/include \
 
357
        -I$(top_builddir)/ndb/include -I$(top_srcdir)/include \
 
358
        -I$(top_srcdir)/ndb/include -I$(top_srcdir)/ndb/src/kernel/vm \
 
359
        -I$(top_srcdir)/ndb/src/kernel/error \
 
360
        -I$(top_srcdir)/ndb/src/kernel \
 
361
        -I$(top_srcdir)/ndb/include/kernel \
 
362
        -I$(top_srcdir)/ndb/include/transporter \
 
363
        -I$(top_srcdir)/ndb/include/debugger \
 
364
        -I$(top_srcdir)/ndb/include/mgmapi \
 
365
        -I$(top_srcdir)/ndb/include/mgmcommon \
 
366
        -I$(top_srcdir)/ndb/include/ndbapi \
 
367
        -I$(top_srcdir)/ndb/include/util \
 
368
        -I$(top_srcdir)/ndb/include/portlib \
 
369
        -I$(top_srcdir)/ndb/include/logger
 
370
LDADD = $(LDADD_LOC)
 
371
NDB_CXXFLAGS = @ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC) 
 
372
all: all-am
 
373
 
 
374
.SUFFIXES:
 
375
.SUFFIXES: .cpp .lo .o .obj
 
376
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/ndb/config/common.mk.am $(top_srcdir)/ndb/config/type_kernel.mk.am $(am__configure_deps)
 
377
        @for dep in $?; do \
 
378
          case '$(am__configure_deps)' in \
 
379
            *$$dep*) \
 
380
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
381
                && exit 0; \
 
382
              exit 1;; \
 
383
          esac; \
 
384
        done; \
 
385
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ndb/src/kernel/blocks/dbutil/Makefile'; \
 
386
        cd $(top_srcdir) && \
 
387
          $(AUTOMAKE) --gnu  ndb/src/kernel/blocks/dbutil/Makefile
 
388
.PRECIOUS: Makefile
 
389
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
390
        @case '$?' in \
 
391
          *config.status*) \
 
392
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
393
          *) \
 
394
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
395
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
396
        esac;
 
397
 
 
398
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
399
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
400
 
 
401
$(top_srcdir)/configure:  $(am__configure_deps)
 
402
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
403
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
404
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
405
 
 
406
clean-noinstLIBRARIES:
 
407
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
408
libdbutil.a: $(libdbutil_a_OBJECTS) $(libdbutil_a_DEPENDENCIES) 
 
409
        -rm -f libdbutil.a
 
410
        $(libdbutil_a_AR) libdbutil.a $(libdbutil_a_OBJECTS) $(libdbutil_a_LIBADD)
 
411
        $(RANLIB) libdbutil.a
 
412
 
 
413
mostlyclean-compile:
 
414
        -rm -f *.$(OBJEXT)
 
415
 
 
416
distclean-compile:
 
417
        -rm -f *.tab.c
 
418
 
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DbUtil.Po@am__quote@
 
420
 
 
421
.cpp.o:
 
422
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
423
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
424
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
425
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
426
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
427
 
 
428
.cpp.obj:
 
429
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
430
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
431
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
432
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
433
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
434
 
 
435
.cpp.lo:
 
436
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
437
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
438
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
439
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
440
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
441
 
 
442
mostlyclean-libtool:
 
443
        -rm -f *.lo
 
444
 
 
445
clean-libtool:
 
446
        -rm -rf .libs _libs
 
447
 
 
448
distclean-libtool:
 
449
        -rm -f libtool
 
450
uninstall-info-am:
 
451
 
 
452
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
453
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
454
        unique=`for i in $$list; do \
 
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
456
          done | \
 
457
          $(AWK) '    { files[$$0] = 1; } \
 
458
               END { for (i in files) print i; }'`; \
 
459
        mkid -fID $$unique
 
460
tags: TAGS
 
461
 
 
462
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
463
                $(TAGS_FILES) $(LISP)
 
464
        tags=; \
 
465
        here=`pwd`; \
 
466
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
467
        unique=`for i in $$list; do \
 
468
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
469
          done | \
 
470
          $(AWK) '    { files[$$0] = 1; } \
 
471
               END { for (i in files) print i; }'`; \
 
472
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
473
          test -n "$$unique" || unique=$$empty_fix; \
 
474
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
475
            $$tags $$unique; \
 
476
        fi
 
477
ctags: CTAGS
 
478
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
479
                $(TAGS_FILES) $(LISP)
 
480
        tags=; \
 
481
        here=`pwd`; \
 
482
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
483
        unique=`for i in $$list; do \
 
484
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
485
          done | \
 
486
          $(AWK) '    { files[$$0] = 1; } \
 
487
               END { for (i in files) print i; }'`; \
 
488
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
489
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
490
             $$tags $$unique
 
491
 
 
492
GTAGS:
 
493
        here=`$(am__cd) $(top_builddir) && pwd` \
 
494
          && cd $(top_srcdir) \
 
495
          && gtags -i $(GTAGS_ARGS) $$here
 
496
 
 
497
distclean-tags:
 
498
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
499
 
 
500
distdir: $(DISTFILES)
 
501
        $(mkdir_p) $(distdir)/../../../../../ndb/config
 
502
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
503
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
504
        list='$(DISTFILES)'; for file in $$list; do \
 
505
          case $$file in \
 
506
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
507
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
508
          esac; \
 
509
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
510
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
511
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
512
            dir="/$$dir"; \
 
513
            $(mkdir_p) "$(distdir)$$dir"; \
 
514
          else \
 
515
            dir=''; \
 
516
          fi; \
 
517
          if test -d $$d/$$file; then \
 
518
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
519
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
520
            fi; \
 
521
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
522
          else \
 
523
            test -f $(distdir)/$$file \
 
524
            || cp -p $$d/$$file $(distdir)/$$file \
 
525
            || exit 1; \
 
526
          fi; \
 
527
        done
 
528
check-am: all-am
 
529
check: check-am
 
530
all-am: Makefile $(LIBRARIES)
 
531
installdirs:
 
532
install: install-am
 
533
install-exec: install-exec-am
 
534
install-data: install-data-am
 
535
uninstall: uninstall-am
 
536
 
 
537
install-am: all-am
 
538
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
539
 
 
540
installcheck: installcheck-am
 
541
install-strip:
 
542
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
543
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
544
          `test -z '$(STRIP)' || \
 
545
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
546
mostlyclean-generic:
 
547
 
 
548
clean-generic:
 
549
 
 
550
distclean-generic:
 
551
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
552
 
 
553
maintainer-clean-generic:
 
554
        @echo "This command is intended for maintainers to use"
 
555
        @echo "it deletes files that may require special tools to rebuild."
 
556
clean: clean-am
 
557
 
 
558
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
559
        mostlyclean-am
 
560
 
 
561
distclean: distclean-am
 
562
        -rm -rf ./$(DEPDIR)
 
563
        -rm -f Makefile
 
564
distclean-am: clean-am distclean-compile distclean-generic \
 
565
        distclean-libtool distclean-tags
 
566
 
 
567
dvi: dvi-am
 
568
 
 
569
dvi-am:
 
570
 
 
571
html: html-am
 
572
 
 
573
info: info-am
 
574
 
 
575
info-am:
 
576
 
 
577
install-data-am:
 
578
 
 
579
install-exec-am:
 
580
 
 
581
install-info: install-info-am
 
582
 
 
583
install-man:
 
584
 
 
585
installcheck-am:
 
586
 
 
587
maintainer-clean: maintainer-clean-am
 
588
        -rm -rf ./$(DEPDIR)
 
589
        -rm -f Makefile
 
590
maintainer-clean-am: distclean-am maintainer-clean-generic
 
591
 
 
592
mostlyclean: mostlyclean-am
 
593
 
 
594
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
595
        mostlyclean-libtool
 
596
 
 
597
pdf: pdf-am
 
598
 
 
599
pdf-am:
 
600
 
 
601
ps: ps-am
 
602
 
 
603
ps-am:
 
604
 
 
605
uninstall-am: uninstall-info-am
 
606
 
 
607
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
608
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
609
        distclean-compile distclean-generic distclean-libtool \
 
610
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
611
        install install-am install-data install-data-am install-exec \
 
612
        install-exec-am install-info install-info-am install-man \
 
613
        install-strip installcheck installcheck-am installdirs \
 
614
        maintainer-clean maintainer-clean-generic mostlyclean \
 
615
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
616
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
617
        uninstall-info-am
 
618
 
 
619
 
 
620
#AM_LDFLAGS = @ndb_ldflags@
 
621
 
 
622
# Don't update the files from bitkeeper
 
623
%::SCCS/s.%
 
624
 
 
625
windoze-dsp: libdbutil.dsp
 
626
 
 
627
libdbutil.dsp: Makefile \
 
628
               $(top_srcdir)/ndb/config/win-lib.am \
 
629
               $(top_srcdir)/ndb/config/win-name \
 
630
               $(top_srcdir)/ndb/config/win-includes \
 
631
               $(top_srcdir)/ndb/config/win-sources \
 
632
               $(top_srcdir)/ndb/config/win-libraries
 
633
        cat $(top_srcdir)/ndb/config/win-lib.am > $@
 
634
        @$(top_srcdir)/ndb/config/win-name $@ $(noinst_LIBRARIES)
 
635
        @$(top_srcdir)/ndb/config/win-includes $@ $(INCLUDES)
 
636
        @$(top_srcdir)/ndb/config/win-sources $@ $(libdbutil_a_SOURCES)
 
637
        @$(top_srcdir)/ndb/config/win-libraries $@ LIB $(LDADD)
 
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
639
# Otherwise a system limit (for SysV at least) may be exceeded.
 
640
.NOEXPORT: