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, 33 insertions, 0 deletions
diff --git a/ndb/src/Makefile b/ndb/src/Makefile
new file mode 100644
index 00000000000..4f71eb46056
--- /dev/null
+++ b/ndb/src/Makefile
@@ -0,0 +1,33 @@
+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