summaryrefslogtreecommitdiff
path: root/lib/Debugger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debugger/Makefile')
-rw-r--r--lib/Debugger/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile
new file mode 100644
index 0000000000..1cb6e0d21d
--- /dev/null
+++ b/lib/Debugger/Makefile
@@ -0,0 +1,13 @@
+##===- lib/Debugger/Makefile -------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+LIBRARYNAME = debugger
+
+include $(LEVEL)/Makefile.common