Makefile revision 1.1
1# $OpenBSD: Makefile,v 1.1 2016/09/05 10:56:50 pascal 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
14depend:
15	# Nothing here so far ...
16
17install:
18	# Nothing here so far ...
19
20.include <bsd.lib.mk>
21