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

« back to all changes in this revision

Viewing changes to storage/ndb/tools/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
 
 
63
 
 
64
VPATH = @srcdir@
 
65
pkgdatadir = $(datadir)/@PACKAGE@
 
66
pkglibdir = $(libdir)/@PACKAGE@
 
67
pkgincludedir = $(includedir)/@PACKAGE@
 
68
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
69
install_sh_DATA = $(install_sh) -c -m 644
 
70
install_sh_PROGRAM = $(install_sh) -c
 
71
install_sh_SCRIPT = $(install_sh) -c
 
72
INSTALL_HEADER = $(INSTALL_DATA)
 
73
transform = $(program_transform_name)
 
74
NORMAL_INSTALL = :
 
75
PRE_INSTALL = :
 
76
POST_INSTALL = :
 
77
NORMAL_UNINSTALL = :
 
78
PRE_UNINSTALL = :
 
79
POST_UNINSTALL = :
 
80
build_triplet = @build@
 
81
host_triplet = @host@
 
82
target_triplet = @target@
 
83
ndbtools_PROGRAMS = ndb_test_platform$(EXEEXT) ndb_waiter$(EXEEXT) \
 
84
        ndb_drop_table$(EXEEXT) ndb_delete_all$(EXEEXT) \
 
85
        ndb_desc$(EXEEXT) ndb_drop_index$(EXEEXT) \
 
86
        ndb_show_tables$(EXEEXT) ndb_select_all$(EXEEXT) \
 
87
        ndb_select_count$(EXEEXT) ndb_restore$(EXEEXT) \
 
88
        ndb_config$(EXEEXT)
 
89
DIST_COMMON = $(dist_bin_SCRIPTS) $(dist_pkgdata_DATA) \
 
90
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
91
        $(top_srcdir)/storage/ndb/config/common.mk.am \
 
92
        $(top_srcdir)/storage/ndb/config/type_ndbapitools.mk.am
 
93
subdir = storage/ndb/tools
 
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
95
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
96
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
97
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
98
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
99
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
100
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
101
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
102
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
103
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
104
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
105
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
106
        $(top_srcdir)/configure.in
 
107
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
108
        $(ACLOCAL_M4)
 
109
mkinstalldirs = $(install_sh) -d
 
110
CONFIG_HEADER = $(top_builddir)/include/config.h
 
111
CONFIG_CLEAN_FILES =
 
112
am__installdirs = "$(DESTDIR)$(ndbtoolsdir)" "$(DESTDIR)$(bindir)" \
 
113
        "$(DESTDIR)$(pkgdatadir)"
 
114
ndbtoolsPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
115
PROGRAMS = $(ndbtools_PROGRAMS)
 
116
am_ndb_config_OBJECTS = ndb_config-ndb_config.$(OBJEXT) \
 
117
        ndb_config-Config.$(OBJEXT) ndb_config-ConfigInfo.$(OBJEXT) \
 
118
        ndb_config-InitConfigFileParser.$(OBJEXT)
 
119
ndb_config_OBJECTS = $(am_ndb_config_OBJECTS)
 
120
ndb_config_LDADD = $(LDADD)
 
121
ndb_config_DEPENDENCIES =  \
 
122
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
123
        $(top_builddir)/dbug/libdbug.a \
 
124
        $(top_builddir)/mysys/libmysys.a \
 
125
        $(top_builddir)/strings/libmystrings.a
 
126
ndb_config_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
127
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(ndb_config_CXXFLAGS) \
 
128
        $(CXXFLAGS) $(ndb_config_LDFLAGS) $(LDFLAGS) -o $@
 
129
am__objects_1 = NDBT_ReturnCodes.$(OBJEXT) NDBT_Table.$(OBJEXT) \
 
130
        NDBT_Output.$(OBJEXT)
 
131
am_ndb_delete_all_OBJECTS = delete_all.$(OBJEXT) $(am__objects_1)
 
132
ndb_delete_all_OBJECTS = $(am_ndb_delete_all_OBJECTS)
 
133
ndb_delete_all_LDADD = $(LDADD)
 
134
ndb_delete_all_DEPENDENCIES =  \
 
135
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
136
        $(top_builddir)/dbug/libdbug.a \
 
137
        $(top_builddir)/mysys/libmysys.a \
 
138
        $(top_builddir)/strings/libmystrings.a
 
139
ndb_delete_all_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
140
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
141
        $(CXXFLAGS) $(ndb_delete_all_LDFLAGS) $(LDFLAGS) -o $@
 
142
am_ndb_desc_OBJECTS = desc.$(OBJEXT) $(am__objects_1)
 
143
ndb_desc_OBJECTS = $(am_ndb_desc_OBJECTS)
 
144
ndb_desc_LDADD = $(LDADD)
 
145
ndb_desc_DEPENDENCIES =  \
 
146
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
147
        $(top_builddir)/dbug/libdbug.a \
 
148
        $(top_builddir)/mysys/libmysys.a \
 
149
        $(top_builddir)/strings/libmystrings.a
 
150
ndb_desc_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
151
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
152
        $(CXXFLAGS) $(ndb_desc_LDFLAGS) $(LDFLAGS) -o $@
 
153
am_ndb_drop_index_OBJECTS = drop_index.$(OBJEXT) $(am__objects_1)
 
154
ndb_drop_index_OBJECTS = $(am_ndb_drop_index_OBJECTS)
 
155
ndb_drop_index_LDADD = $(LDADD)
 
156
ndb_drop_index_DEPENDENCIES =  \
 
157
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
158
        $(top_builddir)/dbug/libdbug.a \
 
159
        $(top_builddir)/mysys/libmysys.a \
 
160
        $(top_builddir)/strings/libmystrings.a
 
161
ndb_drop_index_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
162
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
163
        $(CXXFLAGS) $(ndb_drop_index_LDFLAGS) $(LDFLAGS) -o $@
 
164
am_ndb_drop_table_OBJECTS = drop_tab.$(OBJEXT) $(am__objects_1)
 
165
ndb_drop_table_OBJECTS = $(am_ndb_drop_table_OBJECTS)
 
166
ndb_drop_table_LDADD = $(LDADD)
 
167
ndb_drop_table_DEPENDENCIES =  \
 
168
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
169
        $(top_builddir)/dbug/libdbug.a \
 
170
        $(top_builddir)/mysys/libmysys.a \
 
171
        $(top_builddir)/strings/libmystrings.a
 
172
ndb_drop_table_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
173
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
174
        $(CXXFLAGS) $(ndb_drop_table_LDFLAGS) $(LDFLAGS) -o $@
 
175
am_ndb_restore_OBJECTS = restore_main.$(OBJEXT) consumer.$(OBJEXT) \
 
176
        consumer_restore.$(OBJEXT) consumer_printer.$(OBJEXT) \
 
177
        Restore.$(OBJEXT) NDBT_ResultRow.$(OBJEXT) $(am__objects_1)
 
178
ndb_restore_OBJECTS = $(am_ndb_restore_OBJECTS)
 
179
ndb_restore_LDADD = $(LDADD)
 
180
ndb_restore_DEPENDENCIES =  \
 
181
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
182
        $(top_builddir)/dbug/libdbug.a \
 
183
        $(top_builddir)/mysys/libmysys.a \
 
184
        $(top_builddir)/strings/libmystrings.a
 
185
ndb_restore_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
186
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
187
        $(CXXFLAGS) $(ndb_restore_LDFLAGS) $(LDFLAGS) -o $@
 
188
am_ndb_select_all_OBJECTS = select_all.$(OBJEXT) \
 
189
        NDBT_ResultRow.$(OBJEXT) $(am__objects_1)
 
190
ndb_select_all_OBJECTS = $(am_ndb_select_all_OBJECTS)
 
191
ndb_select_all_LDADD = $(LDADD)
 
192
ndb_select_all_DEPENDENCIES =  \
 
193
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
194
        $(top_builddir)/dbug/libdbug.a \
 
195
        $(top_builddir)/mysys/libmysys.a \
 
196
        $(top_builddir)/strings/libmystrings.a
 
197
ndb_select_all_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
198
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
199
        $(CXXFLAGS) $(ndb_select_all_LDFLAGS) $(LDFLAGS) -o $@
 
200
am_ndb_select_count_OBJECTS = select_count.$(OBJEXT) $(am__objects_1)
 
201
ndb_select_count_OBJECTS = $(am_ndb_select_count_OBJECTS)
 
202
ndb_select_count_LDADD = $(LDADD)
 
203
ndb_select_count_DEPENDENCIES =  \
 
204
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
205
        $(top_builddir)/dbug/libdbug.a \
 
206
        $(top_builddir)/mysys/libmysys.a \
 
207
        $(top_builddir)/strings/libmystrings.a
 
