~gaul/percona-data-recovery-tool-for-innodb/prerequisites

« back to all changes in this revision

Viewing changes to mysql-source/ndb/src/common/util/Makefile.in

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-01-14 13:05:06 UTC
  • mfrom: (1.1.1 page-signature-check)
  • Revision ID: aleksandr.kuzminsky@percona.com-20100114130506-72t6jxtll15gk3pp
Added InnoDB page signature check.
At the beginning of InnoDB page (type FIL_PAGE_INODE) there are infimum and supremum records.
They are located in fixed position depending on InnoDB page format(REDUNDANT (4.x and 5.x versions) or COMPACT(5.x only)).

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
# Copyright (C) 2004-2005 MySQL AB
 
18
 
19
# This program is free software; you can redistribute it and/or modify
 
20
# it under the terms of the GNU General Public License as published by
 
21
# the Free Software Foundation; version 2 of the License.
 
22
 
23
# This program is distributed in the hope that it will be useful,
 
24
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
26
# GNU General Public License for more details.
 
27
 
28
# You should have received a copy of the GNU General Public License
 
29
# along with this program; if not, write to the Free Software
 
30
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
31
 
 
32
# 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
srcdir = @srcdir@
 
63
top_srcdir = @top_srcdir@
 
64
VPATH = @srcdir@
 
65
pkgdatadir = $(datadir)/@PACKAGE@
 
66
pkglibdir = $(libdir)/@PACKAGE@
 
67
pkgincludedir = $(includedir)/@PACKAGE@
 
68
top_builddir = ../../../..
 
69
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
70
INSTALL = @INSTALL@
 
71
install_sh_DATA = $(install_sh) -c -m 644
 
72
install_sh_PROGRAM = $(install_sh) -c
 
73
install_sh_SCRIPT = $(install_sh) -c
 
74
INSTALL_HEADER = $(INSTALL_DATA)
 
75
transform = $(program_transform_name)
 
76
NORMAL_INSTALL = :
 
77
PRE_INSTALL = :
 
78
POST_INSTALL = :
 
79
NORMAL_UNINSTALL = :
 
80
PRE_UNINSTALL = :
 
81
POST_UNINSTALL = :
 
82
build_triplet = @build@
 
83
host_triplet = @host@
 
84
target_triplet = @target@
 
85
EXTRA_PROGRAMS = testBitmask$(EXEEXT)
 
86
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
87
        $(top_srcdir)/ndb/config/common.mk.am \
 
88
        $(top_srcdir)/ndb/config/type_util.mk.am
 
89
subdir = ndb/src/common/util
 
90
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
91
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
92
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
93
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
94
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
95
        $(top_srcdir)/config/ac-macros/ha_archive.m4 \
 
96
        $(top_srcdir)/config/ac-macros/ha_berkeley.m4 \
 
97
        $(top_srcdir)/config/ac-macros/ha_blackhole.m4 \
 
98
        $(top_srcdir)/config/ac-macros/ha_example.m4 \
 
99
        $(top_srcdir)/config/ac-macros/ha_federated.m4 \
 
100
        $(top_srcdir)/config/ac-macros/ha_innodb.m4 \
 
101
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
102
        $(top_srcdir)/config/ac-macros/ha_tina.m4 \
 
103
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
104
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
105
        $(top_srcdir)/config/ac-macros/openssl.m4 \
 
106
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
107
        $(top_srcdir)/config/ac-macros/yassl.m4 \
 
108
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
109
        $(top_srcdir)/configure.in
 
110
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
111
        $(ACLOCAL_M4)
 
112
mkinstalldirs = $(install_sh) -d
 
113
CONFIG_HEADER = $(top_builddir)/config.h
 
114
CONFIG_CLEAN_FILES =
 
115
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
116
libgeneral_la_LIBADD =
 
117
am_libgeneral_la_OBJECTS = File.lo md5_hash.lo Properties.lo \
 
118
        socket_io.lo SimpleProperties.lo Parser.lo InputStream.lo \
 
119
        SocketServer.lo SocketClient.lo SocketAuthenticator.lo \
 
120
        OutputStream.lo NdbOut.lo BaseString.lo NdbSqlUtil.lo new.lo \
 
