freebsd-dev/lib/clang/libclangsema/Makefile
Dimitry Andric 2754fe609d Upgrade our copy of llvm/clang to r126079, from upstream's trunk.
This contains many improvements, primarily better C++ support, an
integrated assembler for x86 and support for -pg.
2011-02-20 19:33:47 +00:00

51 lines
960 B
Makefile

# $FreeBSD$
LIB= clangsema
SRCDIR= tools/clang/lib/Sema
SRCS= AnalysisBasedWarnings.cpp \
AttributeList.cpp \
CodeCompleteConsumer.cpp \
DeclSpec.cpp \
IdentifierResolver.cpp \
JumpDiagnostics.cpp \
Sema.cpp \
SemaAccess.cpp \
SemaAttr.cpp \
SemaCXXCast.cpp \
SemaCXXScopeSpec.cpp \
SemaChecking.cpp \
SemaCodeComplete.cpp \
SemaDecl.cpp \
SemaDeclAttr.cpp \
SemaDeclCXX.cpp \
SemaDeclObjC.cpp \
SemaExceptionSpec.cpp \
SemaExpr.cpp \
SemaExprCXX.cpp \
SemaExprObjC.cpp \
SemaInit.cpp \
SemaLookup.cpp \
SemaObjCProperty.cpp \
SemaOverload.cpp \
SemaStmt.cpp \
SemaTemplate.cpp \
SemaTemplateDeduction.cpp \
SemaTemplateInstantiate.cpp \
SemaTemplateInstantiateDecl.cpp \
SemaTemplateVariadic.cpp \
SemaType.cpp \
TargetAttributesSema.cpp
TGHDRS= AttrList \
Attrs \
DeclNodes \
DiagnosticASTKinds \
DiagnosticCommonKinds \
DiagnosticParseKinds \
DiagnosticSemaKinds \
StmtNodes \
arm_neon
.include "../clang.lib.mk"