36cb3905c9
executable build.
20 lines
499 B
Makefile
20 lines
499 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= clang-tblgen
|
|
MAN=
|
|
|
|
SRCDIR= tools/clang/utils/TableGen
|
|
SRCS+= ClangASTNodesEmitter.cpp
|
|
SRCS+= ClangAttrEmitter.cpp
|
|
SRCS+= ClangCommentCommandInfoEmitter.cpp
|
|
SRCS+= ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
|
|
SRCS+= ClangCommentHTMLTagsEmitter.cpp
|
|
SRCS+= ClangDataCollectorsEmitter.cpp
|
|
SRCS+= ClangDiagnosticsEmitter.cpp
|
|
SRCS+= ClangOptionDocEmitter.cpp
|
|
SRCS+= ClangSACheckersEmitter.cpp
|
|
SRCS+= NeonEmitter.cpp
|
|
SRCS+= TableGen.cpp
|
|
|
|
.include "../llvm.prog.mk"
|