Author: nico
Date: Fri Apr 29 22:09:18 2011
New Revision: 130581

URL: http://llvm.org/viewvc/llvm-project?rev=130581&view=rev
Log:
Add lib/Tooling to the Makefile build.

Added:
    cfe/trunk/lib/Tooling/Makefile
Modified:
    cfe/trunk/lib/Makefile

Modified: cfe/trunk/lib/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Makefile?rev=130581&r1=130580&r2=130581&view=diff
==============================================================================
--- cfe/trunk/lib/Makefile (original)
+++ cfe/trunk/lib/Makefile Fri Apr 29 22:09:18 2011
@@ -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
 

Added: cfe/trunk/lib/Tooling/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Tooling/Makefile?rev=130581&view=auto
==============================================================================
--- cfe/trunk/lib/Tooling/Makefile (added)
+++ cfe/trunk/lib/Tooling/Makefile Fri Apr 29 22:09:18 2011
@@ -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
+
+


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to