summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libMCLinkerX86CodeGen/Makefile
blob: cc47ec4b560f7d8b7730e2daa6830532a94010f6 (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
25
#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $

LIB=	MCLinkerX86CodeGen

.include <bsd.init.mk>

.PATH: ${MCLINKER_SRCDIR}/lib/Target/X86

SRCS=	X86Diagnostic.cpp \
	X86ELFDynamic.cpp \
	X86ELFMCLinker.cpp \
	X86Emulation.cpp \
	X86GOT.cpp \
	X86GOTPLT.cpp \
	X86LDBackend.cpp \
	X86MCLinker.cpp \
	X86PLT.cpp \
	X86Relocator.cpp \
	X86TargetMachine.cpp

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