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

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

AM_LDFLAGS = @ndb_bin_am_ldflags@

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