]> granicus.if.org Git - clang/commitdiff
Add missing file.
authorTed Kremenek <kremenek@apple.com>
Mon, 25 Jan 2010 04:48:38 +0000 (04:48 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 25 Jan 2010 04:48:38 +0000 (04:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94407 91177308-0d34-0410-b5e6-96231b3b80d8

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

diff --git a/lib/Checker/Makefile b/lib/Checker/Makefile
new file mode 100644 (file)
index 0000000..673d152
--- /dev/null
@@ -0,0 +1,21 @@
+##===- clang/lib/Checker/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. 
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../../..
+LIBRARYNAME := clangChecker
+BUILD_ARCHIVE = 1
+
+CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
+
+include $(LEVEL)/Makefile.common
+