Makefile.in
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:28k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.8.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004  Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  14. #
  15. # This library is free software; you can redistribute it and/or
  16. # modify it under the terms of the GNU Library General Public
  17. # License as published by the Free Software Foundation; either
  18. # version 2 of the License, or (at your option) any later version.
  19. #
  20. # This library is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  23. # Library General Public License for more details.
  24. #
  25. # You should have received a copy of the GNU Library General Public
  26. # License along with this library; if not, write to the Free
  27. # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  28. # MA 02111-1307, USA
  29. SOURCES = $(mysql_test_run_new_SOURCES)
  30. srcdir = @srcdir@
  31. top_srcdir = @top_srcdir@
  32. VPATH = @srcdir@
  33. pkgdatadir = $(datadir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkgincludedir = $(includedir)/@PACKAGE@
  36. top_builddir = ..
  37. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  38. INSTALL = @INSTALL@
  39. install_sh_DATA = $(install_sh) -c -m 644
  40. install_sh_PROGRAM = $(install_sh) -c
  41. install_sh_SCRIPT = $(install_sh) -c
  42. INSTALL_HEADER = $(INSTALL_DATA)
  43. transform = $(program_transform_name)
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. build_triplet = @build@
  51. host_triplet = @host@
  52. target_triplet = @target@
  53. EXTRA_PROGRAMS = mysql_test_run_new$(EXEEXT)
  54. subdir = mysql-test
  55. DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am 
  56. $(srcdir)/Makefile.in
  57. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  58. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  59. $(top_srcdir)/configure.in
  60. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  61. $(ACLOCAL_M4)
  62. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  63. CONFIG_HEADER = $(top_builddir)/config.h
  64. CONFIG_CLEAN_FILES =
  65. am_mysql_test_run_new_OBJECTS = mysql_test_run_new.$(OBJEXT) 
  66. my_manage.$(OBJEXT) my_create_tables.$(OBJEXT)
  67. mysql_test_run_new_OBJECTS = $(am_mysql_test_run_new_OBJECTS)
  68. mysql_test_run_new_LDADD = $(LDADD)
  69. am__installdirs = "$(DESTDIR)$(testdir)" "$(DESTDIR)$(testdir)"
  70. testSCRIPT_INSTALL = $(INSTALL_SCRIPT)
  71. SCRIPTS = $(test_SCRIPTS)
  72. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  73. depcomp = $(SHELL) $(top_srcdir)/depcomp
  74. am__depfiles_maybe = depfiles
  75. @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/my_create_tables.Po 
  76. @AMDEP_TRUE@ ./$(DEPDIR)/my_manage.Po 
  77. @AMDEP_TRUE@ ./$(DEPDIR)/mysql_test_run_new.Po
  78. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  79. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  80. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) 
  81. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  82. $(AM_CFLAGS) $(CFLAGS)
  83. CCLD = $(CC)
  84. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  85. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  86. SOURCES = $(mysql_test_run_new_SOURCES)
  87. DIST_SOURCES = $(mysql_test_run_new_SOURCES)
  88. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  89. html-recursive info-recursive install-data-recursive 
  90. install-exec-recursive install-info-recursive 
  91. install-recursive installcheck-recursive installdirs-recursive 
  92. pdf-recursive ps-recursive uninstall-info-recursive 
  93. uninstall-recursive
  94. testDATA_INSTALL = $(INSTALL_DATA)
  95. DATA = $(test_DATA)
  96. HEADERS = $(noinst_HEADERS)
  97. ETAGS = etags
  98. CTAGS = ctags
  99. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  100. ACLOCAL = @ACLOCAL@
  101. ALLOCA = @ALLOCA@
  102. AMDEP_FALSE = @AMDEP_FALSE@
  103. AMDEP_TRUE = @AMDEP_TRUE@
  104. AMTAR = @AMTAR@
  105. AR = @AR@
  106. AS = @AS@
  107. ASSEMBLER_FALSE = @ASSEMBLER_FALSE@
  108. ASSEMBLER_TRUE = @ASSEMBLER_TRUE@
  109. ASSEMBLER_sparc32_FALSE = @ASSEMBLER_sparc32_FALSE@
  110. ASSEMBLER_sparc32_TRUE = @ASSEMBLER_sparc32_TRUE@
  111. ASSEMBLER_sparc64_FALSE = @ASSEMBLER_sparc64_FALSE@
  112. ASSEMBLER_sparc64_TRUE = @ASSEMBLER_sparc64_TRUE@
  113. ASSEMBLER_x86_FALSE = @ASSEMBLER_x86_FALSE@
  114. ASSEMBLER_x86_TRUE = @ASSEMBLER_x86_TRUE@
  115. AUTOCONF = @AUTOCONF@
  116. AUTOHEADER = @AUTOHEADER@
  117. AUTOMAKE = @AUTOMAKE@
  118. AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
  119. AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
  120. AWK = @AWK@
  121. CC = @CC@
  122. CCAS = @CCAS@
  123. CCASFLAGS = @CCASFLAGS@
  124. CCDEPMODE = @CCDEPMODE@
  125. CC_VERSION = @CC_VERSION@
  126. CFLAGS = @CFLAGS@
  127. CHECK_PID = @CHECK_PID@
  128. CHMOD = @CHMOD@
  129. CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
  130. CLIENT_LIBS = @CLIENT_LIBS@
  131. CMP = @CMP@
  132. COMPILATION_COMMENT = @COMPILATION_COMMENT@
  133. COMPILE_PSTACK_FALSE = @COMPILE_PSTACK_FALSE@
  134. COMPILE_PSTACK_TRUE = @COMPILE_PSTACK_TRUE@
  135. CONF_COMMAND = @CONF_COMMAND@
  136. CP = @CP@
  137. CPP = @CPP@
  138. CPPFLAGS = @CPPFLAGS@
  139. CXX = @CXX@
  140. CXXCPP = @CXXCPP@
  141. CXXDEPMODE = @CXXDEPMODE@
  142. CXXFLAGS = @CXXFLAGS@
  143. CXXLDFLAGS = @CXXLDFLAGS@
  144. CXX_VERSION = @CXX_VERSION@
  145. CYGPATH_W = @CYGPATH_W@
  146. DARWIN_MWCC_FALSE = @DARWIN_MWCC_FALSE@
  147. DARWIN_MWCC_TRUE = @DARWIN_MWCC_TRUE@
  148. DEFS = @DEFS@
  149. DEPDIR = @DEPDIR@
  150. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  151. DOXYGEN = @DOXYGEN@
  152. DVIS = @DVIS@
  153. ECHO = @ECHO@
  154. ECHO_C = @ECHO_C@
  155. ECHO_N = @ECHO_N@
  156. ECHO_T = @ECHO_T@
  157. EGREP = @EGREP@
  158. EXEEXT = @EXEEXT@
  159. F77 = @F77@
  160. FFLAGS = @FFLAGS@
  161. FIND_PROC = @FIND_PROC@
  162. GETCONF = @GETCONF@
  163. GXX = @GXX@
  164. HAVE_NDBCLUSTER_DB_FALSE = @HAVE_NDBCLUSTER_DB_FALSE@
  165. HAVE_NDBCLUSTER_DB_TRUE = @HAVE_NDBCLUSTER_DB_TRUE@
  166. HAVE_NETWARE_FALSE = @HAVE_NETWARE_FALSE@
  167. HAVE_NETWARE_TRUE = @HAVE_NETWARE_TRUE@
  168. HOSTNAME = @HOSTNAME@
  169. INSTALL_DATA = @INSTALL_DATA@
  170. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  171. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  172. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  173. KILL = @KILL@
  174. LD = @LD@
  175. LDFLAGS = @LDFLAGS@
  176. LIBDL = @LIBDL@
  177. LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
  178. LIBOBJS = @LIBOBJS@
  179. LIBS = @LIBS@
  180. LIBTOOL = @LIBTOOL@
  181. LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
  182. LM_CFLAGS = @LM_CFLAGS@
  183. LN = @LN@
  184. LN_CP_F = @LN_CP_F@
  185. LN_S = @LN_S@
  186. LOCAL_FALSE = @LOCAL_FALSE@
  187. LOCAL_TRUE = @LOCAL_TRUE@
  188. LTLIBOBJS = @LTLIBOBJS@
  189. MACHINE_TYPE = @MACHINE_TYPE@
  190. MAKEINDEX = @MAKEINDEX@
  191. MAKEINFO = @MAKEINFO@
  192. MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
  193. MAKE_SHELL = @MAKE_SHELL@
  194. MT_INCLUDES = @MT_INCLUDES@
  195. MT_LD_ADD = @MT_LD_ADD@
  196. MV = @MV@
  197. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  198. MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
  199. MYSQLD_USER = @MYSQLD_USER@
  200. MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
  201. MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
  202. MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
  203. MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
  204. MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
  205. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  206. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  207. NDB_DEFS = @NDB_DEFS@
  208. NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
  209. NDB_SCI_LIBS = @NDB_SCI_LIBS@
  210. NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
  211. NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
  212. NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
  213. NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
  214. NOINST_LDFLAGS = @NOINST_LDFLAGS@
  215. NON_THREADED_LIBS = @NON_THREADED_LIBS@
  216. OBJEXT = @OBJEXT@
  217. PACKAGE = @PACKAGE@
  218. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  219. PACKAGE_NAME = @PACKAGE_NAME@
  220. PACKAGE_STRING = @PACKAGE_STRING@
  221. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  222. PACKAGE_VERSION = @PACKAGE_VERSION@
  223. PATH_SEPARATOR = @PATH_SEPARATOR@
  224. PDFLATEX = @PDFLATEX@
  225. PDFMANUAL = @PDFMANUAL@
  226. PERL = @PERL@
  227. PERL5 = @PERL5@
  228. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  229. PS = @PS@
  230. RANLIB = @RANLIB@
  231. RM = @RM@
  232. SAVE_ASFLAGS = @SAVE_ASFLAGS@
  233. SAVE_CFLAGS = @SAVE_CFLAGS@
  234. SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
  235. SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
  236. SAVE_LDFLAGS = @SAVE_LDFLAGS@
  237. SED = @SED@
  238. SET_MAKE = @SET_MAKE@
  239. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  240. SHELL = @SHELL@
  241. STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
  242. STRIP = @STRIP@
  243. SYSTEM_TYPE = @SYSTEM_TYPE@
  244. TAR = @TAR@
  245. TARGET_LINUX = @TARGET_LINUX@
  246. TERMCAP_LIB = @TERMCAP_LIB@
  247. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  248. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  249. VERSION = @VERSION@
  250. WRAPLIBS = @WRAPLIBS@
  251. YACC = @YACC@
  252. ZLIB_DEPS = @ZLIB_DEPS@
  253. ZLIB_INCLUDES = @ZLIB_INCLUDES@
  254. ZLIB_LIBS = @ZLIB_LIBS@
  255. ac_ct_AR = @ac_ct_AR@
  256. ac_ct_CC = @ac_ct_CC@
  257. ac_ct_CXX = @ac_ct_CXX@
  258. ac_ct_F77 = @ac_ct_F77@
  259. ac_ct_GETCONF = @ac_ct_GETCONF@
  260. ac_ct_RANLIB = @ac_ct_RANLIB@
  261. ac_ct_STRIP = @ac_ct_STRIP@
  262. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  263. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  264. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  265. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  266. am__include = @am__include@
  267. am__leading_dot = @am__leading_dot@
  268. am__quote = @am__quote@
  269. bdb_includes = @bdb_includes@
  270. bdb_libs = @bdb_libs@
  271. bdb_libs_with_path = @bdb_libs_with_path@
  272. bench_dirs = @bench_dirs@
  273. bindir = @bindir@
  274. build = @build@
  275. build_alias = @build_alias@
  276. build_cpu = @build_cpu@
  277. build_os = @build_os@
  278. build_vendor = @build_vendor@
  279. datadir = @datadir@
  280. docs_dirs = @docs_dirs@
  281. exec_prefix = @exec_prefix@
  282. fs_dirs = @fs_dirs@
  283. host = @host@
  284. host_alias = @host_alias@
  285. host_cpu = @host_cpu@
  286. host_os = @host_os@
  287. host_vendor = @host_vendor@
  288. includedir = @includedir@
  289. infodir = @infodir@
  290. innodb_includes = @innodb_includes@
  291. innodb_libs = @innodb_libs@
  292. innodb_system_libs = @innodb_system_libs@
  293. install_sh = @install_sh@
  294. isam_libs = @isam_libs@
  295. libdir = @libdir@
  296. libexecdir = @libexecdir@
  297. libmysqld_dirs = @libmysqld_dirs@
  298. linked_client_targets = @linked_client_targets@
  299. linked_libmysqld_targets = @linked_libmysqld_targets@
  300. linked_netware_sources = @linked_netware_sources@
  301. localstatedir = @localstatedir@
  302. man1_files = @man1_files@
  303. man_dirs = @man_dirs@
  304. mandir = @mandir@
  305. mkdir_p = @mkdir_p@
  306. ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
  307. ndb_cxxflags_fix = @ndb_cxxflags_fix@
  308. ndb_mgmclient_libs = @ndb_mgmclient_libs@
  309. ndb_opt_subdirs = @ndb_opt_subdirs@
  310. ndb_port = @ndb_port@
  311. ndb_port_base = @ndb_port_base@
  312. ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
  313. ndbcluster_includes = @ndbcluster_includes@
  314. ndbcluster_libs = @ndbcluster_libs@
  315. ndbcluster_system_libs = @ndbcluster_system_libs@
  316. netware_dir = @netware_dir@
  317. oldincludedir = @oldincludedir@
  318. openssl_includes = @openssl_includes@
  319. openssl_libs = @openssl_libs@
  320. orbit_idl = @orbit_idl@
  321. orbit_includes = @orbit_includes@
  322. orbit_libs = @orbit_libs@
  323. prefix = @prefix@
  324. program_transform_name = @program_transform_name@
  325. pstack_dirs = @pstack_dirs@
  326. pstack_libs = @pstack_libs@
  327. readline_basedir = @readline_basedir@
  328. readline_dir = @readline_dir@
  329. readline_h_ln_cmd = @readline_h_ln_cmd@
  330. readline_link = @readline_link@
  331. readline_topdir = @readline_topdir@
  332. sbindir = @sbindir@
  333. server_scripts = @server_scripts@
  334. sharedstatedir = @sharedstatedir@
  335. sql_client_dirs = @sql_client_dirs@
  336. sql_server_dirs = @sql_server_dirs@
  337. sql_union_dirs = @sql_union_dirs@
  338. subdirs = @subdirs@
  339. sysconfdir = @sysconfdir@
  340. target = @target@
  341. target_alias = @target_alias@
  342. target_cpu = @target_cpu@
  343. target_os = @target_os@
  344. target_vendor = @target_vendor@
  345. thread_dirs = @thread_dirs@
  346. tools_dirs = @tools_dirs@
  347. uname_prog = @uname_prog@
  348. vio_dir = @vio_dir@
  349. vio_libs = @vio_libs@
  350. zlib_dir = @zlib_dir@
  351. # If one uses automake conditionals, automake will automatically
  352. # include all possible branches to DIST_SUBDIRS goal.
  353. # Reset DIST_SUBDIRS if we don't use NDB
  354. @HAVE_NDBCLUSTER_DB_FALSE@SUBDIRS = 
  355. @HAVE_NDBCLUSTER_DB_TRUE@SUBDIRS = ndb
  356. @HAVE_NDBCLUSTER_DB_FALSE@DIST_SUBDIRS = 
  357. @HAVE_NDBCLUSTER_DB_TRUE@DIST_SUBDIRS = ndb
  358. @HAVE_NDBCLUSTER_DB_FALSE@USE_NDBCLUSTER = ""
  359. @HAVE_NDBCLUSTER_DB_TRUE@USE_NDBCLUSTER = "--ndbcluster"
  360. benchdir_root = $(prefix)
  361. testdir = $(benchdir_root)/mysql-test
  362. EXTRA_SCRIPTS = mysql-test-run.sh mysql-test-run.pl install_test_db.sh
  363. EXTRA_DIST = $(EXTRA_SCRIPTS) 
  364. test_SCRIPTS = mysql-test-run install_test_db 
  365. test_DATA = std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem 
  366. std_data/server-cert.pem std_data/server-key.pem 
  367. CLEANFILES = $(test_SCRIPTS) $(test_DATA)
  368. INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I..
  369. noinst_HEADERS = my_manage.h
  370. mysql_test_run_new_SOURCES = mysql_test_run_new.c my_manage.c my_create_tables.c
  371. SUFFIXES = .sh
  372. all: all-recursive
  373. .SUFFIXES:
  374. .SUFFIXES: .sh .c .lo .o .obj
  375. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  376. @for dep in $?; do 
  377.   case '$(am__configure_deps)' in 
  378.     *$$dep*) 
  379.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  380. && exit 0; 
  381.       exit 1;; 
  382.   esac; 
  383. done; 
  384. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  mysql-test/Makefile'; 
  385. cd $(top_srcdir) && 
  386.   $(AUTOMAKE) --gnu  mysql-test/Makefile
  387. .PRECIOUS: Makefile
  388. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  389. @case '$?' in 
  390.   *config.status*) 
  391.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  392.   *) 
  393.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  394.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  395. esac;
  396. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  397. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  398. $(top_srcdir)/configure:  $(am__configure_deps)
  399. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  400. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  401. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  402. mysql_test_run_new$(EXEEXT): $(mysql_test_run_new_OBJECTS) $(mysql_test_run_new_DEPENDENCIES) 
  403. @rm -f mysql_test_run_new$(EXEEXT)
  404. $(LINK) $(mysql_test_run_new_LDFLAGS) $(mysql_test_run_new_OBJECTS) $(mysql_test_run_new_LDADD) $(LIBS)
  405. install-testSCRIPTS: $(test_SCRIPTS)
  406. @$(NORMAL_INSTALL)
  407. test -z "$(testdir)" || $(mkdir_p) "$(DESTDIR)$(testdir)"
  408. @list='$(test_SCRIPTS)'; for p in $$list; do 
  409.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  410.   if test -f $$d$$p; then 
  411.     f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; 
  412.     echo " $(testSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(testdir)/$$f'"; 
  413.     $(testSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(testdir)/$$f"; 
  414.   else :; fi; 
  415. done
  416. uninstall-testSCRIPTS:
  417. @$(NORMAL_UNINSTALL)
  418. @list='$(test_SCRIPTS)'; for p in $$list; do 
  419.   f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; 
  420.   echo " rm -f '$(DESTDIR)$(testdir)/$$f'"; 
  421.   rm -f "$(DESTDIR)$(testdir)/$$f"; 
  422. done
  423. mostlyclean-compile:
  424. -rm -f *.$(OBJEXT)
  425. distclean-compile:
  426. -rm -f *.tab.c
  427. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/my_create_tables.Po@am__quote@
  428. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/my_manage.Po@am__quote@
  429. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mysql_test_run_new.Po@am__quote@
  430. .c.o:
  431. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  432. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  433. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  434. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  435. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  436. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  437. .c.obj:
  438. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  439. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  440. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  441. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
  442. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  443. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  444. .c.lo:
  445. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  446. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  447. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  448. @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
  449. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  450. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  451. mostlyclean-libtool:
  452. -rm -f *.lo
  453. clean-libtool:
  454. -rm -rf .libs _libs
  455. distclean-libtool:
  456. -rm -f libtool
  457. uninstall-info-am:
  458. install-testDATA: $(test_DATA)
  459. @$(NORMAL_INSTALL)
  460. test -z "$(testdir)" || $(mkdir_p) "$(DESTDIR)$(testdir)"
  461. @list='$(test_DATA)'; for p in $$list; do 
  462.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  463.   f="`echo $$p | sed -e 's|^.*/||'`"; 
  464.   echo " $(testDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(testdir)/$$f'"; 
  465.   $(testDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(testdir)/$$f"; 
  466. done
  467. uninstall-testDATA:
  468. @$(NORMAL_UNINSTALL)
  469. @list='$(test_DATA)'; for p in $$list; do 
  470.   f="`echo $$p | sed -e 's|^.*/||'`"; 
  471.   echo " rm -f '$(DESTDIR)$(testdir)/$$f'"; 
  472.   rm -f "$(DESTDIR)$(testdir)/$$f"; 
  473. done
  474. # This directory's subdirectories are mostly independent; you can cd
  475. # into them and run `make' without going through this Makefile.
  476. # To change the values of `make' variables: instead of editing Makefiles,
  477. # (1) if the variable is set in `config.status', edit `config.status'
  478. #     (which will cause the Makefiles to be regenerated when you run `make');
  479. # (2) otherwise, pass the desired values on the `make' command line.
  480. $(RECURSIVE_TARGETS):
  481. @set fnord $$MAKEFLAGS; amf=$$2; 
  482. dot_seen=no; 
  483. target=`echo $@ | sed s/-recursive//`; 
  484. list='$(SUBDIRS)'; for subdir in $$list; do 
  485.   echo "Making $$target in $$subdir"; 
  486.   if test "$$subdir" = "."; then 
  487.     dot_seen=yes; 
  488.     local_target="$$target-am"; 
  489.   else 
  490.     local_target="$$target"; 
  491.   fi; 
  492.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  493.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  494. done; 
  495. if test "$$dot_seen" = "no"; then 
  496.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  497. fi; test -z "$$fail"
  498. mostlyclean-recursive clean-recursive distclean-recursive 
  499. maintainer-clean-recursive:
  500. @set fnord $$MAKEFLAGS; amf=$$2; 
  501. dot_seen=no; 
  502. case "$@" in 
  503.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  504.   *) list='$(SUBDIRS)' ;; 
  505. esac; 
  506. rev=''; for subdir in $$list; do 
  507.   if test "$$subdir" = "."; then :; else 
  508.     rev="$$subdir $$rev"; 
  509.   fi; 
  510. done; 
  511. rev="$$rev ."; 
  512. target=`echo $@ | sed s/-recursive//`; 
  513. for subdir in $$rev; do 
  514.   echo "Making $$target in $$subdir"; 
  515.   if test "$$subdir" = "."; then 
  516.     local_target="$$target-am"; 
  517.   else 
  518.     local_target="$$target"; 
  519.   fi; 
  520.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  521.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  522. done && test -z "$$fail"
  523. tags-recursive:
  524. list='$(SUBDIRS)'; for subdir in $$list; do 
  525.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  526. done
  527. ctags-recursive:
  528. list='$(SUBDIRS)'; for subdir in $$list; do 
  529.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  530. done
  531. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  532. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  533. unique=`for i in $$list; do 
  534.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  535.   done | 
  536.   $(AWK) '    { files[$$0] = 1; } 
  537.        END { for (i in files) print i; }'`; 
  538. mkid -fID $$unique
  539. tags: TAGS
  540. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  541. $(TAGS_FILES) $(LISP)
  542. tags=; 
  543. here=`pwd`; 
  544. if (etags --etags-include --version) >/dev/null 2>&1; then 
  545.   include_option=--etags-include; 
  546. else 
  547.   include_option=--include; 
  548. fi; 
  549. list='$(SUBDIRS)'; for subdir in $$list; do 
  550.   if test "$$subdir" = .; then :; else 
  551.     test -f $$subdir/TAGS && 
  552.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  553.   fi; 
  554. done; 
  555. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  556. unique=`for i in $$list; do 
  557.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  558.   done | 
  559.   $(AWK) '    { files[$$0] = 1; } 
  560.        END { for (i in files) print i; }'`; 
  561. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  562.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  563.      $$tags $$unique
  564. ctags: CTAGS
  565. CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  566. $(TAGS_FILES) $(LISP)
  567. tags=; 
  568. here=`pwd`; 
  569. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  570. unique=`for i in $$list; do 
  571.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  572.   done | 
  573.   $(AWK) '    { files[$$0] = 1; } 
  574.        END { for (i in files) print i; }'`; 
  575. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  576.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  577.      $$tags $$unique
  578. GTAGS:
  579. here=`$(am__cd) $(top_builddir) && pwd` 
  580.   && cd $(top_srcdir) 
  581.   && gtags -i $(GTAGS_ARGS) $$here
  582. distclean-tags:
  583. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  584. distdir: $(DISTFILES)
  585. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  586. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  587. list='$(DISTFILES)'; for file in $$list; do 
  588.   case $$file in 
  589.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  590.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  591.   esac; 
  592.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  593.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  594.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  595.     dir="/$$dir"; 
  596.     $(mkdir_p) "$(distdir)$$dir"; 
  597.   else 
  598.     dir=''; 
  599.   fi; 
  600.   if test -d $$d/$$file; then 
  601.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  602.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  603.     fi; 
  604.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  605.   else 
  606.     test -f $(distdir)/$$file 
  607.     || cp -p $$d/$$file $(distdir)/$$file 
  608.     || exit 1; 
  609.   fi; 
  610. done
  611. list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  612.   if test "$$subdir" = .; then :; else 
  613.     test -d "$(distdir)/$$subdir" 
  614.     || mkdir "$(distdir)/$$subdir" 
  615.     || exit 1; 
  616.     (cd $$subdir && 
  617.       $(MAKE) $(AM_MAKEFLAGS) 
  618.         top_distdir="../$(top_distdir)" 
  619.         distdir="../$(distdir)/$$subdir" 
  620.         distdir) 
  621.       || exit 1; 
  622.   fi; 
  623. done
  624. $(MAKE) $(AM_MAKEFLAGS) 
  625.   top_distdir="$(top_distdir)" distdir="$(distdir)" 
  626.   dist-hook
  627. check-am: all-am
  628. check: check-recursive
  629. all-am: Makefile $(SCRIPTS) $(DATA) $(HEADERS)
  630. installdirs: installdirs-recursive
  631. installdirs-am:
  632. for dir in "$(DESTDIR)$(testdir)" "$(DESTDIR)$(testdir)"; do 
  633.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  634. done
  635. install: install-recursive
  636. install-exec: install-exec-recursive
  637. install-data: install-data-recursive
  638. uninstall: uninstall-recursive
  639. install-am: all-am
  640. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  641. installcheck: installcheck-recursive
  642. install-strip:
  643. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  644.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  645.   `test -z '$(STRIP)' || 
  646.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  647. mostlyclean-generic:
  648. clean-generic:
  649. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  650. distclean-generic:
  651. -rm -f $(CONFIG_CLEAN_FILES)
  652. maintainer-clean-generic:
  653. @echo "This command is intended for maintainers to use"
  654. @echo "it deletes files that may require special tools to rebuild."
  655. clean: clean-recursive
  656. clean-am: clean-generic clean-libtool mostlyclean-am
  657. distclean: distclean-recursive
  658. -rm -rf ./$(DEPDIR)
  659. -rm -f Makefile
  660. distclean-am: clean-am distclean-compile distclean-generic 
  661. distclean-libtool distclean-tags
  662. dvi: dvi-recursive
  663. dvi-am:
  664. html: html-recursive
  665. info: info-recursive
  666. info-am:
  667. install-data-am: install-data-local install-testDATA 
  668. install-testSCRIPTS
  669. install-exec-am:
  670. install-info: install-info-recursive
  671. install-man:
  672. installcheck-am:
  673. maintainer-clean: maintainer-clean-recursive
  674. -rm -rf ./$(DEPDIR)
  675. -rm -f Makefile
  676. maintainer-clean-am: distclean-am maintainer-clean-generic
  677. mostlyclean: mostlyclean-recursive
  678. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  679. mostlyclean-libtool
  680. pdf: pdf-recursive
  681. pdf-am:
  682. ps: ps-recursive
  683. ps-am:
  684. uninstall-am: uninstall-info-am uninstall-local uninstall-testDATA 
  685. uninstall-testSCRIPTS
  686. uninstall-info: uninstall-info-recursive
  687. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am 
  688. clean clean-generic clean-libtool clean-recursive ctags 
  689. ctags-recursive distclean distclean-compile distclean-generic 
  690. distclean-libtool distclean-recursive distclean-tags distdir 
  691. dvi dvi-am html html-am info info-am install install-am 
  692. install-data install-data-am install-data-local install-exec 
  693. install-exec-am install-info install-info-am install-man 
  694. install-strip install-testDATA install-testSCRIPTS 
  695. installcheck installcheck-am installdirs installdirs-am 
  696. maintainer-clean maintainer-clean-generic 
  697. maintainer-clean-recursive mostlyclean mostlyclean-compile 
  698. mostlyclean-generic mostlyclean-libtool mostlyclean-recursive 
  699. pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am 
  700. uninstall-info-am uninstall-local uninstall-testDATA 
  701. uninstall-testSCRIPTS
  702. dist-hook:
  703. mkdir -p $(distdir)/t $(distdir)/r $(distdir)/include 
  704. $(distdir)/std_data $(distdir)/lib
  705. -$(INSTALL_DATA) $(srcdir)/t/*.def $(distdir)/t
  706. $(INSTALL_DATA) $(srcdir)/t/*.test $(distdir)/t
  707. -$(INSTALL_DATA) $(srcdir)/t/*.disabled $(distdir)/t
  708. $(INSTALL_DATA) $(srcdir)/t/*.opt $(srcdir)/t/*.sh $(srcdir)/t/*.slave-mi $(distdir)/t
  709. $(INSTALL_DATA) $(srcdir)/include/*.inc $(distdir)/include
  710. $(INSTALL_DATA) $(srcdir)/r/*.result $(srcdir)/r/*.require $(distdir)/r
  711. $(INSTALL_DATA) $(srcdir)/std_data/Moscow_leap $(distdir)/std_data
  712. $(INSTALL_DATA) $(srcdir)/std_data/*.dat $(srcdir)/std_data/*.000001 $(distdir)/std_data
  713. $(INSTALL_DATA) $(srcdir)/std_data/des_key_file $(distdir)/std_data
  714. $(INSTALL_DATA) $(srcdir)/std_data/*.pem $(distdir)/std_data
  715. $(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(distdir)/lib
  716. $(INSTALL_DATA) $(srcdir)/lib/*.pl $(distdir)/lib
  717. install-data-local:
  718. $(mkinstalldirs) 
  719. $(DESTDIR)$(testdir)/t 
  720. $(DESTDIR)$(testdir)/r 
  721. $(DESTDIR)$(testdir)/include 
  722. $(DESTDIR)$(testdir)/std_data 
  723. $(DESTDIR)$(testdir)/lib
  724. $(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(testdir)
  725. -$(INSTALL_DATA) $(srcdir)/t/*.def $(DESTDIR)$(testdir)/t
  726. $(INSTALL_DATA) $(srcdir)/t/*.test $(DESTDIR)$(testdir)/t
  727. -$(INSTALL_DATA) $(srcdir)/t/*.disabled $(DESTDIR)$(testdir)/t
  728. $(INSTALL_DATA) $(srcdir)/t/*.opt $(DESTDIR)$(testdir)/t
  729. $(INSTALL_DATA) $(srcdir)/t/*.sh $(DESTDIR)$(testdir)/t
  730. $(INSTALL_DATA) $(srcdir)/t/*.slave-mi $(DESTDIR)$(testdir)/t
  731. $(INSTALL_DATA) $(srcdir)/r/*.result $(DESTDIR)$(testdir)/r
  732. $(INSTALL_DATA) $(srcdir)/r/*.require $(DESTDIR)$(testdir)/r
  733. $(INSTALL_DATA) $(srcdir)/include/*.inc $(DESTDIR)$(testdir)/include
  734. $(INSTALL_DATA) $(srcdir)/std_data/*.dat $(DESTDIR)$(testdir)/std_data
  735. $(INSTALL_DATA) $(srcdir)/std_data/*.*001 $(DESTDIR)$(testdir)/std_data
  736. $(INSTALL_DATA) $(srcdir)/std_data/des_key_file $(DESTDIR)$(testdir)/std_data
  737. $(INSTALL_DATA) $(srcdir)/std_data/Moscow_leap $(DESTDIR)$(testdir)/std_data
  738. $(INSTALL_DATA) $(srcdir)/std_data/*.pem $(DESTDIR)$(testdir)/std_data
  739. $(INSTALL_DATA) $(srcdir)/lib/init_db.sql $(DESTDIR)$(testdir)/lib
  740. $(INSTALL_DATA) $(srcdir)/lib/*.pl $(DESTDIR)$(testdir)/lib
  741. uninstall-local:
  742. @RM@ -f -r $(DESTDIR)$(testdir)
  743. std_data/client-key.pem:
  744. @CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
  745. std_data/client-cert.pem:
  746. @CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
  747. std_data/cacert.pem:
  748. @CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
  749. std_data/server-cert.pem:
  750. @CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
  751. std_data/server-key.pem:
  752. @CP@ $(top_srcdir)/SSL/$(@F) $(srcdir)/std_data
  753. .sh:
  754. @RM@ -f $@ $@-t
  755. @SED@ 
  756.   -e 's!@''testdir''@!$(testdir)!g' 
  757.   -e 's!@''bindir''@!$(bindir)!g' 
  758.   -e 's!@''scriptdir''@!$(bindir)!g' 
  759.   -e 's!@''prefix''@!$(prefix)!g' 
  760.   -e 's!@''datadir''@!$(datadir)!g' 
  761.   -e 's!@''localstatedir''@!$(localstatedir)!g' 
  762.   -e 's!@''libexecdir''@!$(libexecdir)!g' 
  763.   -e 's!@''PERL''@!@PERL@!' 
  764.   -e 's!@''VERSION''@!@VERSION@!' 
  765.   -e 's!@''MYSQL_TCP_PORT''@!@MYSQL_TCP_PORT@!' 
  766.   -e 's!@''MYSQL_BASE_VERSION''@!@MYSQL_BASE_VERSION@!' 
  767.   -e 's!@''MYSQL_UNIX_ADDR''@!@MYSQL_UNIX_ADDR@!' 
  768.   -e 's!@''MYSQL_TCP_PORT''@!@MYSQL_TCP_PORT@!' 
  769.   -e 's!@''MYSQL_NO_DASH_VERSION''@!@MYSQL_NO_DASH_VERSION@!' 
  770.   -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' 
  771.   -e 's!@''USE_NDBCLUSTER''@!$(USE_NDBCLUSTER)!g' 
  772.   $< > $@-t
  773. @CHMOD@ +x $@-t
  774. @MV@ $@-t $@
  775. # Don't update the files from bitkeeper
  776. %::SCCS/s.%
  777. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  778. # Otherwise a system limit (for SysV at least) may be exceeded.
  779. .NOEXPORT: