mariadb/ndb/tools/Makefile_old

13 lines
228 B
Text
Raw Normal View History

2004-04-14 10:53:21 +02:00
include .defs.mk
2004-04-14 11:55:14 +02:00
BIN_DIRS = select_all select_count desc list_tables \
2004-04-14 10:53:21 +02:00
drop_tab delete_all copy_tab \
create_index drop_index verify_index cpcc
ifneq ($(NDB_ODBC),N)
BIN_DIRS += ndbsql
endif
include $(NDB_TOP)/Epilogue.mk