diff options
Diffstat (limited to 'ndb/src/ndbbaseclient/Makefile')
-rw-r--r-- | ndb/src/ndbbaseclient/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ndb/src/ndbbaseclient/Makefile b/ndb/src/ndbbaseclient/Makefile new file mode 100644 index 00000000000..f4c49a95ffa --- /dev/null +++ b/ndb/src/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 + |