Makefile revision 1.2
1# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $
2
3LIB=	clangFrontendTool
4NOPIC=
5NOPROFILE=
6
7CPPFLAGS+=	${CLANG_INCLUDES}
8
9.include <bsd.own.mk>
10SRCS=	ExecuteCompilerInvocation.cpp
11
12.PATH:	${.CURDIR}/../../../llvm/tools/clang/lib/FrontendTool
13
14install:
15	@# Nothing here so far ...
16
17.include <bsd.lib.mk>
18