7ae0e2c9f0
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
43 lines
887 B
Makefile
43 lines
887 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX=tblgen
|
|
|
|
SRCDIR= utils/TableGen
|
|
SRCS= AsmMatcherEmitter.cpp \
|
|
AsmWriterEmitter.cpp \
|
|
AsmWriterInst.cpp \
|
|
CallingConvEmitter.cpp \
|
|
CodeEmitterGen.cpp \
|
|
CodeGenDAGPatterns.cpp \
|
|
CodeGenInstruction.cpp \
|
|
CodeGenRegisters.cpp \
|
|
CodeGenSchedule.cpp \
|
|
CodeGenTarget.cpp \
|
|
DAGISelEmitter.cpp \
|
|
DAGISelMatcher.cpp \
|
|
DAGISelMatcherEmitter.cpp \
|
|
DAGISelMatcherGen.cpp \
|
|
DAGISelMatcherOpt.cpp \
|
|
DFAPacketizerEmitter.cpp \
|
|
DisassemblerEmitter.cpp \
|
|
EDEmitter.cpp \
|
|
FastISelEmitter.cpp \
|
|
FixedLenDecoderEmitter.cpp \
|
|
InstrInfoEmitter.cpp \
|
|
IntrinsicEmitter.cpp \
|
|
PseudoLoweringEmitter.cpp \
|
|
RegisterInfoEmitter.cpp \
|
|
SetTheory.cpp \
|
|
SubtargetEmitter.cpp \
|
|
TGValueTypes.cpp \
|
|
TableGen.cpp \
|
|
X86DisassemblerTables.cpp \
|
|
X86ModRMFilters.cpp \
|
|
X86RecognizableInstr.cpp
|
|
LLVM_REQUIRES_EH=
|
|
|
|
LIBDEPS=llvmtablegen \
|
|
llvmsupport
|
|
|
|
.include "../clang.prog.mk"
|