121
        uucode.lo random.lo version.lo strdup.lo ConfigValues.lo \
 
122
        ndb_init.lo basestring_vsnprintf.lo Bitmask.lo
 
123
libgeneral_la_OBJECTS = $(am_libgeneral_la_OBJECTS)
 
124
am_testBitmask_OBJECTS = testBitmask.$(OBJEXT)
 
125
testBitmask_OBJECTS = $(am_testBitmask_OBJECTS)
 
126
testBitmask_LDADD = $(LDADD)
 
127
testBitmask_DEPENDENCIES =
 
128
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
129
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
130
am__depfiles_maybe = depfiles
 
131
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
132
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
133
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
134
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
135
        $(AM_CFLAGS) $(CFLAGS)
 
136
CCLD = $(CC)
 
137
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
138
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
139
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
140
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
141
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
142
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
143
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
144
CXXLD = $(CXX)
 
145
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
146
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
147
SOURCES = $(libgeneral_la_SOURCES) $(testBitmask_SOURCES)
 
148
DIST_SOURCES = $(libgeneral_la_SOURCES) $(testBitmask_SOURCES)
 
149
ETAGS = etags
 
150
CTAGS = ctags
 
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
152
ACLOCAL = @ACLOCAL@
 
153
ALLOCA = @ALLOCA@
 
154
AMDEP_FALSE = @AMDEP_FALSE@
 
155
AMDEP_TRUE = @AMDEP_TRUE@
 
156
AMTAR = @AMTAR@
 
157
AR = @AR@
 
158
ARFLAGS = @ARFLAGS@
 
159
AS = @AS@
 
160
ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
 
161
ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
 
162
ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
 
163
ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
 
164
ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
 
165
ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
 
166
ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
 
167
ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
 
168
AUTOCONF = @AUTOCONF@
 
169
AUTOHEADER = @AUTOHEADER@
 
170
AUTOMAKE = @AUTOMAKE@
 
171
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
172
AWK = @AWK@
 
173
CC = @CC@
 
174
CCAS = @CCAS@
 
175
CCASFLAGS = @CCASFLAGS@
 
176
CCDEPMODE = @CCDEPMODE@
 
177
CC_VERSION = @CC_VERSION@
 
178
CFLAGS = @CFLAGS@
 
179
CHECK_PID = @CHECK_PID@
 
180
CHMOD = @CHMOD@
 
181
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
182
CLIENT_LIBS = @CLIENT_LIBS@
 
183
CMP = @CMP@
 
184
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
185
COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
 
186
COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
 
187
CONF_COMMAND = @CONF_COMMAND@
 
188
CP = @CP@
 
189
CPP = @CPP@
 
190
CPPFLAGS = @CPPFLAGS@
 
191
CXX = @CXX@
 
192
CXXCPP = @CXXCPP@
 
193
CXXDEPMODE = @CXXDEPMODE@
 
194
CXXFLAGS = @CXXFLAGS@
 
195
CXXLDFLAGS = @CXXLDFLAGS@
 
196
CXX_VERSION = @CXX_VERSION@
 
197
CYGPATH_W = @CYGPATH_W@
 
198
DARWIN_MWCC_FALSE = @DARWIN_MWCC_FALSE@
 
199
DARWIN_MWCC_TRUE = @DARWIN_MWCC_TRUE@
 
200
DEFS = @DEFS@ @NDB_DEFS@ $(DEFS_LOC) $(NDB_EXTRA_FLAGS)
 
201
DEPDIR = @DEPDIR@
 
202
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
203
DOXYGEN = @DOXYGEN@
 
204
DVIS = @DVIS@
 
205
ECHO = @ECHO@
 
206
ECHO_C = @ECHO_C@
 
207
ECHO_N = @ECHO_N@
 
208
ECHO_T = @ECHO_T@
 
209
EGREP = @EGREP@
 
210
EXEEXT = @EXEEXT@
 
211
F77 = @F77@
 
212
FFLAGS = @FFLAGS@
 
213
FIND_PROC = @FIND_PROC@
 
214
GETCONF = @GETCONF@
 
215
GXX = @GXX@
 
216
HAVE_NDBCLUSTER_DB_FALSE = @HAVE_NDBCLUSTER_DB_FALSE@
 
