1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
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
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 # 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 pkgdatadir
= $(datadir)/@PACKAGE@
64 pkglibdir
= $(libdir)/@PACKAGE@
65 pkgincludedir
= $(includedir)/@PACKAGE@
66 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA
= $(install_sh
) -c
-m
644
68 install_sh_PROGRAM
= $(install_sh
) -c
69 install_sh_SCRIPT
= $(install_sh
) -c
70 INSTALL_HEADER
= $(INSTALL_DATA
)
71 transform
= $(program_transform_name
)
78 build_triplet
= @build@
80 target_triplet
= @target@
81 ndbbin_PROGRAMS
= ndb_cpcd
$(EXEEXT
)
82 DIST_COMMON
= $(srcdir)/Makefile.am
$(srcdir)/Makefile.in \
83 $(top_srcdir
)/storage
/ndb
/config
/common.mk.am \
84 $(top_srcdir
)/storage
/ndb
/config
/type_util.mk.am
85 subdir
= storage
/ndb
/src
/cw
/cpcd
86 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
87 am__aclocal_m4_deps
= $(top_srcdir
)/config
/ac-macros
/maintainer.m4 \
88 $(top_srcdir
)/config
/ac-macros
/alloca.m4 \
89 $(top_srcdir
)/config
/ac-macros
/check_cpu.m4 \
90 $(top_srcdir
)/config
/ac-macros
/character_sets.m4 \
91 $(top_srcdir
)/config
/ac-macros
/compiler_flag.m4 \
92 $(top_srcdir
)/config
/ac-macros
/plugins.m4 \
93 $(top_srcdir
)/config
/ac-macros
/ha_ndbcluster.m4 \
94 $(top_srcdir
)/config
/ac-macros
/large_file.m4 \
95 $(top_srcdir
)/config
/ac-macros
/misc.m4 \
96 $(top_srcdir
)/config
/ac-macros
/readline.m4 \
97 $(top_srcdir
)/config
/ac-macros
/ssl.m4 \
98 $(top_srcdir
)/config
/ac-macros
/zlib.m4 \
99 $(top_srcdir
)/configure.in
100 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
102 mkinstalldirs
= $(install_sh
) -d
103 CONFIG_HEADER
= $(top_builddir
)/include/config.h
105 am__installdirs
= "$(DESTDIR)$(ndbbindir)"
106 ndbbinPROGRAMS_INSTALL
= $(INSTALL_PROGRAM
)
107 PROGRAMS
= $(ndbbin_PROGRAMS
)
108 am_ndb_cpcd_OBJECTS
= main.
$(OBJEXT
) CPCD.
$(OBJEXT
) Process.
$(OBJEXT
) \
109 APIService.
$(OBJEXT
) Monitor.
$(OBJEXT
) common.
$(OBJEXT
)
110 ndb_cpcd_OBJECTS
= $(am_ndb_cpcd_OBJECTS
)
111 ndb_cpcd_LDADD
= $(LDADD
)
112 am__DEPENDENCIES_1
= $(top_builddir
)/storage
/ndb
/src
/libndbclient.la \
113 $(top_builddir
)/dbug
/libdbug.a \
114 $(top_builddir
)/mysys
/libmysys.a \
115 $(top_builddir
)/strings
/libmystrings.a
116 ndb_cpcd_DEPENDENCIES
= $(am__DEPENDENCIES_1
)
117 ndb_cpcd_LINK
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) \
118 $(LIBTOOLFLAGS
) --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) \
119 $(CXXFLAGS
) $(ndb_cpcd_LDFLAGS
) $(LDFLAGS
) -o
$@
120 DEFAULT_INCLUDES
= -I.@am__isrc@
-I
$(top_builddir
)/include
121 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
122 am__depfiles_maybe
= depfiles
123 CXXCOMPILE
= $(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
124 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
125 LTCXXCOMPILE
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
126 --mode
=compile
$(CXX
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) \
127 $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CXXFLAGS
) $(CXXFLAGS
)
129 CXXLINK
= $(LIBTOOL
) --tag
=CXX
$(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) \
130 --mode
=link
$(CXXLD
) $(AM_CXXFLAGS
) $(CXXFLAGS
) $(AM_LDFLAGS
) \
132 SOURCES
= $(ndb_cpcd_SOURCES
)
133 DIST_SOURCES
= $(ndb_cpcd_SOURCES
)
136 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
137 ABI_CHECK
= @ABI_CHECK@
141 AM_CFLAGS
= @AM_CFLAGS@
142 AM_CXXFLAGS
= $(NDB_AM_CXXFLAGS
) $(NDB_CXXFLAGS
)
147 AUTOCONF
= @AUTOCONF@
148 AUTOHEADER
= @AUTOHEADER@
149 AUTOMAKE
= @AUTOMAKE@
150 AVAILABLE_LANGUAGES
= @AVAILABLE_LANGUAGES@
154 CCASDEPMODE
= @CCASDEPMODE@
155 CCASFLAGS
= @CCASFLAGS@
156 CCDEPMODE
= @CCDEPMODE@
157 CC_VERSION
= @CC_VERSION@
159 CHECK_PID
= @CHECK_PID@
161 CLIENT_EXTRA_LDFLAGS
= @CLIENT_EXTRA_LDFLAGS@
162 CLIENT_LIBS
= @CLIENT_LIBS@
163 CLIENT_THREAD_LIBS
= @CLIENT_THREAD_LIBS@
165 COMPILATION_COMMENT
= @COMPILATION_COMMENT@
166 CONF_COMMAND
= @CONF_COMMAND@
169 CPPFLAGS
= @CPPFLAGS@
172 CXXDEPMODE
= @CXXDEPMODE@
173 CXXFLAGS
= @CXXFLAGS@
174 CXXLDFLAGS
= @CXXLDFLAGS@
175 CXX_VERSION
= @CXX_VERSION@
176 CYGPATH_W
= @CYGPATH_W@
177 DEFS
= @DEFS@ @NDB_DEFS@
$(DEFS_LOC
) $(NDB_EXTRA_FLAGS
)
180 DOT_FRM_VERSION
= @DOT_FRM_VERSION@
182 DSYMUTIL
= @DSYMUTIL@
191 FIND_PROC
= @FIND_PROC@
195 HOSTNAME
= @HOSTNAME@
196 INNODB_DYNAMIC_CFLAGS
= @INNODB_DYNAMIC_CFLAGS@
198 INSTALL_DATA
= @INSTALL_DATA@
199 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
200 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
201 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
205 LD_VERSION_SCRIPT
= @LD_VERSION_SCRIPT@
207 LIBEDIT_LOBJECTS
= @LIBEDIT_LOBJECTS@
211 LIB_EXTRA_CCFLAGS
= @LIB_EXTRA_CCFLAGS@
213 LM_CFLAGS
= @LM_CFLAGS@
217 LTLIBOBJS
= @LTLIBOBJS@
218 MACHINE_TYPE
= @MACHINE_TYPE@
219 MAKEINDEX
= @MAKEINDEX@
220 MAKEINFO
= @MAKEINFO@
221 MAKE_BINARY_DISTRIBUTION_OPTIONS
= @MAKE_BINARY_DISTRIBUTION_OPTIONS@
222 MAKE_SHELL
= @MAKE_SHELL@
225 MYSQLD_DEFAULT_SWITCHES
= @MYSQLD_DEFAULT_SWITCHES@
226 MYSQLD_EXTRA_LDFLAGS
= @MYSQLD_EXTRA_LDFLAGS@
227 MYSQLD_EXTRA_LIBS
= @MYSQLD_EXTRA_LIBS@
228 MYSQLD_USER
= @MYSQLD_USER@
229 MYSQL_BASE_VERSION
= @MYSQL_BASE_VERSION@
230 MYSQL_COPYRIGHT_YEAR
= @MYSQL_COPYRIGHT_YEAR@
231 MYSQL_NO_DASH_VERSION
= @MYSQL_NO_DASH_VERSION@
232 MYSQL_PREVIOUS_BASE_VERSION
= @MYSQL_PREVIOUS_BASE_VERSION@
233 MYSQL_SERVER_SUFFIX
= @MYSQL_SERVER_SUFFIX@
234 MYSQL_TCP_PORT
= @MYSQL_TCP_PORT@
235 MYSQL_TCP_PORT_DEFAULT
= @MYSQL_TCP_PORT_DEFAULT@
236 MYSQL_UNIX_ADDR
= @MYSQL_UNIX_ADDR@
237 MYSQL_U_SCORE_VERSION
= @MYSQL_U_SCORE_VERSION@
238 MYSQL_VERSION_ID
= @MYSQL_VERSION_ID@
239 NDB_DEFS
= @NDB_DEFS@
240 NDB_LD_VERSION_SCRIPT
= @NDB_LD_VERSION_SCRIPT@
241 NDB_SCI_INCLUDES
= @NDB_SCI_INCLUDES@
242 NDB_SCI_LIBS
= @NDB_SCI_LIBS@
243 NDB_SHARED_LIB_MAJOR_VERSION
= @NDB_SHARED_LIB_MAJOR_VERSION@
244 NDB_SHARED_LIB_VERSION
= @NDB_SHARED_LIB_VERSION@
245 NDB_SIZEOF_CHAR
= @NDB_SIZEOF_CHAR@
246 NDB_SIZEOF_CHARP
= @NDB_SIZEOF_CHARP@
247 NDB_SIZEOF_INT
= @NDB_SIZEOF_INT@
248 NDB_SIZEOF_LONG
= @NDB_SIZEOF_LONG@
249 NDB_SIZEOF_LONG_LONG
= @NDB_SIZEOF_LONG_LONG@
250 NDB_SIZEOF_SHORT
= @NDB_SIZEOF_SHORT@
251 NDB_VERSION_BUILD
= @NDB_VERSION_BUILD@
252 NDB_VERSION_MAJOR
= @NDB_VERSION_MAJOR@
253 NDB_VERSION_MINOR
= @NDB_VERSION_MINOR@
254 NDB_VERSION_STATUS
= @NDB_VERSION_STATUS@
257 NOINST_LDFLAGS
= @NOINST_LDFLAGS@
258 NON_THREADED_LIBS
= @NON_THREADED_LIBS@
264 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
265 PACKAGE_NAME
= @PACKAGE_NAME@
266 PACKAGE_STRING
= @PACKAGE_STRING@
267 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
268 PACKAGE_VERSION
= @PACKAGE_VERSION@
269 PATH_SEPARATOR
= @PATH_SEPARATOR@
270 PDFLATEX
= @PDFLATEX@
271 PDFMANUAL
= @PDFMANUAL@
274 PROTOCOL_VERSION
= @PROTOCOL_VERSION@
278 SAVE_ASFLAGS
= @SAVE_ASFLAGS@
280 SAVE_CFLAGS
= @SAVE_CFLAGS@
281 SAVE_CXX
= @SAVE_CXX@
282 SAVE_CXXFLAGS
= @SAVE_CXXFLAGS@
283 SAVE_CXXLDFLAGS
= @SAVE_CXXLDFLAGS@
284 SAVE_LDFLAGS
= @SAVE_LDFLAGS@
286 SET_MAKE
= @SET_MAKE@
287 SHARED_LIB_MAJOR_VERSION
= @SHARED_LIB_MAJOR_VERSION@
288 SHARED_LIB_VERSION
= @SHARED_LIB_VERSION@
290 STATIC_NSS_FLAGS
= @STATIC_NSS_FLAGS@
292 SYSTEM_TYPE
= @SYSTEM_TYPE@
294 TARGET_LINUX
= @TARGET_LINUX@
295 TERMCAP_LIB
= @TERMCAP_LIB@
296 TEST_NDBCLUSTER
= @TEST_NDBCLUSTER@
297 THREAD_LOBJECTS
= @THREAD_LOBJECTS@
299 WRAPLIBS
= @WRAPLIBS@
301 YACC_HEXT
= @YACC_HEXT@
302 ZLIB_DEPS
= @ZLIB_DEPS@
303 ZLIB_INCLUDES
= @ZLIB_INCLUDES@
304 ZLIB_LIBS
= @ZLIB_LIBS@
305 abs_builddir
= @abs_builddir@
306 abs_srcdir
= @abs_srcdir@
307 abs_top_builddir
= @abs_top_builddir@
308 abs_top_srcdir
= @abs_top_srcdir@
309 ac_ct_CC
= @ac_ct_CC@
310 ac_ct_CXX
= @ac_ct_CXX@
311 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
312 am__include
= @am__include@
313 am__leading_dot
= @am__leading_dot@
314 am__quote
= @am__quote@
316 am__untar
= @am__untar@
319 build_alias
= @build_alias@
320 build_cpu
= @build_cpu@
321 build_os
= @build_os@
322 build_vendor
= @build_vendor@
323 builddir
= @builddir@
324 condition_dependent_plugin_includes
= @condition_dependent_plugin_includes@
325 condition_dependent_plugin_links
= @condition_dependent_plugin_links@
326 condition_dependent_plugin_modules
= @condition_dependent_plugin_modules@
327 condition_dependent_plugin_objects
= @condition_dependent_plugin_objects@
329 datarootdir
= @datarootdir@
331 docs_dirs
= @docs_dirs@
333 exec_prefix = @
exec_prefix@
334 extra_docs
= @extra_docs@
336 host_alias
= @host_alias@
337 host_cpu
= @host_cpu@
339 host_vendor
= @host_vendor@
341 includedir = @
includedir@
343 innodb_system_libs
= @innodb_system_libs@
344 install_sh
= @install_sh@
346 libexecdir
= @libexecdir@
347 libmysqld_dirs
= @libmysqld_dirs@
348 localedir
= @localedir@
349 localstatedir
= @localstatedir@
351 man1_files
= @man1_files@
352 man8_files
= @man8_files@
353 man_dirs
= @man_dirs@
356 mysql_pg_dirs
= @mysql_pg_dirs@
357 mysql_pg_distdirs
= @mysql_pg_distdirs@
358 mysql_pg_unittest_dirs
= @mysql_pg_unittest_dirs@
359 mysql_plugin_defs
= @mysql_plugin_defs@
360 mysql_plugin_dirs
= @mysql_plugin_dirs@
361 mysql_plugin_libs
= @mysql_plugin_libs@
362 mysql_se_dirs
= @mysql_se_dirs@
363 mysql_se_distdirs
= @mysql_se_distdirs@
364 mysql_se_unittest_dirs
= @mysql_se_unittest_dirs@
365 ndb_bin_am_ldflags
= @ndb_bin_am_ldflags@
366 ndb_cxxflags_fix
= @ndb_cxxflags_fix@
367 ndb_mgmclient_libs
= @ndb_mgmclient_libs@
368 ndb_opt_subdirs
= @ndb_opt_subdirs@
369 ndb_port
= @ndb_port@
370 ndb_transporter_opt_objs
= @ndb_transporter_opt_objs@
371 ndbcluster_includes
= @ndbcluster_includes@
372 ndbcluster_libs
= @ndbcluster_libs@
373 ndbcluster_system_libs
= @ndbcluster_system_libs@
374 netware_dir
= @netware_dir@
375 oldincludedir = @
oldincludedir@
376 openssl_includes
= @openssl_includes@
377 openssl_libs
= @openssl_libs@
379 plugin_archive_shared_target
= @plugin_archive_shared_target@
380 plugin_archive_static_target
= @plugin_archive_static_target@
381 plugin_blackhole_shared_target
= @plugin_blackhole_shared_target@
382 plugin_blackhole_static_target
= @plugin_blackhole_static_target@
383 plugin_csv_shared_target
= @plugin_csv_shared_target@
384 plugin_csv_static_target
= @plugin_csv_static_target@
385 plugin_daemon_example_shared_target
= @plugin_daemon_example_shared_target@
386 plugin_daemon_example_static_target
= @plugin_daemon_example_static_target@
387 plugin_example_shared_target
= @plugin_example_shared_target@
388 plugin_example_static_target
= @plugin_example_static_target@
389 plugin_federated_shared_target
= @plugin_federated_shared_target@
390 plugin_federated_static_target
= @plugin_federated_static_target@
391 plugin_ftexample_shared_target
= @plugin_ftexample_shared_target@
392 plugin_ftexample_static_target
= @plugin_ftexample_static_target@
393 plugin_heap_shared_target
= @plugin_heap_shared_target@
394 plugin_heap_static_target
= @plugin_heap_static_target@
395 plugin_innobase_shared_target
= @plugin_innobase_shared_target@
396 plugin_innobase_static_target
= @plugin_innobase_static_target@
397 plugin_innodb_plugin_shared_target
= @plugin_innodb_plugin_shared_target@
398 plugin_innodb_plugin_static_target
= @plugin_innodb_plugin_static_target@
399 plugin_myisam_shared_target
= @plugin_myisam_shared_target@
400 plugin_myisam_static_target
= @plugin_myisam_static_target@
401 plugin_myisammrg_shared_target
= @plugin_myisammrg_shared_target@
402 plugin_myisammrg_static_target
= @plugin_myisammrg_static_target@
403 plugin_ndbcluster_shared_target
= @plugin_ndbcluster_shared_target@
404 plugin_ndbcluster_static_target
= @plugin_ndbcluster_static_target@
405 plugin_partition_shared_target
= @plugin_partition_shared_target@
406 plugin_partition_static_target
= @plugin_partition_static_target@
408 program_transform_name
= @program_transform_name@
410 readline_basedir
= @readline_basedir@
411 readline_dir
= @readline_dir@
412 readline_h_ln_cmd
= @readline_h_ln_cmd@
413 readline_link
= @readline_link@
414 readline_topdir
= @readline_topdir@
416 server_scripts
= @server_scripts@
417 sharedstatedir
= @sharedstatedir@
418 sql_client_dirs
= @sql_client_dirs@
419 sql_server
= @sql_server@
420 sql_server_dirs
= @sql_server_dirs@
421 sql_union_dirs
= @sql_union_dirs@
423 sysconfdir
= @sysconfdir@
425 target_alias
= @target_alias@
426 target_cpu
= @target_cpu@
427 target_os
= @target_os@
428 target_vendor
= @target_vendor@
429 tools_dirs
= @tools_dirs@
430 top_build_prefix
= @top_build_prefix@
431 top_builddir
= @top_builddir@
432 top_srcdir
= @top_srcdir@
433 uname_prog
= @uname_prog@
434 yassl_dir
= @yassl_dir@
435 yassl_h_ln_cmd
= @yassl_h_ln_cmd@
436 yassl_libs
= @yassl_libs@
437 yassl_taocrypt_extra_cxxflags
= @yassl_taocrypt_extra_cxxflags@
438 yassl_thread_cxxflags
= @yassl_thread_cxxflags@
439 zlib_dir
= @zlib_dir@
440 ndb_cpcd_SOURCES
= main.
cpp CPCD.
cpp Process.
cpp APIService.
cpp Monitor.
cpp common.
cpp
442 $(top_builddir
)/storage
/ndb
/src
/libndbclient.la \
443 $(top_builddir
)/dbug
/libdbug.a \
444 $(top_builddir
)/mysys
/libmysys.a \
445 $(top_builddir
)/strings
/libmystrings.a @NDB_SCI_LIBS@
447 ndbbindir
= "$(libexecdir)"
448 ndbtoolsdir
= "$(bindir)"
449 ndbtestdir
= "$(bindir)"
450 ndblibdir
= "$(pkglibdir)"
451 ndbincludedir
= "$(pkgincludedir)/storage/ndb"
452 ndbapiincludedir
= "$(pkgincludedir)/storage/ndb/ndbapi"
453 mgmapiincludedir
= "$(pkgincludedir)/storage/ndb/mgmapi"
454 INCLUDES
= $(INCLUDES_LOC
) -I
$(srcdir) -I
$(top_builddir
)/include \
455 -I
$(top_builddir
)/storage
/ndb
/include -I
$(top_srcdir
)/include \
456 -I
$(top_srcdir
)/mysys
-I
$(top_srcdir
)/storage
/ndb
/include \
457 -I
$(top_srcdir
)/storage
/ndb
/include/util \
458 -I
$(top_srcdir
)/storage
/ndb
/include/portlib \
459 -I
$(top_srcdir
)/storage
/ndb
/include/logger
461 NDB_CXXFLAGS
= @ndb_cxxflags_fix@
$(NDB_CXXFLAGS_LOC
)
462 NDB_AM_CXXFLAGS
:= $(AM_CXXFLAGS
)
463 ndb_cpcd_LDFLAGS
= -static @ndb_bin_am_ldflags@
467 .SUFFIXES
: .
cpp .lo .o .obj
468 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(top_srcdir
)/storage
/ndb
/config
/common.mk.am
$(top_srcdir
)/storage
/ndb
/config
/type_util.mk.am
$(am__configure_deps
)
470 case
'$(am__configure_deps)' in \
472 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
473 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
477 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu storage/ndb/src/cw/cpcd/Makefile'; \
478 cd
$(top_srcdir
) && \
479 $(AUTOMAKE
) --gnu storage
/ndb
/src
/cw
/cpcd
/Makefile
481 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
484 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
486 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
487 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
490 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
491 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
493 $(top_srcdir
)/configure
: $(am__configure_deps
)
494 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
495 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
496 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
497 install-ndbbinPROGRAMS
: $(ndbbin_PROGRAMS
)
499 test -z
"$(ndbbindir)" ||
$(MKDIR_P
) "$(DESTDIR)$(ndbbindir)"
500 @list
='$(ndbbin_PROGRAMS)'; for p in
$$list; do \
501 p1
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
505 f
=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
506 echo
" $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(ndbbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ndbbindir)/$$f'"; \
507 $(INSTALL_PROGRAM_ENV
) $(LIBTOOL
) $(AM_LIBTOOLFLAGS
) $(LIBTOOLFLAGS
) --mode
=install $(ndbbinPROGRAMS_INSTALL
) "$$p" "$(DESTDIR)$(ndbbindir)/$$f" || exit
1; \
511 uninstall-ndbbinPROGRAMS
:
513 @list
='$(ndbbin_PROGRAMS)'; for p in
$$list; do \
514 f
=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
515 echo
" rm -f '$(DESTDIR)$(ndbbindir)/$$f'"; \
516 rm -f
"$(DESTDIR)$(ndbbindir)/$$f"; \
519 clean-ndbbinPROGRAMS
:
520 @list
='$(ndbbin_PROGRAMS)'; for p in
$$list; do \
521 f
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
522 echo
" rm -f $$p $$f"; \
525 ndb_cpcd
$(EXEEXT
): $(ndb_cpcd_OBJECTS
) $(ndb_cpcd_DEPENDENCIES
)
526 @
rm -f ndb_cpcd
$(EXEEXT
)
527 $(ndb_cpcd_LINK
) $(ndb_cpcd_OBJECTS
) $(ndb_cpcd_LDADD
) $(LIBS
)
535 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/APIService.Po@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/CPCD.Po@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/Monitor.Po@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/Process.Po@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/common.Po@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/main.Po@am__quote@
543 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
544 @am__fastdepCXX_TRUE@ mv
-f
$(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
545 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
546 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
547 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
$<
550 @am__fastdepCXX_TRUE@
$(CXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
551 @am__fastdepCXX_TRUE@ mv
-f
$(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
552 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
553 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
554 @am__fastdepCXX_FALSE@
$(CXXCOMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
557 @am__fastdepCXX_TRUE@
$(LTCXXCOMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
558 @am__fastdepCXX_TRUE@ mv
-f
$(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Plo
559 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source
='$<' object
='$@' libtool
=yes @AMDEPBACKSLASH@
560 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR
=$(DEPDIR
) $(CXXDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
561 @am__fastdepCXX_FALSE@
$(LTCXXCOMPILE
) -c
-o
$@
$<
569 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
570 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
571 unique
=`for i in $$list; do \
572 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
575 END { if (nonempty) { for (i in files) print i; }; }'`; \
579 TAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
580 $(TAGS_FILES
) $(LISP
)
583 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
584 unique
=`for i in $$list; do \
585 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
588 END { if (nonempty) { for (i in files) print i; }; }'`; \
589 if
test -z
"$(ETAGS_ARGS)$$tags$$unique"; then
:; else \
590 test -n
"$$unique" || unique
=$$empty_fix; \
591 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
595 CTAGS
: $(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
596 $(TAGS_FILES
) $(LISP
)
598 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
599 unique
=`for i in $$list; do \
600 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
602 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603 END { if (nonempty) { for (i in files) print i; }; }'`; \
604 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
605 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
609 here
=`$(am__cd) $(top_builddir) && pwd` \
610 && cd
$(top_srcdir
) \
611 && gtags
-i
$(GTAGS_ARGS
) $$here
614 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
616 distdir
: $(DISTFILES
)
617 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619 list
='$(DISTFILES)'; \
620 dist_files
=`for file in $$list; do echo $$file; done | \
621 sed -e "s|^$$srcdirstrip/||;t" \
622 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
623 case
$$dist_files in \
624 */*) $(MKDIR_P
) `echo "$$dist_files" | \
625 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
628 for file in
$$dist_files; do \
629 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
630 if
test -d
$$d/$$file; then \
631 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
632 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
633 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
635 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
637 test -f
$(distdir
)/$$file \
638 || cp
-p
$$d/$$file $(distdir
)/$$file \
644 all-am
: Makefile
$(PROGRAMS
)
646 for
dir in
"$(DESTDIR)$(ndbbindir)"; do \
647 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
650 install-exec
: install-exec-am
651 install-data
: install-data-am
652 uninstall: uninstall-am
655 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
657 installcheck: installcheck-am
659 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
660 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
661 `test -z '$(STRIP)' || \
662 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
668 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
670 maintainer-clean-generic
:
671 @echo
"This command is intended for maintainers to use"
672 @echo
"it deletes files that may require special tools to rebuild."
675 clean-am
: clean-generic clean-libtool clean-ndbbinPROGRAMS \
678 distclean: distclean-am
681 distclean-am
: clean-am distclean-compile distclean-generic \
694 install-data-am
: install-ndbbinPROGRAMS
696 install-dvi
: install-dvi-am
700 install-html
: install-html-am
702 install-info
: install-info-am
706 install-pdf
: install-pdf-am
708 install-ps
: install-ps-am
712 maintainer-clean
: maintainer-clean-am
715 maintainer-clean-am
: distclean-am maintainer-clean-generic
717 mostlyclean: mostlyclean-am
719 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
730 uninstall-am
: uninstall-ndbbinPROGRAMS
732 .MAKE
: install-am install-strip
734 .PHONY
: CTAGS GTAGS
all all-am
check check-am
clean clean-generic \
735 clean-libtool clean-ndbbinPROGRAMS 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-dvi \
739 install-dvi-am install-exec install-exec-am install-html \
740 install-html-am install-info install-info-am install-man \
741 install-ndbbinPROGRAMS install-pdf install-pdf-am install-ps \
742 install-ps-am install-strip
installcheck installcheck-am \
743 installdirs maintainer-clean maintainer-clean-generic \
744 mostlyclean mostlyclean-compile mostlyclean-generic \
745 mostlyclean-libtool pdf pdf-am ps ps-am
tags uninstall \
746 uninstall-am uninstall-ndbbinPROGRAMS
749 # Don't update the files from bitkeeper
753 # Tell versions [3.59,3.63) of GNU make to not export all variables.
754 # Otherwise a system limit (for SysV at least) may be exceeded.