xref: /minix3/external/bsd/llvm/lib/libMCLinkerTarget/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $
2
3LIB=	MCLinkerTarget
4
5.include <bsd.init.mk>
6
7.PATH: ${MCLINKER_SRCDIR}/lib/Target
8
9SRCS=	ELFDynamic.cpp \
10	ELFEmulation.cpp \
11	ELFMCLinker.cpp \
12	GNUInfo.cpp \
13	GNULDBackend.cpp \
14	GOT.cpp \
15	OutputRelocSection.cpp \
16	PLT.cpp \
17	Target.cpp \
18	TargetLDBackend.cpp
19
20.if defined(HOSTLIB)
21.include <bsd.hostlib.mk>
22.else
23.include <bsd.lib.mk>
24.endif
25