diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-01-25 04:48:38 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-01-25 04:48:38 +0000 |
| commit | 0a4546b6fc73ab1362cad364604733b9c2e33f37 (patch) | |
| tree | f19ca78419d593243052de75f65e0696be2f1151 /clang/lib/Checker | |
| parent | d6b8708643219776b1f0f41df32c5eccf065ed5b (diff) | |
| download | bcm5719-llvm-0a4546b6fc73ab1362cad364604733b9c2e33f37.tar.gz bcm5719-llvm-0a4546b6fc73ab1362cad364604733b9c2e33f37.zip | |
Add missing file.
llvm-svn: 94407
Diffstat (limited to 'clang/lib/Checker')
| -rw-r--r-- | clang/lib/Checker/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/clang/lib/Checker/Makefile b/clang/lib/Checker/Makefile new file mode 100644 index 00000000000..673d152270c --- /dev/null +++ b/clang/lib/Checker/Makefile @@ -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 + |