208
ndb_select_count_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
209
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
210
        $(CXXFLAGS) $(ndb_select_count_LDFLAGS) $(LDFLAGS) -o $@
 
211
am_ndb_show_tables_OBJECTS = listTables.$(OBJEXT) $(am__objects_1)
 
212
ndb_show_tables_OBJECTS = $(am_ndb_show_tables_OBJECTS)
 
213
ndb_show_tables_LDADD = $(LDADD)
 
214
ndb_show_tables_DEPENDENCIES =  \
 
215
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
216
        $(top_builddir)/dbug/libdbug.a \
 
217
        $(top_builddir)/mysys/libmysys.a \
 
218
        $(top_builddir)/strings/libmystrings.a
 
219
ndb_show_tables_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
220
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
221
        $(CXXFLAGS) $(ndb_show_tables_LDFLAGS) $(LDFLAGS) -o $@
 
222
am_ndb_test_platform_OBJECTS = ndb_test_platform.$(OBJEXT)
 
223
ndb_test_platform_OBJECTS = $(am_ndb_test_platform_OBJECTS)
 
224
ndb_test_platform_LDADD = $(LDADD)
 
225
ndb_test_platform_DEPENDENCIES =  \
 
226
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
227
        $(top_builddir)/dbug/libdbug.a \
 
228
        $(top_builddir)/mysys/libmysys.a \
 
229
        $(top_builddir)/strings/libmystrings.a
 
230
ndb_test_platform_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
231
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
232
        $(CXXFLAGS) $(ndb_test_platform_LDFLAGS) $(LDFLAGS) -o $@
 
233
am_ndb_waiter_OBJECTS = waiter.$(OBJEXT) $(am__objects_1)
 
234
ndb_waiter_OBJECTS = $(am_ndb_waiter_OBJECTS)
 
235
ndb_waiter_LDADD = $(LDADD)
 
236
ndb_waiter_DEPENDENCIES =  \
 
237
        $(top_builddir)/storage/ndb/src/libndbclient.la \
 
238
        $(top_builddir)/dbug/libdbug.a \
 
239
        $(top_builddir)/mysys/libmysys.a \
 
240
        $(top_builddir)/strings/libmystrings.a
 
241
ndb_waiter_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
242
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
243
        $(CXXFLAGS) $(ndb_waiter_LDFLAGS) $(LDFLAGS) -o $@
 
244
dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
245
SCRIPTS = $(dist_bin_SCRIPTS)
 
246
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
247
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
248
am__depfiles_maybe = depfiles
 
249
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
250
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
251
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
252
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
253
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
254
CXXLD = $(CXX)
 
255
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
256
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
257
        $(LDFLAGS) -o $@
 
258
SOURCES = $(ndb_config_SOURCES) $(ndb_delete_all_SOURCES) \
 
259
        $(ndb_desc_SOURCES) $(ndb_drop_index_SOURCES) \
 
260
        $(ndb_drop_table_SOURCES) $(ndb_restore_SOURCES) \
 
261
        $(ndb_select_all_SOURCES) $(ndb_select_count_SOURCES) \
 
262
        $(ndb_show_tables_SOURCES) $(ndb_test_platform_SOURCES) \
 
263
        $(ndb_waiter_SOURCES)
 
264
DIST_SOURCES = $(ndb_config_SOURCES) $(ndb_delete_all_SOURCES) \
 
265
        $(ndb_desc_SOURCES) $(ndb_drop_index_SOURCES) \
 
266
        $(ndb_drop_table_SOURCES) $(ndb_restore_SOURCES) \
 
267
        $(ndb_select_all_SOURCES) $(ndb_select_count_SOURCES) \
 
268
        $(ndb_show_tables_SOURCES) $(ndb_test_platform_SOURCES) \
 
269
        $(ndb_waiter_SOURCES)
 
270
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
271
am__vpath_adj = case $$p in \
 
272
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
273
    *) f=$$p;; \
 
274
  esac;
 
275
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
276
dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
 
277
DATA = $(dist_pkgdata_DATA)
 
278
ETAGS = etags
 
279
CTAGS = ctags
 
280
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
281
ABI_CHECK = @ABI_CHECK@
 
282
ACLOCAL = @ACLOCAL@
 
283
ALLOCA = @ALLOCA@
 
284
AMTAR = @AMTAR@
 
285
AR = @AR@
 
286
ARFLAGS = @ARFLAGS@
 
287
AS = @AS@
 
288
ASFLAGS = @ASFLAGS@
 
289
AUTOCONF = @AUTOCONF@
 
290
AUTOHEADER = @AUTOHEADER@
 
291
AUTOMAKE = @AUTOMAKE@
 
292
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
293
AWK = @AWK@
 
294
CC = @CC@
 
295
CCAS = @CCAS@
 
296
CCASDEPMODE = @CCASDEPMODE@
 
297
CCASFLAGS = @CCASFLAGS@
 
298
CCDEPMODE = @CCDEPMODE@
 
299
CC_VERSION = @CC_VERSION@
 
300
CFLAGS = @CFLAGS@
 
301
CHECK_PID = @CHECK_PID@
 
302
CHMOD = @CHMOD@
 
303
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
304
CLIENT_LIBS = @CLIENT_LIBS@
 
305
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
306
CMP = @CMP@
 
307
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
308
CONF_COMMAND = @CONF_COMMAND@
 
309
CP = @CP@
 
310
CPP = @CPP@
 
311
CPPFLAGS = @CPPFLAGS@
 
312
CXX = @CXX@
 
313
CXXCPP = @CXXCPP@
 
314
CXXDEPMODE = @CXXDEPMODE@
 
315
CXXFLAGS = @CXXFLAGS@
 
316
CXXLDFLAGS = @CXXLDFLAGS@
 
317
CXX_VERSION = @CXX_VERSION@
 
318
CYGPATH_W = @CYGPATH_W@
 
319
DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
 
320
DEPDIR = @DEPDIR@
 
321
DIFF = @DIFF@
 
322
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
323
DOXYGEN = @DOXYGEN@
 
324
DSYMUTIL = @DSYMUTIL@
 
325
DUMPBIN = @DUMPBIN@
 
326
DVIS = @DVIS@
 
327
ECHO_C = @ECHO_C@
 
328
ECHO_N = @ECHO_N@
 
329
ECHO_T = @ECHO_T@
 
330
EGREP = @EGREP@
 
331
EXEEXT = @EXEEXT@
 
332
FGREP = @FGREP@
 
333
FIND_PROC = @FIND_PROC@
 
334
GETCONF = @GETCONF@
 
335
GREP = @GREP@
 
336
GXX = @GXX@
 
337
HOSTNAME = @HOSTNAME@
 
338
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
339
INSTALL = @INSTALL@
 
340
INSTALL_DATA = @INSTALL_DATA@
 
341
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
342
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
343
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
344
KILL = @KILL@
 
345
LD = @LD@
 
346
LDFLAGS = @LDFLAGS@
 
347
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
348
LIBDL = @LIBDL@
 
349
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
350
LIBOBJS = @LIBOBJS@
 
351
LIBS = @LIBS@
 
352
LIBTOOL = @LIBTOOL@
 
353
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
354
LIPO = @LIPO@
 
355
LM_CFLAGS = @LM_CFLAGS@
 
356
LN = @LN@
 
357
LN_CP_F = @LN_CP_F@
 
358
LN_S = @LN_S@
 
359
LTLIBOBJS = @LTLIBOBJS@
 
360
MACHINE_TYPE = @MACHINE_TYPE@
 
361
MAKEINDEX = @MAKEINDEX@
 
362
MAKEINFO = @MAKEINFO@
 
363
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
364
MAKE_SHELL = @MAKE_SHELL@
 
365
MKDIR_P = @MKDIR_P@
 
366
MV = @MV@
 
367
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
368
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
369
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
370
MYSQLD_USER = @MYSQLD_USER@
 
371
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
372
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
373
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
374
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
375
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
376
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
377
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
378
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
379
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
380
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
381
NDB_DEFS = @NDB_DEFS@
 
382
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
383
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
384
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
385
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
386
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
387
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
388
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
389
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
390
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
391
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
392
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
393
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
394
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
395
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
396
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
397
NM = @NM@
 
398
NMEDIT = @NMEDIT@
 
399
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
400
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
401
OBJDUMP = @OBJDUMP@
 
402
OBJEXT = @OBJEXT@
 
403
OTOOL = @OTOOL@
 
404
OTOOL64 = @OTOOL64@
 
405
PACKAGE = @PACKAGE@
 
406
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
407
PACKAGE_NAME = @PACKAGE_NAME@
 
408
PACKAGE_STRING = @PACKAGE_STRING@
 
