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

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 program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version.
  15. # This program 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
  18. # GNU General Public License for more details.
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; if not, write to the Free Software
  21. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  22. SHELL = @SHELL@
  23. srcdir = @srcdir@
  24. top_srcdir = @top_srcdir@
  25. VPATH = @srcdir@
  26. prefix = @prefix@
  27. exec_prefix = @exec_prefix@
  28. bindir = @bindir@
  29. sbindir = @sbindir@
  30. libexecdir = @libexecdir@
  31. datadir = @datadir@
  32. sysconfdir = @sysconfdir@
  33. sharedstatedir = @sharedstatedir@
  34. localstatedir = @localstatedir@
  35. libdir = @libdir@
  36. infodir = @infodir@
  37. mandir = @mandir@
  38. includedir = @includedir@
  39. oldincludedir = /usr/include
  40. DESTDIR =
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44. top_builddir = ..
  45. ACLOCAL = @ACLOCAL@
  46. AUTOCONF = @AUTOCONF@
  47. AUTOMAKE = @AUTOMAKE@
  48. AUTOHEADER = @AUTOHEADER@
  49. INSTALL = @INSTALL@
  50. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  51. INSTALL_DATA = @INSTALL_DATA@
  52. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  53. transform = @program_transform_name@
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. build_alias = @build_alias@
  61. build_triplet = @build@
  62. host_alias = @host_alias@
  63. host_triplet = @host@
  64. target_alias = @target_alias@
  65. target_triplet = @target@
  66. ALLOCA = @ALLOCA@
  67. AS = @AS@
  68. AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
  69. AVAILABLE_LANGUAGES_ERRORS = @AVAILABLE_LANGUAGES_ERRORS@
  70. AWK = @AWK@
  71. CC = @CC@
  72. CFLAGS = @CFLAGS@
  73. CHARSETS_NEED_SOURCE = @CHARSETS_NEED_SOURCE@
  74. CHARSET_OBJS = @CHARSET_OBJS@
  75. CHARSET_SRCS = @CHARSET_SRCS@
  76. CHECK_PID = @CHECK_PID@
  77. CHMOD = @CHMOD@
  78. CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
  79. CLIENT_LIBS = @CLIENT_LIBS@
  80. CMP = @CMP@
  81. COMPILATION_COMMENT = @COMPILATION_COMMENT@
  82. CONF_COMMAND = @CONF_COMMAND@
  83. CP = @CP@
  84. CPP = @CPP@
  85. CXX = @CXX@
  86. CXXFLAGS = @CXXFLAGS@
  87. CXXLDFLAGS = @CXXLDFLAGS@
  88. DLLTOOL = @DLLTOOL@
  89. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  90. FIND_PROC = @FIND_PROC@
  91. GETCONF = @GETCONF@
  92. GXX = @GXX@
  93. HOSTNAME = @HOSTNAME@
  94. IS_LINUX = @IS_LINUX@
  95. KILL = @KILL@
  96. LD = @LD@
  97. LIBTOOL = @LIBTOOL@
  98. LM_CFLAGS = @LM_CFLAGS@
  99. LN = @LN@
  100. LN_CP_F = @LN_CP_F@
  101. LN_S = @LN_S@
  102. MACHINE_TYPE = @MACHINE_TYPE@
  103. MAINT = @MAINT@
  104. MAKEINFO = @MAKEINFO@
  105. MAKE_SHELL = @MAKE_SHELL@
  106. MT_INCLUDES = @MT_INCLUDES@
  107. MT_LD_ADD = @MT_LD_ADD@
  108. MV = @MV@
  109. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  110. MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
  111. MYSQLD_USER = @MYSQLD_USER@
  112. MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
  113. MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
  114. MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
  115. MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
  116. MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
  117. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  118. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  119. OBJDUMP = @OBJDUMP@
  120. PACKAGE = @PACKAGE@
  121. PDFMANUAL = @PDFMANUAL@
  122. PERL = @PERL@
  123. PERL5 = @PERL5@
  124. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  125. PS = @PS@
  126. RANLIB = @RANLIB@
  127. RM = @RM@
  128. SAVE_CFLAGS = @SAVE_CFLAGS@
  129. SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
  130. SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
  131. SAVE_LDFLAGS = @SAVE_LDFLAGS@
  132. SED = @SED@
  133. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  134. SYSTEM_TYPE = @SYSTEM_TYPE@
  135. TERMCAP_LIB = @TERMCAP_LIB@
  136. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  137. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  138. VERSION = @VERSION@
  139. WRAPLIBS = @WRAPLIBS@
  140. YACC = @YACC@
  141. bdb_includes = @bdb_includes@
  142. bdb_libs = @bdb_libs@
  143. bench_dirs = @bench_dirs@
  144. default_charset = @default_charset@
  145. docs_dirs = @docs_dirs@
  146. innobase_includes = @innobase_includes@
  147. innobase_libs = @innobase_libs@
  148. linked_client_targets = @linked_client_targets@
  149. readline_dir = @readline_dir@
  150. readline_link = @readline_link@
  151. server_scripts = @server_scripts@
  152. sql_client_dirs = @sql_client_dirs@
  153. sql_server_dirs = @sql_server_dirs@
  154. thread_dirs = @thread_dirs@
  155. uname_prog = @uname_prog@
  156. MYSQLDATAdir = $(localstatedir)
  157. MYSQLSHAREdir = $(pkgdatadir)
  158. MYSQLBASEdir = $(prefix)
  159. INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include -I.. -I$(srcdir)
  160. pkglib_LIBRARIES = libmysys.a
  161. LDADD = libmysys.a ../dbug/libdbug.a  ../strings/libmystrings.a
  162. noinst_HEADERS = mysys_priv.h my_static.h
  163. libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c  mf_path.c mf_loadpath.c  my_open.c my_create.c my_seek.c my_read.c  my_pread.c my_write.c  mf_keycache.c  mf_iocache.c mf_iocache2.c mf_cache.c mf_tempfile.c  my_lock.c mf_brkhant.c my_alarm.c  my_malloc.c my_realloc.c my_once.c mulalloc.c  my_alloc.c safemalloc.c my_fopen.c my_fstream.c  my_error.c errors.c my_div.c my_messnc.c  mf_format.c mf_same.c mf_dirname.c mf_fn_ext.c  mf_pack.c mf_pack2.c mf_unixpath.c mf_stripp.c  mf_casecnv.c mf_soundex.c mf_wcomp.c mf_wfile.c  mf_qsort.c mf_qsort2.c mf_sort.c  ptr_cmp.c mf_radix.c queues.c  tree.c list.c hash.c array.c string.c typelib.c  my_copy.c my_append.c my_lib.c  my_delete.c my_rename.c my_redel.c my_tempnam.c  my_chsize.c my_lread.c my_lwrite.c my_clock.c  my_quick.c my_lockmem.c my_static.c  getopt.c getopt1.c getvar.c my_mkdir.c  default.c my_compress.c checksum.c raid.cc my_net.c  my_vsnprintf.c charset.c my_bitmap.c
  164. EXTRA_DIST = thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c  thr_mutex.c thr_rwlock.c
  165. libmysys_a_LIBADD = @THREAD_LOBJECTS@
  166. # test_fn removed 980815 since it not upp to date test_dir
  167. noinst_PROGRAMS = testhash test_charset @THREAD_LPROGRAMS@
  168. # test_dir_DEPENDENCIES= $(LIBRARIES)
  169. testhash_DEPENDENCIES = $(LIBRARIES)
  170. test_charset_DEPENDENCIES = $(LIBRARIES)
  171. EXTRA_PROGRAMS = 
  172. DEFS = -DDEFAULT_BASEDIR="$(prefix)"  -DDATADIR=""$(MYSQLDATAdir)""  -DDEFAULT_CHARSET_HOME=""$(MYSQLBASEdir)""  -DDATADIR=""$(MYSQLDATAdir)""  -DSHAREDIR=""$(MYSQLSHAREdir)""                         @DEFS@
  173. libmysys_a_DEPENDENCIES = @THREAD_LOBJECTS@
  174. OMIT_DEPENDENCIES = pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h  __math.h time.h __time.h unistd.h __unistd.h types.h  xtypes.h ac-types.h posix.h string.h __string.h  errno.h socket.h inet.h dirent.h netdb.h  cleanup.h cond.h debug_out.h fd.h kernel.h mutex.h  prio_queue.h pthread_attr.h pthread_once.h queue.h  sleep.h specific.h version.h pwd.h timers.h uio.h  cdefs.h machdep.h signal.h __signal.h util.h
  175. # I hope this always does the right thing. Otherwise this is only test programs
  176. FLAGS = $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  177. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  178. CONFIG_HEADER = ../config.h
  179. CONFIG_CLEAN_FILES = 
  180. LIBRARIES =  $(pkglib_LIBRARIES)
  181. CPPFLAGS = @CPPFLAGS@
  182. LDFLAGS = @LDFLAGS@
  183. LIBS = @LIBS@
  184. libmysys_a_OBJECTS =  my_init.o my_getwd.o mf_getdate.o mf_path.o 
  185. mf_loadpath.o my_open.o my_create.o my_seek.o my_read.o my_pread.o 
  186. my_write.o mf_keycache.o mf_iocache.o mf_iocache2.o mf_cache.o 
  187. mf_tempfile.o my_lock.o mf_brkhant.o my_alarm.o my_malloc.o 
  188. my_realloc.o my_once.o mulalloc.o my_alloc.o safemalloc.o my_fopen.o 
  189. my_fstream.o my_error.o errors.o my_div.o my_messnc.o mf_format.o 
  190. mf_same.o mf_dirname.o mf_fn_ext.o mf_pack.o mf_pack2.o mf_unixpath.o 
  191. mf_stripp.o mf_casecnv.o mf_soundex.o mf_wcomp.o mf_wfile.o mf_qsort.o 
  192. mf_qsort2.o mf_sort.o ptr_cmp.o mf_radix.o queues.o tree.o list.o 
  193. hash.o array.o string.o typelib.o my_copy.o my_append.o my_lib.o 
  194. my_delete.o my_rename.o my_redel.o my_tempnam.o my_chsize.o my_lread.o 
  195. my_lwrite.o my_clock.o my_quick.o my_lockmem.o my_static.o getopt.o 
  196. getopt1.o getvar.o my_mkdir.o default.o my_compress.o checksum.o raid.o 
  197. my_net.o my_vsnprintf.o charset.o my_bitmap.o
  198. AR = ar
  199. PROGRAMS =  $(noinst_PROGRAMS)
  200. testhash_SOURCES = testhash.c
  201. testhash_OBJECTS =  testhash.o
  202. testhash_LDADD = $(LDADD)
  203. testhash_LDFLAGS = 
  204. test_charset_SOURCES = test_charset.c
  205. test_charset_OBJECTS =  test_charset.o
  206. test_charset_LDADD = $(LDADD)
  207. test_charset_LDFLAGS = 
  208. CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  209. LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  210. CXXLD = $(CXX)
  211. CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  212. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  213. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  214. CCLD = $(CC)
  215. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  216. HEADERS =  $(noinst_HEADERS)
  217. DIST_COMMON =  COPYING.LIB ChangeLog Makefile.am Makefile.in
  218. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  219. TAR = gtar
  220. GZIP_ENV = --best
  221. SOURCES = $(libmysys_a_SOURCES) testhash.c test_charset.c
  222. OBJECTS = $(libmysys_a_OBJECTS) testhash.o test_charset.o
  223. all: all-redirect
  224. .SUFFIXES:
  225. .SUFFIXES: .S .c .cc .lo .o .s
  226. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  227. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps mysys/Makefile
  228. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  229. cd $(top_builddir) 
  230.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  231. mostlyclean-pkglibLIBRARIES:
  232. clean-pkglibLIBRARIES:
  233. -test -z "$(pkglib_LIBRARIES)" || rm -f $(pkglib_LIBRARIES)
  234. distclean-pkglibLIBRARIES:
  235. maintainer-clean-pkglibLIBRARIES:
  236. install-pkglibLIBRARIES: $(pkglib_LIBRARIES)
  237. @$(NORMAL_INSTALL)
  238. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  239. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  240.   if test -f $$p; then 
  241.     echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p"; 
  242.     $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p; 
  243.   else :; fi; 
  244. done
  245. @$(POST_INSTALL)
  246. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  247.   if test -f $$p; then 
  248.     echo " $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p"; 
  249.     $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; 
  250.   else :; fi; 
  251. done
  252. uninstall-pkglibLIBRARIES:
  253. @$(NORMAL_UNINSTALL)
  254. list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  255.   rm -f $(DESTDIR)$(pkglibdir)/$$p; 
  256. done
  257. .c.o:
  258. $(COMPILE) -c $<
  259. .s.o:
  260. $(COMPILE) -c $<
  261. .S.o:
  262. $(COMPILE) -c $<
  263. mostlyclean-compile:
  264. -rm -f *.o core *.core
  265. clean-compile:
  266. distclean-compile:
  267. -rm -f *.tab.c
  268. maintainer-clean-compile:
  269. .c.lo:
  270. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  271. .s.lo:
  272. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  273. .S.lo:
  274. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  275. mostlyclean-libtool:
  276. -rm -f *.lo
  277. clean-libtool:
  278. -rm -rf .libs _libs
  279. distclean-libtool:
  280. maintainer-clean-libtool:
  281. libmysys.a: $(libmysys_a_OBJECTS) $(libmysys_a_DEPENDENCIES)
  282. -rm -f libmysys.a
  283. $(AR) cru libmysys.a $(libmysys_a_OBJECTS) $(libmysys_a_LIBADD)
  284. $(RANLIB) libmysys.a
  285. mostlyclean-noinstPROGRAMS:
  286. clean-noinstPROGRAMS:
  287. -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  288. distclean-noinstPROGRAMS:
  289. maintainer-clean-noinstPROGRAMS:
  290. testhash: $(testhash_OBJECTS) $(testhash_DEPENDENCIES)
  291. @rm -f testhash
  292. $(LINK) $(testhash_LDFLAGS) $(testhash_OBJECTS) $(testhash_LDADD) $(LIBS)
  293. .cc.o:
  294. $(CXXCOMPILE) -c $<
  295. .cc.lo:
  296. $(LTCXXCOMPILE) -c $<
  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 = mysys
  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.o: array.c mysys_priv.h ../include/global.h ../include/my_config.h 
  333. ../mit-pthreads/include/bits/local_lim.h 
  334. ../mit-pthreads/include/endian.h ../include/dbug.h 
  335. ../include/my_sys.h ../include/my_pthread.h 
  336. ../mit-pthreads/include/pthread/config.h 
  337. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  338. ../include/raid.h ../include/m_string.h
  339. charset.o: charset.c mysys_priv.h ../include/global.h 
  340. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  341. ../mit-pthreads/include/endian.h ../include/dbug.h 
  342. ../include/my_sys.h ../include/my_pthread.h 
  343. ../mit-pthreads/include/pthread/config.h 
  344. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  345. ../include/raid.h ../include/mysys_err.h ../include/m_string.h 
  346. ../include/my_dir.h
  347. checksum.o: checksum.c ../include/global.h ../include/my_config.h 
  348. ../mit-pthreads/include/bits/local_lim.h 
  349. ../mit-pthreads/include/endian.h ../include/dbug.h 
  350. ../include/my_sys.h ../include/my_pthread.h 
  351. ../mit-pthreads/include/pthread/config.h 
  352. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  353. ../include/raid.h
  354. default.o: default.c mysys_priv.h ../include/global.h 
  355. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  356. ../mit-pthreads/include/endian.h ../include/dbug.h 
  357. ../include/my_sys.h ../include/my_pthread.h 
  358. ../mit-pthreads/include/pthread/config.h 
  359. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  360. ../include/raid.h ../include/m_string.h
  361. errors.o: errors.c mysys_priv.h ../include/global.h 
  362. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  363. ../mit-pthreads/include/endian.h ../include/dbug.h 
  364. ../include/my_sys.h ../include/my_pthread.h 
  365. ../mit-pthreads/include/pthread/config.h 
  366. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  367. ../include/raid.h ../include/mysys_err.h
  368. getopt.o: getopt.c ../config.h ../include/global.h 
  369. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  370. ../mit-pthreads/include/endian.h ../include/dbug.h 
  371. ../include/m_string.h
  372. getopt1.o: getopt1.c ../config.h ../include/global.h 
  373. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  374. ../mit-pthreads/include/endian.h ../include/dbug.h 
  375. ../include/getopt.h
  376. getvar.o: getvar.c mysys_priv.h ../include/global.h 
  377. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  378. ../mit-pthreads/include/endian.h ../include/dbug.h 
  379. ../include/my_sys.h ../include/my_pthread.h 
  380. ../mit-pthreads/include/pthread/config.h 
  381. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  382. ../include/raid.h ../include/m_string.h
  383. hash.o: hash.c mysys_priv.h ../include/global.h ../include/my_config.h 
  384. ../mit-pthreads/include/bits/local_lim.h 
  385. ../mit-pthreads/include/endian.h ../include/dbug.h 
  386. ../include/my_sys.h ../include/my_pthread.h 
  387. ../mit-pthreads/include/pthread/config.h 
  388. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  389. ../include/raid.h ../include/m_string.h ../include/hash.h
  390. list.o: list.c mysys_priv.h ../include/global.h ../include/my_config.h 
  391. ../mit-pthreads/include/bits/local_lim.h 
  392. ../mit-pthreads/include/endian.h ../include/dbug.h 
  393. ../include/my_sys.h ../include/my_pthread.h 
  394. ../mit-pthreads/include/pthread/config.h 
  395. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  396. ../include/raid.h ../include/my_list.h
  397. mf_brkhant.o: mf_brkhant.c mysys_priv.h ../include/global.h 
  398. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  399. ../mit-pthreads/include/endian.h ../include/dbug.h 
  400. ../include/my_sys.h ../include/my_pthread.h 
  401. ../mit-pthreads/include/pthread/config.h 
  402. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  403. ../include/raid.h my_static.h
  404. mf_cache.o: mf_cache.c mysys_priv.h ../include/global.h 
  405. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  406. ../mit-pthreads/include/endian.h ../include/dbug.h 
  407. ../include/my_sys.h ../include/my_pthread.h 
  408. ../mit-pthreads/include/pthread/config.h 
  409. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  410. ../include/raid.h ../include/m_string.h my_static.h 
  411. ../include/mysys_err.h
  412. mf_casecnv.o: mf_casecnv.c mysys_priv.h ../include/global.h 
  413. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  414. ../mit-pthreads/include/endian.h ../include/dbug.h 
  415. ../include/my_sys.h ../include/my_pthread.h 
  416. ../mit-pthreads/include/pthread/config.h 
  417. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  418. ../include/raid.h
  419. mf_dirname.o: mf_dirname.c mysys_priv.h ../include/global.h 
  420. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  421. ../mit-pthreads/include/endian.h ../include/dbug.h 
  422. ../include/my_sys.h ../include/my_pthread.h 
  423. ../mit-pthreads/include/pthread/config.h 
  424. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  425. ../include/raid.h ../include/m_string.h
  426. mf_fn_ext.o: mf_fn_ext.c mysys_priv.h ../include/global.h 
  427. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  428. ../mit-pthreads/include/endian.h ../include/dbug.h 
  429. ../include/my_sys.h ../include/my_pthread.h 
  430. ../mit-pthreads/include/pthread/config.h 
  431. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  432. ../include/raid.h ../include/m_string.h
  433. mf_format.o: mf_format.c mysys_priv.h ../include/global.h 
  434. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  435. ../mit-pthreads/include/endian.h ../include/dbug.h 
  436. ../include/my_sys.h ../include/my_pthread.h 
  437. ../mit-pthreads/include/pthread/config.h 
  438. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  439. ../include/raid.h ../include/m_string.h
  440. mf_getdate.o: mf_getdate.c mysys_priv.h ../include/global.h 
  441. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  442. ../mit-pthreads/include/endian.h ../include/dbug.h 
  443. ../include/my_sys.h ../include/my_pthread.h 
  444. ../mit-pthreads/include/pthread/config.h 
  445. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  446. ../include/raid.h ../include/m_string.h
  447. mf_iocache.o: mf_iocache.c mysys_priv.h ../include/global.h 
  448. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  449. ../mit-pthreads/include/endian.h ../include/dbug.h 
  450. ../include/my_sys.h ../include/my_pthread.h 
  451. ../mit-pthreads/include/pthread/config.h 
  452. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  453. ../include/raid.h ../include/m_string.h
  454. mf_iocache2.o: mf_iocache2.c mysys_priv.h ../include/global.h 
  455. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  456. ../mit-pthreads/include/endian.h ../include/dbug.h 
  457. ../include/my_sys.h ../include/my_pthread.h 
  458. ../mit-pthreads/include/pthread/config.h 
  459. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  460. ../include/raid.h ../include/m_string.h
  461. mf_keycache.o: mf_keycache.c mysys_priv.h ../include/global.h 
  462. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  463. ../mit-pthreads/include/endian.h ../include/dbug.h 
  464. ../include/my_sys.h ../include/my_pthread.h 
  465. ../mit-pthreads/include/pthread/config.h 
  466. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  467. ../include/raid.h my_static.h ../include/m_string.h
  468. mf_loadpath.o: mf_loadpath.c mysys_priv.h ../include/global.h 
  469. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  470. ../mit-pthreads/include/endian.h ../include/dbug.h 
  471. ../include/my_sys.h ../include/my_pthread.h 
  472. ../mit-pthreads/include/pthread/config.h 
  473. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  474. ../include/raid.h ../include/m_string.h
  475. mf_pack.o: mf_pack.c mysys_priv.h ../include/global.h 
  476. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  477. ../mit-pthreads/include/endian.h ../include/dbug.h 
  478. ../include/my_sys.h ../include/my_pthread.h 
  479. ../mit-pthreads/include/pthread/config.h 
  480. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  481. ../include/raid.h ../include/m_string.h
  482. mf_pack2.o: mf_pack2.c mysys_priv.h ../include/global.h 
  483. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  484. ../mit-pthreads/include/endian.h ../include/dbug.h 
  485. ../include/my_sys.h ../include/my_pthread.h 
  486. ../mit-pthreads/include/pthread/config.h 
  487. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  488. ../include/raid.h ../include/m_string.h
  489. mf_path.o: mf_path.c mysys_priv.h ../include/global.h 
  490. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  491. ../mit-pthreads/include/endian.h ../include/dbug.h 
  492. ../include/my_sys.h ../include/my_pthread.h 
  493. ../mit-pthreads/include/pthread/config.h 
  494. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  495. ../include/raid.h ../include/m_string.h
  496. mf_qsort.o: mf_qsort.c mysys_priv.h ../include/global.h 
  497. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  498. ../mit-pthreads/include/endian.h ../include/dbug.h 
  499. ../include/my_sys.h ../include/my_pthread.h 
  500. ../mit-pthreads/include/pthread/config.h 
  501. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  502. ../include/raid.h
  503. mf_qsort2.o: mf_qsort2.c mf_qsort.c mysys_priv.h ../include/global.h 
  504. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  505. ../mit-pthreads/include/endian.h ../include/dbug.h 
  506. ../include/my_sys.h ../include/my_pthread.h 
  507. ../mit-pthreads/include/pthread/config.h 
  508. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  509. ../include/raid.h
  510. mf_radix.o: mf_radix.c mysys_priv.h ../include/global.h 
  511. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  512. ../mit-pthreads/include/endian.h ../include/dbug.h 
  513. ../include/my_sys.h ../include/my_pthread.h 
  514. ../mit-pthreads/include/pthread/config.h 
  515. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  516. ../include/raid.h ../include/m_string.h
  517. mf_same.o: mf_same.c mysys_priv.h ../include/global.h 
  518. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  519. ../mit-pthreads/include/endian.h ../include/dbug.h 
  520. ../include/my_sys.h ../include/my_pthread.h 
  521. ../mit-pthreads/include/pthread/config.h 
  522. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  523. ../include/raid.h ../include/m_string.h
  524. mf_sort.o: mf_sort.c mysys_priv.h ../include/global.h 
  525. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  526. ../mit-pthreads/include/endian.h ../include/dbug.h 
  527. ../include/my_sys.h ../include/my_pthread.h 
  528. ../mit-pthreads/include/pthread/config.h 
  529. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  530. ../include/raid.h ../include/m_string.h
  531. mf_soundex.o: mf_soundex.c mysys_priv.h ../include/global.h 
  532. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  533. ../mit-pthreads/include/endian.h ../include/dbug.h 
  534. ../include/my_sys.h ../include/my_pthread.h 
  535. ../mit-pthreads/include/pthread/config.h 
  536. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  537. ../include/raid.h my_static.h
  538. mf_stripp.o: mf_stripp.c mysys_priv.h ../include/global.h 
  539. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  540. ../mit-pthreads/include/endian.h ../include/dbug.h 
  541. ../include/my_sys.h ../include/my_pthread.h 
  542. ../mit-pthreads/include/pthread/config.h 
  543. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  544. ../include/raid.h
  545. mf_tempfile.o: mf_tempfile.c mysys_priv.h ../include/global.h 
  546. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  547. ../mit-pthreads/include/endian.h ../include/dbug.h 
  548. ../include/my_sys.h ../include/my_pthread.h 
  549. ../mit-pthreads/include/pthread/config.h 
  550. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  551. ../include/raid.h ../include/m_string.h my_static.h 
  552. ../include/mysys_err.h
  553. mf_unixpath.o: mf_unixpath.c mysys_priv.h ../include/global.h 
  554. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  555. ../mit-pthreads/include/endian.h ../include/dbug.h 
  556. ../include/my_sys.h ../include/my_pthread.h 
  557. ../mit-pthreads/include/pthread/config.h 
  558. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  559. ../include/raid.h ../include/m_string.h
  560. mf_wcomp.o: mf_wcomp.c mysys_priv.h ../include/global.h 
  561. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  562. ../mit-pthreads/include/endian.h ../include/dbug.h 
  563. ../include/my_sys.h ../include/my_pthread.h 
  564. ../mit-pthreads/include/pthread/config.h 
  565. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  566. ../include/raid.h
  567. mf_wfile.o: mf_wfile.c mysys_priv.h ../include/global.h 
  568. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  569. ../mit-pthreads/include/endian.h ../include/dbug.h 
  570. ../include/my_sys.h ../include/my_pthread.h 
  571. ../mit-pthreads/include/pthread/config.h 
  572. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  573. ../include/raid.h ../include/m_string.h
  574. mulalloc.o: mulalloc.c mysys_priv.h ../include/global.h 
  575. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  576. ../mit-pthreads/include/endian.h ../include/dbug.h 
  577. ../include/my_sys.h ../include/my_pthread.h 
  578. ../mit-pthreads/include/pthread/config.h 
  579. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  580. ../include/raid.h
  581. my_alarm.o: my_alarm.c mysys_priv.h ../include/global.h 
  582. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  583. ../mit-pthreads/include/endian.h ../include/dbug.h 
  584. ../include/my_sys.h ../include/my_pthread.h 
  585. ../mit-pthreads/include/pthread/config.h 
  586. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  587. ../include/raid.h ../include/my_alarm.h
  588. my_alloc.o: my_alloc.c ../include/global.h ../include/my_config.h 
  589. ../mit-pthreads/include/bits/local_lim.h 
  590. ../mit-pthreads/include/endian.h ../include/dbug.h 
  591. ../include/my_sys.h ../include/my_pthread.h 
  592. ../mit-pthreads/include/pthread/config.h 
  593. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  594. ../include/raid.h ../include/m_string.h
  595. my_append.o: my_append.c mysys_priv.h ../include/global.h 
  596. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  597. ../mit-pthreads/include/endian.h ../include/dbug.h 
  598. ../include/my_sys.h ../include/my_pthread.h 
  599. ../mit-pthreads/include/pthread/config.h 
  600. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  601. ../include/raid.h ../include/m_string.h
  602. my_bitmap.o: my_bitmap.c mysys_priv.h ../include/global.h 
  603. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  604. ../mit-pthreads/include/endian.h ../include/dbug.h 
  605. ../include/my_sys.h ../include/my_pthread.h 
  606. ../mit-pthreads/include/pthread/config.h 
  607. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  608. ../include/raid.h ../include/my_bitmap.h
  609. my_chsize.o: my_chsize.c mysys_priv.h ../include/global.h 
  610. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  611. ../mit-pthreads/include/endian.h ../include/dbug.h 
  612. ../include/my_sys.h ../include/my_pthread.h 
  613. ../mit-pthreads/include/pthread/config.h 
  614. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  615. ../include/raid.h ../include/mysys_err.h ../include/m_string.h
  616. my_clock.o: my_clock.c ../include/global.h ../include/my_config.h 
  617. ../mit-pthreads/include/bits/local_lim.h 
  618. ../mit-pthreads/include/endian.h ../include/dbug.h mysys_priv.h 
  619. ../include/my_sys.h ../include/my_pthread.h 
  620. ../mit-pthreads/include/pthread/config.h 
  621. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  622. ../include/raid.h
  623. my_compress.o: my_compress.c ../include/global.h ../include/my_config.h 
  624. ../mit-pthreads/include/bits/local_lim.h 
  625. ../mit-pthreads/include/endian.h ../include/dbug.h 
  626. ../include/my_sys.h ../include/my_pthread.h 
  627. ../mit-pthreads/include/pthread/config.h 
  628. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  629. ../include/raid.h
  630. my_copy.o: my_copy.c mysys_priv.h ../include/global.h 
  631. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  632. ../mit-pthreads/include/endian.h ../include/dbug.h 
  633. ../include/my_sys.h ../include/my_pthread.h 
  634. ../mit-pthreads/include/pthread/config.h 
  635. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  636. ../include/raid.h ../include/m_string.h
  637. my_create.o: my_create.c mysys_priv.h ../include/global.h 
  638. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  639. ../mit-pthreads/include/endian.h ../include/dbug.h 
  640. ../include/my_sys.h ../include/my_pthread.h 
  641. ../mit-pthreads/include/pthread/config.h 
  642. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  643. ../include/raid.h ../include/my_dir.h ../include/mysys_err.h
  644. my_delete.o: my_delete.c mysys_priv.h ../include/global.h 
  645. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  646. ../mit-pthreads/include/endian.h ../include/dbug.h 
  647. ../include/my_sys.h ../include/my_pthread.h 
  648. ../mit-pthreads/include/pthread/config.h 
  649. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  650. ../include/raid.h ../include/mysys_err.h
  651. my_div.o: my_div.c mysys_priv.h ../include/global.h 
  652. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  653. ../mit-pthreads/include/endian.h ../include/dbug.h 
  654. ../include/my_sys.h ../include/my_pthread.h 
  655. ../mit-pthreads/include/pthread/config.h 
  656. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  657. ../include/raid.h
  658. my_error.o: my_error.c mysys_priv.h ../include/global.h 
  659. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  660. ../mit-pthreads/include/endian.h ../include/dbug.h 
  661. ../include/my_sys.h ../include/my_pthread.h 
  662. ../mit-pthreads/include/pthread/config.h 
  663. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  664. ../include/raid.h ../include/mysys_err.h ../include/m_string.h
  665. my_fopen.o: my_fopen.c mysys_priv.h ../include/global.h 
  666. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  667. ../mit-pthreads/include/endian.h ../include/dbug.h 
  668. ../include/my_sys.h ../include/my_pthread.h 
  669. ../mit-pthreads/include/pthread/config.h 
  670. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  671. ../include/raid.h my_static.h ../include/mysys_err.h
  672. my_fstream.o: my_fstream.c mysys_priv.h ../include/global.h 
  673. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  674. ../mit-pthreads/include/endian.h ../include/dbug.h 
  675. ../include/my_sys.h ../include/my_pthread.h 
  676. ../mit-pthreads/include/pthread/config.h 
  677. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  678. ../include/raid.h ../include/mysys_err.h
  679. my_getwd.o: my_getwd.c mysys_priv.h ../include/global.h 
  680. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  681. ../mit-pthreads/include/endian.h ../include/dbug.h 
  682. ../include/my_sys.h ../include/my_pthread.h 
  683. ../mit-pthreads/include/pthread/config.h 
  684. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  685. ../include/raid.h ../include/m_string.h ../include/mysys_err.h
  686. my_init.o: my_init.c mysys_priv.h ../include/global.h 
  687. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  688. ../mit-pthreads/include/endian.h ../include/dbug.h 
  689. ../include/my_sys.h ../include/my_pthread.h 
  690. ../mit-pthreads/include/pthread/config.h 
  691. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  692. ../include/raid.h my_static.h ../include/mysys_err.h 
  693. ../include/m_string.h
  694. my_lib.o: my_lib.c mysys_priv.h ../include/global.h 
  695. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  696. ../mit-pthreads/include/endian.h ../include/dbug.h 
  697. ../include/my_sys.h ../include/my_pthread.h 
  698. ../mit-pthreads/include/pthread/config.h 
  699. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  700. ../include/raid.h ../include/m_string.h ../include/my_dir.h 
  701. ../include/mysys_err.h
  702. my_lock.o: my_lock.c mysys_priv.h ../include/global.h 
  703. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  704. ../mit-pthreads/include/endian.h ../include/dbug.h 
  705. ../include/my_sys.h ../include/my_pthread.h 
  706. ../mit-pthreads/include/pthread/config.h 
  707. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  708. ../include/raid.h ../include/mysys_err.h ../include/my_alarm.h
  709. my_lockmem.o: my_lockmem.c mysys_priv.h ../include/global.h 
  710. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  711. ../mit-pthreads/include/endian.h ../include/dbug.h 
  712. ../include/my_sys.h ../include/my_pthread.h 
  713. ../mit-pthreads/include/pthread/config.h 
  714. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  715. ../include/raid.h ../include/mysys_err.h ../include/my_list.h
  716. my_lread.o: my_lread.c mysys_priv.h ../include/global.h 
  717. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  718. ../mit-pthreads/include/endian.h ../include/dbug.h 
  719. ../include/my_sys.h ../include/my_pthread.h 
  720. ../mit-pthreads/include/pthread/config.h 
  721. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  722. ../include/raid.h ../include/mysys_err.h
  723. my_lwrite.o: my_lwrite.c mysys_priv.h ../include/global.h 
  724. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  725. ../mit-pthreads/include/endian.h ../include/dbug.h 
  726. ../include/my_sys.h ../include/my_pthread.h 
  727. ../mit-pthreads/include/pthread/config.h 
  728. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  729. ../include/raid.h ../include/mysys_err.h
  730. my_malloc.o: my_malloc.c mysys_priv.h ../include/global.h 
  731. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  732. ../mit-pthreads/include/endian.h ../include/dbug.h 
  733. ../include/my_sys.h ../include/my_pthread.h 
  734. ../mit-pthreads/include/pthread/config.h 
  735. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  736. ../include/raid.h ../include/mysys_err.h ../include/m_string.h
  737. my_messnc.o: my_messnc.c mysys_priv.h ../include/global.h 
  738. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  739. ../mit-pthreads/include/endian.h ../include/dbug.h 
  740. ../include/my_sys.h ../include/my_pthread.h 
  741. ../mit-pthreads/include/pthread/config.h 
  742. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  743. ../include/raid.h
  744. my_mkdir.o: my_mkdir.c mysys_priv.h ../include/global.h 
  745. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  746. ../mit-pthreads/include/endian.h ../include/dbug.h 
  747. ../include/my_sys.h ../include/my_pthread.h 
  748. ../mit-pthreads/include/pthread/config.h 
  749. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  750. ../include/raid.h ../include/mysys_err.h
  751. my_net.o: my_net.c mysys_priv.h ../include/global.h 
  752. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  753. ../mit-pthreads/include/endian.h ../include/dbug.h 
  754. ../include/my_sys.h ../include/my_pthread.h 
  755. ../mit-pthreads/include/pthread/config.h 
  756. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  757. ../include/raid.h ../include/m_string.h
  758. my_once.o: my_once.c mysys_priv.h ../include/global.h 
  759. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  760. ../mit-pthreads/include/endian.h ../include/dbug.h 
  761. ../include/my_sys.h ../include/my_pthread.h 
  762. ../mit-pthreads/include/pthread/config.h 
  763. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  764. ../include/raid.h my_static.h ../include/mysys_err.h
  765. my_open.o: my_open.c mysys_priv.h ../include/global.h 
  766. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  767. ../mit-pthreads/include/endian.h ../include/dbug.h 
  768. ../include/my_sys.h ../include/my_pthread.h 
  769. ../mit-pthreads/include/pthread/config.h 
  770. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  771. ../include/raid.h ../include/mysys_err.h ../include/my_dir.h
  772. my_pread.o: my_pread.c mysys_priv.h ../include/global.h 
  773. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  774. ../mit-pthreads/include/endian.h ../include/dbug.h 
  775. ../include/my_sys.h ../include/my_pthread.h 
  776. ../mit-pthreads/include/pthread/config.h 
  777. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  778. ../include/raid.h ../include/mysys_err.h
  779. my_pthread.o: my_pthread.c mysys_priv.h ../include/global.h 
  780. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  781. ../mit-pthreads/include/endian.h ../include/dbug.h 
  782. ../include/my_sys.h ../include/my_pthread.h 
  783. ../mit-pthreads/include/pthread/config.h 
  784. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  785. ../include/raid.h ../include/m_string.h ../include/thr_alarm.h
  786. my_quick.o: my_quick.c mysys_priv.h ../include/global.h 
  787. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  788. ../mit-pthreads/include/endian.h ../include/dbug.h 
  789. ../include/my_sys.h ../include/my_pthread.h 
  790. ../mit-pthreads/include/pthread/config.h 
  791. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  792. ../include/raid.h ../include/my_nosys.h
  793. my_read.o: my_read.c mysys_priv.h ../include/global.h 
  794. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  795. ../mit-pthreads/include/endian.h ../include/dbug.h 
  796. ../include/my_sys.h ../include/my_pthread.h 
  797. ../mit-pthreads/include/pthread/config.h 
  798. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  799. ../include/raid.h ../include/mysys_err.h
  800. my_realloc.o: my_realloc.c mysys_priv.h ../include/global.h 
  801. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  802. ../mit-pthreads/include/endian.h ../include/dbug.h 
  803. ../include/my_sys.h ../include/my_pthread.h 
  804. ../mit-pthreads/include/pthread/config.h 
  805. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  806. ../include/raid.h ../include/mysys_err.h
  807. my_redel.o: my_redel.c mysys_priv.h ../include/global.h 
  808. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  809. ../mit-pthreads/include/endian.h ../include/dbug.h 
  810. ../include/my_sys.h ../include/my_pthread.h 
  811. ../mit-pthreads/include/pthread/config.h 
  812. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  813. ../include/raid.h ../include/my_dir.h ../include/m_string.h 
  814. ../include/mysys_err.h
  815. my_rename.o: my_rename.c mysys_priv.h ../include/global.h 
  816. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  817. ../mit-pthreads/include/endian.h ../include/dbug.h 
  818. ../include/my_sys.h ../include/my_pthread.h 
  819. ../mit-pthreads/include/pthread/config.h 
  820. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  821. ../include/raid.h ../include/my_dir.h ../include/mysys_err.h
  822. my_seek.o: my_seek.c mysys_priv.h ../include/global.h 
  823. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  824. ../mit-pthreads/include/endian.h ../include/dbug.h 
  825. ../include/my_sys.h ../include/my_pthread.h 
  826. ../mit-pthreads/include/pthread/config.h 
  827. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  828. ../include/raid.h
  829. my_static.o: my_static.c mysys_priv.h ../include/global.h 
  830. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  831. ../mit-pthreads/include/endian.h ../include/dbug.h 
  832. ../include/my_sys.h ../include/my_pthread.h 
  833. ../mit-pthreads/include/pthread/config.h 
  834. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  835. ../include/raid.h my_static.h ../include/my_alarm.h
  836. my_tempnam.o: my_tempnam.c mysys_priv.h ../include/global.h 
  837. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  838. ../mit-pthreads/include/endian.h ../include/dbug.h 
  839. ../include/my_sys.h ../include/my_pthread.h 
  840. ../mit-pthreads/include/pthread/config.h 
  841. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  842. ../include/raid.h ../include/m_string.h my_static.h 
  843. ../include/mysys_err.h
  844. my_thr_init.o: my_thr_init.c mysys_priv.h ../include/global.h 
  845. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  846. ../mit-pthreads/include/endian.h ../include/dbug.h 
  847. ../include/my_sys.h ../include/my_pthread.h 
  848. ../mit-pthreads/include/pthread/config.h 
  849. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  850. ../include/raid.h ../include/m_string.h
  851. my_vsnprintf.o: my_vsnprintf.c mysys_priv.h ../include/global.h 
  852. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  853. ../mit-pthreads/include/endian.h ../include/dbug.h 
  854. ../include/my_sys.h ../include/my_pthread.h 
  855. ../mit-pthreads/include/pthread/config.h 
  856. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  857. ../include/raid.h ../include/mysys_err.h ../include/m_string.h
  858. my_write.o: my_write.c mysys_priv.h ../include/global.h 
  859. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  860. ../mit-pthreads/include/endian.h ../include/dbug.h 
  861. ../include/my_sys.h ../include/my_pthread.h 
  862. ../mit-pthreads/include/pthread/config.h 
  863. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  864. ../include/raid.h ../include/mysys_err.h
  865. ptr_cmp.o: ptr_cmp.c mysys_priv.h ../include/global.h 
  866. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  867. ../mit-pthreads/include/endian.h ../include/dbug.h 
  868. ../include/my_sys.h ../include/my_pthread.h 
  869. ../mit-pthreads/include/pthread/config.h 
  870. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  871. ../include/raid.h
  872. queues.o: queues.c mysys_priv.h ../include/global.h 
  873. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  874. ../mit-pthreads/include/endian.h ../include/dbug.h 
  875. ../include/my_sys.h ../include/my_pthread.h 
  876. ../mit-pthreads/include/pthread/config.h 
  877. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  878. ../include/raid.h ../include/mysys_err.h ../include/queues.h
  879. raid.o: raid.cc mysys_priv.h ../include/global.h ../include/my_config.h 
  880. ../mit-pthreads/include/bits/local_lim.h 
  881. ../mit-pthreads/include/endian.h ../include/dbug.h 
  882. ../include/my_sys.h ../include/my_pthread.h 
  883. ../mit-pthreads/include/pthread/config.h 
  884. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  885. ../include/raid.h ../include/my_dir.h ../include/m_string.h
  886. safemalloc.o: safemalloc.c mysys_priv.h ../include/global.h 
  887. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  888. ../mit-pthreads/include/endian.h ../include/dbug.h 
  889. ../include/my_sys.h ../include/my_pthread.h 
  890. ../mit-pthreads/include/pthread/config.h 
  891. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  892. ../include/raid.h ../include/m_string.h my_static.h 
  893. ../include/mysys_err.h
  894. string.o: string.c mysys_priv.h ../include/global.h 
  895. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  896. ../mit-pthreads/include/endian.h ../include/dbug.h 
  897. ../include/my_sys.h ../include/my_pthread.h 
  898. ../mit-pthreads/include/pthread/config.h 
  899. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  900. ../include/raid.h ../include/m_string.h
  901. testhash.o: testhash.c ../include/global.h ../include/my_config.h 
  902. ../mit-pthreads/include/bits/local_lim.h 
  903. ../mit-pthreads/include/endian.h ../include/dbug.h 
  904. ../include/my_sys.h ../include/my_pthread.h 
  905. ../mit-pthreads/include/pthread/config.h 
  906. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  907. ../include/raid.h ../include/hash.h ../include/m_string.h
  908. thr_alarm.o: thr_alarm.c ../include/global.h ../include/my_config.h 
  909. ../mit-pthreads/include/bits/local_lim.h 
  910. ../mit-pthreads/include/endian.h ../include/dbug.h 
  911. ../include/my_pthread.h 
  912. ../mit-pthreads/include/pthread/config.h 
  913. ../mit-pthreads/include/sched.h ../include/my_sys.h 
  914. ../include/m_ctype.h ../include/raid.h ../include/m_string.h 
  915. ../include/queues.h ../include/thr_alarm.h
  916. thr_lock.o: thr_lock.c mysys_priv.h ../include/global.h 
  917. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  918. ../mit-pthreads/include/endian.h ../include/dbug.h 
  919. ../include/my_sys.h ../include/my_pthread.h 
  920. ../mit-pthreads/include/pthread/config.h 
  921. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  922. ../include/raid.h ../include/thr_lock.h ../include/my_list.h 
  923. ../include/m_string.h
  924. thr_mutex.o: thr_mutex.c ../include/global.h ../include/my_config.h 
  925. ../mit-pthreads/include/bits/local_lim.h 
  926. ../mit-pthreads/include/endian.h ../include/dbug.h 
  927. ../include/m_string.h
  928. thr_rwlock.o: thr_rwlock.c mysys_priv.h ../include/global.h 
  929. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  930. ../mit-pthreads/include/endian.h ../include/dbug.h 
  931. ../include/my_sys.h ../include/my_pthread.h 
  932. ../mit-pthreads/include/pthread/config.h 
  933. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  934. ../include/raid.h
  935. tree.o: tree.c mysys_priv.h ../include/global.h ../include/my_config.h 
  936. ../mit-pthreads/include/bits/local_lim.h 
  937. ../mit-pthreads/include/endian.h ../include/dbug.h 
  938. ../include/my_sys.h ../include/my_pthread.h 
  939. ../mit-pthreads/include/pthread/config.h 
  940. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  941. ../include/raid.h ../include/m_string.h ../include/my_tree.h
  942. typelib.o: typelib.c mysys_priv.h ../include/global.h 
  943. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  944. ../mit-pthreads/include/endian.h ../include/dbug.h 
  945. ../include/my_sys.h ../include/my_pthread.h 
  946. ../mit-pthreads/include/pthread/config.h 
  947. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  948. ../include/raid.h ../include/m_string.h
  949. info-am:
  950. info: info-am
  951. dvi-am:
  952. dvi: dvi-am
  953. check-am: all-am
  954. check: check-am
  955. installcheck-am:
  956. installcheck: installcheck-am
  957. install-exec-am: install-pkglibLIBRARIES
  958. install-exec: install-exec-am
  959. install-data-am:
  960. install-data: install-data-am
  961. install-am: all-am
  962. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  963. install: install-am
  964. uninstall-am: uninstall-pkglibLIBRARIES
  965. uninstall: uninstall-am
  966. all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
  967. all-redirect: all-am
  968. install-strip:
  969. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  970. installdirs:
  971. $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
  972. mostlyclean-generic:
  973. clean-generic:
  974. distclean-generic:
  975. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  976. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  977. maintainer-clean-generic:
  978. mostlyclean-am:  mostlyclean-pkglibLIBRARIES mostlyclean-compile 
  979. mostlyclean-libtool mostlyclean-noinstPROGRAMS 
  980. mostlyclean-tags mostlyclean-generic
  981. mostlyclean: mostlyclean-am
  982. clean-am:  clean-pkglibLIBRARIES clean-compile clean-libtool 
  983. clean-noinstPROGRAMS clean-tags clean-generic 
  984. mostlyclean-am
  985. clean: clean-am
  986. distclean-am:  distclean-pkglibLIBRARIES distclean-compile 
  987. distclean-libtool distclean-noinstPROGRAMS 
  988. distclean-tags distclean-generic clean-am
  989. -rm -f libtool
  990. distclean: distclean-am
  991. maintainer-clean-am:  maintainer-clean-pkglibLIBRARIES 
  992. maintainer-clean-compile maintainer-clean-libtool 
  993. maintainer-clean-noinstPROGRAMS maintainer-clean-tags 
  994. maintainer-clean-generic distclean-am
  995. @echo "This command is intended for maintainers to use;"
  996. @echo "it deletes files that may require special tools to rebuild."
  997. maintainer-clean: maintainer-clean-am
  998. .PHONY: mostlyclean-pkglibLIBRARIES distclean-pkglibLIBRARIES 
  999. clean-pkglibLIBRARIES maintainer-clean-pkglibLIBRARIES 
  1000. uninstall-pkglibLIBRARIES install-pkglibLIBRARIES mostlyclean-compile 
  1001. distclean-compile clean-compile maintainer-clean-compile 
  1002. mostlyclean-libtool distclean-libtool clean-libtool 
  1003. maintainer-clean-libtool mostlyclean-noinstPROGRAMS 
  1004. distclean-noinstPROGRAMS clean-noinstPROGRAMS 
  1005. maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags 
  1006. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  1007. check-am installcheck-am installcheck install-exec-am install-exec 
  1008. install-data-am install-data install-am install uninstall-am uninstall 
  1009. all-redirect all-am all installdirs mostlyclean-generic 
  1010. distclean-generic clean-generic maintainer-clean-generic clean 
  1011. mostlyclean distclean maintainer-clean
  1012. #
  1013. # The CP .. RM stuff is to avoid problems with some compilers (like alpha ccc)
  1014. # which automaticly removes the object files you use to compile a final program
  1015. #
  1016. test_thr_alarm: thr_alarm.c $(LIBRARIES)
  1017. $(CP) $(srcdir)/thr_alarm.c ./test_thr_alarm.c
  1018. $(LINK) $(FLAGS) -DMAIN ./test_thr_alarm.c $(LDADD) $(LIBS)
  1019. $(RM) -f ./test_thr_alarm.*
  1020. test_thr_lock: thr_lock.c $(LIBRARIES)
  1021. $(CP) $(srcdir)/thr_lock.c test_thr_lock.c
  1022. $(LINK) $(FLAGS) -DMAIN ./test_thr_lock.c $(LDADD) $(LIBS)
  1023. $(RM) -f ./test_thr_lock.*
  1024. test_vsnprintf: my_vsnprintf.c $(LIBRARIES)
  1025. $(CP) $(srcdir)/my_vsnprintf.c test_vsnprintf.c
  1026. $(LINK) $(FLAGS) -DMAIN ./test_vsnprintf.c $(LDADD) $(LIBS)
  1027. $(RM) -f test_vsnprintf.*
  1028. test_dir: test_dir.c $(LIBRARIES)
  1029. $(LINK) $(FLAGS) -DMAIN $(srcdir)/test_dir.c $(LDADD) $(LIBS)
  1030. test_charset: test_charset.c $(LIBRARIES)
  1031. $(LINK) $(FLAGS) -DMAIN $(srcdir)/test_charset.c $(LDADD) $(LIBS)
  1032. test_hash: test_hash.c $(LIBRARIES)
  1033. $(LINK) $(FLAGS) -DMAIN $(srcdir)/test_dir.c $(LDADD) $(LIBS)
  1034. # Don't update the files from bitkeeper
  1035. %::SCCS/s.%
  1036. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1037. # Otherwise a system limit (for SysV at least) may be exceeded.
  1038. .NOEXPORT: