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

MySQL数据库

开发平台:

Visual C++

  1. benchdir_root= $(prefix)
  2. testdir =         $(benchdir_root)/mysql-test/ndb
  3. test_SCRIPTS = ndbcluster
  4. noinst_HEADERS = ndbcluster.sh
  5. dist_test_DATA = ndb_config_2_node.ini
  6. SUFFIXES = .sh
  7. .sh:
  8. @RM@ -f $@ $@-t
  9. @SED@ 
  10.   -e 's!@''ndb_port''@!$(ndb_port)!g' 
  11.   -e 's!@''ndb_port_base''@!$(ndb_port_base)!g' 
  12.   -e 's!@''ndbbindir''@!$(ndbbindir)!g' 
  13.   -e 's!@''ndbtoolsdir''@!$(ndbtoolsdir)!g' 
  14.   $< > $@-t
  15. @CHMOD@ +x $@-t
  16. @MV@ $@-t $@
  17. # Don't update the files from bitkeeper
  18. %::SCCS/s.%