409
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
410
PACKAGE_VERSION = @PACKAGE_VERSION@
 
411
PATH_SEPARATOR = @PATH_SEPARATOR@
 
412
PDFLATEX = @PDFLATEX@
 
413
PDFMANUAL = @PDFMANUAL@
 
414
PERL = @PERL@
 
415
PERL5 = @PERL5@
 
416
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
417
PS = @PS@
 
418
RANLIB = @RANLIB@
 
419
RM = @RM@
 
420
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
421
SAVE_CC = @SAVE_CC@
 
422
SAVE_CFLAGS = @SAVE_CFLAGS@
 
423
SAVE_CXX = @SAVE_CXX@
 
424
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
425
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
426
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
427
SED = @SED@
 
428
SET_MAKE = @SET_MAKE@
 
429
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
430
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
431
SHELL = @SHELL@
 
432
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
433
STRIP = @STRIP@
 
434
SYSTEM_TYPE = @SYSTEM_TYPE@
 
435
TAR = @TAR@
 
436
TARGET_LINUX = @TARGET_LINUX@
 
437
TERMCAP_LIB = @TERMCAP_LIB@
 
438
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
439
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
440
VERSION = @VERSION@
 
441
WRAPLIBS = @WRAPLIBS@
 
442
YACC = @YACC@
 
443
ZLIB_DEPS = @ZLIB_DEPS@
 
444
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
445
ZLIB_LIBS = @ZLIB_LIBS@
 
446
abs_builddir = @abs_builddir@
 
447
abs_srcdir = @abs_srcdir@
 
448
abs_top_builddir = @abs_top_builddir@
 
449
abs_top_srcdir = @abs_top_srcdir@
 
450
ac_ct_CC = @ac_ct_CC@
 
451
ac_ct_CXX = @ac_ct_CXX@
 
452
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
453
am__include = @am__include@
 
454
am__leading_dot = @am__leading_dot@
 
455
am__quote = @am__quote@
 
456
am__tar = @am__tar@
 
457
am__untar = @am__untar@
 
458
bindir = @bindir@
 
459
build = @build@
 
460
build_alias = @build_alias@
 
461
build_cpu = @build_cpu@
 
462
build_os = @build_os@
 
463
build_vendor = @build_vendor@
 
464
builddir = @builddir@
 
465
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
466
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
467
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
468
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
469
datadir = @datadir@
 
470
datarootdir = @datarootdir@
 
471
docdir = @docdir@
 
472
docs_dirs = @docs_dirs@
 
473
dvidir = @dvidir@
 
474
exec_prefix = @exec_prefix@
 
475
extra_docs = @extra_docs@
 
476
host = @host@
 
477
host_alias = @host_alias@
 
478
host_cpu = @host_cpu@
 
479
host_os = @host_os@
 
480
host_vendor = @host_vendor@
 
481
htmldir = @htmldir@
 
482
includedir = @includedir@
 
483
infodir = @infodir@
 
484
innodb_system_libs = @innodb_system_libs@
 
485
install_sh = @install_sh@
 
486
libdir = @libdir@
 
487
libexecdir = @libexecdir@
 
488
libmysqld_dirs = @libmysqld_dirs@
 
489
localedir = @localedir@
 
490
localstatedir = @localstatedir@
 
491
lt_ECHO = @lt_ECHO@
 
492
man1_files = @man1_files@
 
493
man8_files = @man8_files@
 
494
man_dirs = @man_dirs@
 
495
mandir = @mandir@
 
496
mkdir_p = @mkdir_p@
 
497
mysql_pg_dirs = @mysql_pg_dirs@
 
498
mysql_pg_distdirs = @mysql_pg_distdirs@
 
499
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
500
mysql_plugin_defs = @mysql_plugin_defs@
 
501
mysql_plugin_dirs = @mysql_plugin_dirs@
 
502
mysql_plugin_libs = @mysql_plugin_libs@
 
503
mysql_se_dirs = @mysql_se_dirs@
 
504
mysql_se_distdirs = @mysql_se_distdirs@
 
505
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
506
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
507
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
508
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
509
ndb_opt_subdirs = @ndb_opt_subdirs@
 
510
ndb_port = @ndb_port@
 
511
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
512
ndbcluster_includes = @ndbcluster_includes@
 
513
ndbcluster_libs = @ndbcluster_libs@
 
514
ndbcluster_system_libs = @ndbcluster_system_libs@
 
515
netware_dir = @netware_dir@
 
516
oldincludedir = @oldincludedir@
 
517
openssl_includes = @openssl_includes@
 
518
openssl_libs = @openssl_libs@
 
519
pdfdir = @pdfdir@
 
520
plugin_archive_shared_target = @plugin_archive_shared_target@
 
521
plugin_archive_static_target = @plugin_archive_static_target@
 
522
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
523
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
524
plugin_csv_shared_target = @plugin_csv_shared_target@
 
525
plugin_csv_static_target = @plugin_csv_static_target@
 
526
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
527
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
528
plugin_example_shared_target = @plugin_example_shared_target@
 
529
plugin_example_static_target = @plugin_example_static_target@
 
530
plugin_federated_shared_target = @plugin_federated_shared_target@
 
531
plugin_federated_static_target = @plugin_federated_static_target@
 
532
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
533
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
534
plugin_heap_shared_target = @plugin_heap_shared_target@
 
535
plugin_heap_static_target = @plugin_heap_static_target@
 
536
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
537
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
538
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
539
plugin_innobase_static_target = @plugin_innobase_static_target@
 
540
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
541
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
542
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
543
plugin_myisam_static_target = @plugin_myisam_static_target@
 
544
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
545
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
546
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
547
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
548
plugin_partition_shared_target = @plugin_partition_shared_target@
 
549
plugin_partition_static_target = @plugin_partition_static_target@
 
550
prefix = @prefix@
 
551
program_transform_name = @program_transform_name@
 
552
psdir = @psdir@
 
553
pstack_dir = @pstack_dir@
 
554
pstack_libs = @pstack_libs@
 
555
readline_basedir = @readline_basedir@
 
556
readline_dir = @readline_dir@
 
557
readline_h_ln_cmd = @readline_h_ln_cmd@
 
558
readline_link = @readline_link@
 
559
readline_topdir = @readline_topdir@
 
560
sbindir = @sbindir@
 
561
server_scripts = @server_scripts@
 
562
sharedstatedir = @sharedstatedir@
 
563
sql_client_dirs = @sql_client_dirs@
 
564
sql_server = @sql_server@
 
565
sql_server_dirs = @sql_server_dirs@
 
566
sql_union_dirs = @sql_union_dirs@
 
567
srcdir = @srcdir@
 
568
sysconfdir = @sysconfdir@
 
569
target = @target@
 
570
target_alias = @target_alias@
 
571
target_cpu = @target_cpu@
 
572
target_os = @target_os@
 
573
target_vendor = @target_vendor@
 
574
tools_dirs = @tools_dirs@
 
575
top_build_prefix = @top_build_prefix@
 
576
top_builddir = @top_builddir@
 
577
top_srcdir = @top_srcdir@
 
578
uname_prog = @uname_prog@
 
579
yassl_dir = @yassl_dir@
 
580
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
581
yassl_libs = @yassl_libs@
 
582
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
583
zlib_dir = @zlib_dir@
 
584
dist_bin_SCRIPTS = ndb_size.pl ndb_error_reporter
 
585
dist_pkgdata_DATA = 
 
586
tools_common_sources = ../test/src/NDBT_ReturnCodes.cpp \
 
587
                       ../test/src/NDBT_Table.cpp \
 
588
                       ../test/src/NDBT_Output.cpp
 
589
 
 
590
ndb_test_platform_SOURCES = ndb_test_platform.cpp
 
591
ndb_waiter_SOURCES = waiter.cpp $(tools_common_sources)
 
592
ndb_delete_all_SOURCES = delete_all.cpp $(tools_common_sources)
 
593
ndb_desc_SOURCES = desc.cpp $(tools_common_sources)
 
594
ndb_drop_index_SOURCES = drop_index.cpp $(tools_common_sources)
 
595
ndb_drop_table_SOURCES = drop_tab.cpp $(tools_common_sources)
 
596
ndb_show_tables_SOURCES = listTables.cpp $(tools_common_sources)
 
597
ndb_select_all_SOURCES = select_all.cpp \
 
598
                         ../test/src/NDBT_ResultRow.cpp \
 
599
                         $(tools_common_sources)
 
600
 
 
601
ndb_select_count_SOURCES = select_count.cpp $(tools_common_sources)
 
602
ndb_restore_SOURCES = restore/restore_main.cpp \
 
603
                      restore/consumer.cpp \
 
604
                      restore/consumer_restore.cpp \
 
