summaryrefslogtreecommitdiff
path: root/ndb/src/common/debugger/Makefile_old
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/common/debugger/Makefile_old')
-rw-r--r--ndb/src/common/debugger/Makefile_old11
1 files changed, 11 insertions, 0 deletions
diff --git a/ndb/src/common/debugger/Makefile_old b/ndb/src/common/debugger/Makefile_old
new file mode 100644
index 00000000000..ac3a4475a54
--- /dev/null
+++ b/ndb/src/common/debugger/Makefile_old
@@ -0,0 +1,11 @@
+include .defs.mk
+
+TYPE := kernel
+DIRS := signaldata
+
+PIC_ARCHIVE := Y
+ARCHIVE_TARGET := trace
+
+SOURCES = SignalLoggerManager.cpp DebuggerNames.cpp BlockNames.cpp LogLevel.cpp EventLogger.cpp GrepError.cpp
+
+include $(NDB_TOP)/Epilogue.mk