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