605
                      restore/consumer_printer.cpp \
 
606
                      restore/Restore.cpp \
 
607
                      ../test/src/NDBT_ResultRow.cpp $(tools_common_sources)
 
608
 
 
609
ndb_config_SOURCES = ndb_config.cpp \
 
610
        ../src/mgmsrv/Config.cpp \
 
611
        ../src/mgmsrv/ConfigInfo.cpp \
 
612
        ../src/mgmsrv/InitConfigFileParser.cpp
 
613
 
 
614
ndb_config_CXXFLAGS = -I$(top_srcdir)/storage/ndb/src/mgmapi \
 
615
                      -I$(top_srcdir)/storage/ndb/src/mgmsrv \
 
616
                      -I$(top_srcdir)/storage/ndb/include/mgmcommon \
 
617
                      -DMYSQLCLUSTERDIR="\"\""
 
618
 
 
619
ndbbindir = "$(libexecdir)"
 
620
ndbtoolsdir = "$(bindir)"
 
621
ndbtestdir = "$(bindir)"
 
622
ndblibdir = "$(pkglibdir)"
 
623
ndbincludedir = "$(pkgincludedir)/storage/ndb"
 
624
ndbapiincludedir = "$(pkgincludedir)/storage/ndb/ndbapi"
 
625
mgmapiincludedir = "$(pkgincludedir)/storage/ndb/mgmapi"
 
626
INCLUDES = $(INCLUDES_LOC) -I$(srcdir) -I$(top_builddir)/include \
 
627
        -I$(top_builddir)/storage/ndb/include -I$(top_srcdir)/include \
 
628
        -I$(top_srcdir)/storage/ndb/include \
 
629
        -I$(top_srcdir)/storage/ndb/include/ndbapi \
 
630
        -I$(top_srcdir)/storage/ndb/include/util \
 
631
        -I$(top_srcdir)/storage/ndb/include/portlib \
 
632
        -I$(top_srcdir)/storage/ndb/test/include \
 
633
        -I$(top_srcdir)/storage/ndb/include/mgmapi \
 
634
        -I$(top_srcdir)/storage/ndb/include/kernel
 
635
LDADD = $(LDADD_LOC) $(top_builddir)/storage/ndb/src/libndbclient.la \
 
636
        $(top_builddir)/dbug/libdbug.a \
 
637
        $(top_builddir)/mysys/libmysys.a \
 
638
        $(top_builddir)/strings/libmystrings.a @NDB_SCI_LIBS@ \
 
639
        @ZLIB_LIBS@ $(am__empty)
 
640
NDB_CXXFLAGS = @ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC) 
 
641
NDB_AM_CXXFLAGS := $(AM_CXXFLAGS)
 
642
AM_CXXFLAGS = $(NDB_AM_CXXFLAGS) $(NDB_CXXFLAGS)
 
643
ndb_test_platform_LDFLAGS = @ndb_bin_am_ldflags@
 
644
ndb_waiter_LDFLAGS = @ndb_bin_am_ldflags@
 
645
ndb_drop_table_LDFLAGS = @ndb_bin_am_ldflags@
 
646
ndb_delete_all_LDFLAGS = @ndb_bin_am_ldflags@
 
647
ndb_desc_LDFLAGS = @ndb_bin_am_ldflags@
 
648
ndb_drop_index_LDFLAGS = @ndb_bin_am_ldflags@
 
649
ndb_show_tables_LDFLAGS = @ndb_bin_am_ldflags@
 
650
ndb_select_all_LDFLAGS = @ndb_bin_am_ldflags@
 
651
ndb_select_count_LDFLAGS = @ndb_bin_am_ldflags@
 
652
ndb_restore_LDFLAGS = @ndb_bin_am_ldflags@
 
653
ndb_config_LDFLAGS = @ndb_bin_am_ldflags@
 
654
all: all-am
 
655
 
 
656
.SUFFIXES:
 
657
.SUFFIXES: .cpp .lo .o .obj
 
658
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/storage/ndb/config/common.mk.am $(top_srcdir)/storage/ndb/config/type_ndbapitools.mk.am $(am__configure_deps)
 
659
        @for dep in $?; do \
 
660
          case '$(am__configure_deps)' in \
 
661
            *$$dep*) \
 
662
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
663
                && { if test -f $@; then exit 0; else break; fi; }; \
 
664
              exit 1;; \
 
665
          esac; \
 
666
        done; \
 
667
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  storage/ndb/tools/Makefile'; \
 
668
        cd $(top_srcdir) && \
 
669
          $(AUTOMAKE) --gnu  storage/ndb/tools/Makefile
 
670
.PRECIOUS: Makefile
 
671
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
672
        @case '$?' in \
 
673
          *config.status*) \
 
674
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
675
          *) \
 
676
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
677
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
678
        esac;
 
679
 
 
680
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
681
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
682
 
 
683
$(top_srcdir)/configure:  $(am__configure_deps)
 
684
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
685
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
686
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
687
install-ndbtoolsPROGRAMS: $(ndbtools_PROGRAMS)
 
688
        @$(NORMAL_INSTALL)
 
689
        test -z "$(ndbtoolsdir)" || $(MKDIR_P) "$(DESTDIR)$(ndbtoolsdir)"
 
690
        @list='$(ndbtools_PROGRAMS)'; for p in $$list; do \
 
691
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
692
          if test -f $$p \
 
693
             || test -f $$p1 \
 
694
          ; then \
 
695
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
696
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ndbtoolsPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ndbtoolsdir)/$$f'"; \
 
697
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ndbtoolsPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ndbtoolsdir)/$$f" || exit 1; \
 
698
          else :; fi; \
 
699
        done
 
700
 
 
701
uninstall-ndbtoolsPROGRAMS:
 
702
        @$(NORMAL_UNINSTALL)
 
703
        @list='$(ndbtools_PROGRAMS)'; for p in $$list; do \
 
704
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
705
          echo " rm -f '$(DESTDIR)$(ndbtoolsdir)/$$f'"; \
 
706
          rm -f "$(DESTDIR)$(ndbtoolsdir)/$$f"; \
 
707
        done
 
708
 
 
709
clean-ndbtoolsPROGRAMS:
 
710
        @list='$(ndbtools_PROGRAMS)'; for p in $$list; do \
 
711
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
712
          echo " rm -f $$p $$f"; \
 
713
          rm -f $$p $$f ; \
 
714
        done
 
715
ndb_config$(EXEEXT): $(ndb_config_OBJECTS) $(ndb_config_DEPENDENCIES) 
 
716
        @rm -f ndb_config$(EXEEXT)
 
717
        $(ndb_config_LINK) $(ndb_config_OBJECTS) $(ndb_config_LDADD) $(LIBS)
 
718
ndb_delete_all$(EXEEXT): $(ndb_delete_all_OBJECTS) $(ndb_delete_all_DEPENDENCIES) 
 
719
        @rm -f ndb_delete_all$(EXEEXT)
 
720
        $(ndb_delete_all_LINK) $(ndb_delete_all_OBJECTS) $(ndb_delete_all_LDADD) $(LIBS)
 
721
ndb_desc$(EXEEXT): $(ndb_desc_OBJECTS) $(ndb_desc_DEPENDENCIES) 
 
722
        @rm -f ndb_desc$(EXEEXT)
 
723
        $(ndb_desc_LINK) $(ndb_desc_OBJECTS) $(ndb_desc_LDADD) $(LIBS)
 
724
ndb_drop_index$(EXEEXT): $(ndb_drop_index_OBJECTS) $(ndb_drop_index_DEPENDENCIES) 
 
725
        @rm -f ndb_drop_index$(EXEEXT)
 
726
        $(ndb_drop_index_LINK) $(ndb_drop_index_OBJECTS) $(ndb_drop_index_LDADD) $(LIBS)
 
727
ndb_drop_table$(EXEEXT): $(ndb_drop_table_OBJECTS) $(ndb_drop_table_DEPENDENCIES) 
 
728
        @rm -f ndb_drop_table$(EXEEXT)
 
729
        $(ndb_drop_table_LINK) $(ndb_drop_table_OBJECTS) $(ndb_drop_table_LDADD) $(LIBS)
 
730
ndb_restore$(EXEEXT): $(ndb_restore_OBJECTS) $(ndb_restore_DEPENDENCIES) 
 
731
        @rm -f ndb_restore$(EXEEXT)
 
732
        $(ndb_restore_LINK) $(ndb_restore_OBJECTS) $(ndb_restore_LDADD) $(LIBS)
 
733
ndb_select_all$(EXEEXT): $(ndb_select_all_OBJECTS) $(ndb_select_all_DEPENDENCIES) 
 
734
        @rm -f ndb_select_all$(EXEEXT)
 
