2004-05-27 09:04:45 +02:00
|
|
|
|
|
|
|
benchdir_root= $(prefix)
|
|
|
|
testdir = $(benchdir_root)/mysql-test/ndb
|
|
|
|
|
2004-06-02 12:37:42 +02:00
|
|
|
test_SCRIPTS = ndbcluster
|
2004-05-27 09:04:45 +02:00
|
|
|
|
2004-06-15 08:14:20 +02:00
|
|
|
noinst_HEADERS = ndbcluster.sh
|
2004-05-27 09:04:45 +02:00
|
|
|
|
2004-06-15 08:14:20 +02:00
|
|
|
dist_test_DATA = ndb_config_2_node.ini
|
2004-05-27 09:04:45 +02:00
|
|
|
|
|
|
|
SUFFIXES = .sh
|
|
|
|
|
|
|
|
.sh:
|
|
|
|
@RM@ -f $@ $@-t
|
|
|
|
@SED@ \
|
2004-11-10 17:05:28 +01:00
|
|
|
-e 's!@''ndb_port''@!$(ndb_port)!g' \
|
2004-05-27 09:04:45 +02:00
|
|
|
-e 's!@''ndbbindir''@!$(ndbbindir)!g' \
|
|
|
|
-e 's!@''ndbtoolsdir''@!$(ndbtoolsdir)!g' \
|
|
|
|
$< > $@-t
|
|
|
|
@CHMOD@ +x $@-t
|
|
|
|
@MV@ $@-t $@
|
|
|
|
|
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|