217
HAVE_NDBCLUSTER_DB_TRUE = @HAVE_NDBCLUSTER_DB_TRUE@
 
218
HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
 
219
HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
 
220
HAVE_YASSL_FALSE = @HAVE_YASSL_FALSE@
 
221
HAVE_YASSL_TRUE = @HAVE_YASSL_TRUE@
 
222
HOSTNAME = @HOSTNAME@
 
223
ICHECK = @ICHECK@
 
224
INSTALL_DATA = @INSTALL_DATA@
 
225
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
226
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
227
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
228
KILL = @KILL@
 
229
LD = @LD@
 
230
LDFLAGS = @LDFLAGS@
 
231
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
232
LIBDL = @LIBDL@
 
233
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
234
LIBOBJS = @LIBOBJS@
 
235
LIBS = @LIBS@
 
236
LIBTOOL = @LIBTOOL@
 
237
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
238
LM_CFLAGS = @LM_CFLAGS@
 
239
LN = @LN@
 
240
LN_CP_F = @LN_CP_F@
 
241
LN_S = @LN_S@
 
242
LTLIBOBJS = @LTLIBOBJS@
 
243
MACHINE_TYPE = @MACHINE_TYPE@
 
244
MAKEINDEX = @MAKEINDEX@
 
245
MAKEINFO = @MAKEINFO@
 
246
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
247
MAKE_SHELL = @MAKE_SHELL@
 
248
MV = @MV@
 
249
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
250
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
251
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
252
MYSQLD_USER = @MYSQLD_USER@
 
253
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
254
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
255
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
256
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
257
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
258
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
259
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
260
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
261
NDB_DEFS = @NDB_DEFS@
 
262
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
263
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
264
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
265
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
266
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
267
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
268
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
269
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
270
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
271
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
272
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
273
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
274
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
275
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
276
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
277
NM = @NM@
 
278
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
279
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
280
OBJEXT = @OBJEXT@
 
281
PACKAGE = @PACKAGE@
 
282
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
283
PACKAGE_NAME = @PACKAGE_NAME@
 
284
PACKAGE_STRING = @PACKAGE_STRING@
 
285
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
286
PACKAGE_VERSION = @PACKAGE_VERSION@
 
287
PATH_SEPARATOR = @PATH_SEPARATOR@
 
288
PDFLATEX = @PDFLATEX@
 
289
PDFMANUAL = @PDFMANUAL@
 
290
PERL = @PERL@
 
291
PERL5 = @PERL5@
 
292
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
293
PS = @PS@
 
294
RANLIB = @RANLIB@
 
295
RM = @RM@
 
296
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
297
SAVE_CFLAGS = @SAVE_CFLAGS@
 
298
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
299
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
300
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
301
SED = @SED@
 
302
SET_MAKE = @SET_MAKE@
 
303
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
304
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
305
SHELL = @SHELL@
 
306
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
307
STRIP = @STRIP@
 
308
SYSTEM_TYPE = @SYSTEM_TYPE@
 
309
TAR = @TAR@
 
310
TARGET_LINUX = @TARGET_LINUX@
 
311
TERMCAP_LIB = @TERMCAP_LIB@
 
312
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
313
VERSION = @VERSION@
 
314
WRAPLIBS = @WRAPLIBS@
 
315
YACC = @YACC@
 
316
ZLIB_DEPS = @ZLIB_DEPS@
 
317
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
318
ZLIB_LIBS = @ZLIB_LIBS@
 
319
ac_ct_AR = @ac_ct_AR@
 
320
ac_ct_CC = @ac_ct_CC@
 
321
ac_ct_CXX = @ac_ct_CXX@
 
322
ac_ct_F77 = @ac_ct_F77@
 
323
ac_ct_GETCONF = @ac_ct_GETCONF@
 
324
ac_ct_RANLIB = @ac_ct_RANLIB@
 
325
ac_ct_STRIP = @ac_ct_STRIP@
 
326
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
327
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
328
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
329
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
330
am__include = @am__include@
 
331
am__leading_dot = @am__leading_dot@
 
332
am__quote = @am__quote@
 
333
am__tar = @am__tar@
 
334
am__untar = @am__untar@
 
335
bdb_includes = @bdb_includes@
 
336
bdb_libs = @bdb_libs@
 
337
bdb_libs_with_path = @bdb_libs_with_path@
 
338
bench_dirs = @bench_dirs@
 
339
bindir = @bindir@
 
340
build = @build@
 
341
build_alias = @build_alias@
 
342
build_cpu = @build_cpu@
 
343
build_os = @build_os@
 
344
build_vendor = @build_vendor@
 
345
datadir = @datadir@
 
346
docs_dirs = @docs_dirs@
 
347
exec_prefix = @exec_prefix@
 
348
host = @host@
 
349
host_alias = @host_alias@
 
350
host_cpu = @host_cpu@
 
351
host_os = @host_os@
 
352
host_vendor = @host_vendor@
 
353
includedir = @includedir@
 
354
infodir = @infodir@
 
355
innodb_includes = @innodb_includes@
 
356
innodb_libs = @innodb_libs@
 
357
innodb_system_libs = @innodb_system_libs@
 
358
install_sh = @install_sh@
 
359
libdir = @libdir@
 
360
libexecdir = @libexecdir@
 
361
libmysqld_dirs = @libmysqld_dirs@
 
362
linked_client_targets = @linked_client_targets@
 
363
linked_libmysqld_targets = @linked_libmysqld_targets@
 
364
linked_netware_sources = @linked_netware_sources@
 
365
localstatedir = @localstatedir@
 
366
man1_files = @man1_files@
 
367
man8_files = @man8_files@
 
368
man_dirs = @man_dirs@
 
369
mandir = @mandir@
 
370
mkdir_p = @mkdir_p@
 
371
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
372
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
373
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
374
ndb_opt_subdirs = @ndb_opt_subdirs@
 
375
ndb_port = @ndb_port@
 
376
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
377
ndbcluster_includes = @ndbcluster_includes@
 
378
ndbcluster_libs = @ndbcluster_libs@
 
379
ndbcluster_system_libs = @ndbcluster_system_libs@
 
380
netware_dir = @netware_dir@
 
381
oldincludedir = @oldincludedir@
 
382
openssl_includes = @openssl_includes@
 
383
openssl_libs = @openssl_libs@
 
384
prefix = @prefix@
 
385
program_transform_name = @program_transform_name@
 
386
pstack_dirs = @pstack_dirs@
 
387
pstack_libs = @pstack_libs@
 
388
readline_basedir = @readline_basedir@
 
389
readline_dir = @readline_dir@
 
390
readline_h_ln_cmd = @readline_h_ln_cmd@
 
391
readline_link = @readline_link@
 
392
readline_topdir = @readline_topdir@
 
393
sbindir = @sbindir@
 
394
server_scripts = @server_scripts@
 
395
sharedstatedir = @sharedstatedir@
 
396
sql_client_dirs = @sql_client_dirs@
 
397
sql_server_dirs = @sql_server_dirs@
 
398
sql_union_dirs = @sql_union_dirs@
 
399
subdirs = @subdirs@
 
400
sysconfdir = @sysconfdir@
 
401
target = @target@
 
402
target_alias = @target_alias@
 
403
target_cpu = @target_cpu@
 
404
target_os = @target_os@
 
405
target_vendor = @target_vendor@
 
406
thread_dirs = @thread_dirs@
 
407
tools_dirs = @tools_dirs@
 
408
uname_prog = @uname_prog@
 
409
yassl_dir = @yassl_dir@
 
410
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
411
yassl_libs = @yassl_libs@
 
412
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
413
zlib_dir = @zlib_dir@
 
414
noinst_LTLIBRARIES = libgeneral.la
 
415
libgeneral_la_SOURCES = \
 
416
            File.cpp md5_hash.cpp Properties.cpp socket_io.cpp \
 
417
            SimpleProperties.cpp Parser.cpp InputStream.cpp \
 
418
            SocketServer.cpp SocketClient.cpp SocketAuthenticator.cpp\
 
419
            OutputStream.cpp NdbOut.cpp BaseString.cpp \
 
420
            NdbSqlUtil.cpp new.cpp \
 
421
            uucode.c random.c version.c \
 
