Makefile.in
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:32k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  11. # This library is free software; you can redistribute it and/or
  12. # modify it under the terms of the GNU Library General Public
  13. # License as published by the Free Software Foundation; either
  14. # version 2 of the License, or (at your option) any later version.
  15. # This library is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  18. # Library General Public License for more details.
  19. # You should have received a copy of the GNU Library General Public
  20. # License along with this library; if not, write to the Free
  21. # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  22. # MA 02111-1307, USA
  23. # This file is public domain and comes with NO WARRANTY of any kind
  24. SHELL = @SHELL@
  25. srcdir = @srcdir@
  26. top_srcdir = @top_srcdir@
  27. VPATH = @srcdir@
  28. prefix = @prefix@
  29. exec_prefix = @exec_prefix@
  30. bindir = @bindir@
  31. sbindir = @sbindir@
  32. libexecdir = @libexecdir@
  33. datadir = @datadir@
  34. sysconfdir = @sysconfdir@
  35. sharedstatedir = @sharedstatedir@
  36. localstatedir = @localstatedir@
  37. libdir = @libdir@
  38. infodir = @infodir@
  39. mandir = @mandir@
  40. includedir = @includedir@
  41. oldincludedir = /usr/include
  42. DESTDIR =
  43. pkgdatadir = $(datadir)/@PACKAGE@
  44. pkglibdir = $(libdir)/@PACKAGE@
  45. pkgincludedir = $(includedir)/@PACKAGE@
  46. top_builddir = ..
  47. ACLOCAL = @ACLOCAL@
  48. AUTOCONF = @AUTOCONF@
  49. AUTOMAKE = @AUTOMAKE@
  50. AUTOHEADER = @AUTOHEADER@
  51. INSTALL = @INSTALL@
  52. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  53. INSTALL_DATA = @INSTALL_DATA@
  54. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  55. transform = @program_transform_name@
  56. NORMAL_INSTALL = :
  57. PRE_INSTALL = :
  58. POST_INSTALL = :
  59. NORMAL_UNINSTALL = :
  60. PRE_UNINSTALL = :
  61. POST_UNINSTALL = :
  62. build_alias = @build_alias@
  63. build_triplet = @build@
  64. host_alias = @host_alias@
  65. host_triplet = @host@
  66. target_alias = @target_alias@
  67. target_triplet = @target@
  68. ALLOCA = @ALLOCA@
  69. AS = @AS@
  70. AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
  71. AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
  72. AWK = @AWK@
  73. CC = @CC@
  74. CFLAGS = @CFLAGS@
  75. CHARSETS_NEED_SOURCE = @CHARSETS_NEED_SOURCE@
  76. CHARSET_SRCS = @CHARSET_SRCS@
  77. CHECK_PID = @CHECK_PID@
  78. CHMOD = @CHMOD@
  79. CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
  80. CLIENT_LIBS = @CLIENT_LIBS@
  81. CMP = @CMP@
  82. COMPILATION_COMMENT = @COMPILATION_COMMENT@
  83. CONF_COMMAND = @CONF_COMMAND@
  84. CP = @CP@
  85. CPP = @CPP@
  86. CXX = @CXX@
  87. CXXFLAGS = @CXXFLAGS@
  88. CXXLDFLAGS = @CXXLDFLAGS@
  89. DLLTOOL = @DLLTOOL@
  90. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  91. FIND_PROC = @FIND_PROC@
  92. GETCONF = @GETCONF@
  93. GXX = @GXX@
  94. HOSTNAME = @HOSTNAME@
  95. IS_LINUX = @IS_LINUX@
  96. KILL = @KILL@
  97. LD = @LD@
  98. LIBTOOL = @LIBTOOL@
  99. LM_CFLAGS = @LM_CFLAGS@
  100. LN = @LN@
  101. LN_CP_F = @LN_CP_F@
  102. LN_S = @LN_S@
  103. MACHINE_TYPE = @MACHINE_TYPE@
  104. MAINT = @MAINT@
  105. MAKEINFO = @MAKEINFO@
  106. MAKE_SHELL = @MAKE_SHELL@
  107. MT_INCLUDES = @MT_INCLUDES@
  108. MT_LD_ADD = @MT_LD_ADD@
  109. MV = @MV@
  110. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  111. MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
  112. MYSQLD_USER = @MYSQLD_USER@
  113. MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
  114. MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
  115. MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
  116. MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
  117. MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
  118. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  119. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  120. OBJDUMP = @OBJDUMP@
  121. PACKAGE = @PACKAGE@
  122. PDFMANUAL = @PDFMANUAL@
  123. PERL = @PERL@
  124. PERL5 = @PERL5@
  125. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  126. PS = @PS@
  127. RANLIB = @RANLIB@
  128. RM = @RM@
  129. SAVE_CFLAGS = @SAVE_CFLAGS@
  130. SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
  131. SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
  132. SAVE_LDFLAGS = @SAVE_LDFLAGS@
  133. SED = @SED@
  134. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  135. SYSTEM_TYPE = @SYSTEM_TYPE@
  136. TERMCAP_LIB = @TERMCAP_LIB@
  137. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  138. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  139. VERSION = @VERSION@
  140. WRAPLIBS = @WRAPLIBS@
  141. YACC = @YACC@
  142. bdb_includes = @bdb_includes@
  143. bdb_libs = @bdb_libs@
  144. bench_dirs = @bench_dirs@
  145. default_charset = @default_charset@
  146. docs_dirs = @docs_dirs@
  147. innobase_includes = @innobase_includes@
  148. innobase_libs = @innobase_libs@
  149. linked_client_targets = @linked_client_targets@
  150. readline_dir = @readline_dir@
  151. readline_link = @readline_link@
  152. server_scripts = @server_scripts@
  153. sql_client_dirs = @sql_client_dirs@
  154. sql_server_dirs = @sql_server_dirs@
  155. thread_dirs = @thread_dirs@
  156. uname_prog = @uname_prog@
  157. target = libmysqlclient.la
  158. target_defs = -DUNDEF_THREADS_HACK
  159. LIBS = @CLIENT_LIBS@
  160. INCLUDES = -I$(srcdir)/../include -I../include  -I$(srcdir)/.. -I$(top_srcdir) -I..
  161. MYSQLDATAdir = $(localstatedir)
  162. MYSQLSHAREdir = $(pkgdatadir)
  163. MYSQLBASEdir = $(prefix)
  164. LDADD = @CLIENT_EXTRA_LDFLAGS@ $(target)
  165. pkglib_LTLIBRARIES = $(target)
  166. noinst_PROGRAMS = conf_to_src
  167. # We need .lo, not .o files for everything.
  168. CHARSET_OBJS = @CHARSET_OBJS@
  169. LTCHARSET_OBJS = ${CHARSET_OBJS:.o=.lo}
  170. target_sources = libmysql.c net.c violite.c password.c      get_password.c errmsg.c
  171. mystringsobjects = strmov.lo strxmov.lo strnmov.lo strmake.lo strend.lo  strnlen.lo strfill.lo is_prefix.lo  int2str.lo str2int.lo strinstr.lo strcont.lo  strcend.lo  bchange.lo bmove.lo bmove_upp.lo longlong2str.lo  strtoull.lo strtoll.lo llstr.lo  ctype.lo $(LTCHARSET_OBJS)
  172. mystringsextra = strto.c ctype_autoconf.c
  173. dbugobjects = dbug.lo # IT IS IN SAFEMALLOC.C sanity.lo
  174. mysysheaders = mysys_priv.h my_static.h
  175. mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo  my_create.lo my_delete.lo mf_tempfile.lo my_open.lo  mf_casecnv.lo my_read.lo my_write.lo errors.lo  my_error.lo my_getwd.lo my_div.lo  mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo  mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo  mf_format.lo mf_path.lo mf_unixpath.lo my_fopen.lo  my_fstream.lo  mf_loadpath.lo my_pthread.lo my_thr_init.lo  thr_mutex.lo mulalloc.lo string.lo default.lo  my_compress.lo array.lo my_once.lo list.lo my_net.lo                         charset.lo hash.lo
  176. # Not needed in the minimum library
  177. mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo
  178. mysysobjects = $(mysysobjects1) $(mysysobjects2)
  179. target_libadd = $(mysysobjects) $(mystringsobjects) $(dbugobjects)
  180. target_ldflags = -version-info @SHARED_LIB_VERSION@
  181. CLEANFILES = $(target_libadd) $(SHLIBOBJS)  $(target)
  182. DEFS = -DDEFAULT_CHARSET_HOME=""$(MYSQLBASEdir)""  -DDATADIR=""$(MYSQLDATAdir)""  -DSHAREDIR=""$(MYSQLSHAREdir)"" $(target_defs)
  183. conf_to_src_SOURCES = conf_to_src.c
  184. conf_to_src_LDADD = 
  185. libmysqlclient_la_SOURCES = $(target_sources)
  186. libmysqlclient_la_LIBADD = $(target_libadd)
  187. libmysqlclient_la_LDFLAGS = $(target_ldflags)
  188. EXTRA_DIST = Makefile.shared
  189. # This part requires GNUmake
  190. #
  191. # This makes a distribution file with only the files needed to compile
  192. # a minimal MySQL client library
  193. #
  194. # For a really minimal distribution (without debugging code) we could
  195. # keep only the stubs for safemalloc.c and debug.c
  196. #
  197. # A list of needed headers collected from the deps information 000213
  198. nh = global.h config-win32.h dbug.h errmsg.h global.h  m_ctype.h m_string.h  my_alarm.h my_config.h my_dir.h my_list.h my_net.h my_sys.h  mysql.h mysql_com.h mysql_version.h mysqld_error.h mysys_err.h  my_pthread.h thr_alarm.h violite.h hash.h
  199. # Get a list of the needed objects  
  200. lobjs = $(mysysobjects1) $(dbugobjects) $(mystringsobjects)
  201. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  202. CONFIG_HEADER = ../config.h
  203. CONFIG_CLEAN_FILES = 
  204. LTLIBRARIES =  $(pkglib_LTLIBRARIES)
  205. CPPFLAGS = @CPPFLAGS@
  206. LDFLAGS = @LDFLAGS@
  207. libmysqlclient_la_DEPENDENCIES =  my_init.lo my_static.lo my_malloc.lo 
  208. my_realloc.lo my_create.lo my_delete.lo mf_tempfile.lo my_open.lo 
  209. mf_casecnv.lo my_read.lo my_write.lo errors.lo my_error.lo my_getwd.lo 
  210. my_div.lo mf_pack.lo my_messnc.lo mf_dirname.lo mf_fn_ext.lo 
  211. mf_wcomp.lo typelib.lo safemalloc.lo my_alloc.lo mf_format.lo 
  212. mf_path.lo mf_unixpath.lo my_fopen.lo my_fstream.lo mf_loadpath.lo 
  213. my_pthread.lo my_thr_init.lo thr_mutex.lo mulalloc.lo string.lo 
  214. default.lo my_compress.lo array.lo my_once.lo list.lo my_net.lo 
  215. charset.lo hash.lo getopt.lo getopt1.lo getvar.lo my_lib.lo strmov.lo 
  216. strxmov.lo strnmov.lo strmake.lo strend.lo strnlen.lo strfill.lo 
  217. is_prefix.lo int2str.lo str2int.lo strinstr.lo strcont.lo strcend.lo 
  218. bchange.lo bmove.lo bmove_upp.lo longlong2str.lo strtoull.lo strtoll.lo 
  219. llstr.lo ctype.lo dbug.lo
  220. libmysqlclient_la_OBJECTS =  libmysql.lo net.lo violite.lo password.lo 
  221. get_password.lo errmsg.lo
  222. PROGRAMS =  $(noinst_PROGRAMS)
  223. conf_to_src_OBJECTS =  conf_to_src.o
  224. conf_to_src_DEPENDENCIES = 
  225. conf_to_src_LDFLAGS = 
  226. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  227. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  228. CCLD = $(CC)
  229. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  230. DIST_COMMON =  Makefile.am Makefile.in acinclude.m4 configure.in
  231. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  232. TAR = gtar
  233. GZIP_ENV = --best
  234. SOURCES = $(libmysqlclient_la_SOURCES) $(conf_to_src_SOURCES)
  235. OBJECTS = $(libmysqlclient_la_OBJECTS) $(conf_to_src_OBJECTS)
  236. all: all-redirect
  237. .SUFFIXES:
  238. .SUFFIXES: .S .c .lo .o .s
  239. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/Makefile.shared
  240. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libmysql/Makefile
  241. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  242. cd $(top_builddir) 
  243.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  244. mostlyclean-pkglibLTLIBRARIES:
  245. clean-pkglibLTLIBRARIES:
  246. -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
  247. distclean-pkglibLTLIBRARIES:
  248. maintainer-clean-pkglibLTLIBRARIES:
  249. install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
  250. @$(NORMAL_INSTALL)
  251. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  252. @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do 
  253.   if test -f $$p; then 
  254.     echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p"; 
  255.     $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(pkglibdir)/$$p; 
  256.   else :; fi; 
  257. done
  258. uninstall-pkglibLTLIBRARIES:
  259. @$(NORMAL_UNINSTALL)
  260. list='$(pkglib_LTLIBRARIES)'; for p in $$list; do 
  261.   $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; 
  262. done
  263. .c.o:
  264. $(COMPILE) -c $<
  265. .s.o:
  266. $(COMPILE) -c $<
  267. .S.o:
  268. $(COMPILE) -c $<
  269. mostlyclean-compile:
  270. -rm -f *.o core *.core
  271. clean-compile:
  272. distclean-compile:
  273. -rm -f *.tab.c
  274. maintainer-clean-compile:
  275. .c.lo:
  276. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  277. .s.lo:
  278. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  279. .S.lo:
  280. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  281. mostlyclean-libtool:
  282. -rm -f *.lo
  283. clean-libtool:
  284. -rm -rf .libs _libs
  285. distclean-libtool:
  286. maintainer-clean-libtool:
  287. libmysqlclient.la: $(libmysqlclient_la_OBJECTS) $(libmysqlclient_la_DEPENDENCIES)
  288. $(LINK) -rpath $(pkglibdir) $(libmysqlclient_la_LDFLAGS) $(libmysqlclient_la_OBJECTS) $(libmysqlclient_la_LIBADD) $(LIBS)
  289. mostlyclean-noinstPROGRAMS:
  290. clean-noinstPROGRAMS:
  291. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  292. distclean-noinstPROGRAMS:
  293. maintainer-clean-noinstPROGRAMS:
  294. conf_to_src: $(conf_to_src_OBJECTS) $(conf_to_src_DEPENDENCIES)
  295. @rm -f conf_to_src
  296. $(LINK) $(conf_to_src_LDFLAGS) $(conf_to_src_OBJECTS) $(conf_to_src_LDADD) $(LIBS)
  297. tags: TAGS
  298. ID: $(HEADERS) $(SOURCES) $(LISP)
  299. list='$(SOURCES) $(HEADERS)'; 
  300. unique=`for i in $$list; do echo $$i; done | 
  301.   awk '    { files[$$0] = 1; } 
  302.        END { for (i in files) print i; }'`; 
  303. here=`pwd` && cd $(srcdir) 
  304.   && mkid -f$$here/ID $$unique $(LISP)
  305. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  306. tags=; 
  307. here=`pwd`; 
  308. list='$(SOURCES) $(HEADERS)'; 
  309. unique=`for i in $$list; do echo $$i; done | 
  310.   awk '    { files[$$0] = 1; } 
  311.        END { for (i in files) print i; }'`; 
  312. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  313.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  314. mostlyclean-tags:
  315. clean-tags:
  316. distclean-tags:
  317. -rm -f TAGS ID
  318. maintainer-clean-tags:
  319. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  320. subdir = libmysql
  321. distdir: $(DISTFILES)
  322. @for file in $(DISTFILES); do 
  323.   d=$(srcdir); 
  324.   if test -d $$d/$$file; then 
  325.     cp -pr $$d/$$file $(distdir)/$$file; 
  326.   else 
  327.     test -f $(distdir)/$$file 
  328.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  329.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  330.   fi; 
  331. done
  332. array.lo array.o : array.c mysys_priv.h ../include/global.h 
  333. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  334. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  335. ../include/m_string.h
  336. bchange.lo bchange.o : bchange.c ../include/global.h 
  337. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  338. ../include/m_string.h
  339. bmove.lo bmove.o : bmove.c ../include/global.h ../include/my_config.h 
  340. ../include/getopt.h ../include/dbug.h ../include/m_string.h
  341. bmove_upp.lo bmove_upp.o : bmove_upp.c ../include/global.h 
  342. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  343. ../include/m_string.h
  344. charset.lo charset.o : charset.c mysys_priv.h ../include/global.h 
  345. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  346. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  347. ../include/mysys_err.h ../include/m_string.h 
  348. ../include/my_dir.h
  349. conf_to_src.o: conf_to_src.c ../include/getopt.h
  350. ctype.lo ctype.o : ctype.c ../include/global.h ../include/my_config.h 
  351. ../include/getopt.h ../include/dbug.h ../include/m_ctype.h 
  352. ctype_extra_sources.c ctype_autoconf.c
  353. dbug.lo dbug.o : dbug.c ../include/global.h ../include/my_config.h 
  354. ../include/getopt.h ../include/dbug.h ../include/m_string.h
  355. default.lo default.o : default.c mysys_priv.h ../include/global.h 
  356. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  357. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  358. ../include/m_string.h
  359. errmsg.lo errmsg.o : errmsg.c ../include/global.h ../include/my_config.h 
  360. ../include/getopt.h ../include/dbug.h ../include/my_sys.h 
  361. ../include/m_ctype.h ../include/raid.h ../include/errmsg.h
  362. errors.lo errors.o : errors.c mysys_priv.h ../include/global.h 
  363. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  364. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  365. ../include/mysys_err.h
  366. get_password.lo get_password.o : get_password.c ../include/global.h 
  367. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  368. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  369. ../include/mysql.h ../include/mysql_com.h 
  370. ../include/mysql_version.h ../include/m_string.h
  371. getopt.lo getopt.o : getopt.c ../include/global.h ../include/my_config.h 
  372. ../include/getopt.h ../include/dbug.h ../include/m_string.h
  373. getopt1.lo getopt1.o : getopt1.c ../include/global.h 
  374. ../include/my_config.h ../include/getopt.h ../include/dbug.h
  375. getvar.lo getvar.o : getvar.c mysys_priv.h ../include/global.h 
  376. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  377. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  378. ../include/m_string.h
  379. hash.lo hash.o : hash.c mysys_priv.h ../include/global.h 
  380. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  381. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  382. ../include/m_string.h ../include/hash.h
  383. int2str.lo int2str.o : int2str.c ../include/global.h 
  384. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  385. ../include/m_string.h
  386. is_prefix.lo is_prefix.o : is_prefix.c ../include/global.h 
  387. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  388. ../include/m_string.h
  389. libmysql.lo libmysql.o : libmysql.c ../include/global.h 
  390. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  391. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  392. ../include/mysys_err.h ../include/m_string.h ../include/mysql.h 
  393. ../include/mysql_com.h ../include/mysql_version.h 
  394. ../include/mysqld_error.h ../include/errmsg.h 
  395. ../include/violite.h ../include/my_net.h
  396. list.lo list.o : list.c mysys_priv.h ../include/global.h 
  397. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  398. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  399. ../include/my_list.h
  400. llstr.lo llstr.o : llstr.c ../include/global.h ../include/my_config.h 
  401. ../include/getopt.h ../include/dbug.h ../include/m_string.h
  402. longlong2str.lo longlong2str.o : longlong2str.c ../include/global.h 
  403. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  404. ../include/m_string.h
  405. mf_casecnv.lo mf_casecnv.o : mf_casecnv.c mysys_priv.h 
  406. ../include/global.h ../include/my_config.h ../include/getopt.h 
  407. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  408. ../include/raid.h
  409. mf_dirname.lo mf_dirname.o : mf_dirname.c mysys_priv.h 
  410. ../include/global.h ../include/my_config.h ../include/getopt.h 
  411. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  412. ../include/raid.h ../include/m_string.h
  413. mf_fn_ext.lo mf_fn_ext.o : mf_fn_ext.c mysys_priv.h ../include/global.h 
  414. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  415. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  416. ../include/m_string.h
  417. mf_format.lo mf_format.o : mf_format.c mysys_priv.h ../include/global.h 
  418. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  419. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  420. ../include/m_string.h
  421. mf_loadpath.lo mf_loadpath.o : mf_loadpath.c mysys_priv.h 
  422. ../include/global.h ../include/my_config.h ../include/getopt.h 
  423. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  424. ../include/raid.h ../include/m_string.h
  425. mf_pack.lo mf_pack.o : mf_pack.c mysys_priv.h ../include/global.h 
  426. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  427. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  428. ../include/m_string.h
  429. mf_path.lo mf_path.o : mf_path.c mysys_priv.h ../include/global.h 
  430. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  431. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  432. ../include/m_string.h
  433. mf_tempfile.lo mf_tempfile.o : mf_tempfile.c mysys_priv.h 
  434. ../include/global.h ../include/my_config.h ../include/getopt.h 
  435. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  436. ../include/raid.h ../include/m_string.h my_static.h 
  437. ../include/mysys_err.h
  438. mf_unixpath.lo mf_unixpath.o : mf_unixpath.c mysys_priv.h 
  439. ../include/global.h ../include/my_config.h ../include/getopt.h 
  440. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  441. ../include/raid.h ../include/m_string.h
  442. mf_wcomp.lo mf_wcomp.o : mf_wcomp.c mysys_priv.h ../include/global.h 
  443. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  444. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h
  445. mulalloc.lo mulalloc.o : mulalloc.c mysys_priv.h ../include/global.h 
  446. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  447. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h
  448. my_alloc.lo my_alloc.o : my_alloc.c ../include/global.h 
  449. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  450. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  451. ../include/m_string.h
  452. my_compress.lo my_compress.o : my_compress.c ../include/global.h 
  453. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  454. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h
  455. my_create.lo my_create.o : my_create.c mysys_priv.h ../include/global.h 
  456. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  457. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  458. ../include/my_dir.h ../include/mysys_err.h
  459. my_delete.lo my_delete.o : my_delete.c mysys_priv.h ../include/global.h 
  460. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  461. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  462. ../include/mysys_err.h
  463. my_div.lo my_div.o : my_div.c mysys_priv.h ../include/global.h 
  464. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  465. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h
  466. my_error.lo my_error.o : my_error.c mysys_priv.h ../include/global.h 
  467. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  468. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  469. ../include/mysys_err.h ../include/m_string.h
  470. my_fopen.lo my_fopen.o : my_fopen.c mysys_priv.h ../include/global.h 
  471. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  472. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  473. my_static.h ../include/mysys_err.h
  474. my_fstream.lo my_fstream.o : my_fstream.c mysys_priv.h 
  475. ../include/global.h ../include/my_config.h ../include/getopt.h 
  476. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  477. ../include/raid.h ../include/mysys_err.h
  478. my_getwd.lo my_getwd.o : my_getwd.c mysys_priv.h ../include/global.h 
  479. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  480. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  481. ../include/m_string.h ../include/mysys_err.h
  482. my_init.lo my_init.o : my_init.c mysys_priv.h ../include/global.h 
  483. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  484. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  485. my_static.h ../include/mysys_err.h ../include/m_string.h
  486. my_lib.lo my_lib.o : my_lib.c mysys_priv.h ../include/global.h 
  487. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  488. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  489. ../include/m_string.h ../include/my_dir.h 
  490. ../include/mysys_err.h
  491. my_malloc.lo my_malloc.o : my_malloc.c mysys_priv.h ../include/global.h 
  492. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  493. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  494. ../include/mysys_err.h ../include/m_string.h
  495. my_messnc.lo my_messnc.o : my_messnc.c mysys_priv.h ../include/global.h 
  496. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  497. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h
  498. my_net.lo my_net.o : my_net.c mysys_priv.h ../include/global.h 
  499. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  500. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  501. ../include/m_string.h
  502. my_once.lo my_once.o : my_once.c mysys_priv.h ../include/global.h 
  503. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  504. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  505. my_static.h ../include/mysys_err.h
  506. my_open.lo my_open.o : my_open.c mysys_priv.h ../include/global.h 
  507. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  508. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  509. ../include/mysys_err.h ../include/my_dir.h
  510. my_pthread.lo my_pthread.o : my_pthread.c mysys_priv.h 
  511. ../include/global.h ../include/my_config.h ../include/getopt.h 
  512. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  513. ../include/raid.h
  514. my_read.lo my_read.o : my_read.c mysys_priv.h ../include/global.h 
  515. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  516. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  517. ../include/mysys_err.h
  518. my_realloc.lo my_realloc.o : my_realloc.c mysys_priv.h 
  519. ../include/global.h ../include/my_config.h ../include/getopt.h 
  520. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  521. ../include/raid.h ../include/mysys_err.h
  522. my_static.lo my_static.o : my_static.c mysys_priv.h ../include/global.h 
  523. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  524. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  525. my_static.h ../include/my_alarm.h
  526. my_thr_init.lo my_thr_init.o : my_thr_init.c mysys_priv.h 
  527. ../include/global.h ../include/my_config.h ../include/getopt.h 
  528. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  529. ../include/raid.h ../include/m_string.h
  530. my_write.lo my_write.o : my_write.c mysys_priv.h ../include/global.h 
  531. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  532. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  533. ../include/mysys_err.h
  534. net.lo net.o : net.c ../include/global.h ../include/my_config.h 
  535. ../include/getopt.h ../include/dbug.h ../include/violite.h 
  536. ../include/my_net.h ../include/my_sys.h ../include/m_ctype.h 
  537. ../include/raid.h ../include/m_string.h ../include/mysql.h 
  538. ../include/mysql_com.h ../include/mysql_version.h 
  539. ../include/mysqld_error.h
  540. password.lo password.o : password.c ../include/global.h 
  541. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  542. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  543. ../include/m_string.h ../include/mysql.h ../include/mysql_com.h 
  544. ../include/mysql_version.h
  545. safemalloc.lo safemalloc.o : safemalloc.c mysys_priv.h 
  546. ../include/global.h ../include/my_config.h ../include/getopt.h 
  547. ../include/dbug.h ../include/my_sys.h ../include/m_ctype.h 
  548. ../include/raid.h ../include/m_string.h my_static.h 
  549. ../include/mysys_err.h
  550. str2int.lo str2int.o : str2int.c ../include/global.h 
  551. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  552. ../include/m_string.h ../include/m_ctype.h ../include/my_sys.h 
  553. ../include/raid.h
  554. strcend.lo strcend.o : strcend.c ../include/global.h 
  555. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  556. ../include/m_string.h
  557. strcont.lo strcont.o : strcont.c ../include/global.h 
  558. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  559. ../include/m_string.h
  560. strend.lo strend.o : strend.c ../include/global.h ../include/my_config.h 
  561. ../include/getopt.h ../include/dbug.h ../include/m_string.h
  562. strfill.lo strfill.o : strfill.c ../include/global.h 
  563. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  564. ../include/m_string.h
  565. string.lo string.o : string.c mysys_priv.h ../include/global.h 
  566. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  567. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  568. ../include/m_string.h
  569. strinstr.lo strinstr.o : strinstr.c ../include/global.h 
  570. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  571. ../include/m_string.h
  572. strmake.lo strmake.o : strmake.c ../include/global.h 
  573. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  574. ../include/m_string.h
  575. strmov.lo strmov.o : strmov.c ../include/global.h ../include/my_config.h 
  576. ../include/getopt.h ../include/dbug.h ../include/m_string.h
  577. strnlen.lo strnlen.o : strnlen.c ../include/global.h 
  578. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  579. ../include/m_string.h
  580. strnmov.lo strnmov.o : strnmov.c ../include/global.h 
  581. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  582. ../include/m_string.h
  583. strtoll.lo strtoll.o : strtoll.c ../include/global.h 
  584. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  585. ../include/m_string.h
  586. strtoull.lo strtoull.o : strtoull.c ../include/global.h 
  587. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  588. ../include/m_string.h
  589. strxmov.lo strxmov.o : strxmov.c ../include/global.h 
  590. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  591. ../include/m_string.h
  592. thr_mutex.lo thr_mutex.o : thr_mutex.c ../include/global.h 
  593. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  594. ../include/m_string.h
  595. typelib.lo typelib.o : typelib.c mysys_priv.h ../include/global.h 
  596. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  597. ../include/my_sys.h ../include/m_ctype.h ../include/raid.h 
  598. ../include/m_string.h
  599. violite.lo violite.o : violite.c ../include/global.h 
  600. ../include/my_config.h ../include/getopt.h ../include/dbug.h 
  601. ../include/violite.h ../include/my_net.h ../include/my_sys.h 
  602. ../include/m_ctype.h ../include/raid.h ../include/m_string.h
  603. info-am:
  604. info: info-am
  605. dvi-am:
  606. dvi: dvi-am
  607. check-am: all-am
  608. check: check-am
  609. installcheck-am:
  610. installcheck: installcheck-am
  611. install-exec-am: install-pkglibLTLIBRARIES
  612. install-exec: install-exec-am
  613. install-data-am:
  614. install-data: install-data-am
  615. install-am: all-am
  616. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  617. install: install-am
  618. uninstall-am: uninstall-pkglibLTLIBRARIES
  619. uninstall: uninstall-am
  620. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  621. all-redirect: all-am
  622. install-strip:
  623. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  624. installdirs:
  625. $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
  626. mostlyclean-generic:
  627. clean-generic:
  628. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  629. distclean-generic:
  630. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  631. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  632. maintainer-clean-generic:
  633. mostlyclean-am:  mostlyclean-pkglibLTLIBRARIES mostlyclean-compile 
  634. mostlyclean-libtool mostlyclean-noinstPROGRAMS 
  635. mostlyclean-tags mostlyclean-generic
  636. mostlyclean: mostlyclean-am
  637. clean-am:  clean-pkglibLTLIBRARIES clean-compile clean-libtool 
  638. clean-noinstPROGRAMS clean-tags clean-generic 
  639. mostlyclean-am clean-local
  640. clean: clean-am
  641. distclean-am:  distclean-pkglibLTLIBRARIES distclean-compile 
  642. distclean-libtool distclean-noinstPROGRAMS 
  643. distclean-tags distclean-generic clean-am
  644. -rm -f libtool
  645. distclean: distclean-am
  646. maintainer-clean-am:  maintainer-clean-pkglibLTLIBRARIES 
  647. maintainer-clean-compile maintainer-clean-libtool 
  648. maintainer-clean-noinstPROGRAMS maintainer-clean-tags 
  649. maintainer-clean-generic distclean-am
  650. @echo "This command is intended for maintainers to use;"
  651. @echo "it deletes files that may require special tools to rebuild."
  652. maintainer-clean: maintainer-clean-am
  653. .PHONY: mostlyclean-pkglibLTLIBRARIES distclean-pkglibLTLIBRARIES 
  654. clean-pkglibLTLIBRARIES maintainer-clean-pkglibLTLIBRARIES 
  655. uninstall-pkglibLTLIBRARIES install-pkglibLTLIBRARIES 
  656. mostlyclean-compile distclean-compile clean-compile 
  657. maintainer-clean-compile mostlyclean-libtool distclean-libtool 
  658. clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS 
  659. distclean-noinstPROGRAMS clean-noinstPROGRAMS 
  660. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags 
  661. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  662. check-am installcheck-am installcheck install-exec-am install-exec 
  663. install-data-am install-data install-am install uninstall-am uninstall 
  664. all-redirect all-am all installdirs mostlyclean-generic 
  665. distclean-generic clean-generic maintainer-clean-generic clean 
  666. mostlyclean distclean maintainer-clean
  667. # The automatic dependencies miss this
  668. bmove_upp.lo: $(LTCHARSET_OBJS)
  669. ctype.lo: ctype_extra_sources.c
  670. clean-local:
  671. rm -f `echo $(mystringsobjects) | sed "s;.lo;.c;g"` 
  672.       `echo $(dbugobjects) | sed "s;.lo;.c;g"` 
  673.       `echo $(mysysobjects) | sed "s;.lo;.c;g"` 
  674.        $(mystringsextra) $(mysysheaders) ctype_extra_sources.c 
  675.        ../linked_client_sources
  676. ctype_extra_sources.c: conf_to_src
  677. ./conf_to_src $(top_srcdir) @CHARSETS_NEED_SOURCE@ > 
  678.               $(srcdir)/ctype_extra_sources.c
  679. # Don't update the files from bitkeeper
  680. %::SCCS/s.%
  681. # This is called from the toplevel makefile
  682. link_sources:
  683.   set -x; 
  684.   ss=`echo $(mystringsobjects) | sed "s;.lo;.c;g"`; 
  685.   ds=`echo $(dbugobjects) | sed "s;.lo;.c;g"`; 
  686.   ms=`echo $(mysysobjects) | sed "s;.lo;.c;g"`; 
  687.   for f in $$ss; do 
  688.     rm -f $(srcdir)/$$f; 
  689.     @LN_CP_F@ $(srcdir)/../strings/$$f $(srcdir)/$$f; 
  690.   done; 
  691.   for f in $(mystringsextra); do 
  692.     rm -f $(srcdir)/$$f; 
  693.     @LN_CP_F@ $(srcdir)/../strings/$$f $(srcdir)/$$f; 
  694.   done; 
  695.   for f in $$ds; do 
  696.     rm -f $(srcdir)/$$f; 
  697.     @LN_CP_F@ $(srcdir)/../dbug/$$f $(srcdir)/$$f; 
  698.   done; 
  699.   for f in $$ms $(mysysheaders); do 
  700.     rm -f $(srcdir)/$$f; 
  701.     @LN_CP_F@ $(srcdir)/../mysys/$$f $(srcdir)/$$f; 
  702.   done;
  703. do-lib-dist:
  704. dir=libmysql-$(MYSQL_NO_DASH_VERSION); 
  705. srcs1=`echo $(lobjs) | sed "s;.lo;.c;g"`; 
  706. srcs2=$(target_sources); 
  707. srcs="$$srcs1 $$srcs2"; 
  708. objs1=`echo $(lobjs) | sed "s;.lo;.o;g"`; 
  709. objs2=`echo $(target_sources) | sed "s;.c;.o;g"`; 
  710. objs="$$objs1 $$objs2"; 
  711. rm -rf $$dir; 
  712. mkdir $$dir; 
  713. $(INSTALL_DATA) $$srcs $(mysysheaders) $$dir; 
  714. for i in $(nh); do $(INSTALL_DATA) ../include/$$i $$dir; done; 
  715. echo "# A very minimal Makefile to compile" > $$dir/Makefile; 
  716. echo "# the minimized libmysql library" >> $$dir/Makefile; 
  717. echo "# This file is autogenerated from Makefile.am" >> $$dir/Makefile; 
  718. echo 'CFLAGS= -I. -DUNDEF_THREADS_HACK' >>$$dir/Makefile; 
  719. echo "obj=$$objs"  >>$$dir/Makefile; 
  720. echo 'all: libmysql.a'  >>$$dir/Makefile; 
  721. echo 'libmysql.a: $$(obj)'  >>$$dir/Makefile; 
  722. echo ' $$(AR) r $$@ $$?'  >>$$dir/Makefile; 
  723. gtar cvzf $$dir.tar.gz $$dir; 
  724. cd $$dir; gmake
  725. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  726. # Otherwise a system limit (for SysV at least) may be exceeded.
  727. .NOEXPORT: