1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
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.
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
17
# Copyright (C) 2004-2005 MySQL AB
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.
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.
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
32
# Copyright (C) 2004, 2006 MySQL AB
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.
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.
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
47
# Copyright (C) 2004-2006 MySQL AB
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.
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.
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
63
top_srcdir = @top_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
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)
82
build_triplet = @build@
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) \
112
mkinstalldirs = $(install_sh) -d
113
CONFIG_HEADER = $(top_builddir)/config.h
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)
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)
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)
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
154
AMDEP_FALSE = @AMDEP_FALSE@
155
AMDEP_TRUE = @AMDEP_TRUE@
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@
175
CCASFLAGS = @CCASFLAGS@
176
CCDEPMODE = @CCDEPMODE@
177
CC_VERSION = @CC_VERSION@
179
CHECK_PID = @CHECK_PID@
181
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
182
CLIENT_LIBS = @CLIENT_LIBS@
184
COMPILATION_COMMENT = @COMPILATION_COMMENT@
185
COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
186
COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
187
CONF_COMMAND = @CONF_COMMAND@
190
CPPFLAGS = @CPPFLAGS@
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)
202
DOT_FRM_VERSION = @DOT_FRM_VERSION@
213
FIND_PROC = @FIND_PROC@
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@
224
INSTALL_DATA = @INSTALL_DATA@
225
INSTALL_PROGRAM = @INSTALL_PROGRAM@
226
INSTALL_SCRIPT = @INSTALL_SCRIPT@
227
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
233
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
237
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
238
LM_CFLAGS = @LM_CFLAGS@
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@
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@
278
NOINST_LDFLAGS = @NOINST_LDFLAGS@
279
NON_THREADED_LIBS = @NON_THREADED_LIBS@
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@
292
PROTOCOL_VERSION = @PROTOCOL_VERSION@
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@
302
SET_MAKE = @SET_MAKE@
303
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
304
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
306
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
308
SYSTEM_TYPE = @SYSTEM_TYPE@
310
TARGET_LINUX = @TARGET_LINUX@
311
TERMCAP_LIB = @TERMCAP_LIB@
312
THREAD_LOBJECTS = @THREAD_LOBJECTS@
314
WRAPLIBS = @WRAPLIBS@
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@
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@
341
build_alias = @build_alias@
342
build_cpu = @build_cpu@
343
build_os = @build_os@
344
build_vendor = @build_vendor@
346
docs_dirs = @docs_dirs@
347
exec_prefix = @exec_prefix@
349
host_alias = @host_alias@
350
host_cpu = @host_cpu@
352
host_vendor = @host_vendor@
353
includedir = @includedir@
355
innodb_includes = @innodb_includes@
356
innodb_libs = @innodb_libs@
357
innodb_system_libs = @innodb_system_libs@
358
install_sh = @install_sh@
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@
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@
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@
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@
400
sysconfdir = @sysconfdir@
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 \
423
ConfigValues.cpp ndb_init.c basestring_vsnprintf.c \
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
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
447
NDB_CXXFLAGS = @ndb_cxxflags_fix@ $(NDB_CXXFLAGS_LOC)
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)
454
case '$(am__configure_deps)' in \
456
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
461
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ndb/src/common/util/Makefile'; \
462
cd $(top_srcdir) && \
463
$(AUTOMAKE) --gnu ndb/src/common/util/Makefile
465
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
468
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
471
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
474
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
475
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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
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"; \
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)
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@
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 $<
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) '$<'`
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 $@ $<
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 $@ $<
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) '$<'`
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 $@ $<
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; \
584
$(AWK) ' { files[$$0] = 1; } \
585
END { for (i in files) print i; }'`; \
589
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
590
$(TAGS_FILES) $(LISP)
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; \
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) \
605
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
606
$(TAGS_FILES) $(LISP)
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; \
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) \
620
here=`$(am__cd) $(top_builddir) && pwd` \
621
&& cd $(top_srcdir) \
622
&& gtags -i $(GTAGS_ARGS) $$here
625
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
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 \
633
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
634
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
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 \
640
$(mkdir_p) "$(distdir)$$dir"; \
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; \
648
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
650
test -f $(distdir)/$$file \
651
|| cp -p $$d/$$file $(distdir)/$$file \
657
all-am: Makefile $(LTLIBRARIES)
660
install-exec: install-exec-am
661
install-data: install-data-am
662
uninstall: uninstall-am
665
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
667
installcheck: installcheck-am
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
678
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
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."
685
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
688
distclean: distclean-am
691
distclean-am: clean-am distclean-compile distclean-generic \
692
distclean-libtool distclean-tags
708
install-info: install-info-am
714
maintainer-clean: maintainer-clean-am
717
maintainer-clean-am: distclean-am maintainer-clean-generic
719
mostlyclean: mostlyclean-am
721
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
732
uninstall-am: uninstall-info-am
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 \
747
testBitmask.cpp : Bitmask.cpp
748
rm -f testBitmask.cpp
749
@LN_CP_F@ Bitmask.cpp testBitmask.cpp
751
testBitmask.o: $(testBitmask_SOURCES)
752
$(CXXCOMPILE) -c $(INCLUDES) -D__TEST_BITMASK__ $<
754
# Don't update the files from bitkeeper
757
windoze-dsp: libgeneral.dsp
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.