aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/StaticAnalyzer/Core/Makefile')
-rw-r--r--lib/StaticAnalyzer/Core/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Core/Makefile b/lib/StaticAnalyzer/Core/Makefile
new file mode 100644
index 0000000000..4aebc163dd
--- /dev/null
+++ b/lib/StaticAnalyzer/Core/Makefile
@@ -0,0 +1,17 @@
+##===- clang/lib/StaticAnalyzer/Core/Makefile --------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# This implements analyses built on top of source-level CFGs.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ../../..
+LIBRARYNAME := clangStaticAnalyzerCore
+
+include $(CLANG_LEVEL)/Makefile