Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libLLVMX86MCTargetDesc / Makefile
blob788631f96928d2461584c96d4f5a00cae9c35370
1 # $NetBSD: Makefile,v 1.7 2014/05/30 18:28:15 joerg Exp $
3 LIB= LLVMX86MCTargetDesc
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/Target/X86/MCTargetDesc
9 X86_OBJDIR!= cd ${.CURDIR}/../libLLVMX86CodeGen && ${PRINTOBJDIR}
10 CPPFLAGS+= -I${X86_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/X86
12 SRCS+= X86AsmBackend.cpp \
13 X86ELFObjectWriter.cpp \
14 X86MCAsmInfo.cpp \
15 X86MCCodeEmitter.cpp \
16 X86MCTargetDesc.cpp \
17 X86MachORelocationInfo.cpp \
18 X86MachObjectWriter.cpp \
19 X86ELFRelocationInfo.cpp \
20 X86WinCOFFObjectWriter.cpp \
21 X86WinCOFFStreamer.cpp
23 .if defined(HOSTLIB)
24 .include <bsd.hostlib.mk>
25 .else
26 .include <bsd.lib.mk>
27 .endif