2011-10-22 14:08:43 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-04-13 05:21:56 +00:00
|
|
|
MAN=
|
2013-02-12 05:56:00 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
PROG_CXX=clang-tblgen
|
2011-10-22 14:08:43 +00:00
|
|
|
|
|
|
|
SRCDIR= tools/clang/utils/TableGen
|
|
|
|
SRCS= ClangASTNodesEmitter.cpp \
|
|
|
|
ClangAttrEmitter.cpp \
|
2012-12-03 19:24:08 +00:00
|
|
|
ClangCommentCommandInfoEmitter.cpp \
|
2013-04-12 17:57:40 +00:00
|
|
|
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp \
|
2012-12-03 19:24:08 +00:00
|
|
|
ClangCommentHTMLTagsEmitter.cpp \
|
2011-10-22 14:08:43 +00:00
|
|
|
ClangDiagnosticsEmitter.cpp \
|
|
|
|
ClangSACheckersEmitter.cpp \
|
|
|
|
NeonEmitter.cpp \
|
|
|
|
TableGen.cpp
|
|
|
|
|
2012-08-20 18:33:03 +00:00
|
|
|
LIBDEPS=llvmtablegen \
|
|
|
|
llvmsupport
|
2011-10-22 14:08:43 +00:00
|
|
|
|
|
|
|
.include "../clang.prog.mk"
|