]> granicus.if.org Git - clang/commitdiff
Add lib/Tooling to the Makefile build.
authorNico Weber <nicolasweber@gmx.de>
Sat, 30 Apr 2011 03:09:18 +0000 (03:09 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 30 Apr 2011 03:09:18 +0000 (03:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130581 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile
lib/Tooling/Makefile [new file with mode: 0644]

index bf357fc7d569e5900e168d8880aa6e01aef863fe..eda7017bb8bfbcfe180d858d8702487c64ca86d6 100755 (executable)
@@ -9,7 +9,8 @@
 CLANG_LEVEL := ..
 
 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
-                StaticAnalyzer Rewrite Serialization Frontend FrontendTool Index Driver
+                StaticAnalyzer Rewrite Serialization Frontend FrontendTool \
+                Index Driver Tooling
 
 include $(CLANG_LEVEL)/Makefile
 
diff --git a/lib/Tooling/Makefile b/lib/Tooling/Makefile
new file mode 100644 (file)
index 0000000..501a00c
--- /dev/null
@@ -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
+
+