Roman Divacky 47c832c3dd Import the build makefiles for clang/LLVM.
Approved by:	ed (mentor)
2010-06-09 19:32:20 +00:00

13 lines
282 B
Makefile

# $FreeBSD$
LIB= clanganalysis
SRCDIR= tools/clang/lib/Analysis
SRCS= AnalysisContext.cpp CFG.cpp LiveVariables.cpp \
PrintfFormatString.cpp ReachableCode.cpp \
UninitializedValues.cpp
TGHDRS= DiagnosticAnalysisKinds DiagnosticCommonKinds StmtNodes
.include "../clang.lib.mk"