freebsd-dev/lib/clang/liblldbSymbol/Makefile
Ed Maste 9d984acfb7 Update FreeBSD LLDB build for 3.6 update
Sponsored by:	DARPA, AFRL
2015-02-08 17:26:41 +00:00

45 lines
781 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbSymbol
SRCDIR= tools/lldb/source/Symbol
SRCS= Block.cpp \
ClangASTContext.cpp \
ClangASTImporter.cpp \
ClangASTType.cpp \
ClangExternalASTSourceCallbacks.cpp \
ClangExternalASTSourceCommon.cpp \
ClangNamespaceDecl.cpp \
CompactUnwindInfo.cpp \
CompileUnit.cpp \
Declaration.cpp \
DWARFCallFrameInfo.cpp \
Function.cpp \
FuncUnwinders.cpp \
LineEntry.cpp \
LineTable.cpp \
ObjectFile.cpp \
Symbol.cpp \
SymbolContext.cpp \
SymbolFile.cpp \
SymbolVendor.cpp \
Symtab.cpp \
Type.cpp \
TypeList.cpp \
UnwindPlan.cpp \
UnwindTable.cpp \
Variable.cpp \
VariableList.cpp \
VerifyDecl.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList \
AttrList \
Attrs
.include "../lldb.lib.mk"