When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers...
[clang.git] / lib / StaticAnalyzer / Frontend / Makefile
blob2698120d9098de092b8e43bead31afec453fb7da
1 ##===- clang/lib/StaticAnalyzer/Frontend/Makefile ----------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 # Starting point into the static analyzer land for the driver.
12 ##===----------------------------------------------------------------------===##
14 CLANG_LEVEL := ../../..
15 LIBRARYNAME := clangStaticAnalyzerFrontend
17 CPP.Flags += -I${PROJ_OBJ_DIR}/../Checkers
19 include $(CLANG_LEVEL)/Makefile