summaryrefslogtreecommitdiff
path: root/ndb/tools/Makefile.am
blob: caaf05806501c795ecde3be73b0335ae1805860b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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_ndbapitools.mk.am

# Don't update the files from bitkeeper
%::SCCS/s.%