Makefile.am
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:5k
源码类别:

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_fix_extensions 
  19. mysql_setpermission 
  20. mysql_secure_installation 
  21. mysql_zap 
  22. mysqlaccess 
  23. mysqlbug 
  24. mysql_convert_table_format 
  25. mysql_find_rows 
  26. mysqlhotcopy 
  27. mysqldumpslow 
  28. mysql_explain_log 
  29. mysql_tableinfo 
  30. mysqld_multi 
  31. mysql_create_system_tables
  32. noinst_SCRIPTS = make_binary_distribution 
  33. make_sharedlib_distribution 
  34. make_win_src_distribution
  35. EXTRA_SCRIPTS = make_binary_distribution.sh 
  36. make_sharedlib_distribution.sh 
  37. make_win_src_distribution.sh 
  38. msql2mysql.sh 
  39. mysql_config.sh 
  40. mysql_fix_privilege_tables.sh 
  41. mysql_fix_extensions.sh 
  42. mysql_install_db.sh 
  43. mysql_setpermission.sh 
  44. mysql_secure_installation.sh 
  45. mysql_zap.sh 
  46. mysqlaccess.sh 
  47. mysqlbug.sh 
  48. mysql_convert_table_format.sh 
  49. mysql_find_rows.sh 
  50. mysqlhotcopy.sh 
  51. mysqldumpslow.sh 
  52. mysql_explain_log.sh 
  53. mysqld_multi.sh 
  54. mysql_tableinfo.sh 
  55. mysqld_safe.sh 
  56. mysql_create_system_tables.sh
  57. EXTRA_DIST = $(EXTRA_SCRIPTS) 
  58. mysqlaccess.conf 
  59. mysqlbug
  60. dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql
  61. # mysqlbug should be distributed built so that people can report build
  62. # failures with it.
  63. CLEANFILES = @server_scripts@ 
  64. make_binary_distribution 
  65. make_sharedlib_distribution 
  66. msql2mysql 
  67. mysql_config 
  68. mysql_fix_privilege_tables 
  69. mysql_fix_extensions 
  70. mysql_setpermission 
  71. mysql_secure_installation 
  72. mysql_zap 
  73. mysqlaccess 
  74. mysql_convert_table_format 
  75. mysql_find_rows 
  76. mysqlhotcopy 
  77. mysqldumpslow 
  78. mysql_explain_log 
  79. mysql_tableinfo 
  80. mysqld_multi 
  81. make_win_src_distribution 
  82. mysql_create_system_tables
  83. DISTCLEANFILES = mysqlbug
  84. # We want the right version and configure comand line in mysqlbug
  85. mysqlbug: ${top_builddir}/config.status mysqlbug.sh
  86. SUFFIXES = .sh
  87. .sh:
  88. @RM@ -f $@ $@-t
  89. @SED@ 
  90.   -e 's!@''bindir''@!$(bindir)!g' 
  91.   -e 's!@''sbindir''@!$(sbindir)!g' 
  92.   -e 's!@''scriptdir''@!$(bindir)!g' 
  93.   -e 's!@''prefix''@!$(prefix)!g' 
  94.   -e 's!@''datadir''@!$(datadir)!g' 
  95.   -e 's!@''localstatedir''@!$(localstatedir)!g' 
  96.   -e 's!@''libexecdir''@!$(libexecdir)!g' 
  97.   -e 's!@''pkglibdir''@!$(pkglibdir)!g' 
  98.   -e 's!@''pkgincludedir''@!$(pkgincludedir)!g' 
  99.   -e 's!@''pkgdatadir''@!$(pkgdatadir)!g' 
  100.   -e 's!@''CC''@!@CC@!'
  101.   -e 's!@''CXX''@!@CXX@!'
  102.   -e 's!@''GXX''@!@GXX@!'
  103.   -e 's!@''CC_VERSION''@!@CC_VERSION@!'
  104.   -e 's!@''CXX_VERSION''@!@CXX_VERSION@!'
  105.   -e 's!@''PERL''@!@PERL@!' 
  106.   -e 's!@''ASFLAGS''@!@SAVE_ASFLAGS@!'
  107.   -e 's!@''CFLAGS''@!@SAVE_CFLAGS@!'
  108.   -e 's!@''CXXFLAGS''@!@SAVE_CXXFLAGS@!'
  109.   -e 's!@''LDFLAGS''@!@SAVE_LDFLAGS@!'
  110.   -e 's!@''CLIENT_LIBS''@!@CLIENT_LIBS@!' 
  111.   -e 's!@''ZLIB_LIBS''@!@ZLIB_LIBS@!' 
  112.   -e 's!@''LIBS''@!@LIBS@!' 
  113.   -e 's!@''WRAPLIBS''@!@WRAPLIBS@!' 
  114.   -e 's!@''innodb_system_libs''@!@innodb_system_libs@!' 
  115.   -e 's!@''openssl_libs''@!@openssl_libs@!' 
  116.   -e 's!@''VERSION''@!@VERSION@!' 
  117.   -e 's!@''MYSQL_BASE_VERSION''@!@MYSQL_BASE_VERSION@!' 
  118.   -e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' 
  119.   -e 's!@''COMPILATION_COMMENT''@!@COMPILATION_COMMENT@!' 
  120.   -e 's!@''MACHINE_TYPE''@!@MACHINE_TYPE@!' 
  121.   -e 's!@''HOSTNAME''@!@HOSTNAME@!' 
  122.   -e 's!@''SYSTEM_TYPE''@!@SYSTEM_TYPE@!' 
  123.   -e 's!@''CHECK_PID''@!@CHECK_PID@!' 
  124.   -e 's!@''FIND_PROC''@!@FIND_PROC@!' 
  125.   -e 's!@''MYSQLD_DEFAULT_SWITCHES''@!@MYSQLD_DEFAULT_SWITCHES@!' 
  126.   -e 's!@''MYSQL_UNIX_ADDR''@!@MYSQL_UNIX_ADDR@!' 
  127.   -e 's!@''MYSQL_TCP_PORT''@!@MYSQL_TCP_PORT@!' 
  128.   -e 's!@''TARGET_LINUX''@!@TARGET_LINUX@!' 
  129.   -e "s!@""CONF_COMMAND""@!@CONF_COMMAND@!" 
  130.   -e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' 
  131.   -e 's!@''STATIC_NSS_FLAGS''@!@STATIC_NSS_FLAGS@!' 
  132.   -e 's!@''NON_THREADED_LIBS''@!@NON_THREADED_LIBS@!' 
  133.   -e 's!@''ZLIB_DEPS''@!@ZLIB_DEPS@!' 
  134.   -e "s!@MAKE@!$(MAKE)!" 
  135. $< > $@-t
  136. @CHMOD@ +x $@-t
  137. @MV@ $@-t $@
  138. # Don't update the files from bitkeeper
  139. %::SCCS/s.%