735
        $(ndb_select_all_LINK) $(ndb_select_all_OBJECTS) $(ndb_select_all_LDADD) $(LIBS)
 
736
ndb_select_count$(EXEEXT): $(ndb_select_count_OBJECTS) $(ndb_select_count_DEPENDENCIES) 
 
737
        @rm -f ndb_select_count$(EXEEXT)
 
738
        $(ndb_select_count_LINK) $(ndb_select_count_OBJECTS) $(ndb_select_count_LDADD) $(LIBS)
 
739
ndb_show_tables$(EXEEXT): $(ndb_show_tables_OBJECTS) $(ndb_show_tables_DEPENDENCIES) 
 
740
        @rm -f ndb_show_tables$(EXEEXT)
 
741
        $(ndb_show_tables_LINK) $(ndb_show_tables_OBJECTS) $(ndb_show_tables_LDADD) $(LIBS)
 
742
ndb_test_platform$(EXEEXT): $(ndb_test_platform_OBJECTS) $(ndb_test_platform_DEPENDENCIES) 
 
743
        @rm -f ndb_test_platform$(EXEEXT)
 
744
        $(ndb_test_platform_LINK) $(ndb_test_platform_OBJECTS) $(ndb_test_platform_LDADD) $(LIBS)
 
745
ndb_waiter$(EXEEXT): $(ndb_waiter_OBJECTS) $(ndb_waiter_DEPENDENCIES) 
 
746
        @rm -f ndb_waiter$(EXEEXT)
 
747
        $(ndb_waiter_LINK) $(ndb_waiter_OBJECTS) $(ndb_waiter_LDADD) $(LIBS)
 
748
install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
 
749
        @$(NORMAL_INSTALL)
 
750
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
751
        @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
 
752
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
753
          if test -f $$d$$p; then \
 
754
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
755
            echo " $(dist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
756
            $(dist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
 
757
          else :; fi; \
 
758
        done
 
759
 
 
760
uninstall-dist_binSCRIPTS:
 
761
        @$(NORMAL_UNINSTALL)
 
762
        @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
 
763
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
764
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
 
765
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
 
766
        done
 
767
 
 
768
mostlyclean-compile:
 
769
        -rm -f *.$(OBJEXT)
 
770
 
 
771
distclean-compile:
 
772
        -rm -f *.tab.c
 
773
 
 
774
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_Output.Po@am__quote@
 
775
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_ResultRow.Po@am__quote@
 
776
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_ReturnCodes.Po@am__quote@
 
777
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_Table.Po@am__quote@
 
778
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Restore.Po@am__quote@
 
779
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consumer.Po@am__quote@
 
780
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consumer_printer.Po@am__quote@
 
781
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consumer_restore.Po@am__quote@
 
782
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete_all.Po@am__quote@
 
783
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desc.Po@am__quote@
 
784
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drop_index.Po@am__quote@
 
785
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drop_tab.Po@am__quote@
 
786
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listTables.Po@am__quote@
 
787
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-Config.Po@am__quote@
 
788
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-ConfigInfo.Po@am__quote@
 
789
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-InitConfigFileParser.Po@am__quote@
 
790
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-ndb_config.Po@am__quote@
 
791
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_test_platform.Po@am__quote@
 
792
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restore_main.Po@am__quote@
 
793
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select_all.Po@am__quote@
 
794
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select_count.Po@am__quote@
 
795
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waiter.Po@am__quote@
 
796
 
 
797
.cpp.o:
 
798
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
799
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
800
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
801
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
802
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
803
 
 
804
.cpp.obj:
 
805
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
806
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
807
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
808
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
809
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
810
 
 
811
.cpp.lo:
 
812
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
813
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
814
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
815
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
816
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
817
 
 
818
ndb_config-ndb_config.o: ndb_config.cpp
 
819
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ndb_config.o -MD -MP -MF $(DEPDIR)/ndb_config-ndb_config.Tpo -c -o ndb_config-ndb_config.o `test -f 'ndb_config.cpp' || echo '$(srcdir)/'`ndb_config.cpp
 
820
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-ndb_config.Tpo $(DEPDIR)/ndb_config-ndb_config.Po
 
821
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ndb_config.cpp' object='ndb_config-ndb_config.o' libtool=no @AMDEPBACKSLASH@
 
822
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
823
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ndb_config.o `test -f 'ndb_config.cpp' || echo '$(srcdir)/'`ndb_config.cpp
 
824
 
 
825
ndb_config-ndb_config.obj: ndb_config.cpp
 
826
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ndb_config.obj -MD -MP -MF $(DEPDIR)/ndb_config-ndb_config.Tpo -c -o ndb_config-ndb_config.obj `if test -f 'ndb_config.cpp'; then $(CYGPATH_W) 'ndb_config.cpp'; else $(CYGPATH_W) '$(srcdir)/ndb_config.cpp'; fi`
 
827
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-ndb_config.Tpo $(DEPDIR)/ndb_config-ndb_config.Po
 
828
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='ndb_config.cpp' object='ndb_config-ndb_config.obj' libtool=no @AMDEPBACKSLASH@
 
829
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
830
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ndb_config.obj `if test -f 'ndb_config.cpp'; then $(CYGPATH_W) 'ndb_config.cpp'; else $(CYGPATH_W) '$(srcdir)/ndb_config.cpp'; fi`
 
831
 
 
832
ndb_config-Config.o: ../src/mgmsrv/Config.cpp
 
833
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-Config.o -MD -MP -MF $(DEPDIR)/ndb_config-Config.Tpo -c -o ndb_config-Config.o `test -f '../src/mgmsrv/Config.cpp' || echo '$(srcdir)/'`../src/mgmsrv/Config.cpp
 
834
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-Config.Tpo $(DEPDIR)/ndb_config-Config.Po
 
835
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../src/mgmsrv/Config.cpp' object='ndb_config-Config.o' libtool=no @AMDEPBACKSLASH@
 
836
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
837
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-Config.o `test -f '../src/mgmsrv/Config.cpp' || echo '$(srcdir)/'`../src/mgmsrv/Config.cpp
 
838
 
 
839
ndb_config-Config.obj: ../src/mgmsrv/Config.cpp
 
840
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-Config.obj -MD -MP -MF $(DEPDIR)/ndb_config-Config.Tpo -c -o ndb_config-Config.obj `if test -f '../src/mgmsrv/Config.cpp'; then $(CYGPATH_W) '../src/mgmsrv/Config.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/Config.cpp'; fi`
 
841
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-Config.Tpo $(DEPDIR)/ndb_config-Config.Po
 
842
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../src/mgmsrv/Config.cpp' object='ndb_config-Config.obj' libtool=no @AMDEPBACKSLASH@
 
843
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
844
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-Config.obj `if test -f '../src/mgmsrv/Config.cpp'; then $(CYGPATH_W) '../src/mgmsrv/Config.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/Config.cpp'; fi`
 
845
 
 
846
ndb_config-ConfigInfo.o: ../src/mgmsrv/ConfigInfo.cpp
 
847
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ConfigInfo.o -MD -MP -MF $(DEPDIR)/ndb_config-ConfigInfo.Tpo -c -o ndb_config-ConfigInfo.o `test -f '../src/mgmsrv/ConfigInfo.cpp' || echo '$(srcdir)/'`../src/mgmsrv/ConfigInfo.cpp
 
848
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-ConfigInfo.Tpo $(DEPDIR)/ndb_config-ConfigInfo.Po
 
849
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../src/mgmsrv/ConfigInfo.cpp' object='ndb_config-ConfigInfo.o' libtool=no @AMDEPBACKSLASH@
 
850
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
851
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ConfigInfo.o `test -f '../src/mgmsrv/ConfigInfo.cpp' || echo '$(srcdir)/'`../src/mgmsrv/ConfigInfo.cpp
 
852
 
 
853
ndb_config-ConfigInfo.obj: ../src/mgmsrv/ConfigInfo.cpp
 
854
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ConfigInfo.obj -MD -MP -MF $(DEPDIR)/ndb_config-ConfigInfo.Tpo -c -o ndb_config-ConfigInfo.obj `if test -f '../src/mgmsrv/ConfigInfo.cpp'; then $(CYGPATH_W) '../src/mgmsrv/ConfigInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/ConfigInfo.cpp'; fi`
 
855
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-ConfigInfo.Tpo $(DEPDIR)/ndb_config-ConfigInfo.Po
 
856
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../src/mgmsrv/ConfigInfo.cpp' object='ndb_config-ConfigInfo.obj' libtool=no @AMDEPBACKSLASH@
 
857
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
858
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ConfigInfo.obj `if test -f '../src/mgmsrv/ConfigInfo.cpp'; then $(CYGPATH_W) '../src/mgmsrv/ConfigInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/ConfigInfo.cpp'; fi`
 
859
 
 
860
ndb_config-InitConfigFileParser.o: ../src/mgmsrv/InitConfigFileParser.cpp
 
861
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-InitConfigFileParser.o -MD -MP -MF $(DEPDIR)/ndb_config-InitConfigFileParser.Tpo -c -o ndb_config-InitConfigFileParser.o `test -f '../src/mgmsrv/InitConfigFileParser.cpp' || echo '$(srcdir)/'`../src/mgmsrv/InitConfigFileParser.cpp
 
862
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-InitConfigFileParser.Tpo $(DEPDIR)/ndb_config-InitConfigFileParser.Po
 
863
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../src/mgmsrv/InitConfigFileParser.cpp' object='ndb_config-InitConfigFileParser.o' libtool=no @AMDEPBACKSLASH@
 
864
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
865
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-InitConfigFileParser.o `test -f '../src/mgmsrv/InitConfigFileParser.cpp' || echo '$(srcdir)/'`../src/mgmsrv/InitConfigFileParser.cpp
 
866
 
 
867
ndb_config-InitConfigFileParser.obj: ../src/mgmsrv/InitConfigFileParser.cpp
 
868
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-InitConfigFileParser.obj -MD -MP -MF $(DEPDIR)/ndb_config-InitConfigFileParser.Tpo -c -o ndb_config-InitConfigFileParser.obj `if test -f '../src/mgmsrv/InitConfigFileParser.cpp'; then $(CYGPATH_W) '../src/mgmsrv/InitConfigFileParser.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/InitConfigFileParser.cpp'; fi`
 
869
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/ndb_config-InitConfigFileParser.Tpo $(DEPDIR)/ndb_config-InitConfigFileParser.Po
 
870
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../src/mgmsrv/InitConfigFileParser.cpp' object='ndb_config-InitConfigFileParser.obj' libtool=no @AMDEPBACKSLASH@
 
871
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
872
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-InitConfigFileParser.obj `if test -f '../src/mgmsrv/InitConfigFileParser.cpp'; then $(CYGPATH_W) '../src/mgmsrv/InitConfigFileParser.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/InitConfigFileParser.cpp'; fi`
 
873
 
 
874
NDBT_ReturnCodes.o: ../test/src/NDBT_ReturnCodes.cpp
 
875
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_ReturnCodes.o -MD -MP -MF $(DEPDIR)/NDBT_ReturnCodes.Tpo -c -o NDBT_ReturnCodes.o `test -f '../test/src/NDBT_ReturnCodes.cpp' || echo '$(srcdir)/'`../test/src/NDBT_ReturnCodes.cpp
 
876
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_ReturnCodes.Tpo $(DEPDIR)/NDBT_ReturnCodes.Po
 
877
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_ReturnCodes.cpp' object='NDBT_ReturnCodes.o' libtool=no @AMDEPBACKSLASH@
 
878
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
879
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_ReturnCodes.o `test -f '../test/src/NDBT_ReturnCodes.cpp' || echo '$(srcdir)/'`../test/src/NDBT_ReturnCodes.cpp
 
880
 
 
881
NDBT_ReturnCodes.obj: ../test/src/NDBT_ReturnCodes.cpp
 
882
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_ReturnCodes.obj -MD -MP -MF $(DEPDIR)/NDBT_ReturnCodes.Tpo -c -o NDBT_ReturnCodes.obj `if test -f '../test/src/NDBT_ReturnCodes.cpp'; then $(CYGPATH_W) '../test/src/NDBT_ReturnCodes.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_ReturnCodes.cpp'; fi`
 
883
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_ReturnCodes.Tpo $(DEPDIR)/NDBT_ReturnCodes.Po
 
884
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_ReturnCodes.cpp' object='NDBT_ReturnCodes.obj' libtool=no @AMDEPBACKSLASH@
 
885
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
886
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_ReturnCodes.obj `if test -f '../test/src/NDBT_ReturnCodes.cpp'; then $(CYGPATH_W) '../test/src/NDBT_ReturnCodes.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_ReturnCodes.cpp'; fi`
 
887
 
 
888
NDBT_Table.o: ../test/src/NDBT_Table.cpp
 
889
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_Table.o -MD -MP -MF $(DEPDIR)/NDBT_Table.Tpo -c -o NDBT_Table.o `test -f '../test/src/NDBT_Table.cpp' || echo '$(srcdir)/'`../test/src/NDBT_Table.cpp
 
890
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_Table.Tpo $(DEPDIR)/NDBT_Table.Po
 
891
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_Table.cpp' object='NDBT_Table.o' libtool=no @AMDEPBACKSLASH@
 
892
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
893
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_Table.o `test -f '../test/src/NDBT_Table.cpp' || echo '$(srcdir)/'`../test/src/NDBT_Table.cpp
 
894
 
 
895
NDBT_Table.obj: ../test/src/NDBT_Table.cpp
 
896
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_Table.obj -MD -MP -MF $(DEPDIR)/NDBT_Table.Tpo -c -o NDBT_Table.obj `if test -f '../test/src/NDBT_Table.cpp'; then $(CYGPATH_W) '../test/src/NDBT_Table.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_Table.cpp'; fi`
 
897
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_Table.Tpo $(DEPDIR)/NDBT_Table.Po
 
898
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_Table.cpp' object='NDBT_Table.obj' libtool=no @AMDEPBACKSLASH@
 
899
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
900
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_Table.obj `if test -f '../test/src/NDBT_Table.cpp'; then $(CYGPATH_W) '../test/src/NDBT_Table.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_Table.cpp'; fi`
 
901
 
 
902
NDBT_Output.o: ../test/src/NDBT_Output.cpp
 
903
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_Output.o -MD -MP -MF $(DEPDIR)/NDBT_Output.Tpo -c -o NDBT_Output.o `test -f '../test/src/NDBT_Output.cpp' || echo '$(srcdir)/'`../test/src/NDBT_Output.cpp
 
904
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_Output.Tpo $(DEPDIR)/NDBT_Output.Po
 
905
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_Output.cpp' object='NDBT_Output.o' libtool=no @AMDEPBACKSLASH@
 
906
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
907
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_Output.o `test -f '../test/src/NDBT_Output.cpp' || echo '$(srcdir)/'`../test/src/NDBT_Output.cpp
 
908
 
 
909
NDBT_Output.obj: ../test/src/NDBT_Output.cpp
 
910
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_Output.obj -MD -MP -MF $(DEPDIR)/NDBT_Output.Tpo -c -o NDBT_Output.obj `if test -f '../test/src/NDBT_Output.cpp'; then $(CYGPATH_W) '../test/src/NDBT_Output.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_Output.cpp'; fi`
 
911
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_Output.Tpo $(DEPDIR)/NDBT_Output.Po
 
912
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_Output.cpp' object='NDBT_Output.obj' libtool=no @AMDEPBACKSLASH@
 
913
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
914
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_Output.obj `if test -f '../test/src/NDBT_Output.cpp'; then $(CYGPATH_W) '../test/src/NDBT_Output.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_Output.cpp'; fi`
 
915
 
 
916
restore_main.o: restore/restore_main.cpp
 
917
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT restore_main.o -MD -MP -MF $(DEPDIR)/restore_main.Tpo -c -o restore_main.o `test -f 'restore/restore_main.cpp' || echo '$(srcdir)/'`restore/restore_main.cpp
 
918
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/restore_main.Tpo $(DEPDIR)/restore_main.Po
 
919
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/restore_main.cpp' object='restore_main.o' libtool=no @AMDEPBACKSLASH@
 
920
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
921
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o restore_main.o `test -f 'restore/restore_main.cpp' || echo '$(srcdir)/'`restore/restore_main.cpp
 
922
 
 
923
restore_main.obj: restore/restore_main.cpp
 
924
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT restore_main.obj -MD -MP -MF $(DEPDIR)/restore_main.Tpo -c -o restore_main.obj `if test -f 'restore/restore_main.cpp'; then $(CYGPATH_W) 'restore/restore_main.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/restore_main.cpp'; fi`
 
925
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/restore_main.Tpo $(DEPDIR)/restore_main.Po
 
926
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/restore_main.cpp' object='restore_main.obj' libtool=no @AMDEPBACKSLASH@
 
927
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
928
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o restore_main.obj `if test -f 'restore/restore_main.cpp'; then $(CYGPATH_W) 'restore/restore_main.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/restore_main.cpp'; fi`
 
929
 
 
930
consumer.o: restore/consumer.cpp
 
931
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT consumer.o -MD -MP -MF $(DEPDIR)/consumer.Tpo -c -o consumer.o `test -f 'restore/consumer.cpp' || echo '$(srcdir)/'`restore/consumer.cpp
 
932
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/consumer.Tpo $(DEPDIR)/consumer.Po
 
933
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/consumer.cpp' object='consumer.o' libtool=no @AMDEPBACKSLASH@
 
934
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
935
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o consumer.o `test -f 'restore/consumer.cpp' || echo '$(srcdir)/'`restore/consumer.cpp
 
936
 
 
937
consumer.obj: restore/consumer.cpp
 
938
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT consumer.obj -MD -MP -MF $(DEPDIR)/consumer.Tpo -c -o consumer.obj `if test -f 'restore/consumer.cpp'; then $(CYGPATH_W) 'restore/consumer.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/consumer.cpp'; fi`
 
939
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/consumer.Tpo $(DEPDIR)/consumer.Po
 
940
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/consumer.cpp' object='consumer.obj' libtool=no @AMDEPBACKSLASH@
 
941
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
942
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o consumer.obj `if test -f 'restore/consumer.cpp'; then $(CYGPATH_W) 'restore/consumer.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/consumer.cpp'; fi`
 
943
 
 
944
consumer_restore.o: restore/consumer_restore.cpp
 
945
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT consumer_restore.o -MD -MP -MF $(DEPDIR)/consumer_restore.Tpo -c -o consumer_restore.o `test -f 'restore/consumer_restore.cpp' || echo '$(srcdir)/'`restore/consumer_restore.cpp
 
946
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/consumer_restore.Tpo $(DEPDIR)/consumer_restore.Po
 
947
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/consumer_restore.cpp' object='consumer_restore.o' libtool=no @AMDEPBACKSLASH@
 
948
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
949
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o consumer_restore.o `test -f 'restore/consumer_restore.cpp' || echo '$(srcdir)/'`restore/consumer_restore.cpp
 
950
 
 
951
consumer_restore.obj: restore/consumer_restore.cpp
 
952
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT consumer_restore.obj -MD -MP -MF $(DEPDIR)/consumer_restore.Tpo -c -o consumer_restore.obj `if test -f 'restore/consumer_restore.cpp'; then $(CYGPATH_W) 'restore/consumer_restore.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/consumer_restore.cpp'; fi`
 
953
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/consumer_restore.Tpo $(DEPDIR)/consumer_restore.Po
 
954
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/consumer_restore.cpp' object='consumer_restore.obj' libtool=no @AMDEPBACKSLASH@
 
955
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
956
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o consumer_restore.obj `if test -f 'restore/consumer_restore.cpp'; then $(CYGPATH_W) 'restore/consumer_restore.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/consumer_restore.cpp'; fi`
 
957
 
 
958
consumer_printer.o: restore/consumer_printer.cpp
 
959
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT consumer_printer.o -MD -MP -MF $(DEPDIR)/consumer_printer.Tpo -c -o consumer_printer.o `test -f 'restore/consumer_printer.cpp' || echo '$(srcdir)/'`restore/consumer_printer.cpp
 
960
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/consumer_printer.Tpo $(DEPDIR)/consumer_printer.Po
 
961
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/consumer_printer.cpp' object='consumer_printer.o' libtool=no @AMDEPBACKSLASH@
 
962
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
963
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o consumer_printer.o `test -f 'restore/consumer_printer.cpp' || echo '$(srcdir)/'`restore/consumer_printer.cpp
 
964
 
 
965
consumer_printer.obj: restore/consumer_printer.cpp
 
966
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT consumer_printer.obj -MD -MP -MF $(DEPDIR)/consumer_printer.Tpo -c -o consumer_printer.obj `if test -f 'restore/consumer_printer.cpp'; then $(CYGPATH_W) 'restore/consumer_printer.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/consumer_printer.cpp'; fi`
 
967
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/consumer_printer.Tpo $(DEPDIR)/consumer_printer.Po
 
968
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/consumer_printer.cpp' object='consumer_printer.obj' libtool=no @AMDEPBACKSLASH@
 
969
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
970
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o consumer_printer.obj `if test -f 'restore/consumer_printer.cpp'; then $(CYGPATH_W) 'restore/consumer_printer.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/consumer_printer.cpp'; fi`
 
971
 
 
972
Restore.o: restore/Restore.cpp
 
973
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Restore.o -MD -MP -MF $(DEPDIR)/Restore.Tpo -c -o Restore.o `test -f 'restore/Restore.cpp' || echo '$(srcdir)/'`restore/Restore.cpp
 
974
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/Restore.Tpo $(DEPDIR)/Restore.Po
 
975
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/Restore.cpp' object='Restore.o' libtool=no @AMDEPBACKSLASH@
 
976
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
977
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Restore.o `test -f 'restore/Restore.cpp' || echo '$(srcdir)/'`restore/Restore.cpp
 
978
 
 
979
Restore.obj: restore/Restore.cpp
 
980
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Restore.obj -MD -MP -MF $(DEPDIR)/Restore.Tpo -c -o Restore.obj `if test -f 'restore/Restore.cpp'; then $(CYGPATH_W) 'restore/Restore.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/Restore.cpp'; fi`
 
981
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/Restore.Tpo $(DEPDIR)/Restore.Po
 
982
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='restore/Restore.cpp' object='Restore.obj' libtool=no @AMDEPBACKSLASH@
 
983
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
984
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Restore.obj `if test -f 'restore/Restore.cpp'; then $(CYGPATH_W) 'restore/Restore.cpp'; else $(CYGPATH_W) '$(srcdir)/restore/Restore.cpp'; fi`
 
985
 
 
986
NDBT_ResultRow.o: ../test/src/NDBT_ResultRow.cpp
 
987
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_ResultRow.o -MD -MP -MF $(DEPDIR)/NDBT_ResultRow.Tpo -c -o NDBT_ResultRow.o `test -f '../test/src/NDBT_ResultRow.cpp' || echo '$(srcdir)/'`../test/src/NDBT_ResultRow.cpp
 
988
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_ResultRow.Tpo $(DEPDIR)/NDBT_ResultRow.Po
 
989
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_ResultRow.cpp' object='NDBT_ResultRow.o' libtool=no @AMDEPBACKSLASH@
 
990
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
991
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_ResultRow.o `test -f '../test/src/NDBT_ResultRow.cpp' || echo '$(srcdir)/'`../test/src/NDBT_ResultRow.cpp
 
992
 
 
993
NDBT_ResultRow.obj: ../test/src/NDBT_ResultRow.cpp
 
994
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT NDBT_ResultRow.obj -MD -MP -MF $(DEPDIR)/NDBT_ResultRow.Tpo -c -o NDBT_ResultRow.obj `if test -f '../test/src/NDBT_ResultRow.cpp'; then $(CYGPATH_W) '../test/src/NDBT_ResultRow.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_ResultRow.cpp'; fi`
 
995
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/NDBT_ResultRow.Tpo $(DEPDIR)/NDBT_ResultRow.Po
 
996
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='../test/src/NDBT_ResultRow.cpp' object='NDBT_ResultRow.obj' libtool=no @AMDEPBACKSLASH@
 
997
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
998
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o NDBT_ResultRow.obj `if test -f '../test/src/NDBT_ResultRow.cpp'; then $(CYGPATH_W) '../test/src/NDBT_ResultRow.cpp'; else $(CYGPATH_W) '$(srcdir)/../test/src/NDBT_ResultRow.cpp'; fi`
 
999
 
 
1000
mostlyclean-libtool:
 
1001
        -rm -f *.lo
 
1002
 
 
1003
clean-libtool:
 
1004
        -rm -rf .libs _libs
 
1005
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
 
1006
        @$(NORMAL_INSTALL)
 
1007
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
 
1008
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
1009
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1010
          f=$(am__strip_dir) \
 
1011
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
1012
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
1013
        done
 
1014
 
 
1015
uninstall-dist_pkgdataDATA:
 
1016
        @$(NORMAL_UNINSTALL)
 
1017
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
1018
          f=$(am__strip_dir) \
 
1019
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
1020
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
1021
        done
 
1022
 
 
1023
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
1024
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
1025
        unique=`for i in $$list; do \
 
1026
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1027
          done | \
 
1028
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1029
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1030
        mkid -fID $$unique
 
1031
tags: TAGS
 
1032
 
 
1033
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1034
                $(TAGS_FILES) $(LISP)
 
1035
        tags=; \
 
1036
        here=`pwd`; \
 
1037
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1038
        unique=`for i in $$list; do \
 
1039
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1040
          done | \
 
1041
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1042
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1043
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1044
          test -n "$$unique" || unique=$$empty_fix; \
 
1045
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1046
            $$tags $$unique; \
 
1047
        fi
 
1048
ctags: CTAGS
 
1049
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
1050
                $(TAGS_FILES) $(LISP)
 
1051
        tags=; \
 
1052
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
1053
        unique=`for i in $$list; do \
 
1054
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
1055
          done | \
 
1056
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1057
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1058
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1059
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
1060
             $$tags $$unique
 
1061
 
 
1062
GTAGS:
 
1063
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1064
          && cd $(top_srcdir) \
 
1065
          && gtags -i $(GTAGS_ARGS) $$here
 
1066
 
 
1067
distclean-tags:
 
1068
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1069
 
 
1070
distdir: $(DISTFILES)
 
1071
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1072
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1073
        list='$(DISTFILES)'; \
 
1074
          dist_files=`for file in $$list; do echo $$file; done | \
 
1075
          sed -e "s|^$$srcdirstrip/||;t" \
 
1076
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1077
        case $$dist_files in \
 
1078
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1079
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1080
                           sort -u` ;; \
 
1081
        esac; \
 
1082
        for file in $$dist_files; do \
 
1083
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1084
          if test -d $$d/$$file; then \
 
1085
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1086
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1087
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1088
            fi; \
 
1089
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1090
          else \
 
1091
            test -f $(distdir)/$$file \
 
1092
            || cp -p $$d/$$file $(distdir)/$$file \
 
1093
            || exit 1; \
 
1094
          fi; \
 
1095
        done
 
1096
check-am: all-am
 
1097
check: check-am
 
1098
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(DATA)
 
1099
installdirs:
 
1100
        for dir in "$(DESTDIR)$(ndbtoolsdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"; do \
 
1101
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1102
        done
 
1103
install: install-am
 
1104
install-exec: install-exec-am
 
1105
install-data: install-data-am
 
1106
uninstall: uninstall-am
 
1107
 
 
1108
install-am: all-am
 
1109
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1110
 
 
1111
installcheck: installcheck-am
 
1112
install-strip:
 
1113
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1114
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1115
          `test -z '$(STRIP)' || \
 
1116
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1117
mostlyclean-generic:
 
1118
 
 
1119
clean-generic:
 
1120
 
 
1121
distclean-generic:
 
1122
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1123
 
 
1124
maintainer-clean-generic:
 
1125
        @echo "This command is intended for maintainers to use"
 
1126
        @echo "it deletes files that may require special tools to rebuild."
 
1127
clean: clean-am
 
1128
 
 
1129
clean-am: clean-generic clean-libtool clean-ndbtoolsPROGRAMS \
 
1130
        mostlyclean-am
 
1131
 
 
1132
distclean: distclean-am
 
1133
        -rm -rf ./$(DEPDIR)
 
1134
        -rm -f Makefile
 
1135
distclean-am: clean-am distclean-compile distclean-generic \
 
1136
        distclean-tags
 
1137
 
 
1138
dvi: dvi-am
 
1139
 
 
1140
dvi-am:
 
1141
 
 
1142
html: html-am
 
1143
 
 
1144
info: info-am
 
1145
 
 
1146
info-am:
 
1147
 
 
1148
install-data-am: install-dist_pkgdataDATA install-ndbtoolsPROGRAMS
 
1149
 
 
1150
install-dvi: install-dvi-am
 
1151
 
 
1152
install-exec-am: install-dist_binSCRIPTS
 
1153
 
 
1154
install-html: install-html-am
 
1155
 
 
1156
install-info: install-info-am
 
1157
 
 
1158
install-man:
 
1159
 
 
1160
install-pdf: install-pdf-am
 
1161
 
 
1162
install-ps: install-ps-am
 
1163
 
 
1164
installcheck-am:
 
1165
 
 
1166
maintainer-clean: maintainer-clean-am
 
1167
        -rm -rf ./$(DEPDIR)
 
1168
        -rm -f Makefile
 
1169
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1170
 
 
1171
mostlyclean: mostlyclean-am
 
1172
 
 
1173
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1174
        mostlyclean-libtool
 
1175
 
 
1176
pdf: pdf-am
 
1177
 
 
1178
pdf-am:
 
1179
 
 
1180
ps: ps-am
 
1181
 
 
1182
ps-am:
 
1183
 
 
1184
uninstall-am: uninstall-dist_binSCRIPTS uninstall-dist_pkgdataDATA \
 
1185
        uninstall-ndbtoolsPROGRAMS
 
1186
 
 
1187
.MAKE: install-am install-strip
 
1188
 
 
1189
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
1190
        clean-libtool clean-ndbtoolsPROGRAMS ctags distclean \
 
1191
        distclean-compile distclean-generic distclean-libtool \
 
1192
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1193
        install install-am install-data install-data-am \
 
1194
        install-dist_binSCRIPTS install-dist_pkgdataDATA install-dvi \
 
1195
        install-dvi-am install-exec install-exec-am install-html \
 
1196
        install-html-am install-info install-info-am install-man \
 
1197
        install-ndbtoolsPROGRAMS install-pdf install-pdf-am install-ps \
 
1198
        install-ps-am install-strip installcheck installcheck-am \
 
1199
        installdirs maintainer-clean maintainer-clean-generic \
 
1200
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1201
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
1202
        uninstall-am uninstall-dist_binSCRIPTS \
 
1203
        uninstall-dist_pkgdataDATA uninstall-ndbtoolsPROGRAMS
 
1204
 
 
1205
 
 
1206
# Don't update the files from bitkeeper
 
1207
%::SCCS/s.%
 
1208
 
 
1209
windoze-dsp: \
 
1210
  ndb_waiter.dsp \
 
1211
  ndb_drop_table.dsp \
 
1212
  ndb_delete_all.dsp \
 
1213
  ndb_desc.dsp \
 
1214
  ndb_drop_index.dsp \
 
1215
  ndb_show_tables.dsp \
 
1216
  ndb_select_all.dsp \
 
1217
  ndb_select_count.dsp
 
1218
 
 
1219
ndb_waiter.dsp: Makefile \
 
1220
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1221
               $(top_srcdir)/storage/ndb/config/win-name \
 
1222
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1223
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1224
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1225
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1226
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_waiter
 
1227
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1228
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_waiter_SOURCES)
 
1229
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1230
 
 
1231
ndb_drop_table.dsp: Makefile \
 
1232
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1233
               $(top_srcdir)/storage/ndb/config/win-name \
 
1234
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1235
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1236
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1237
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1238
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_drop_table
 
1239
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1240
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_drop_table_SOURCES)
 
1241
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1242
 
 
1243
ndb_delete_all.dsp: Makefile \
 
1244
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1245
               $(top_srcdir)/storage/ndb/config/win-name \
 
1246
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1247
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1248
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1249
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1250
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_delete_all
 
1251
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1252
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_delete_all_SOURCES)
 
1253
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1254
 
 
1255
ndb_desc.dsp: Makefile \
 
1256
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1257
               $(top_srcdir)/storage/ndb/config/win-name \
 
1258
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1259
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1260
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1261
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1262
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_desc
 
1263
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1264
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_desc_SOURCES)
 
1265
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1266
 
 
1267
ndb_drop_index.dsp: Makefile \
 
1268
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1269
               $(top_srcdir)/storage/ndb/config/win-name \
 
1270
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1271
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1272
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1273
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1274
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_drop_index
 
1275
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1276
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_drop_index_SOURCES)
 
1277
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1278
 
 
1279
ndb_show_tables.dsp: Makefile \
 
1280
               $(top_srcdir)/ndb/config/win-prg.am \
 
