summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Frontend/Makefile
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-14 18:13:01 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-14 18:13:01 +0000
commitecd3334dacdc7130cde5d53ee8fde791d302a23d (patch)
tree89a1ac3a3af65c6af72b29a2cf371e271b7cf3dd /clang/lib/StaticAnalyzer/Frontend/Makefile
parentbd356a80118a22371bd04da492b16b4eaf6ab386 (diff)
downloadbcm5719-llvm-ecd3334dacdc7130cde5d53ee8fde791d302a23d.tar.gz
bcm5719-llvm-ecd3334dacdc7130cde5d53ee8fde791d302a23d.zip
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib.
llvm-svn: 125499
Diffstat (limited to 'clang/lib/StaticAnalyzer/Frontend/Makefile')
-rw-r--r--clang/lib/StaticAnalyzer/Frontend/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Frontend/Makefile b/clang/lib/StaticAnalyzer/Frontend/Makefile
new file mode 100644
index 00000000000..1e6561e555b
--- /dev/null
+++ b/clang/lib/StaticAnalyzer/Frontend/Makefile
@@ -0,0 +1,17 @@
+##===- clang/lib/StaticAnalyzer/Frontend/Makefile ----------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# Starting point into the static analyzer land for the driver.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ../../..
+LIBRARYNAME := clangStaticAnalyzerFrontend
+
+include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud