summaryrefslogtreecommitdiff
path: root/ndb/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/Makefile')
-rw-r--r--ndb/src/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/ndb/src/Makefile b/ndb/src/Makefile
deleted file mode 100644
index 4f71eb46056..00000000000
--- a/ndb/src/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-include .defs.mk
-
-DIRS := \
- client \
- common \
- kernel \
- ndbapi \
- mgmsrv \
- mgmapi \
- rep \
- mgmclient \
- cw \
- newtonapi \
- ndbbaseclient
-ifneq ($(NDB_ODBC),N)
- DIRS += ndbclient
-endif
-ifeq ($(findstring OSE, $(NDB_OS)),)
- DIRS += scripts
-endif
-include $(NDB_TOP)/Epilogue.mk
-
-_bins_mgmsrv: _libs_ndbapi
-_bins_mgmsrv: _libs_mgmapi
-_bins_mgmclient: _libs_mgmapi
-_bins_mgmclient: _libs_common
-_bins_client: _bins_ndbapi
-_bins_common: _bins_mgmapi
-_bins_kernel: _bins_ndbapi
-_bins_newtonapi: _bins_ndbapi
-_bins_mgmapi : _libs_common
-_bins_rep: _libs_common
-_bins_rep: _libs_ndbapi