1281
               $(top_srcdir)/storage/ndb/config/win-name \
 
1282
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1283
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1284
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1285
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1286
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_show_tables
 
1287
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1288
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_show_tables_SOURCES)
 
1289
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1290
 
 
1291
ndb_select_all.dsp: Makefile \
 
1292
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1293
               $(top_srcdir)/storage/ndb/config/win-name \
 
1294
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1295
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1296
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1297
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1298
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_select_all
 
1299
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1300
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_select_all_SOURCES)
 
1301
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1302
 
 
1303
ndb_select_count.dsp: Makefile \
 
1304
               $(top_srcdir)/storage/ndb/config/win-prg.am \
 
1305
               $(top_srcdir)/storage/ndb/config/win-name \
 
1306
               $(top_srcdir)/storage/ndb/config/win-includes \
 
1307
               $(top_srcdir)/storage/ndb/config/win-sources \
 
1308
               $(top_srcdir)/storage/ndb/config/win-libraries
 
1309
        cat $(top_srcdir)/storage/ndb/config/win-prg.am > $@
 
1310
        @$(top_srcdir)/storage/ndb/config/win-name $@ ndb_select_count
 
1311
        @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES)
 
1312
        @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndb_select_count_SOURCES)
 
1313
        @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD)
 
1314
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1315
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1316
.NOEXPORT: