summaryrefslogtreecommitdiff
path: root/storage/ndb/src/old_files/ndbbaseclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/old_files/ndbbaseclient/Makefile')
-rw-r--r--storage/ndb/src/old_files/ndbbaseclient/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/storage/ndb/src/old_files/ndbbaseclient/Makefile b/storage/ndb/src/old_files/ndbbaseclient/Makefile
new file mode 100644
index 00000000000..f4c49a95ffa
--- /dev/null
+++ b/storage/ndb/src/old_files/ndbbaseclient/Makefile
@@ -0,0 +1,29 @@
+include .defs.mk
+
+TYPE := *
+
+PIC_ARCHIVE := Y
+NONPIC_ARCHIVE := Y
+ARCHIVE_TARGET := ndbbaseclient
+
+A_LIB := Y
+SO_LIB := Y
+PIC_LIB := Y
+LIB_TARGET := ndbclient
+
+LIB_TARGET_ARCHIVES := $(ARCHIVE_TARGET) \
+ ndbapi \
+ mgmapi \
+ newtonapi \
+ transporter \
+ general \
+ signaldataprint \
+ mgmsrvcommon \
+ portlib \
+ logger \
+ trace
+
+SOURCES = ndbbaseclient_dummy.cpp
+
+include $(NDB_TOP)/Epilogue.mk
+