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

MySQL数据库

开发平台:

Visual C++

  1. # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  2. # This program is free software; you can redistribute it and/or modify
  3. # it under the terms of the GNU General Public License as published by
  4. # the Free Software Foundation; either version 2 of the License, or
  5. # (at your option) any later version.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  9. # GNU General Public License for more details.
  10. # You should have received a copy of the GNU General Public License
  11. # along with this program; if not, write to the Free Software
  12. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  13. ## Process this file with automake to create Makefile.in
  14. bin_SCRIPTS = @server_scripts@ 
  15. msql2mysql 
  16. mysql_config 
  17. mysql_fix_privilege_tables 
  18. mysql_setpermission 
  19. mysql_zap 
  20. mysqlaccess 
  21. mysqlbug 
  22. mysql_convert_table_format 
  23. mysql_find_rows 
  24. mysqlhotcopy 
  25. mysqldumpslow 
  26. mysqld_multi
  27. EXTRA_SCRIPTS = make_binary_distribution.sh 
  28. msql2mysql.sh 
  29. mysql_config.sh 
  30. mysql_fix_privilege_tables.sh 
  31. mysql_install_db.sh 
  32. mysql_setpermission.sh 
  33. mysql_zap.sh 
  34. mysqlaccess.sh 
  35. mysqlbug.sh 
  36. mysql_convert_table_format.sh 
  37. mysql_find_rows.sh 
  38. mysqlhotcopy.sh 
  39.         mysqldumpslow.sh 
  40. mysqld_multi.sh 
  41. safe_mysqld.sh
  42. EXTRA_DIST = $(EXTRA_SCRIPTS) 
  43. mysqlaccess.conf 
  44. mysqlbug
  45. pkgdata_DATA = make_binary_distribution
  46. # mysqlbug should be distributed built so that people can report build
  47. # failures with it.
  48. CLEANFILES = @server_scripts@ 
  49. make_binary_distribution 
  50. msql2mysql 
  51. mysql_config 
  52. mysql_fix_privilege_tables 
  53. mysql_setpermission 
  54. mysql_zap 
  55. mysqlaccess 
  56. mysql_convert_table_format 
  57. mysql_find_rows 
  58. mysqlhotcopy 
  59. mysqldumpslow 
  60. mysqld_multi
  61. SUPERCLEANFILES = mysqlbug
  62. # We want the right version and configure comand line in mysqlbug
  63. mysqlbug: ${top_builddir}/config.status ${top_builddir}/config.cache mysqlbug.sh
  64. SUFFIXES = .sh
  65. .sh:
  66. @RM@ -f $@ $@-t
  67. @SED@ 
  68.   -e 's!@''bindir''@!$(bindir)!g' 
  69.   -e 's!@''sbindir''@!$(sbindir)!g' 
  70.   -e 's!@''scriptdir''@!$(bindir)!g' 
  71.   -e 's!@''prefix''@!$(prefix)!g' 
  72.   -e 's!@''datadir''@!$(datadir)!g' 
  73.   -e 's!@''localstatedir''@!$(localstatedir)!g' 
  74.   -e 's!@''libexecdir''@!$(libexecdir)!g' 
  75.   -e 's!@''pkglibdir''@!$(pkglibdir)!g' 
  76.   -e 's!@''pkgincludedir''@!$(pkgincludedir)!g' 
  77.   -e 's!@''CC''@!@CC@!'
  78.   -e 's!@''CXX''@!@CXX@!'
  79.   -e 's!@''GXX''@!@GXX@!'
  80.   -e 's!@''PERL''@!@PERL@!' 
  81.   -e 's!@''CFLAGS''@!@SAVE_CFLAGS@!'
  82.   -e 's!@''CXXFLAGS''@!@SAVE_CXXFLAGS@!'
  83.   -e 's!@''LDFLAGS''@!@SAVE_LDFLAGS@!'
  84.   -e 's!@''CLIENT_LIBS''@!@CLIENT_LIBS@!' 
  85.   -e 's!@''VERSION''@!@VERSION@!' 
  86.   -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' 
  87.   -e 's!@''COMPILATION_COMMENT''@!@COMPILATION_COMMENT@!' 
  88.   -e 's!@''MACHINE_TYPE''@!@MACHINE_TYPE@!' 
  89.   -e 's!@''HOSTNAME''@!@HOSTNAME@!' 
  90.   -e 's!@''SYSTEM_TYPE''@!@SYSTEM_TYPE@!' 
  91.   -e 's!@''CHECK_PID''@!@CHECK_PID@!' 
  92.   -e 's!@''FIND_PROC''@!@FIND_PROC@!' 
  93.   -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!@MYSQLD_DEFAULT_SWITCHES@!' 
  94.   -e 's!@''MYSQL_UNIX_ADDR''@!@MYSQL_UNIX_ADDR@!' 
  95.   -e 's!@''MYSQL_TCP_PORT''@!@MYSQL_TCP_PORT@!' 
  96.   -e 's!@''IS_LINUX''@!@IS_LINUX@!' 
  97.   -e "s!@""CONF_COMMAND""@!@CONF_COMMAND@!" 
  98.   -e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' 
  99. $< > $@-t
  100. @CHMOD@ +x $@-t
  101. @MV@ $@-t $@
  102. # Don't update the files from bitkeeper
  103. %::SCCS/s.%