diff options
author | magnus@neptunus.(none) <> | 2004-04-14 10:53:21 +0200 |
---|---|---|
committer | magnus@neptunus.(none) <> | 2004-04-14 10:53:21 +0200 |
commit | 5b3aec2b904a2eb7478240dac2f56d8928fc2362 (patch) | |
tree | 3fbbacf704304b69228474b9f03549ccd585a017 /ndb/src/ndbbaseclient | |
parent | 7d9a9fd93ac4622d596920169a6d6afbd787c377 (diff) | |
download | mariadb-git-5b3aec2b904a2eb7478240dac2f56d8928fc2362.tar.gz |
Initial revision of NDB Cluster files
Diffstat (limited to 'ndb/src/ndbbaseclient')
-rw-r--r-- | ndb/src/ndbbaseclient/Makefile | 29 | ||||
-rw-r--r-- | ndb/src/ndbbaseclient/ndbbaseclient_dummy.cpp | 0 |
2 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 + diff --git a/ndb/src/ndbbaseclient/ndbbaseclient_dummy.cpp b/ndb/src/ndbbaseclient/ndbbaseclient_dummy.cpp new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/ndb/src/ndbbaseclient/ndbbaseclient_dummy.cpp |