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

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. INCLUDES = @MT_INCLUDES@ -I$(srcdir)/../include -I../include
  157. pkglib_LIBRARIES = libmyisammrg.a
  158. noinst_HEADERS = mymrgdef.h
  159. libmyisammrg_a_SOURCES = myrg_open.c myrg_extra.c myrg_info.c myrg_locking.c  myrg_rrnd.c myrg_update.c myrg_delete.c myrg_rsame.c  myrg_panic.c myrg_close.c myrg_create.c myrg_static.c  myrg_rkey.c myrg_rfirst.c myrg_rlast.c myrg_rnext.c  myrg_rprev.c myrg_queue.c
  160. 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
  161. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  162. CONFIG_HEADER = ../config.h
  163. CONFIG_CLEAN_FILES = 
  164. LIBRARIES =  $(pkglib_LIBRARIES)
  165. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  166. CPPFLAGS = @CPPFLAGS@
  167. LDFLAGS = @LDFLAGS@
  168. LIBS = @LIBS@
  169. libmyisammrg_a_LIBADD = 
  170. libmyisammrg_a_OBJECTS =  myrg_open.o myrg_extra.o myrg_info.o 
  171. myrg_locking.o myrg_rrnd.o myrg_update.o myrg_delete.o myrg_rsame.o 
  172. myrg_panic.o myrg_close.o myrg_create.o myrg_static.o myrg_rkey.o 
  173. myrg_rfirst.o myrg_rlast.o myrg_rnext.o myrg_rprev.o myrg_queue.o
  174. AR = ar
  175. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  176. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  177. CCLD = $(CC)
  178. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  179. HEADERS =  $(noinst_HEADERS)
  180. DIST_COMMON =  Makefile.am Makefile.in
  181. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  182. TAR = gtar
  183. GZIP_ENV = --best
  184. SOURCES = $(libmyisammrg_a_SOURCES)
  185. OBJECTS = $(libmyisammrg_a_OBJECTS)
  186. all: all-redirect
  187. .SUFFIXES:
  188. .SUFFIXES: .S .c .lo .o .s
  189. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  190. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps myisammrg/Makefile
  191. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  192. cd $(top_builddir) 
  193.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  194. mostlyclean-pkglibLIBRARIES:
  195. clean-pkglibLIBRARIES:
  196. -test -z "$(pkglib_LIBRARIES)" || rm -f $(pkglib_LIBRARIES)
  197. distclean-pkglibLIBRARIES:
  198. maintainer-clean-pkglibLIBRARIES:
  199. install-pkglibLIBRARIES: $(pkglib_LIBRARIES)
  200. @$(NORMAL_INSTALL)
  201. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  202. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  203.   if test -f $$p; then 
  204.     echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p"; 
  205.     $(INSTALL_DATA) $$p $(DESTDIR)$(pkglibdir)/$$p; 
  206.   else :; fi; 
  207. done
  208. @$(POST_INSTALL)
  209. @list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  210.   if test -f $$p; then 
  211.     echo " $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p"; 
  212.     $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; 
  213.   else :; fi; 
  214. done
  215. uninstall-pkglibLIBRARIES:
  216. @$(NORMAL_UNINSTALL)
  217. list='$(pkglib_LIBRARIES)'; for p in $$list; do 
  218.   rm -f $(DESTDIR)$(pkglibdir)/$$p; 
  219. done
  220. .c.o:
  221. $(COMPILE) -c $<
  222. .s.o:
  223. $(COMPILE) -c $<
  224. .S.o:
  225. $(COMPILE) -c $<
  226. mostlyclean-compile:
  227. -rm -f *.o core *.core
  228. clean-compile:
  229. distclean-compile:
  230. -rm -f *.tab.c
  231. maintainer-clean-compile:
  232. .c.lo:
  233. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  234. .s.lo:
  235. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  236. .S.lo:
  237. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  238. mostlyclean-libtool:
  239. -rm -f *.lo
  240. clean-libtool:
  241. -rm -rf .libs _libs
  242. distclean-libtool:
  243. maintainer-clean-libtool:
  244. libmyisammrg.a: $(libmyisammrg_a_OBJECTS) $(libmyisammrg_a_DEPENDENCIES)
  245. -rm -f libmyisammrg.a
  246. $(AR) cru libmyisammrg.a $(libmyisammrg_a_OBJECTS) $(libmyisammrg_a_LIBADD)
  247. $(RANLIB) libmyisammrg.a
  248. tags: TAGS
  249. ID: $(HEADERS) $(SOURCES) $(LISP)
  250. list='$(SOURCES) $(HEADERS)'; 
  251. unique=`for i in $$list; do echo $$i; done | 
  252.   awk '    { files[$$0] = 1; } 
  253.        END { for (i in files) print i; }'`; 
  254. here=`pwd` && cd $(srcdir) 
  255.   && mkid -f$$here/ID $$unique $(LISP)
  256. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  257. tags=; 
  258. here=`pwd`; 
  259. list='$(SOURCES) $(HEADERS)'; 
  260. unique=`for i in $$list; do echo $$i; done | 
  261.   awk '    { files[$$0] = 1; } 
  262.        END { for (i in files) print i; }'`; 
  263. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  264.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  265. mostlyclean-tags:
  266. clean-tags:
  267. distclean-tags:
  268. -rm -f TAGS ID
  269. maintainer-clean-tags:
  270. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  271. subdir = myisammrg
  272. distdir: $(DISTFILES)
  273. @for file in $(DISTFILES); do 
  274.   d=$(srcdir); 
  275.   if test -d $$d/$$file; then 
  276.     cp -pr $$d/$$file $(distdir)/$$file; 
  277.   else 
  278.     test -f $(distdir)/$$file 
  279.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  280.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  281.   fi; 
  282. done
  283. myrg_close.o: myrg_close.c mymrgdef.h ../myisam/myisamdef.h 
  284. ../include/myisam.h ../include/my_base.h ../include/global.h 
  285. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  286. ../mit-pthreads/include/endian.h ../include/dbug.h 
  287. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  288. ../mit-pthreads/include/pthread/config.h 
  289. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  290. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  291. ../include/myisampack.h ../include/thr_lock.h 
  292. ../include/myisammrg.h ../include/queues.h
  293. myrg_create.o: myrg_create.c mymrgdef.h ../myisam/myisamdef.h 
  294. ../include/myisam.h ../include/my_base.h ../include/global.h 
  295. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  296. ../mit-pthreads/include/endian.h ../include/dbug.h 
  297. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  298. ../mit-pthreads/include/pthread/config.h 
  299. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  300. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  301. ../include/myisampack.h ../include/thr_lock.h 
  302. ../include/myisammrg.h ../include/queues.h
  303. myrg_delete.o: myrg_delete.c mymrgdef.h ../myisam/myisamdef.h 
  304. ../include/myisam.h ../include/my_base.h ../include/global.h 
  305. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  306. ../mit-pthreads/include/endian.h ../include/dbug.h 
  307. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  308. ../mit-pthreads/include/pthread/config.h 
  309. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  310. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  311. ../include/myisampack.h ../include/thr_lock.h 
  312. ../include/myisammrg.h ../include/queues.h
  313. myrg_extra.o: myrg_extra.c mymrgdef.h ../myisam/myisamdef.h 
  314. ../include/myisam.h ../include/my_base.h ../include/global.h 
  315. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  316. ../mit-pthreads/include/endian.h ../include/dbug.h 
  317. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  318. ../mit-pthreads/include/pthread/config.h 
  319. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  320. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  321. ../include/myisampack.h ../include/thr_lock.h 
  322. ../include/myisammrg.h ../include/queues.h
  323. myrg_info.o: myrg_info.c mymrgdef.h ../myisam/myisamdef.h 
  324. ../include/myisam.h ../include/my_base.h ../include/global.h 
  325. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  326. ../mit-pthreads/include/endian.h ../include/dbug.h 
  327. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  328. ../mit-pthreads/include/pthread/config.h 
  329. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  330. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  331. ../include/myisampack.h ../include/thr_lock.h 
  332. ../include/myisammrg.h ../include/queues.h
  333. myrg_locking.o: myrg_locking.c mymrgdef.h ../myisam/myisamdef.h 
  334. ../include/myisam.h ../include/my_base.h ../include/global.h 
  335. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  336. ../mit-pthreads/include/endian.h ../include/dbug.h 
  337. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  338. ../mit-pthreads/include/pthread/config.h 
  339. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  340. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  341. ../include/myisampack.h ../include/thr_lock.h 
  342. ../include/myisammrg.h ../include/queues.h
  343. myrg_open.o: myrg_open.c mymrgdef.h ../myisam/myisamdef.h 
  344. ../include/myisam.h ../include/my_base.h ../include/global.h 
  345. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  346. ../mit-pthreads/include/endian.h ../include/dbug.h 
  347. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  348. ../mit-pthreads/include/pthread/config.h 
  349. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  350. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  351. ../include/myisampack.h ../include/thr_lock.h 
  352. ../include/myisammrg.h ../include/queues.h
  353. myrg_panic.o: myrg_panic.c mymrgdef.h ../myisam/myisamdef.h 
  354. ../include/myisam.h ../include/my_base.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_dir.h ../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 ../include/my_list.h 
  361. ../include/myisampack.h ../include/thr_lock.h 
  362. ../include/myisammrg.h ../include/queues.h
  363. myrg_queue.o: myrg_queue.c mymrgdef.h ../myisam/myisamdef.h 
  364. ../include/myisam.h ../include/my_base.h ../include/global.h 
  365. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  366. ../mit-pthreads/include/endian.h ../include/dbug.h 
  367. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  368. ../mit-pthreads/include/pthread/config.h 
  369. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  370. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  371. ../include/myisampack.h ../include/thr_lock.h 
  372. ../include/myisammrg.h ../include/queues.h
  373. myrg_rfirst.o: myrg_rfirst.c mymrgdef.h ../myisam/myisamdef.h 
  374. ../include/myisam.h ../include/my_base.h ../include/global.h 
  375. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  376. ../mit-pthreads/include/endian.h ../include/dbug.h 
  377. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  378. ../mit-pthreads/include/pthread/config.h 
  379. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  380. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  381. ../include/myisampack.h ../include/thr_lock.h 
  382. ../include/myisammrg.h ../include/queues.h
  383. myrg_rkey.o: myrg_rkey.c mymrgdef.h ../myisam/myisamdef.h 
  384. ../include/myisam.h ../include/my_base.h ../include/global.h 
  385. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  386. ../mit-pthreads/include/endian.h ../include/dbug.h 
  387. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  388. ../mit-pthreads/include/pthread/config.h 
  389. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  390. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  391. ../include/myisampack.h ../include/thr_lock.h 
  392. ../include/myisammrg.h ../include/queues.h
  393. myrg_rlast.o: myrg_rlast.c mymrgdef.h ../myisam/myisamdef.h 
  394. ../include/myisam.h ../include/my_base.h ../include/global.h 
  395. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  396. ../mit-pthreads/include/endian.h ../include/dbug.h 
  397. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  398. ../mit-pthreads/include/pthread/config.h 
  399. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  400. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  401. ../include/myisampack.h ../include/thr_lock.h 
  402. ../include/myisammrg.h ../include/queues.h
  403. myrg_rnext.o: myrg_rnext.c mymrgdef.h ../myisam/myisamdef.h 
  404. ../include/myisam.h ../include/my_base.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_dir.h ../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 ../include/my_list.h 
  411. ../include/myisampack.h ../include/thr_lock.h 
  412. ../include/myisammrg.h ../include/queues.h
  413. myrg_rprev.o: myrg_rprev.c mymrgdef.h ../myisam/myisamdef.h 
  414. ../include/myisam.h ../include/my_base.h ../include/global.h 
  415. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  416. ../mit-pthreads/include/endian.h ../include/dbug.h 
  417. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  418. ../mit-pthreads/include/pthread/config.h 
  419. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  420. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  421. ../include/myisampack.h ../include/thr_lock.h 
  422. ../include/myisammrg.h ../include/queues.h
  423. myrg_rrnd.o: myrg_rrnd.c mymrgdef.h ../myisam/myisamdef.h 
  424. ../include/myisam.h ../include/my_base.h ../include/global.h 
  425. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  426. ../mit-pthreads/include/endian.h ../include/dbug.h 
  427. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  428. ../mit-pthreads/include/pthread/config.h 
  429. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  430. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  431. ../include/myisampack.h ../include/thr_lock.h 
  432. ../include/myisammrg.h ../include/queues.h
  433. myrg_rsame.o: myrg_rsame.c mymrgdef.h ../myisam/myisamdef.h 
  434. ../include/myisam.h ../include/my_base.h ../include/global.h 
  435. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  436. ../mit-pthreads/include/endian.h ../include/dbug.h 
  437. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  438. ../mit-pthreads/include/pthread/config.h 
  439. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  440. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  441. ../include/myisampack.h ../include/thr_lock.h 
  442. ../include/myisammrg.h ../include/queues.h
  443. myrg_static.o: myrg_static.c mymrgdef.h ../myisam/myisamdef.h 
  444. ../include/myisam.h ../include/my_base.h ../include/global.h 
  445. ../include/my_config.h ../mit-pthreads/include/bits/local_lim.h 
  446. ../mit-pthreads/include/endian.h ../include/dbug.h 
  447. ../include/my_dir.h ../include/my_sys.h ../include/my_pthread.h 
  448. ../mit-pthreads/include/pthread/config.h 
  449. ../mit-pthreads/include/sched.h ../include/m_ctype.h 
  450. ../include/raid.h ../include/m_string.h ../include/my_list.h 
  451. ../include/myisampack.h ../include/thr_lock.h 
  452. ../include/myisammrg.h ../include/queues.h
  453. myrg_update.o: myrg_update.c mymrgdef.h ../myisam/myisamdef.h 
  454. ../include/myisam.h ../include/my_base.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_dir.h ../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 ../include/my_list.h 
  461. ../include/myisampack.h ../include/thr_lock.h 
  462. ../include/myisammrg.h ../include/queues.h
  463. info-am:
  464. info: info-am
  465. dvi-am:
  466. dvi: dvi-am
  467. check-am: all-am
  468. check: check-am
  469. installcheck-am:
  470. installcheck: installcheck-am
  471. install-exec-am: install-pkglibLIBRARIES
  472. install-exec: install-exec-am
  473. install-data-am:
  474. install-data: install-data-am
  475. install-am: all-am
  476. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  477. install: install-am
  478. uninstall-am: uninstall-pkglibLIBRARIES
  479. uninstall: uninstall-am
  480. all-am: Makefile $(LIBRARIES) $(HEADERS)
  481. all-redirect: all-am
  482. install-strip:
  483. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  484. installdirs:
  485. $(mkinstalldirs)  $(DESTDIR)$(pkglibdir)
  486. mostlyclean-generic:
  487. clean-generic:
  488. distclean-generic:
  489. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  490. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  491. maintainer-clean-generic:
  492. mostlyclean-am:  mostlyclean-pkglibLIBRARIES mostlyclean-compile 
  493. mostlyclean-libtool mostlyclean-tags 
  494. mostlyclean-generic
  495. mostlyclean: mostlyclean-am
  496. clean-am:  clean-pkglibLIBRARIES clean-compile clean-libtool clean-tags 
  497. clean-generic mostlyclean-am
  498. clean: clean-am
  499. distclean-am:  distclean-pkglibLIBRARIES distclean-compile 
  500. distclean-libtool distclean-tags distclean-generic 
  501. clean-am
  502. -rm -f libtool
  503. distclean: distclean-am
  504. maintainer-clean-am:  maintainer-clean-pkglibLIBRARIES 
  505. maintainer-clean-compile maintainer-clean-libtool 
  506. maintainer-clean-tags maintainer-clean-generic 
  507. distclean-am
  508. @echo "This command is intended for maintainers to use;"
  509. @echo "it deletes files that may require special tools to rebuild."
  510. maintainer-clean: maintainer-clean-am
  511. .PHONY: mostlyclean-pkglibLIBRARIES distclean-pkglibLIBRARIES 
  512. clean-pkglibLIBRARIES maintainer-clean-pkglibLIBRARIES 
  513. uninstall-pkglibLIBRARIES install-pkglibLIBRARIES mostlyclean-compile 
  514. distclean-compile clean-compile maintainer-clean-compile 
  515. mostlyclean-libtool distclean-libtool clean-libtool 
  516. maintainer-clean-libtool tags mostlyclean-tags distclean-tags 
  517. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  518. check-am installcheck-am installcheck install-exec-am install-exec 
  519. install-data-am install-data install-am install uninstall-am uninstall 
  520. all-redirect all-am all installdirs mostlyclean-generic 
  521. distclean-generic clean-generic maintainer-clean-generic clean 
  522. mostlyclean distclean maintainer-clean
  523. # Don't update the files from bitkeeper
  524. %::SCCS/s.%
  525. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  526. # Otherwise a system limit (for SysV at least) may be exceeded.
  527. .NOEXPORT: