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