summaryrefslogtreecommitdiffstats
path: root/lib/Tooling
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2011-04-30 03:09:18 +0000
committerNico Weber <nicolasweber@gmx.de>2011-04-30 03:09:18 +0000
commitfddbcb459fad8b3e0a06b431a7eec9ee36743716 (patch)
treee3ec933031363a3e6e3121a45c5fe59a3aa55573 /lib/Tooling
parent1ea7b9c345171dd50dc9668841b5e02cb75ff9a8 (diff)
Add lib/Tooling to the Makefile build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Tooling')
-rw-r--r--lib/Tooling/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Tooling/Makefile b/lib/Tooling/Makefile
new file mode 100644
index 0000000000..501a00c3f4
--- /dev/null
+++ b/lib/Tooling/Makefile
@@ -0,0 +1,15 @@
+##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ../..
+LIBRARYNAME := clangTooling
+
+include $(CLANG_LEVEL)/Makefile
+
+