summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/vm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/kernel/vm/Makefile')
-rw-r--r--ndb/src/kernel/vm/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/ndb/src/kernel/vm/Makefile b/ndb/src/kernel/vm/Makefile
new file mode 100644
index 00000000000..3f448b77b17
--- /dev/null
+++ b/ndb/src/kernel/vm/Makefile
@@ -0,0 +1,29 @@
+include .defs.mk
+
+TYPE := kernel
+
+ARCHIVE_TARGET := kernel
+
+SOURCES = \
+ SimulatedBlock.cpp \
+ FastScheduler.cpp \
+ TimeQueue.cpp \
+ VMSignal.cpp \
+ ThreadConfig.cpp \
+ TransporterCallback.cpp \
+ Emulator.cpp \
+ Configuration.cpp \
+ ClusterConfiguration.cpp \
+ WatchDog.cpp \
+ SimplePropertiesSection.cpp \
+ SectionReader.cpp \
+ MetaData.cpp \
+ Mutex.cpp SafeCounter.cpp
+
+DIRS := testCopy testDataBuffer testSimplePropertiesSection
+ifneq ($(USE_EDITLINE), N)
+DIRS += testLongSig
+endif
+
+
+include $(NDB_TOP)/Epilogue.mk