etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMX86AsmPrinter / Makefile
blob75db50b80592c451a26919f4b6c5625c79677c15
1 # $NetBSD: Makefile,v 1.2 2011/05/12 14:56:24 joerg Exp $
3 LIB= LLVMX86AsmPrinter
4 NOGCCERROR= yes
6 .include <bsd.init.mk>
8 X86_OBJDIR!= cd ${.CURDIR}/../libLLVMX86CodeGen && ${PRINTOBJDIR}
9 CPPFLAGS+= -I${X86_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/X86
11 .PATH: ${LLVM_SRCDIR}/lib/Target/X86/InstPrinter
13 SRCS+= X86ATTInstPrinter.cpp \
14 X86IntelInstPrinter.cpp \
15 X86InstComments.cpp
17 .if defined(HOSTLIB)
18 .include <bsd.hostlib.mk>
19 .else
20 .include <bsd.lib.mk>
21 .endif