summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/liblldCore/Makefile
blob: a776e4727294db5bde0424da831bdd7a9830a22f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $OpenBSD: Makefile,v 1.6 2020/08/03 14:45:29 patrick Exp $

LIB=	lldCore
NOPROFILE=

CPPFLAGS+=	-I${LLD_SRCS}/include

.include <bsd.own.mk>
SRCS=	DefinedAtom.cpp \
	Error.cpp \
	File.cpp \
	LinkingContext.cpp \
	Reader.cpp \
	Resolver.cpp \
	SymbolTable.cpp \
	Writer.cpp

.PATH:	${.CURDIR}/../../../llvm/lld/lib/Core

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>