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

LIB=	MCLinkerTarget

.include <bsd.init.mk>

.PATH: ${MCLINKER_SRCDIR}/lib/Target

SRCS=	ELFDynamic.cpp \
	ELFEmulation.cpp \
	ELFMCLinker.cpp \
	GNUInfo.cpp \
	GNULDBackend.cpp \
	GOT.cpp \
	OutputRelocSection.cpp \
	PLT.cpp \
	Target.cpp \
	TargetLDBackend.cpp

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