freebsd-dev/usr.bin/clang/tblgen/Makefile
Dimitry Andric 0d2d8fab68 Add manpages for clang and tblgen. These were generated from upstream's
tools/clang/docs/tools/clang.pod and docs/CommandGuide/tblgen.pod,
respectively.

Approved-by:	rpaulo (mentor)
2010-09-27 19:03:18 +00:00

47 lines
984 B
Makefile

# $FreeBSD$
PROG_CXX=tblgen
SRCDIR= utils/TableGen
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
LLVM_REQUIRES_EH=
LIBDEPS=llvmsupport llvmsystem
.include "../clang.prog.mk"