summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libMCLinkerObject/Makefile
blob: a2c1ea87a1f391d96a53c03a328413fbee2b932f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $

LIB=	MCLinkerObject

.include <bsd.init.mk>

.PATH: ${MCLINKER_SRCDIR}/lib/Object

SRCS=	ObjectBuilder.cpp \
	ObjectLinker.cpp \
	SectionMap.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif