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

MySQL数据库

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.8.3 from Makefile.am.
  2. # tests/Makefile.  Generated from Makefile.in by configure.
  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. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  13. #
  14. # This library is free software; you can redistribute it and/or
  15. # modify it under the terms of the GNU Library General Public
  16. # License as published by the Free Software Foundation; either
  17. # version 2 of the License, or (at your option) any later version.
  18. #
  19. # This library is distributed in the hope that it will be useful,
  20. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  22. # Library General Public License for more details.
  23. #
  24. # You should have received a copy of the GNU Library General Public
  25. # License along with this library; if not, write to the Free
  26. # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  27. # MA 02111-1307, USA
  28. SOURCES = insert_test.c $(mysql_client_test_SOURCES) select_test.c thread_test.c
  29. srcdir = .
  30. top_srcdir = ..
  31. pkgdatadir = $(datadir)/mysql
  32. pkglibdir = $(libdir)/mysql
  33. pkgincludedir = $(includedir)/mysql
  34. top_builddir = ..
  35. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  36. INSTALL = /usr/bin/install -c
  37. install_sh_DATA = $(install_sh) -c -m 644
  38. install_sh_PROGRAM = $(install_sh) -c
  39. install_sh_SCRIPT = $(install_sh) -c
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = $(program_transform_name)
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_triplet = i686-pc-linux-gnu
  49. host_triplet = i686-pc-linux-gnu
  50. target_triplet = i686-pc-linux-gnu
  51. bin_PROGRAMS = mysql_client_test$(EXEEXT)
  52. noinst_PROGRAMS = insert_test$(EXEEXT) select_test$(EXEEXT) 
  53. thread_test$(EXEEXT)
  54. subdir = tests
  55. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  56. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  57. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 
  58. $(top_srcdir)/configure.in
  59. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) 
  60. $(ACLOCAL_M4)
  61. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  62. CONFIG_HEADER = $(top_builddir)/config.h
  63. CONFIG_CLEAN_FILES =
  64. am__installdirs = "$(DESTDIR)$(bindir)"
  65. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  66. PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
  67. insert_test_SOURCES = insert_test.c
  68. insert_test_OBJECTS = insert_test.$(OBJEXT)
  69. insert_test_LDADD = $(LDADD)
  70. am_mysql_client_test_OBJECTS = mysql_client_test.$(OBJEXT)
  71. mysql_client_test_OBJECTS = $(am_mysql_client_test_OBJECTS)
  72. am__DEPENDENCIES_1 = ../libmysql/libmysqlclient.la
  73. am__DEPENDENCIES_2 =
  74. mysql_client_test_DEPENDENCIES = $(am__DEPENDENCIES_1) 
  75. $(am__DEPENDENCIES_2)
  76. select_test_SOURCES = select_test.c
  77. select_test_OBJECTS = select_test.$(OBJEXT)
  78. select_test_LDADD = $(LDADD)
  79. thread_test_SOURCES = thread_test.c
  80. thread_test_OBJECTS = thread_test.$(OBJEXT)
  81. thread_test_LDADD = $(LDADD)
  82. thread_test_DEPENDENCIES = ../libmysql/libmysqlclient.la
  83. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
  84. depcomp = $(SHELL) $(top_srcdir)/depcomp
  85. am__depfiles_maybe = depfiles
  86. DEP_FILES = ./$(DEPDIR)/insert_test.Po 
  87. ./$(DEPDIR)/mysql_client_test.Po 
  88. ./$(DEPDIR)/select_test.Po 
  89. ./$(DEPDIR)/thread_test.Po
  90. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  91. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  92. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) 
  93. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
  94. $(AM_CFLAGS) $(CFLAGS)
  95. CCLD = $(CC)
  96. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  97. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  98. SOURCES = insert_test.c $(mysql_client_test_SOURCES) select_test.c 
  99. thread_test.c
  100. DIST_SOURCES = insert_test.c $(mysql_client_test_SOURCES) 
  101. select_test.c thread_test.c
  102. ETAGS = etags
  103. CTAGS = ctags
  104. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  105. ACLOCAL = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run aclocal-1.8
  106. ALLOCA = 
  107. AMDEP_FALSE = #
  108. AMDEP_TRUE = 
  109. AMTAR = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run tar
  110. AR = ar
  111. AS = ccache gcc -c
  112. ASSEMBLER_FALSE = 
  113. ASSEMBLER_TRUE = #
  114. ASSEMBLER_sparc32_FALSE = 
  115. ASSEMBLER_sparc32_TRUE = #
  116. ASSEMBLER_sparc64_FALSE = 
  117. ASSEMBLER_sparc64_TRUE = #
  118. ASSEMBLER_x86_FALSE = 
  119. ASSEMBLER_x86_TRUE = #
  120. AUTOCONF = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run autoconf
  121. AUTOHEADER = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run autoheader
  122. AUTOMAKE = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run automake-1.8
  123. AVAILABLE_LANGUAGES = czech danish dutch english estonian french german greek hungarian italian japanese japanese-sjis korean norwegian norwegian-ny polish portuguese romanian russian serbian slovak spanish swedish ukrainian
  124. AVAILABLE_LANGUAGES_ERRORS =  czech/errmsg.sys danish/errmsg.sys dutch/errmsg.sys english/errmsg.sys estonian/errmsg.sys french/errmsg.sys german/errmsg.sys greek/errmsg.sys hungarian/errmsg.sys italian/errmsg.sys japanese/errmsg.sys japanese-sjis/errmsg.sys korean/errmsg.sys norwegian/errmsg.sys norwegian-ny/errmsg.sys polish/errmsg.sys portuguese/errmsg.sys romanian/errmsg.sys russian/errmsg.sys serbian/errmsg.sys slovak/errmsg.sys spanish/errmsg.sys swedish/errmsg.sys ukrainian/errmsg.sys
  125. AWK = gawk
  126. CC = ccache gcc
  127. CCAS = ccache gcc
  128. CCASFLAGS =   
  129. CCDEPMODE = depmode=gcc3
  130. CC_VERSION = gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
  131. CFLAGS = -O3 -DDBUG_OFF   
  132. CHECK_PID = /bin/kill -0 $$PID > /dev/null 2> /dev/null
  133. CHMOD = /bin/chmod
  134. CLIENT_EXTRA_LDFLAGS = 
  135. CLIENT_LIBS = -lcrypt -lnsl -lm   -lz 
  136. CMP = /usr/bin/cmp
  137. COMPILATION_COMMENT = Source distribution
  138. COMPILE_PSTACK_FALSE = 
  139. COMPILE_PSTACK_TRUE = #
  140. CONF_COMMAND = ./configure '--with-embedded-server' '--with-berkeley-db' '--with-innodb' '--enable-thread-safe-client' '--with-extra-charsets=complex' '--with-ndbcluster' 'CC=ccache gcc' 'CXXFLAGS=-felide-constructors -fno-exceptions -fno-rtti' 'CXX=ccache gcc'
  141. CP = /bin/cp
  142. CPP = ccache gcc -E
  143. CPPFLAGS = 
  144. CXX = ccache gcc
  145. CXXCPP = ccache gcc -E
  146. CXXDEPMODE = depmode=gcc3
  147. CXXFLAGS =  -DDBUG_OFF -felide-constructors -fno-exceptions -fno-rtti   -fno-implicit-templates -fno-exceptions -fno-rtti -DUSE_MYSYS_NEW -DDEFINE_CXA_PURE_VIRTUAL $(NDB_CXXFLAGS)
  148. CXXLDFLAGS = 
  149. CXX_VERSION = gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
  150. CYGPATH_W = echo
  151. DARWIN_MWCC_FALSE = 
  152. DARWIN_MWCC_TRUE = #
  153. # Fix for mit-threads
  154. DEFS = -DUNDEF_THREADS_HACK
  155. DEPDIR = .deps
  156. DOT_FRM_VERSION = 6
  157. DOXYGEN = /usr/bin/doxygen
  158. DVIS = 
  159. ECHO = echo
  160. ECHO_C = 
  161. ECHO_N = -n
  162. ECHO_T = 
  163. EGREP = grep -E
  164. EXEEXT = 
  165. F77 = 
  166. FFLAGS = 
  167. FIND_PROC = /bin/ps p $$PID | grep -v grep | grep mysqld > /dev/null
  168. GETCONF = getconf
  169. GXX = yes
  170. HAVE_NDBCLUSTER_DB_FALSE = #
  171. HAVE_NDBCLUSTER_DB_TRUE = 
  172. HAVE_NETWARE_FALSE = 
  173. HAVE_NETWARE_TRUE = #
  174. HOSTNAME = /bin/hostname
  175. INSTALL_DATA = ${INSTALL} -m 644
  176. INSTALL_PROGRAM = ${INSTALL}
  177. INSTALL_SCRIPT = ${INSTALL}
  178. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  179. KILL = /bin/kill
  180. LD = /usr/bin/ld
  181. LDFLAGS =  -rdynamic 
  182. LIBDL = -ldl 
  183. LIBEDIT_LOBJECTS =  unvis.o vis.o strlcpy.o strlcat.o fgetln.o
  184. LIBOBJS = 
  185. LIBS = -lcrypt -lnsl -lm   -lz 
  186. LIBTOOL = $(SHELL) $(top_builddir)/libtool --preserve-dup-deps
  187. LIB_EXTRA_CCFLAGS = 
  188. LM_CFLAGS = 
  189. LN = /bin/ln
  190. LN_CP_F = /bin/ln -s
  191. LN_S = ln -s
  192. LOCAL_FALSE = 
  193. LOCAL_TRUE = #
  194. LTLIBOBJS = 
  195. MACHINE_TYPE = i686
  196. MAKEINDEX = no
  197. MAKEINFO = ${SHELL} /data0/mysqldev/my/mysql-4.1.16-build/build/missing --run makeinfo
  198. MAKE_BINARY_DISTRIBUTION_OPTIONS =  --with-ndbcluster
  199. MAKE_SHELL = /bin/sh
  200. MT_INCLUDES = 
  201. MT_LD_ADD = 
  202. MV = /bin/mv
  203. MYSQLD_DEFAULT_SWITCHES = --skip-locking
  204. MYSQLD_EXTRA_LDFLAGS = 
  205. MYSQLD_USER = mysql
  206. MYSQL_BASE_VERSION = 4.1
  207. MYSQL_NO_DASH_VERSION = 4.1.16
  208. MYSQL_SERVER_SUFFIX = 
  209. MYSQL_TCP_PORT = 3306
  210. MYSQL_TCP_PORT_DEFAULT = 3306
  211. MYSQL_UNIX_ADDR = /tmp/mysql.sock
  212. MYSQL_VERSION_ID = 40116
  213. NDB_DEFS = -DNDEBUG
  214. NDB_SCI_INCLUDES = 
  215. NDB_SCI_LIBS = 
  216. NDB_VERSION_BUILD = 16
  217. NDB_VERSION_MAJOR = 4
  218. NDB_VERSION_MINOR = 1
  219. NDB_VERSION_STATUS = 
  220. NOINST_LDFLAGS = 
  221. NON_THREADED_LIBS = -lcrypt -lnsl -lm 
  222. OBJEXT = o
  223. PACKAGE = mysql
  224. PACKAGE_BUGREPORT = 
  225. PACKAGE_NAME = 
  226. PACKAGE_STRING = 
  227. PACKAGE_TARNAME = 
  228. PACKAGE_VERSION = 
  229. PATH_SEPARATOR = :
  230. PDFLATEX = no
  231. PDFMANUAL = 
  232. PERL = /usr/bin/perl
  233. PERL5 = /usr/bin/perl
  234. PROTOCOL_VERSION = 10
  235. PS = /bin/ps
  236. RANLIB = ranlib
  237. RM = /bin/rm
  238. SAVE_ASFLAGS = 
  239. SAVE_CFLAGS = 
  240. SAVE_CXXFLAGS = -felide-constructors -fno-exceptions -fno-rtti
  241. SAVE_CXXLDFLAGS = 
  242. SAVE_LDFLAGS = 
  243. SED = /bin/sed
  244. SET_MAKE = 
  245. SHARED_LIB_VERSION = 14:0:0
  246. SHELL = /bin/sh
  247. STATIC_NSS_FLAGS = 
  248. STRIP = strip
  249. SYSTEM_TYPE = pc-linux-gnu
  250. TAR = gtar
  251. TARGET_LINUX = true
  252. TERMCAP_LIB = -lncurses
  253. THREAD_LOBJECTS = thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o
  254. THREAD_LPROGRAMS = test_thr_alarm$(EXEEXT) test_thr_lock$(EXEEXT)
  255. VERSION = 4.1.16
  256. WRAPLIBS = 
  257. YACC = bison -y
  258. ZLIB_DEPS = -lz
  259. ZLIB_INCLUDES = 
  260. ZLIB_LIBS = -lz
  261. ac_ct_AR = ar
  262. ac_ct_CC = ccache gcc
  263. ac_ct_CXX = 
  264. ac_ct_F77 = 
  265. ac_ct_GETCONF = getconf
  266. ac_ct_RANLIB = ranlib
  267. ac_ct_STRIP = strip
  268. am__fastdepCC_FALSE = #
  269. am__fastdepCC_TRUE = 
  270. am__fastdepCXX_FALSE = #
  271. am__fastdepCXX_TRUE = 
  272. am__include = include
  273. am__leading_dot = .
  274. am__quote = 
  275. bdb_includes = -I$(top_builddir)/bdb/build_unix
  276. bdb_libs = -L$(top_builddir)/bdb/build_unix -ldb
  277. bdb_libs_with_path = $(top_builddir)/bdb/build_unix/libdb.a
  278. bench_dirs = sql-bench mysql-test
  279. bindir = ${exec_prefix}/bin
  280. build = i686-pc-linux-gnu
  281. build_alias = 
  282. build_cpu = i686
  283. build_os = linux-gnu
  284. build_vendor = pc
  285. datadir = ${prefix}/share
  286. docs_dirs = Docs
  287. exec_prefix = ${prefix}
  288. fs_dirs = 
  289. host = i686-pc-linux-gnu
  290. host_alias = 
  291. host_cpu = i686
  292. host_os = linux-gnu
  293. host_vendor = pc
  294. includedir = ${prefix}/include
  295. infodir = ${prefix}/info
  296. innodb_includes = -I../innobase/include
  297. innodb_libs =  $(top_builddir)/innobase/usr/libusr.a $(top_builddir)/innobase/srv/libsrv.a $(top_builddir)/innobase/dict/libdict.a $(top_builddir)/innobase/que/libque.a $(top_builddir)/innobase/srv/libsrv.a $(top_builddir)/innobase/ibuf/libibuf.a $(top_builddir)/innobase/row/librow.a $(top_builddir)/innobase/pars/libpars.a $(top_builddir)/innobase/btr/libbtr.a $(top_builddir)/innobase/trx/libtrx.a $(top_builddir)/innobase/read/libread.a $(top_builddir)/innobase/usr/libusr.a $(top_builddir)/innobase/buf/libbuf.a $(top_builddir)/innobase/ibuf/libibuf.a $(top_builddir)/innobase/eval/libeval.a $(top_builddir)/innobase/log/liblog.a $(top_builddir)/innobase/fsp/libfsp.a $(top_builddir)/innobase/fut/libfut.a $(top_builddir)/innobase/fil/libfil.a $(top_builddir)/innobase/lock/liblock.a $(top_builddir)/innobase/mtr/libmtr.a $(top_builddir)/innobase/page/libpage.a $(top_builddir)/innobase/rem/librem.a $(top_builddir)/innobase/thr/libthr.a $(top_builddir)/innobase/sync/libsync.a $(top_builddir)/innobase/data/libdata.a $(top_builddir)/innobase/mach/libmach.a $(top_builddir)/innobase/ha/libha.a $(top_builddir)/innobase/dyn/libdyn.a $(top_builddir)/innobase/mem/libmem.a $(top_builddir)/innobase/sync/libsync.a $(top_builddir)/innobase/ut/libut.a $(top_builddir)/innobase/os/libos.a $(top_builddir)/innobase/ut/libut.a
  298. innodb_system_libs = -lrt
  299. install_sh = /data0/mysqldev/my/mysql-4.1.16-build/build/install-sh
  300. isam_libs = 
  301. libdir = ${exec_prefix}/lib
  302. libexecdir = ${exec_prefix}/libexec
  303. libmysqld_dirs = libmysqld
  304. linked_client_targets = linked_libmysql_sources linked_libmysql_r_sources
  305. linked_libmysqld_targets = linked_libmysqld_sources linked_libmysqldex_sources
  306. linked_netware_sources = 
  307. localstatedir = ${prefix}/var
  308. man1_files = isamchk.1 isamlog.1 msql2mysql.1 myisamchk.1 myisamlog.1 myisampack.1 mysql.1 mysql.server.1 mysql_config.1 mysql_fix_privilege_tables.1 mysql_zap.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlcheck.1 mysqld.1 mysqld_multi.1 mysqld_safe.1 mysqldump.1 mysqlhotcopy.1 mysqlimport.1 mysqlman.1 mysqlshow.1 pack_isam.1 perror.1 replace.1 safe_mysqld.1
  309. man_dirs = man
  310. mandir = ${prefix}/man
  311. mkdir_p = mkdir -p -- .
  312. ndb_bin_am_ldflags = -static
  313. ndb_cxxflags_fix =  
  314. ndb_mgmclient_libs = $(top_builddir)/ndb/src/mgmclient/libndbmgmclient.la
  315. ndb_opt_subdirs = 
  316. ndb_port = 1186
  317. ndb_port_base = 2202
  318. ndb_transporter_opt_objs =  SHM_Transporter.lo SHM_Transporter.unix.lo
  319. ndbcluster_includes = -I../ndb/include -I../ndb/include/ndbapi
  320. ndbcluster_libs = $(top_builddir)/ndb/src/.libs/libndbclient.a
  321. ndbcluster_system_libs = 
  322. netware_dir = 
  323. oldincludedir = /usr/include
  324. openssl_includes = 
  325. openssl_libs = 
  326. orbit_idl = 
  327. orbit_includes = 
  328. orbit_libs = 
  329. prefix = /usr/local
  330. program_transform_name = s,x,x,
  331. pstack_dirs = 
  332. pstack_libs = 
  333. readline_basedir = libedit
  334. readline_dir = cmd-line-utils/libedit
  335. readline_h_ln_cmd = $(LN) -s $(top_srcdir)/cmd-line-utils/libedit/readline readline
  336. readline_link = $(top_builddir)/cmd-line-utils/libedit/libedit.a
  337. readline_topdir = cmd-line-utils
  338. sbindir = ${exec_prefix}/sbin
  339. server_scripts = mysqld_safe mysql_install_db
  340. sharedstatedir = ${prefix}/com
  341. sql_client_dirs = libmysql_r libmysql strings regex client
  342. sql_server_dirs = strings dbug mysys extra regex isam merge bdb innobase ndb myisam myisammrg heap vio sql
  343. sql_union_dirs =  strings dbug mysys extra regex isam merge bdb innobase ndb myisam myisammrg heap vio sql  libmysql_r  libmysql  client 
  344. subdirs =  innobase
  345. sysconfdir = ${prefix}/etc
  346. target = i686-pc-linux-gnu
  347. target_alias = 
  348. target_cpu = i686
  349. target_os = linux-gnu
  350. target_vendor = pc
  351. thread_dirs = 
  352. tools_dirs = tools
  353. uname_prog = /bin/uname
  354. vio_dir = 
  355. vio_libs = 
  356. zlib_dir = 
  357. EXTRA_DIST = auto_increment.res auto_increment.tst 
  358. function.res function.tst lock_test.pl lock_test.res 
  359. export.pl big_record.pl 
  360. fork2_test.pl fork_big.pl 
  361. insert_and_repair.pl 
  362. grant.pl grant.res test_delayed_insert.pl 
  363. pmail.pl mail_to_db.pl table_types.pl 
  364. udf_test udf_test.res myisam-big-rows.tst
  365. #
  366. # C Test for 4.1 protocol
  367. #
  368. INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include 
  369. $(openssl_includes)
  370. LDADD =  ../libmysql/libmysqlclient.la
  371. mysql_client_test_LDADD = $(LDADD) $(CXXLDFLAGS)
  372. mysql_client_test_SOURCES = mysql_client_test.c
  373. insert_test_DEPENDENCIES = $(LIBRARIES) $(pkglib_LTLIBRARIES)
  374. select_test_DEPENDENCIES = $(LIBRARIES) $(pkglib_LTLIBRARIES)
  375. all: all-am
  376. .SUFFIXES:
  377. .SUFFIXES: .c .lo .o .obj
  378. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  379. @for dep in $?; do 
  380.   case '$(am__configure_deps)' in 
  381.     *$$dep*) 
  382.       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 
  383. && exit 0; 
  384.       exit 1;; 
  385.   esac; 
  386. done; 
  387. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; 
  388. cd $(top_srcdir) && 
  389.   $(AUTOMAKE) --gnu  tests/Makefile
  390. .PRECIOUS: Makefile
  391. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  392. @case '$?' in 
  393.   *config.status*) 
  394.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  395.   *) 
  396.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  397.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  398. esac;
  399. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  400. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  401. $(top_srcdir)/configure:  $(am__configure_deps)
  402. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  403. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  404. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  405. install-binPROGRAMS: $(bin_PROGRAMS)
  406. @$(NORMAL_INSTALL)
  407. test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
  408. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  409.   p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  410.   if test -f $$p 
  411.      || test -f $$p1 
  412.   ; then 
  413.     f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; 
  414.    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; 
  415.    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; 
  416.   else :; fi; 
  417. done
  418. uninstall-binPROGRAMS:
  419. @$(NORMAL_UNINSTALL)
  420. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  421.   f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; 
  422.   echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; 
  423.   rm -f "$(DESTDIR)$(bindir)/$$f"; 
  424. done
  425. clean-binPROGRAMS:
  426. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  427.   f=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  428.   echo " rm -f $$p $$f"; 
  429.   rm -f $$p $$f ; 
  430. done
  431. clean-noinstPROGRAMS:
  432. @list='$(noinst_PROGRAMS)'; for p in $$list; do 
  433.   f=`echo $$p|sed 's/$(EXEEXT)$$//'`; 
  434.   echo " rm -f $$p $$f"; 
  435.   rm -f $$p $$f ; 
  436. done
  437. insert_test$(EXEEXT): $(insert_test_OBJECTS) $(insert_test_DEPENDENCIES) 
  438. @rm -f insert_test$(EXEEXT)
  439. $(LINK) $(insert_test_LDFLAGS) $(insert_test_OBJECTS) $(insert_test_LDADD) $(LIBS)
  440. mysql_client_test$(EXEEXT): $(mysql_client_test_OBJECTS) $(mysql_client_test_DEPENDENCIES) 
  441. @rm -f mysql_client_test$(EXEEXT)
  442. $(LINK) $(mysql_client_test_LDFLAGS) $(mysql_client_test_OBJECTS) $(mysql_client_test_LDADD) $(LIBS)
  443. select_test$(EXEEXT): $(select_test_OBJECTS) $(select_test_DEPENDENCIES) 
  444. @rm -f select_test$(EXEEXT)
  445. $(LINK) $(select_test_LDFLAGS) $(select_test_OBJECTS) $(select_test_LDADD) $(LIBS)
  446. thread_test$(EXEEXT): $(thread_test_OBJECTS) $(thread_test_DEPENDENCIES) 
  447. @rm -f thread_test$(EXEEXT)
  448. $(LINK) $(thread_test_LDFLAGS) $(thread_test_OBJECTS) $(thread_test_LDADD) $(LIBS)
  449. mostlyclean-compile:
  450. -rm -f *.$(OBJEXT)
  451. distclean-compile:
  452. -rm -f *.tab.c
  453. include ./$(DEPDIR)/insert_test.Po
  454. include ./$(DEPDIR)/mysql_client_test.Po
  455. include ./$(DEPDIR)/select_test.Po
  456. include ./$(DEPDIR)/thread_test.Po
  457. .c.o:
  458. if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  459. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  460. # source='$<' object='$@' libtool=no 
  461. # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
  462. # $(CCDEPMODE) $(depcomp) 
  463. # $(COMPILE) -c $<
  464. .c.obj:
  465. if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; 
  466. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  467. # source='$<' object='$@' libtool=no 
  468. # depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' 
  469. # $(CCDEPMODE) $(depcomp) 
  470. # $(COMPILE) -c `$(CYGPATH_W) '$<'`
  471. .c.lo:
  472. if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; 
  473. then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  474. # source='$<' object='$@' libtool=yes 
  475. # depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' 
  476. # $(CCDEPMODE) $(depcomp) 
  477. # $(LTCOMPILE) -c -o $@ $<
  478. mostlyclean-libtool:
  479. -rm -f *.lo
  480. clean-libtool:
  481. -rm -rf .libs _libs
  482. distclean-libtool:
  483. -rm -f libtool
  484. uninstall-info-am:
  485. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  486. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  487. unique=`for i in $$list; do 
  488.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  489.   done | 
  490.   $(AWK) '    { files[$$0] = 1; } 
  491.        END { for (i in files) print i; }'`; 
  492. mkid -fID $$unique
  493. tags: TAGS
  494. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  495. $(TAGS_FILES) $(LISP)
  496. tags=; 
  497. here=`pwd`; 
  498. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  499. unique=`for i in $$list; do 
  500.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  501.   done | 
  502.   $(AWK) '    { files[$$0] = 1; } 
  503.        END { for (i in files) print i; }'`; 
  504. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  505.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  506.      $$tags $$unique
  507. ctags: CTAGS
  508. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) 
  509. $(TAGS_FILES) $(LISP)
  510. tags=; 
  511. here=`pwd`; 
  512. list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; 
  513. unique=`for i in $$list; do 
  514.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  515.   done | 
  516.   $(AWK) '    { files[$$0] = 1; } 
  517.        END { for (i in files) print i; }'`; 
  518. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  519.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  520.      $$tags $$unique
  521. GTAGS:
  522. here=`$(am__cd) $(top_builddir) && pwd` 
  523.   && cd $(top_srcdir) 
  524.   && gtags -i $(GTAGS_ARGS) $$here
  525. distclean-tags:
  526. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  527. distdir: $(DISTFILES)
  528. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  529. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  530. list='$(DISTFILES)'; for file in $$list; do 
  531.   case $$file in 
  532.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  533.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  534.   esac; 
  535.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  536.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  537.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  538.     dir="/$$dir"; 
  539.     $(mkdir_p) "$(distdir)$$dir"; 
  540.   else 
  541.     dir=''; 
  542.   fi; 
  543.   if test -d $$d/$$file; then 
  544.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  545.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  546.     fi; 
  547.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  548.   else 
  549.     test -f $(distdir)/$$file 
  550.     || cp -p $$d/$$file $(distdir)/$$file 
  551.     || exit 1; 
  552.   fi; 
  553. done
  554. check-am: all-am
  555. check: check-am
  556. all-am: Makefile $(PROGRAMS)
  557. installdirs:
  558. for dir in "$(DESTDIR)$(bindir)"; do 
  559.   test -z "$$dir" || $(mkdir_p) "$$dir"; 
  560. done
  561. install: install-am
  562. install-exec: install-exec-am
  563. install-data: install-data-am
  564. uninstall: uninstall-am
  565. install-am: all-am
  566. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  567. installcheck: installcheck-am
  568. install-strip:
  569. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  570.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  571.   `test -z '$(STRIP)' || 
  572.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  573. mostlyclean-generic:
  574. clean-generic:
  575. distclean-generic:
  576. -rm -f $(CONFIG_CLEAN_FILES)
  577. maintainer-clean-generic:
  578. @echo "This command is intended for maintainers to use"
  579. @echo "it deletes files that may require special tools to rebuild."
  580. clean: clean-am
  581. clean-am: clean-binPROGRAMS clean-generic clean-libtool 
  582. clean-noinstPROGRAMS mostlyclean-am
  583. distclean: distclean-am
  584. -rm -rf ./$(DEPDIR)
  585. -rm -f Makefile
  586. distclean-am: clean-am distclean-compile distclean-generic 
  587. distclean-libtool distclean-tags
  588. dvi: dvi-am
  589. dvi-am:
  590. html: html-am
  591. info: info-am
  592. info-am:
  593. install-data-am:
  594. install-exec-am: install-binPROGRAMS
  595. install-info: install-info-am
  596. install-man:
  597. installcheck-am:
  598. maintainer-clean: maintainer-clean-am
  599. -rm -rf ./$(DEPDIR)
  600. -rm -f Makefile
  601. maintainer-clean-am: distclean-am maintainer-clean-generic
  602. mostlyclean: mostlyclean-am
  603. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  604. mostlyclean-libtool
  605. pdf: pdf-am
  606. pdf-am:
  607. ps: ps-am
  608. ps-am:
  609. uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  610. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS 
  611. clean-generic clean-libtool clean-noinstPROGRAMS ctags 
  612. distclean distclean-compile distclean-generic 
  613. distclean-libtool distclean-tags distdir dvi dvi-am html 
  614. html-am info info-am install install-am install-binPROGRAMS 
  615. install-data install-data-am install-exec install-exec-am 
  616. install-info install-info-am install-man install-strip 
  617. installcheck installcheck-am installdirs maintainer-clean 
  618. maintainer-clean-generic mostlyclean mostlyclean-compile 
  619. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am 
  620. tags uninstall uninstall-am uninstall-binPROGRAMS 
  621. uninstall-info-am
  622. thread_test.o: thread_test.c
  623. $(COMPILE) -c  $(INCLUDES) $<
  624. # Don't update the files from bitkeeper
  625. %::SCCS/s.%
  626. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  627. # Otherwise a system limit (for SysV at least) may be exceeded.
  628. .NOEXPORT: