2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PROG_CXX=tblgen
|
|
|
|
|
|
|
|
SRCDIR= utils/TableGen
|
2010-07-20 17:16:57 +00:00
|
|
|
SRCS= ARMDecoderEmitter.cpp \
|
|
|
|
AsmMatcherEmitter.cpp \
|
|
|
|
AsmWriterEmitter.cpp \
|
|
|
|
AsmWriterInst.cpp \
|
|
|
|
CallingConvEmitter.cpp \
|
|
|
|
ClangASTNodesEmitter.cpp \
|
|
|
|
ClangAttrEmitter.cpp \
|
|
|
|
ClangDiagnosticsEmitter.cpp \
|
|
|
|
CodeEmitterGen.cpp \
|
|
|
|
CodeGenDAGPatterns.cpp \
|
|
|
|
CodeGenInstruction.cpp \
|
|
|
|
CodeGenTarget.cpp \
|
|
|
|
DAGISelEmitter.cpp \
|
|
|
|
DAGISelMatcher.cpp \
|
|
|
|
DAGISelMatcherEmitter.cpp \
|
|
|
|
DAGISelMatcherGen.cpp \
|
|
|
|
DAGISelMatcherOpt.cpp \
|
|
|
|
DisassemblerEmitter.cpp \
|
|
|
|
EDEmitter.cpp \
|
|
|
|
FastISelEmitter.cpp \
|
|
|
|
InstrEnumEmitter.cpp \
|
|
|
|
InstrInfoEmitter.cpp \
|
|
|
|
IntrinsicEmitter.cpp \
|
|
|
|
LLVMCConfigurationEmitter.cpp \
|
|
|
|
NeonEmitter.cpp \
|
|
|
|
OptParserEmitter.cpp \
|
|
|
|
Record.cpp \
|
|
|
|
RegisterInfoEmitter.cpp \
|
|
|
|
SubtargetEmitter.cpp \
|
|
|
|
TGLexer.cpp \
|
|
|
|
TGParser.cpp \
|
|
|
|
TGValueTypes.cpp \
|
|
|
|
TableGen.cpp \
|
|
|
|
TableGenBackend.cpp \
|
|
|
|
X86DisassemblerTables.cpp \
|
|
|
|
X86RecognizableInstr.cpp
|
2010-07-22 19:09:34 +00:00
|
|
|
LLVM_REQUIRES_EH=
|
2010-06-09 19:32:20 +00:00
|
|
|
|
|
|
|
LIBDEPS=llvmsupport llvmsystem
|
|
|
|
|
|
|
|
.include "../clang.prog.mk"
|