summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libclangFrontendTool/Makefile
blob: 7b35b901f26846eb47412ed567cad742a8636961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:29 patrick Exp $

LIB=	clangFrontendTool
NOPIC=
NOPROFILE=

CPPFLAGS+=	${CLANG_INCLUDES}

.include <bsd.own.mk>
SRCS=	ExecuteCompilerInvocation.cpp

.PATH:	${.CURDIR}/../../../llvm/clang/lib/FrontendTool

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>