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