2010-06-09 19:32:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2013-02-12 05:56:00 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2010-06-09 19:32:20 +00:00
|
|
|
PROG_CXX=tblgen
|
|
|
|
|
|
|
|
SRCDIR= utils/TableGen
|
2012-04-16 21:23:25 +00:00
|
|
|
SRCS= AsmMatcherEmitter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
AsmWriterEmitter.cpp \
|
|
|
|
AsmWriterInst.cpp \
|
2013-04-12 17:57:40 +00:00
|
|
|
CTagsEmitter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
CallingConvEmitter.cpp \
|
|
|
|
CodeEmitterGen.cpp \
|
|
|
|
CodeGenDAGPatterns.cpp \
|
|
|
|
CodeGenInstruction.cpp \
|
2012-12-03 19:24:08 +00:00
|
|
|
CodeGenMapTable.cpp \
|
2011-06-12 18:01:31 +00:00
|
|
|
CodeGenRegisters.cpp \
|
2012-08-20 18:33:03 +00:00
|
|
|
CodeGenSchedule.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
CodeGenTarget.cpp \
|
|
|
|
DAGISelEmitter.cpp \
|
|
|
|
DAGISelMatcher.cpp \
|
|
|
|
DAGISelMatcherEmitter.cpp \
|
|
|
|
DAGISelMatcherGen.cpp \
|
|
|
|
DAGISelMatcherOpt.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
DFAPacketizerEmitter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
DisassemblerEmitter.cpp \
|
|
|
|
FastISelEmitter.cpp \
|
2011-02-20 19:33:47 +00:00
|
|
|
FixedLenDecoderEmitter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
InstrInfoEmitter.cpp \
|
|
|
|
IntrinsicEmitter.cpp \
|
2013-04-12 17:57:40 +00:00
|
|
|
OptParserEmitter.cpp \
|
2011-07-17 19:51:40 +00:00
|
|
|
PseudoLoweringEmitter.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
RegisterInfoEmitter.cpp \
|
2011-06-12 18:01:31 +00:00
|
|
|
SetTheory.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
SubtargetEmitter.cpp \
|
|
|
|
TGValueTypes.cpp \
|
|
|
|
TableGen.cpp \
|
|
|
|
X86DisassemblerTables.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
X86ModRMFilters.cpp \
|
2010-07-20 17:16:57 +00:00
|
|
|
X86RecognizableInstr.cpp
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2012-08-20 18:33:03 +00:00
|
|
|
LIBDEPS=llvmtablegen \
|
|
|
|
llvmsupport
|
2010-06-09 19:32:20 +00:00
|
|
|
|
2014-06-08 17:29:31 +00:00
|
|
|
NO_PIE= yes
|
|
|
|
|
2010-06-09 19:32:20 +00:00
|
|
|
.include "../clang.prog.mk"
|