422
            strdup.c \
 
423
            ConfigValues.cpp ndb_init.c basestring_vsnprintf.c \
 
424
            Bitmask.cpp
 
425
 
 
426
testBitmask_SOURCES = testBitmask.cpp
 
427
testBitmask_LDFLAGS = @ndb_bin_am_ldflags@ \
 
428
  $(top_builddir)/ndb/src/libndbclient.la \
 
429
         $(top_builddir)/dbug/libdbug.a \
 
430
         $(top_builddir)/mysys/libmysys.a \
 
431
         $(top_builddir)/strings/libmystrings.a
 
432
 
 
433
ndbbindir = "$(libexecdir)"
 
434
ndbtoolsdir = "$(bindir)"
 
435
ndbtestdir = "$(bindir)"
 
436
ndblibdir = "$(pkglibdir)"
 
437
ndbincludedir = "$(pkgincludedir)/ndb"
 
438
ndbapiincludedir = "$(pkgincludedir)/ndb/ndbapi"
 
439
mgmapiincludedir = "$(pkgincludedir)/ndb/mgmapi"
 
440
INCLUDES = $(INCLUDES_LOC) -I$(srcdir) -I$(top_builddir)/include \
 
441
        -I$(top_builddir)/ndb/include -I$(top_srcdir)/include \
 
442
        -I$(top_srcdir)/mysys -I$(top_srcdir)/ndb/include \
 
443
        -I$(top_srcdir)/ndb/include/util \
 
444
        -I$(top_srcdir)/ndb/include/portlib \
 
445
        -I$(top_srcdir)/ndb/include/logger
 
446
LDADD = $(LDADD_LOC)
 
447
NDB_CXXFLAGS = @ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC) 
 
448
all: all-am
 
449
 
 
450
.SUFFIXES:
 
451
.SUFFIXES: .c .cpp .lo .o .obj
 
452
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/ndb/config/common.mk.am $(top_srcdir)/ndb/config/type_util.mk.am $(am__configure_deps)
 
453
        @for dep in $?; do \
 
454
          case '$(am__configure_deps)' in \
 
455
            *$$dep*) \
 
456
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
457
                && exit 0; \
 
458
              exit 1;; \
 
459
          esac; \
 
460
        done; \
 
461
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ndb/src/common/util/Makefile'; \
 
462
        cd $(top_srcdir) && \
 
463
          $(AUTOMAKE) --gnu  ndb/src/common/util/Makefile
 
464
.PRECIOUS: Makefile
 
465
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
466
        @case '$?' in \
 
467
          *config.status*) \
 
468
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
469
          *) \
 
470
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
471
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
472
        esac;
 
473
 
 
474
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
475
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
476
 
 
477
$(top_srcdir)/configure:  $(am__configure_deps)
 
478
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
479
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
480
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
481
 
 
482
clean-noinstLTLIBRARIES:
 
483
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
484
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
485
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
486
          test "$$dir" != "$$p" || dir=.; \
 
487
          echo "rm -f \"$${dir}/so_locations\""; \
 
488
          rm -f "$${dir}/so_locations"; \
 
489
        done
 
490
libgeneral.la: $(libgeneral_la_OBJECTS) $(libgeneral_la_DEPENDENCIES) 
 
491
        $(CXXLINK)  $(libgeneral_la_LDFLAGS) $(libgeneral_la_OBJECTS) $(libgeneral_la_LIBADD) $(LIBS)
 
492
testBitmask$(EXEEXT): $(testBitmask_OBJECTS) $(testBitmask_DEPENDENCIES) 
 
493
        @rm -f testBitmask$(EXEEXT)
 
494
        $(CXXLINK) $(testBitmask_LDFLAGS) $(testBitmask_OBJECTS) $(testBitmask_LDADD) $(LIBS)
 
495
 
 
496
mostlyclean-compile:
 
497
        -rm -f *.$(OBJEXT)
 
498
 
 
499
distclean-compile:
 
500
        -rm -f *.tab.c
 
501
 
 
502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BaseString.Plo@am__quote@
 
503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bitmask.Plo@am__quote@
 
504
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ConfigValues.Plo@am__quote@
 
505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/File.Plo@am__quote@
 
506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InputStream.Plo@am__quote@
 
507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NdbOut.Plo@am__quote@
 
508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NdbSqlUtil.Plo@am__quote@
 
509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OutputStream.Plo@am__quote@
 
510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Parser.Plo@am__quote@
 
511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Properties.Plo@am__quote@
 
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SimpleProperties.Plo@am__quote@
 
513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SocketAuthenticator.Plo@am__quote@
 
514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SocketClient.Plo@am__quote@
 
515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SocketServer.Plo@am__quote@
 
516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basestring_vsnprintf.Plo@am__quote@
 
517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5_hash.Plo@am__quote@
 
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_init.Plo@am__quote@
 
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new.Plo@am__quote@
 
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@
 
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket_io.Plo@am__quote@
 
522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Plo@am__quote@
 
523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testBitmask.Po@am__quote@
 
524
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uucode.Plo@am__quote@
 
525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
 
526
 
 
527
.c.o:
 
528
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
529
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
532
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
533
 
 
534
.c.obj:
 
535
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
536
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
539
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
540
 
 
541
.c.lo:
 
542
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
543
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
546
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
547
 
 
548
.cpp.o:
 
549
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
550
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
551
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
552
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
553
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
554
 
 
555
.cpp.obj:
 
556
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
557
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
558
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
559
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
560
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
561
 
 
562
.cpp.lo:
 
563
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
564
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
565
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
566
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
567
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
568
 
 
569
mostlyclean-libtool:
 
570
        -rm -f *.lo
 
571
 
 
572
clean-libtool:
 
573
        -rm -rf .libs _libs
 
574
 
 
575
distclean-libtool:
 
576
        -rm -f libtool
 
577
uninstall-info-am:
 
578
 
 
579
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
580
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
581
        unique=`for i in $$list; do \
 
582
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
583
          done | \
 
584
          $(AWK) '    { files[$$0] = 1; } \
 
585
               END { for (i in files) print i; }'`; \
 
586
        mkid -fID $$unique
 
587
tags: TAGS
 
588
 
 
589
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
590
                $(TAGS_FILES) $(LISP)
 
591
        tags=; \
 
592
        here=`pwd`; \
 
593
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
594
        unique=`for i in $$list; do \
 
595
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
596
          done | \
 
597
          $(AWK) '    { files[$$0] = 1; } \
 
598
               END { for (i in files) print i; }'`; \
 
599
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
600
          test -n "$$unique" || unique=$$empty_fix; \
 
601
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
602
            $$tags $$unique; \
 
603
        fi
 
604
ctags: CTAGS
 
605
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
606
                $(TAGS_FILES) $(LISP)
 
607
        tags=; \
 
608
        here=`pwd`; \
 
609
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
610
        unique=`for i in $$list; do \
 
611
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
612
          done | \
 
613
          $(AWK) '    { files[$$0] = 1; } \
 
614
               END { for (i in files) print i; }'`; \
 
615
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
616
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
617
             $$tags $$unique
 
618
 
 
619
GTAGS:
 
620
        here=`$(am__cd) $(top_builddir) && pwd` \
 
621
          && cd $(top_srcdir) \
 
622
          && gtags -i $(GTAGS_ARGS) $$here
 
623
 
 
624
distclean-tags:
 
625
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
626
 
 
627
distdir: $(DISTFILES)
 
628
        $(mkdir_p) $(distdir)/../../../../ndb/config
 
629
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
630
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
631
        list='$(DISTFILES)'; for file in $$list; do \
 
632
          case $$file in \
 
633
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
634
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
635
          esac; \
 
636
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
637
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
638
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
639
            dir="/$$dir"; \
 
640
            $(mkdir_p) "$(distdir)$$dir"; \
 
641
          else \
 
642
            dir=''; \
 
643
          fi; \
 
644
          if test -d $$d/$$file; then \
 
645
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
646
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
647
            fi; \
 
648
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
649
          else \
 
650
            test -f $(distdir)/$$file \
 
651
            || cp -p $$d/$$file $(distdir)/$$file \
 
652
            || exit 1; \
 
653
          fi; \
 
654
        done
 
655
check-am: all-am
 
656
check: check-am
 
