diff options
Diffstat (limited to 'lib/clang/libclangfrontendtool/Makefile')
-rw-r--r-- | lib/clang/libclangfrontendtool/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/clang/libclangfrontendtool/Makefile b/lib/clang/libclangfrontendtool/Makefile new file mode 100644 index 0000000..0d71d55 --- /dev/null +++ b/lib/clang/libclangfrontendtool/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= clangfrontendtool + +SRCDIR= tools/clang/lib/FrontendTool +SRCS= ExecuteCompilerInvocation.cpp + +TGHDRS= CommentCommandList \ + DeclNodes \ + DiagnosticCommonKinds \ + DiagnosticFrontendKinds \ + Options \ + StmtNodes + +.include "../clang.lib.mk" |