mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
c41b0e48c9
ndb/tools/waiter.cpp: Rename: ndb/test/tools/waiter.cpp -> ndb/tools/waiter.cpp configure.in: added install dirs for ndb ndb/Makefile.am: ndb headers for install ndb/config/common.mk.am: DEFS_LOC in ndb make ndb/config/type_ndbapi.mk.am: added LDADD=libNDB_API.la default for type_ndbapi ndb/src/cw/cpcd/Makefile.am: changes install dir ndb/src/kernel/blocks/backup/restore/Makefile.am: changes install dir ndb/src/kernel/ndb-main/Makefile.am: changes install dir ndb/src/mgmapi/Makefile.am: changes install dir ndb/src/mgmclient/Makefile.am: changes install dir ndb/src/mgmsrv/Makefile.am: changes install dir ndb/src/ndbapi/Makefile.am: changes install dir ndb/test/ndbapi/Makefile.am: changes install dir ndb/test/ndbapi/bank/Makefile.am: changes install dir ndb/test/tools/Makefile.am: changes install dir mysql-test/ndb/install_ndbcluster.sh: new mysql-test/ndb/stop_ndbcluster.sh: new ndb/tools/Makefile.am: changes install dir
17 lines
533 B
Makefile
17 lines
533 B
Makefile
|
|
ndbtools_PROGRAMS = ndb_waiter drop_tab delete_all desc drop_index list_tables select_all select_count
|
|
|
|
ndb_waiter_SOURCES = waiter.cpp
|
|
delete_all_SOURCES = delete_all.cpp
|
|
desc_SOURCES = desc.cpp
|
|
drop_index_SOURCES = drop_index.cpp
|
|
drop_tab_SOURCES = drop_tab.cpp
|
|
list_tables_SOURCES = listTables.cpp
|
|
select_all_SOURCES = select_all.cpp
|
|
select_count_SOURCES = select_count.cpp
|
|
|
|
include $(top_srcdir)/ndb/config/common.mk.am
|
|
include $(top_srcdir)/ndb/config/type_ndbapitest.mk.am
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|