home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / sql / makefile.in < prev    next >
Makefile  |  1999-10-12  |  39KB  |  900 lines

  1. # Makefile.in generated automatically by automake 1.2 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7. # Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
  8. # This file is public domain and comes with NO WARRANTY of any kind
  9.  
  10.  
  11. SHELL = /bin/sh
  12.  
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. prefix = @prefix@
  17. exec_prefix = @exec_prefix@
  18.  
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31.  
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35.  
  36. top_builddir = ..
  37.  
  38. ACLOCAL = @ACLOCAL@
  39. AUTOCONF = @AUTOCONF@
  40. AUTOMAKE = @AUTOMAKE@
  41. AUTOHEADER = @AUTOHEADER@
  42.  
  43. INSTALL = @INSTALL@
  44. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  45. INSTALL_DATA = @INSTALL_DATA@
  46. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  47. transform = @program_transform_name@
  48.  
  49. NORMAL_INSTALL = true
  50. PRE_INSTALL = true
  51. POST_INSTALL = true
  52. NORMAL_UNINSTALL = true
  53. PRE_UNINSTALL = true
  54. POST_UNINSTALL = true
  55. build_alias = @build_alias@
  56. build_triplet = @build@
  57. host_alias = @host_alias@
  58. host_triplet = @host@
  59. target_alias = @target_alias@
  60. target_triplet = @target@
  61. ALLOCA = @ALLOCA@
  62. CC = @CC@
  63. CHARSET_OBJS = @CHARSET_OBJS@
  64. CHARSET_SRCS = @CHARSET_SRCS@
  65. CHECK_PID = @CHECK_PID@
  66. CHMOD = @CHMOD@
  67. CLIENT_LIBS = @CLIENT_LIBS@
  68. CMP = @CMP@
  69. CP = @CP@
  70. CPP = @CPP@
  71. CXX = @CXX@
  72. DOT_FRM_VERSION = @DOT_FRM_VERSION@
  73. FIND_PROC = @FIND_PROC@
  74. GXX = @GXX@
  75. HOSTNAME = @HOSTNAME@
  76. KILL = @KILL@
  77. LN = @LN@
  78. LN_CP_F = @LN_CP_F@
  79. MACHINE_TYPE = @MACHINE_TYPE@
  80. MAINT = @MAINT@
  81. MAKEINFO = @MAKEINFO@
  82. MT_INCLUDES = @MT_INCLUDES@
  83. MT_LD_ADD = @MT_LD_ADD@
  84. MV = @MV@
  85. MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
  86. MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
  87. MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
  88. PACKAGE = @PACKAGE@
  89. PERL = @PERL@
  90. PERL5 = @PERL5@
  91. PERL_MATHLIB = @PERL_MATHLIB@
  92. PROTOCOL_VERSION = @PROTOCOL_VERSION@
  93. PS = @PS@
  94. RANLIB = @RANLIB@
  95. RM = @RM@
  96. SED = @SED@
  97. SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
  98. SYSTEM_TYPE = @SYSTEM_TYPE@
  99. TERMCAP_LIB = @TERMCAP_LIB@
  100. THREAD_LOBJECTS = @THREAD_LOBJECTS@
  101. THREAD_LPROGRAMS = @THREAD_LPROGRAMS@
  102. VERSION = @VERSION@
  103. YACC = @YACC@
  104. install_shlib = @install_shlib@
  105. mystrings_charset = @mystrings_charset@
  106. perl_dirs = @perl_dirs@
  107. readline_dir = @readline_dir@
  108. readline_link = @readline_link@
  109. server_scripts = @server_scripts@
  110. shlib = @shlib@
  111. sql_server_dirs = @sql_server_dirs@
  112.  
  113. MYSQLDATAdir =        $(localstatedir)
  114. MYSQLSHAREdir =        $(pkgdatadir)
  115. MYSQLBASEdir=        $(prefix)
  116. INCLUDES =        @MT_INCLUDES@ -I$(srcdir)/../include \
  117.             -I$(srcdir)/../regex \
  118.             -I$(srcdir) -I../include -I.. -I.
  119. SUBDIRS =        share
  120. libexec_PROGRAMS =    mysqld
  121. LDADD =            -L../isam -lnisam \
  122.             -L../merge -lmerge \
  123.             -L../heap -lheap \
  124.             -L../mysys -lmysys \
  125.             -L../dbug -ldbug \
  126.             -L../regex -lregex \
  127.             -L../strings -lmystrings
  128. noinst_HEADERS =    item.h item_func.h item_sum.h item_cmpfunc.h \
  129.             item_strfunc.h item_uniq.h mysql_priv.h \
  130.             procedure.h sql_class.h sql_lex.h sql_list.h \
  131.             sql_map.h sql_string.h unireg.h \
  132.             derror.h field.h handler.h select.h \
  133.             sql_select.h structs.h table.h
  134. mysqld_SOURCES =    item.cc item_sum.cc item_buff.cc item_func.cc \
  135.             item_cmpfunc.cc item_strfunc.cc \
  136.             malloc.c thr_malloc.cc \
  137.             field.cc key.cc sql_class.cc sql_list.cc \
  138.             net_serv.c net_pkg.cc lock.cc my_lock.c \
  139.             sql_string.cc sql_map.cc \
  140.             mysqld.cc password.c \
  141.             sql_lex.cc convert.cc sql_parse.cc sql_yacc.yy \
  142.             sql_base.cc dfunc.cc sql_select.cc sql_insert.cc \
  143.             sql_update.cc sql_delete.cc \
  144.             procedure.cc item_uniq.cc sql_test.cc \
  145.             log.cc init.cc derror.cc sql_acl.cc unireg.cc \
  146.             time.cc select.cc \
  147.                records.cc filesort.cc handler.cc \
  148.             sql_db.cc crebas.cc sql_table.cc \
  149.             sql_load.cc field_conv.cc sql_show.cc
  150. DEFS =            -DMYSQL_SERVER \
  151.             -DDEFAULT_MYSQL_HOME="\"$(MYSQLBASEdir)\"" \
  152.             -DDATADIR="\"$(MYSQLDATAdir)\"" \
  153.             -DSHAREDIR="\"$(MYSQLSHAREdir)\"" \
  154.             @DEFS@
  155. BUILT_SOURCES =        sql_yacc.cc sql_yacc.h
  156. EXTRA_DIST =        $(BUILT_SOURCES)
  157. YFLAGS =        -d
  158.  
  159. OMIT_DEPENDENCIES =    pthread.h stdio.h __stdio.h stdlib.h __stdlib.h math.h\
  160.             __math.h time.h __time.h unistd.h __unistd.h types.h \
  161.             xtypes.h ac-types.h posix.h string.h __string.h \
  162.             errno.h socket.h inet.h dirent.h netdb.h \
  163.             cleanup.h cond.h debug_out.h fd.h kernel.h mutex.h \
  164.             prio_queue.h pthread_attr.h pthread_once.h queue.h\
  165.             sleep.h specific.h version.h pwd.h timers.h uio.h \
  166.             cdefs.h machdep.h signal.h __signal.h util.h
  167. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  168. CONFIG_HEADER = ../config.h
  169. CONFIG_CLEAN_FILES = 
  170. PROGRAMS =  $(libexec_PROGRAMS)
  171.  
  172. CPPFLAGS = @CPPFLAGS@
  173. LDFLAGS = @LDFLAGS@
  174. LIBS = @LIBS@
  175. mysqld_OBJECTS =  item.o item_sum.o item_buff.o item_func.o \
  176. item_cmpfunc.o item_strfunc.o malloc.o thr_malloc.o field.o key.o \
  177. sql_class.o sql_list.o net_serv.o net_pkg.o lock.o my_lock.o \
  178. sql_string.o sql_map.o mysqld.o password.o sql_lex.o convert.o \
  179. sql_parse.o sql_yacc.o sql_base.o dfunc.o sql_select.o sql_insert.o \
  180. sql_update.o sql_delete.o procedure.o item_uniq.o sql_test.o log.o \
  181. init.o derror.o sql_acl.o unireg.o time.o select.o records.o filesort.o \
  182. handler.o sql_db.o crebas.o sql_table.o sql_load.o field_conv.o \
  183. sql_show.o
  184. mysqld_LDADD = $(LDADD)
  185. mysqld_DEPENDENCIES = 
  186. mysqld_LDFLAGS = 
  187. CXXFLAGS = @CXXFLAGS@
  188. CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
  189. CXXLINK = $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
  190. CFLAGS = @CFLAGS@
  191. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  192. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  193. HEADERS =  $(noinst_HEADERS)
  194.  
  195. DIST_COMMON =  ChangeLog Makefile.am Makefile.in sql_yacc.cc
  196.  
  197.  
  198. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  199.  
  200. TAR = gtar
  201. GZIP = --best
  202. SOURCES = $(mysqld_SOURCES)
  203. OBJECTS = $(mysqld_OBJECTS)
  204.  
  205. default: all
  206.  
  207. .SUFFIXES:
  208. .SUFFIXES: .c .cc .h .o .yy
  209. $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  210.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps sql/Makefile
  211.  
  212. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  213.     cd $(top_builddir) \
  214.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  215.  
  216.  
  217. mostlyclean-libexecPROGRAMS:
  218.  
  219. clean-libexecPROGRAMS:
  220.     test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
  221.  
  222. distclean-libexecPROGRAMS:
  223.  
  224. maintainer-clean-libexecPROGRAMS:
  225.  
  226. install-libexecPROGRAMS: $(libexec_PROGRAMS)
  227.     @$(NORMAL_INSTALL)
  228.     $(mkinstalldirs) $(libexecdir)
  229.     @list='$(libexec_PROGRAMS)'; for p in $$list; do \
  230.       if test -f $$p; then \
  231.         echo "  $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`"; \
  232.          $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`; \
  233.       else :; fi; \
  234.     done
  235.  
  236. uninstall-libexecPROGRAMS:
  237.     $(NORMAL_UNINSTALL)
  238.     list='$(libexec_PROGRAMS)'; for p in $$list; do \
  239.       rm -f $(libexecdir)/`echo $$p|sed '$(transform)'`; \
  240.     done
  241.  
  242. .c.o:
  243.     $(COMPILE) -c $<
  244.  
  245. mostlyclean-compile:
  246.     rm -f *.o core
  247.  
  248. clean-compile:
  249.  
  250. distclean-compile:
  251.     rm -f *.tab.c
  252.  
  253. maintainer-clean-compile:
  254.  
  255. mysqld: $(mysqld_OBJECTS) $(mysqld_DEPENDENCIES)
  256.     @rm -f mysqld
  257.     $(CXXLINK) $(mysqld_LDFLAGS) $(mysqld_OBJECTS) $(mysqld_LDADD) $(LIBS)
  258. .yy.cc:
  259.     $(YACC) $(YFLAGS) $< && mv y.tab.c $@
  260.     if test -f y.tab.h; then \
  261.     if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
  262.     else :; fi
  263. .yy.h:
  264.     $(YACC) $(YFLAGS) $< && mv y.tab.c $@
  265.     if test -f y.tab.h; then \
  266.     if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
  267.     else :; fi
  268. .cc.o:
  269.     $(CXXCOMPILE) -c $<
  270.  
  271. # This directory's subdirectories are mostly independent; you can cd
  272. # into them and run `make' without going through this Makefile.
  273. # To change the values of `make' variables: instead of editing Makefiles,
  274. # (1) if the variable is set in `config.status', edit `config.status'
  275. #     (which will cause the Makefiles to be regenerated when you run `make');
  276. # (2) otherwise, pass the desired values on the `make' command line.
  277.  
  278. @SET_MAKE@
  279.  
  280. all-recursive install-data-recursive install-exec-recursive \
  281. installdirs-recursive install-recursive uninstall-recursive  \
  282. check-recursive installcheck-recursive info-recursive dvi-recursive:
  283.     @set fnord $(MAKEFLAGS); amf=$$2; \
  284.     for subdir in $(SUBDIRS); do \
  285.       target=`echo $@ | sed s/-recursive//`; \
  286.       echo "Making $$target in $$subdir"; \
  287.       (cd $$subdir && $(MAKE) $$target) \
  288.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  289.     done && test -z "$$fail"
  290.  
  291. mostlyclean-recursive clean-recursive distclean-recursive \
  292. maintainer-clean-recursive:
  293.     @set fnord $(MAKEFLAGS); amf=$$2; \
  294.     rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
  295.     for subdir in $$rev; do \
  296.       target=`echo $@ | sed s/-recursive//`; \
  297.       echo "Making $$target in $$subdir"; \
  298.       (cd $$subdir && $(MAKE) $$target) \
  299.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  300.     done && test -z "$$fail"
  301. tags-recursive:
  302.     list='$(SUBDIRS)'; for subdir in $$list; do \
  303.       (cd $$subdir && $(MAKE) tags); \
  304.     done
  305.  
  306. tags: TAGS
  307.  
  308. ID: $(HEADERS) $(SOURCES)
  309.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  310.  
  311. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  312.     tags=; \
  313.     here=`pwd`; \
  314.     list='$(SUBDIRS)'; for subdir in $$list; do \
  315.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  316.     done; \
  317.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  318.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
  319.  
  320. mostlyclean-tags:
  321.  
  322. clean-tags:
  323.  
  324. distclean-tags:
  325.     rm -f TAGS ID
  326.  
  327. maintainer-clean-tags:
  328.  
  329. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  330.  
  331. subdir = sql
  332.  
  333. distdir: $(DISTFILES)
  334.     @for file in $(DISTFILES); do \
  335.       d=$(srcdir); \
  336.       test -f $(distdir)/$$file \
  337.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  338.       || cp -p $$d/$$file $(distdir)/$$file; \
  339.     done
  340.     for subdir in $(SUBDIRS); do        \
  341.       test -d $(distdir)/$$subdir        \
  342.       || mkdir $(distdir)/$$subdir        \
  343.       || exit 1;                \
  344.       chmod 777 $(distdir)/$$subdir;    \
  345.       (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  346.         || exit 1; \
  347.     done
  348. convert.o convert.lo: convert.cc ../include/global.h ../config.h \
  349.     ../include/dbug.h mysql_priv.h ../include/my_sys.h \
  350.     ../include/m_string.h ../include/mysql_version.h \
  351.     ../include/thr_lock.h ../include/my_pthread.h \
  352.     ../mit-pthreads/include/sched.h ../include/list.h \
  353.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  354.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  355.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  356.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  357.     handler.h select.h
  358. crebas.o crebas.lo: crebas.cc mysql_priv.h ../include/global.h \
  359.     ../config.h ../include/dbug.h ../include/my_sys.h \
  360.     ../include/m_string.h ../include/mysql_version.h \
  361.     ../include/thr_lock.h ../include/my_pthread.h \
  362.     ../mit-pthreads/include/sched.h ../include/list.h \
  363.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  364.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  365.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  366.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  367.     handler.h select.h ../include/heap.h ../include/nisam.h \
  368.     ../include/merge.h
  369. derror.o derror.lo: derror.cc mysql_priv.h ../include/global.h \
  370.     ../config.h ../include/dbug.h ../include/my_sys.h \
  371.     ../include/m_string.h ../include/mysql_version.h \
  372.     ../include/thr_lock.h ../include/my_pthread.h \
  373.     ../mit-pthreads/include/sched.h ../include/list.h \
  374.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  375.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  376.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  377.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  378.     handler.h select.h ../include/mysys_err.h
  379. dfunc.o dfunc.lo: dfunc.cc mysql_priv.h ../include/global.h ../config.h \
  380.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  381.     ../include/mysql_version.h ../include/thr_lock.h \
  382.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  383.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  384.     structs.h sql_string.h sql_list.h sql_map.h \
  385.     ../include/my_base.h table.h field.h item.h item_sum.h \
  386.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  387.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  388. field.o field.lo: field.cc mysql_priv.h ../include/global.h ../config.h \
  389.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  390.     ../include/mysql_version.h ../include/thr_lock.h \
  391.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  392.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  393.     structs.h sql_string.h sql_list.h sql_map.h \
  394.     ../include/my_base.h table.h field.h item.h item_sum.h \
  395.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  396.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  397.     sql_select.h procedure.h ../include/m_ctype.h
  398. field_conv.o field_conv.lo: field_conv.cc mysql_priv.h \
  399.     ../include/global.h ../config.h ../include/dbug.h \
  400.     ../include/my_sys.h ../include/m_string.h \
  401.     ../include/mysql_version.h ../include/thr_lock.h \
  402.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  403.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  404.     structs.h sql_string.h sql_list.h sql_map.h \
  405.     ../include/my_base.h table.h field.h item.h item_sum.h \
  406.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  407.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  408.     ../include/m_ctype.h
  409. filesort.o filesort.lo: filesort.cc mysql_priv.h ../include/global.h \
  410.     ../config.h ../include/dbug.h ../include/my_sys.h \
  411.     ../include/m_string.h ../include/mysql_version.h \
  412.     ../include/thr_lock.h ../include/my_pthread.h \
  413.     ../mit-pthreads/include/sched.h ../include/list.h \
  414.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  415.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  416.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  417.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  418.     handler.h select.h ../include/m_ctype.h
  419. handler.o handler.lo: handler.cc mysql_priv.h ../include/global.h \
  420.     ../config.h ../include/dbug.h ../include/my_sys.h \
  421.     ../include/m_string.h ../include/mysql_version.h \
  422.     ../include/thr_lock.h ../include/my_pthread.h \
  423.     ../mit-pthreads/include/sched.h ../include/list.h \
  424.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  425.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  426.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  427.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  428.     handler.h select.h ../include/nisam.h ../include/heap.h \
  429.     ../include/merge.h
  430. init.o init.lo: init.cc mysql_priv.h ../include/global.h ../config.h \
  431.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  432.     ../include/mysql_version.h ../include/thr_lock.h \
  433.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  434.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  435.     structs.h sql_string.h sql_list.h sql_map.h \
  436.     ../include/my_base.h table.h field.h item.h item_sum.h \
  437.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  438.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  439. item.o item.lo: item.cc mysql_priv.h ../include/global.h ../config.h \
  440.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  441.     ../include/mysql_version.h ../include/thr_lock.h \
  442.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  443.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  444.     structs.h sql_string.h sql_list.h sql_map.h \
  445.     ../include/my_base.h table.h field.h item.h item_sum.h \
  446.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  447.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  448.     ../include/m_ctype.h
  449. item_buff.o item_buff.lo: item_buff.cc mysql_priv.h ../include/global.h \
  450.     ../config.h ../include/dbug.h ../include/my_sys.h \
  451.     ../include/m_string.h ../include/mysql_version.h \
  452.     ../include/thr_lock.h ../include/my_pthread.h \
  453.     ../mit-pthreads/include/sched.h ../include/list.h \
  454.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  455.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  456.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  457.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  458.     handler.h select.h
  459. item_cmpfunc.o item_cmpfunc.lo: item_cmpfunc.cc mysql_priv.h \
  460.     ../include/global.h ../config.h ../include/dbug.h \
  461.     ../include/my_sys.h ../include/m_string.h \
  462.     ../include/mysql_version.h ../include/thr_lock.h \
  463.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  464.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  465.     structs.h sql_string.h sql_list.h sql_map.h \
  466.     ../include/my_base.h table.h field.h item.h item_sum.h \
  467.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  468.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  469.     ../include/m_ctype.h
  470. item_func.o item_func.lo: item_func.cc mysql_priv.h ../include/global.h \
  471.     ../config.h ../include/dbug.h ../include/my_sys.h \
  472.     ../include/m_string.h ../include/mysql_version.h \
  473.     ../include/thr_lock.h ../include/my_pthread.h \
  474.     ../mit-pthreads/include/sched.h ../include/list.h \
  475.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  476.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  477.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  478.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  479.     handler.h select.h ../include/m_ctype.h
  480. item_strfunc.o item_strfunc.lo: item_strfunc.cc mysql_priv.h \
  481.     ../include/global.h ../config.h ../include/dbug.h \
  482.     ../include/my_sys.h ../include/m_string.h \
  483.     ../include/mysql_version.h ../include/thr_lock.h \
  484.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  485.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  486.     structs.h sql_string.h sql_list.h sql_map.h \
  487.     ../include/my_base.h table.h field.h item.h item_sum.h \
  488.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  489.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  490.     ../include/m_ctype.h
  491. item_sum.o item_sum.lo: item_sum.cc mysql_priv.h ../include/global.h \
  492.     ../config.h ../include/dbug.h ../include/my_sys.h \
  493.     ../include/m_string.h ../include/mysql_version.h \
  494.     ../include/thr_lock.h ../include/my_pthread.h \
  495.     ../mit-pthreads/include/sched.h ../include/list.h \
  496.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  497.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  498.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  499.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  500.     handler.h select.h
  501. item_uniq.o item_uniq.lo: item_uniq.cc mysql_priv.h ../include/global.h \
  502.     ../config.h ../include/dbug.h ../include/my_sys.h \
  503.     ../include/m_string.h ../include/mysql_version.h \
  504.     ../include/thr_lock.h ../include/my_pthread.h \
  505.     ../mit-pthreads/include/sched.h ../include/list.h \
  506.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  507.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  508.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  509.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  510.     handler.h select.h
  511. key.o key.lo: key.cc mysql_priv.h ../include/global.h ../config.h \
  512.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  513.     ../include/mysql_version.h ../include/thr_lock.h \
  514.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  515.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  516.     structs.h sql_string.h sql_list.h sql_map.h \
  517.     ../include/my_base.h table.h field.h item.h item_sum.h \
  518.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  519.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  520. lock.o lock.lo: lock.cc mysql_priv.h ../include/global.h ../config.h \
  521.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  522.     ../include/mysql_version.h ../include/thr_lock.h \
  523.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  524.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  525.     structs.h sql_string.h sql_list.h sql_map.h \
  526.     ../include/my_base.h table.h field.h item.h item_sum.h \
  527.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  528.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  529.     ../include/hash.h ../merge/mrgdef.h ../merge/../isam/isamdef.h \
  530.     ../include/nisam.h ../include/merge.h
  531. log.o log.lo: log.cc mysql_priv.h ../include/global.h ../config.h \
  532.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  533.     ../include/mysql_version.h ../include/thr_lock.h \
  534.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  535.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  536.     structs.h sql_string.h sql_list.h sql_map.h \
  537.     ../include/my_base.h table.h field.h item.h item_sum.h \
  538.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  539.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  540.     ../include/my_dir.h ../include/m_ctype.h
  541. malloc.o malloc.lo: malloc.c ../include/global.h ../config.h \
  542.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  543.     ../include/mysql.h ../include/mysql_com.h \
  544.     ../include/mysql_version.h
  545. my_lock.o my_lock.lo: my_lock.c ../include/global.h ../config.h \
  546.     ../include/dbug.h ../include/my_sys.h ../include/mysys_err.h \
  547.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  548.     ../include/thr_alarm.h
  549. mysqld.o mysqld.lo: mysqld.cc mysql_priv.h ../include/global.h \
  550.     ../config.h ../include/dbug.h ../include/my_sys.h \
  551.     ../include/m_string.h ../include/mysql_version.h \
  552.     ../include/thr_lock.h ../include/my_pthread.h \
  553.     ../mit-pthreads/include/sched.h ../include/list.h \
  554.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  555.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  556.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  557.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  558.     handler.h select.h ../include/m_ctype.h sql_lex.h sql_yacc.h \
  559.     ../include/nisam.h ../include/thr_alarm.h ../include/getopt.h
  560. net_pkg.o net_pkg.lo: net_pkg.cc mysql_priv.h ../include/global.h \
  561.     ../config.h ../include/dbug.h ../include/my_sys.h \
  562.     ../include/m_string.h ../include/mysql_version.h \
  563.     ../include/thr_lock.h ../include/my_pthread.h \
  564.     ../mit-pthreads/include/sched.h ../include/list.h \
  565.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  566.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  567.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  568.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  569.     handler.h select.h
  570. net_serv.o net_serv.lo: net_serv.c ../include/global.h ../config.h \
  571.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  572.     ../include/mysql.h ../include/mysql_com.h \
  573.     ../include/mysql_version.h ../include/my_pthread.h \
  574.     ../mit-pthreads/include/sched.h ../include/thr_alarm.h
  575. password.o password.lo: password.c ../include/global.h ../config.h \
  576.     ../include/dbug.h ../include/m_string.h ../include/mysql.h \
  577.     ../include/mysql_com.h ../include/mysql_version.h
  578. procedure.o procedure.lo: procedure.cc mysql_priv.h ../include/global.h \
  579.     ../config.h ../include/dbug.h ../include/my_sys.h \
  580.     ../include/m_string.h ../include/mysql_version.h \
  581.     ../include/thr_lock.h ../include/my_pthread.h \
  582.     ../mit-pthreads/include/sched.h ../include/list.h \
  583.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  584.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  585.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  586.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  587.     handler.h select.h procedure.h
  588. records.o records.lo: records.cc mysql_priv.h ../include/global.h \
  589.     ../config.h ../include/dbug.h ../include/my_sys.h \
  590.     ../include/m_string.h ../include/mysql_version.h \
  591.     ../include/thr_lock.h ../include/my_pthread.h \
  592.     ../mit-pthreads/include/sched.h ../include/list.h \
  593.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  594.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  595.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  596.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  597.     handler.h select.h
  598. select.o select.lo: select.cc mysql_priv.h ../include/global.h \
  599.     ../config.h ../include/dbug.h ../include/my_sys.h \
  600.     ../include/m_string.h ../include/mysql_version.h \
  601.     ../include/thr_lock.h ../include/my_pthread.h \
  602.     ../mit-pthreads/include/sched.h ../include/list.h \
  603.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  604.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  605.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  606.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  607.     handler.h select.h ../include/m_ctype.h ../include/nisam.h \
  608.     sql_select.h procedure.h
  609. sql_acl.o sql_acl.lo: sql_acl.cc mysql_priv.h ../include/global.h \
  610.     ../config.h ../include/dbug.h ../include/my_sys.h \
  611.     ../include/m_string.h ../include/mysql_version.h \
  612.     ../include/thr_lock.h ../include/my_pthread.h \
  613.     ../mit-pthreads/include/sched.h ../include/list.h \
  614.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  615.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  616.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  617.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  618.     handler.h select.h ../include/m_ctype.h
  619. sql_base.o sql_base.lo: sql_base.cc mysql_priv.h ../include/global.h \
  620.     ../config.h ../include/dbug.h ../include/my_sys.h \
  621.     ../include/m_string.h ../include/mysql_version.h \
  622.     ../include/thr_lock.h ../include/my_pthread.h \
  623.     ../mit-pthreads/include/sched.h ../include/list.h \
  624.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  625.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  626.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  627.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  628.     handler.h select.h ../include/m_ctype.h ../include/my_dir.h \
  629.     ../include/hash.h ../include/nisam.h
  630. sql_class.o sql_class.lo: sql_class.cc mysql_priv.h ../include/global.h \
  631.     ../config.h ../include/dbug.h ../include/my_sys.h \
  632.     ../include/m_string.h ../include/mysql_version.h \
  633.     ../include/thr_lock.h ../include/my_pthread.h \
  634.     ../mit-pthreads/include/sched.h ../include/list.h \
  635.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  636.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  637.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  638.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  639.     handler.h select.h
  640. sql_db.o sql_db.lo: sql_db.cc mysql_priv.h ../include/global.h \
  641.     ../config.h ../include/dbug.h ../include/my_sys.h \
  642.     ../include/m_string.h ../include/mysql_version.h \
  643.     ../include/thr_lock.h ../include/my_pthread.h \
  644.     ../mit-pthreads/include/sched.h ../include/list.h \
  645.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  646.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  647.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  648.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  649.     handler.h select.h ../include/my_dir.h ../include/m_ctype.h
  650. sql_delete.o sql_delete.lo: sql_delete.cc mysql_priv.h \
  651.     ../include/global.h ../config.h ../include/dbug.h \
  652.     ../include/my_sys.h ../include/m_string.h \
  653.     ../include/mysql_version.h ../include/thr_lock.h \
  654.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  655.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  656.     structs.h sql_string.h sql_list.h sql_map.h \
  657.     ../include/my_base.h table.h field.h item.h item_sum.h \
  658.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  659.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  660. sql_insert.o sql_insert.lo: sql_insert.cc mysql_priv.h \
  661.     ../include/global.h ../config.h ../include/dbug.h \
  662.     ../include/my_sys.h ../include/m_string.h \
  663.     ../include/mysql_version.h ../include/thr_lock.h \
  664.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  665.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  666.     structs.h sql_string.h sql_list.h sql_map.h \
  667.     ../include/my_base.h table.h field.h item.h item_sum.h \
  668.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  669.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  670. sql_lex.o sql_lex.lo: sql_lex.cc mysql_priv.h ../include/global.h \
  671.     ../config.h ../include/dbug.h ../include/my_sys.h \
  672.     ../include/m_string.h ../include/mysql_version.h \
  673.     ../include/thr_lock.h ../include/my_pthread.h \
  674.     ../mit-pthreads/include/sched.h ../include/list.h \
  675.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  676.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  677.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  678.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  679.     handler.h select.h sql_lex.h sql_yacc.h ../include/m_ctype.h \
  680.     ../include/hash.h
  681. sql_list.o sql_list.lo: sql_list.cc mysql_priv.h ../include/global.h \
  682.     ../config.h ../include/dbug.h ../include/my_sys.h \
  683.     ../include/m_string.h ../include/mysql_version.h \
  684.     ../include/thr_lock.h ../include/my_pthread.h \
  685.     ../mit-pthreads/include/sched.h ../include/list.h \
  686.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  687.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  688.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  689.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  690.     handler.h select.h
  691. sql_load.o sql_load.lo: sql_load.cc mysql_priv.h ../include/global.h \
  692.     ../config.h ../include/dbug.h ../include/my_sys.h \
  693.     ../include/m_string.h ../include/mysql_version.h \
  694.     ../include/thr_lock.h ../include/my_pthread.h \
  695.     ../mit-pthreads/include/sched.h ../include/list.h \
  696.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  697.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  698.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  699.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  700.     handler.h select.h ../include/my_dir.h
  701. sql_map.o sql_map.lo: sql_map.cc mysql_priv.h ../include/global.h \
  702.     ../config.h ../include/dbug.h ../include/my_sys.h \
  703.     ../include/m_string.h ../include/mysql_version.h \
  704.     ../include/thr_lock.h ../include/my_pthread.h \
  705.     ../mit-pthreads/include/sched.h ../include/list.h \
  706.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  707.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  708.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  709.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  710.     handler.h select.h
  711. sql_parse.o sql_parse.lo: sql_parse.cc mysql_priv.h ../include/global.h \
  712.     ../config.h ../include/dbug.h ../include/my_sys.h \
  713.     ../include/m_string.h ../include/mysql_version.h \
  714.     ../include/thr_lock.h ../include/my_pthread.h \
  715.     ../mit-pthreads/include/sched.h ../include/list.h \
  716.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  717.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  718.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  719.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  720.     handler.h select.h sql_lex.h sql_yacc.h ../include/m_ctype.h \
  721.     ../include/thr_alarm.h
  722. sql_select.o sql_select.lo: sql_select.cc mysql_priv.h \
  723.     ../include/global.h ../config.h ../include/dbug.h \
  724.     ../include/my_sys.h ../include/m_string.h \
  725.     ../include/mysql_version.h ../include/thr_lock.h \
  726.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  727.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  728.     structs.h sql_string.h sql_list.h sql_map.h \
  729.     ../include/my_base.h table.h field.h item.h item_sum.h \
  730.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  731.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  732.     sql_select.h procedure.h ../include/nisam.h
  733. sql_show.o sql_show.lo: sql_show.cc mysql_priv.h ../include/global.h \
  734.     ../config.h ../include/dbug.h ../include/my_sys.h \
  735.     ../include/m_string.h ../include/mysql_version.h \
  736.     ../include/thr_lock.h ../include/my_pthread.h \
  737.     ../mit-pthreads/include/sched.h ../include/list.h \
  738.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  739.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  740.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  741.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  742.     handler.h select.h sql_select.h procedure.h ../include/my_dir.h
  743. sql_string.o sql_string.lo: sql_string.cc ../include/global.h \
  744.     ../config.h ../include/dbug.h ../include/my_sys.h \
  745.     ../include/m_string.h ../include/m_ctype.h sql_string.h
  746. sql_table.o sql_table.lo: sql_table.cc mysql_priv.h ../include/global.h \
  747.     ../config.h ../include/dbug.h ../include/my_sys.h \
  748.     ../include/m_string.h ../include/mysql_version.h \
  749.     ../include/thr_lock.h ../include/my_pthread.h \
  750.     ../mit-pthreads/include/sched.h ../include/list.h \
  751.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  752.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  753.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  754.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  755.     handler.h select.h ../include/hash.h
  756. sql_test.o sql_test.lo: sql_test.cc
  757. sql_update.o sql_update.lo: sql_update.cc mysql_priv.h \
  758.     ../include/global.h ../config.h ../include/dbug.h \
  759.     ../include/my_sys.h ../include/m_string.h \
  760.     ../include/mysql_version.h ../include/thr_lock.h \
  761.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  762.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  763.     structs.h sql_string.h sql_list.h sql_map.h \
  764.     ../include/my_base.h table.h field.h item.h item_sum.h \
  765.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  766.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  767. sql_yacc.o sql_yacc.lo: sql_yacc.cc mysql_priv.h ../include/global.h \
  768.     ../config.h ../include/dbug.h ../include/my_sys.h \
  769.     ../include/m_string.h ../include/mysql_version.h \
  770.     ../include/thr_lock.h ../include/my_pthread.h \
  771.     ../mit-pthreads/include/sched.h ../include/list.h \
  772.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  773.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  774.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  775.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  776.     handler.h select.h sql_lex.h
  777. thr_malloc.o thr_malloc.lo: thr_malloc.cc mysql_priv.h \
  778.     ../include/global.h ../config.h ../include/dbug.h \
  779.     ../include/my_sys.h ../include/m_string.h \
  780.     ../include/mysql_version.h ../include/thr_lock.h \
  781.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  782.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  783.     structs.h sql_string.h sql_list.h sql_map.h \
  784.     ../include/my_base.h table.h field.h item.h item_sum.h \
  785.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  786.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h
  787. time.o time.lo: time.cc mysql_priv.h ../include/global.h ../config.h \
  788.     ../include/dbug.h ../include/my_sys.h ../include/m_string.h \
  789.     ../include/mysql_version.h ../include/thr_lock.h \
  790.     ../include/my_pthread.h ../mit-pthreads/include/sched.h \
  791.     ../include/list.h ../include/mysql_com.h unireg.h derror.h \
  792.     structs.h sql_string.h sql_list.h sql_map.h \
  793.     ../include/my_base.h table.h field.h item.h item_sum.h \
  794.     item_func.h item_cmpfunc.h ../regex/regex.h item_strfunc.h \
  795.     item_uniq.h ../include/queues.h sql_class.h handler.h select.h \
  796.     ../include/m_ctype.h
  797. unireg.o unireg.lo: unireg.cc mysql_priv.h ../include/global.h \
  798.     ../config.h ../include/dbug.h ../include/my_sys.h \
  799.     ../include/m_string.h ../include/mysql_version.h \
  800.     ../include/thr_lock.h ../include/my_pthread.h \
  801.     ../mit-pthreads/include/sched.h ../include/list.h \
  802.     ../include/mysql_com.h unireg.h derror.h structs.h sql_string.h \
  803.     sql_list.h sql_map.h ../include/my_base.h table.h field.h \
  804.     item.h item_sum.h item_func.h item_cmpfunc.h ../regex/regex.h \
  805.     item_strfunc.h item_uniq.h ../include/queues.h sql_class.h \
  806.     handler.h select.h ../include/m_ctype.h
  807.  
  808. info: info-recursive
  809. dvi: dvi-recursive
  810. check: all-am
  811.     $(MAKE) check-recursive
  812. installcheck: installcheck-recursive
  813. all-am: Makefile $(PROGRAMS) $(HEADERS)
  814.  
  815. install-exec-am: install-libexecPROGRAMS
  816.  
  817. uninstall-am: uninstall-libexecPROGRAMS
  818.  
  819. install-exec: install-exec-recursive install-exec-am
  820.     @$(NORMAL_INSTALL)
  821.  
  822. install-data: install-data-recursive
  823.     @$(NORMAL_INSTALL)
  824.  
  825. install: install-recursive install-exec-am
  826.     @:
  827.  
  828. uninstall: uninstall-recursive uninstall-am
  829.  
  830. all: all-recursive all-am
  831.  
  832. install-strip:
  833.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  834. installdirs: installdirs-recursive
  835.     $(mkinstalldirs)  $(libexecdir)
  836.  
  837.  
  838. mostlyclean-generic:
  839.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  840.  
  841. clean-generic:
  842.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  843.  
  844. distclean-generic:
  845.     rm -f Makefile $(DISTCLEANFILES)
  846.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  847.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  848.  
  849. maintainer-clean-generic:
  850.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  851.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  852. mostlyclean-am:  mostlyclean-libexecPROGRAMS mostlyclean-compile \
  853.         mostlyclean-tags mostlyclean-generic
  854.  
  855. clean-am:  clean-libexecPROGRAMS clean-compile clean-tags clean-generic \
  856.         mostlyclean-am
  857.  
  858. distclean-am:  distclean-libexecPROGRAMS distclean-compile \
  859.         distclean-tags distclean-generic clean-am
  860.  
  861. maintainer-clean-am:  maintainer-clean-libexecPROGRAMS \
  862.         maintainer-clean-compile maintainer-clean-tags \
  863.         maintainer-clean-generic distclean-am
  864.  
  865. mostlyclean:  mostlyclean-recursive mostlyclean-am
  866.  
  867. clean:  clean-recursive clean-am
  868.  
  869. distclean:  distclean-recursive distclean-am
  870.     rm -f config.status
  871.  
  872. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  873.     @echo "This command is intended for maintainers to use;"
  874.     @echo "it deletes files that may require special tools to rebuild."
  875.  
  876. .PHONY: default mostlyclean-libexecPROGRAMS distclean-libexecPROGRAMS \
  877. clean-libexecPROGRAMS maintainer-clean-libexecPROGRAMS \
  878. uninstall-libexecPROGRAMS install-libexecPROGRAMS mostlyclean-compile \
  879. distclean-compile clean-compile maintainer-clean-compile \
  880. install-data-recursive uninstall-data-recursive install-exec-recursive \
  881. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  882. all-recursive check-recursive installcheck-recursive info-recursive \
  883. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  884. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  885. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  886. installcheck all-am install-exec-am uninstall-am install-exec \
  887. install-data install uninstall all installdirs mostlyclean-generic \
  888. distclean-generic clean-generic maintainer-clean-generic clean \
  889. mostlyclean distclean maintainer-clean
  890.  
  891.  
  892. # Because automake can't handle the header file for yacc
  893.  
  894. #sql_yacc.h:    sql_yacc.cc
  895. #        touch $@
  896.  
  897. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  898. # Otherwise a system limit (for SysV at least) may be exceeded.
  899. .NOEXPORT:
  900.