xref: /minix3/external/bsd/llvm/lib/libMCLinkerX86CodeGen/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc#	$NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $
2*f4a2713aSLionel Sambuc
3*f4a2713aSLionel SambucLIB=	MCLinkerX86CodeGen
4*f4a2713aSLionel Sambuc
5*f4a2713aSLionel Sambuc.include <bsd.init.mk>
6*f4a2713aSLionel Sambuc
7*f4a2713aSLionel Sambuc.PATH: ${MCLINKER_SRCDIR}/lib/Target/X86
8*f4a2713aSLionel Sambuc
9*f4a2713aSLionel SambucSRCS=	X86Diagnostic.cpp \
10*f4a2713aSLionel Sambuc	X86ELFDynamic.cpp \
11*f4a2713aSLionel Sambuc	X86ELFMCLinker.cpp \
12*f4a2713aSLionel Sambuc	X86Emulation.cpp \
13*f4a2713aSLionel Sambuc	X86GOT.cpp \
14*f4a2713aSLionel Sambuc	X86GOTPLT.cpp \
15*f4a2713aSLionel Sambuc	X86LDBackend.cpp \
16*f4a2713aSLionel Sambuc	X86MCLinker.cpp \
17*f4a2713aSLionel Sambuc	X86PLT.cpp \
18*f4a2713aSLionel Sambuc	X86Relocator.cpp \
19*f4a2713aSLionel Sambuc	X86TargetMachine.cpp
20*f4a2713aSLionel Sambuc
21*f4a2713aSLionel Sambuc.if defined(HOSTLIB)
22*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
23*f4a2713aSLionel Sambuc.else
24*f4a2713aSLionel Sambuc.include <bsd.lib.mk>
25*f4a2713aSLionel Sambuc.endif
26