Home | History | Annotate | Line # | Download | only in libLLVMX86Disassembler
      1  1.2  joerg #	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:55 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg LIB=	LLVMX86Disassembler
      4  1.1  joerg 
      5  1.1  joerg .include <bsd.init.mk>
      6  1.1  joerg 
      7  1.1  joerg X86_OBJDIR!=	cd ${.CURDIR}/../libLLVMX86CodeGen && ${PRINTOBJDIR}
      8  1.1  joerg CPPFLAGS+=	-I${X86_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/X86
      9  1.1  joerg 
     10  1.1  joerg .PATH: ${LLVM_SRCDIR}/lib/Target/X86/Disassembler
     11  1.1  joerg 
     12  1.2  joerg SRCS+=	X86Disassembler.cpp
     13  1.1  joerg 
     14  1.1  joerg .if defined(HOSTLIB)
     15  1.1  joerg .include <bsd.hostlib.mk>
     16  1.1  joerg .else
     17  1.1  joerg .include <bsd.lib.mk>
     18  1.1  joerg .endif
     19