freebsd-nq/lib/clang/libclangast/Makefile
Dimitry Andric 7ae0e2c9f0 Upgrade our copy of llvm/clang to trunk r162107. With thanks to
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
2012-08-20 18:33:03 +00:00

75 lines
1.3 KiB
Makefile

# $FreeBSD$
LIB= clangast
SRCDIR= tools/clang/lib/AST
SRCS= APValue.cpp \
ASTConsumer.cpp \
ASTContext.cpp \
ASTDiagnostic.cpp \
ASTImporter.cpp \
AttrImpl.cpp \
CXXInheritance.cpp \
Comment.cpp \
CommentBriefParser.cpp \
CommentCommandTraits.cpp \
CommentDumper.cpp \
CommentLexer.cpp \
CommentParser.cpp \
CommentSema.cpp \
Decl.cpp \
DeclBase.cpp \
DeclCXX.cpp \
DeclFriend.cpp \
DeclGroup.cpp \
DeclObjC.cpp \
DeclPrinter.cpp \
DeclTemplate.cpp \
DeclarationName.cpp \
DumpXML.cpp \
Expr.cpp \
ExprCXX.cpp \
ExprClassification.cpp \
ExprConstant.cpp \
ExternalASTSource.cpp \
InheritViz.cpp \
ItaniumCXXABI.cpp \
ItaniumMangle.cpp \
LambdaMangleContext.cpp \
Mangle.cpp \
MicrosoftCXXABI.cpp \
MicrosoftMangle.cpp \
NestedNameSpecifier.cpp \
NSAPI.cpp \
ParentMap.cpp \
RawCommentList.cpp \
RecordLayout.cpp \
RecordLayoutBuilder.cpp \
SelectorLocationsKind.cpp \
Stmt.cpp \
StmtDumper.cpp \
StmtIterator.cpp \
StmtPrinter.cpp \
StmtProfile.cpp \
StmtViz.cpp \
TemplateBase.cpp \
TemplateName.cpp \
Type.cpp \
TypeLoc.cpp \
TypePrinter.cpp \
VTTBuilder.cpp \
VTableBuilder.cpp
TGHDRS= AttrImpl \
AttrList \
Attrs \
CommentNodes \
DeclNodes \
DiagnosticASTKinds \
DiagnosticCommentKinds \
DiagnosticCommonKinds \
DiagnosticSemaKinds \
StmtNodes
.include "../clang.lib.mk"