Home | History | Annotate | Line # | Download | only in libLLVMMCDisassembler
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:08 joerg Exp $
      2 
      3 LIB=	LLVMMCDisassembler
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${LLVM_SRCDIR}/lib/MC/MCDisassembler
      8 
      9 SRCS+=	Disassembler.cpp \
     10 	MCDisassembler.cpp \
     11 	MCExternalSymbolizer.cpp \
     12 	MCRelocationInfo.cpp \
     13 	MCSymbolizer.cpp
     14 
     15 .if defined(HOSTLIB)
     16 .include <bsd.hostlib.mk>
     17 .else
     18 .include <bsd.lib.mk>
     19 .endif
     20