diff options
Diffstat (limited to 'gnu/usr.bin/clang/libclangFrontendTool/Makefile')
-rw-r--r-- | gnu/usr.bin/clang/libclangFrontendTool/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/usr.bin/clang/libclangFrontendTool/Makefile b/gnu/usr.bin/clang/libclangFrontendTool/Makefile new file mode 100644 index 00000000000..08beca8e810 --- /dev/null +++ b/gnu/usr.bin/clang/libclangFrontendTool/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal Exp $ + +LIB= clangFrontendTool +NOPIC= +NOPROFILE= + +CPPFLAGS+= ${CLANG_INCLUDES} + +.include <bsd.own.mk> +SRCS= ExecuteCompilerInvocation.cpp + +.PATH: ${.CURDIR}/../../../llvm/tools/clang/lib/FrontendTool + +depend: + # Nothing here so far ... + +install: + # Nothing here so far ... + +.include <bsd.lib.mk> |