mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
18 lines
597 B
Makefile
18 lines
597 B
Makefile
|
|
ndbtest_PROGRAMS = atrt
|
|
|
|
atrt_SOURCES = main.cpp
|
|
|
|
ndbtest_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \
|
|
atrt-clear-result.sh make-config.sh make-index.sh make-html-reports.sh
|
|
EXTRA_DIST = $(ndbtest_SCRIPTS)
|
|
|
|
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
|
|
LDADD_LOC = $(top_builddir)/ndb/src/mgmclient/CpcClient.o $(top_builddir)/ndb/src/libndbclient.la
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
include $(top_srcdir)/ndb/config/type_util.mk.am
|
|
include $(top_srcdir)/ndb/config/type_mgmapiclient.mk.am
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|