657
all-am: Makefile $(LTLIBRARIES)
 
658
installdirs:
 
659
install: install-am
 
660
install-exec: install-exec-am
 
661
install-data: install-data-am
 
662
uninstall: uninstall-am
 
663
 
 
664
install-am: all-am
 
665
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
666
 
 
667
installcheck: installcheck-am
 
668
install-strip:
 
669
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
670
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
671
          `test -z '$(STRIP)' || \
 
672
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
673
mostlyclean-generic:
 
674
 
 
675
clean-generic:
 
676
 
 
677
distclean-generic:
 
678
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
679
 
 
680
maintainer-clean-generic:
 
681
        @echo "This command is intended for maintainers to use"
 
682
        @echo "it deletes files that may require special tools to rebuild."
 
683
clean: clean-am
 
684
 
 
685
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
686
        mostlyclean-am
 
687
 
 
688
distclean: distclean-am
 
689
        -rm -rf ./$(DEPDIR)
 
690
        -rm -f Makefile
 
691
distclean-am: clean-am distclean-compile distclean-generic \
 
692
        distclean-libtool distclean-tags
 
693
 
 
694
dvi: dvi-am
 
695
 
 
696
dvi-am:
 
697
 
 
698
html: html-am
 
699
 
 
700
info: info-am
 
701
 
 
702
info-am:
 
703
 
 
704
install-data-am:
 
705
 
 
706
install-exec-am:
 
707
 
 
708
install-info: install-info-am
 
709
 
 
710
install-man:
 
711
 
 
712
installcheck-am:
 
713
 
 
714
maintainer-clean: maintainer-clean-am
 
715
        -rm -rf ./$(DEPDIR)
 
716
        -rm -f Makefile
 
717
maintainer-clean-am: distclean-am maintainer-clean-generic
 
718
 
 
719
mostlyclean: mostlyclean-am
 
720
 
 
721
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
722
        mostlyclean-libtool
 
723
 
 
724
pdf: pdf-am
 
725
 
 
726
pdf-am:
 
727
 
 
728
ps: ps-am
 
729
 
 
730
ps-am:
 
731
 
 
732
uninstall-am: uninstall-info-am
 
733
 
 
734
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
735
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
736
        distclean-compile distclean-generic distclean-libtool \
 
737
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
738
        install install-am install-data install-data-am install-exec \
 
739
        install-exec-am install-info install-info-am install-man \
 
740
        install-strip installcheck installcheck-am installdirs \
 
741
        maintainer-clean maintainer-clean-generic mostlyclean \
 
742
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
743
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
744
        uninstall-info-am
 
745
 
 
746
 
 
747
testBitmask.cpp : Bitmask.cpp
 
748
        rm -f testBitmask.cpp
 
749
        @LN_CP_F@ Bitmask.cpp testBitmask.cpp
 
750
 
 
751
testBitmask.o:  $(testBitmask_SOURCES)
 
752
                $(CXXCOMPILE) -c $(INCLUDES) -D__TEST_BITMASK__ $<
 
753
 
 
754
# Don't update the files from bitkeeper
 
755
%::SCCS/s.%
 
756
 
 
757
windoze-dsp: libgeneral.dsp
 
758
 
 
759
libgeneral.dsp: Makefile \
 
760
               $(top_srcdir)/ndb/config/win-lib.am \
 
761
               $(top_srcdir)/ndb/config/win-name \
 
762
               $(top_srcdir)/ndb/config/win-includes \
 
763
               $(top_srcdir)/ndb/config/win-sources \
 
764
               $(top_srcdir)/ndb/config/win-libraries
 
765
        cat $(top_srcdir)/ndb/config/win-lib.am > $@
 
766
        @$(top_srcdir)/ndb/config/win-name $@ $(noinst_LTLIBRARIES)
 
767
        @$(top_srcdir)/ndb/config/win-includes $@ $(INCLUDES)
 
768
        @$(top_srcdir)/ndb/config/win-sources $@ $(libgeneral_la_SOURCES)
 
769
        @$(top_srcdir)/ndb/config/win-libraries $@ LIB $(LDADD)
 
770
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
771
# Otherwise a system limit (for SysV at least) may be exceeded.
 
772
.NOEXPORT: