19 lines
		
	
	
		
			403 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			403 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile,v 1.1 2012/04/29 19:19:05 joerg Exp $
 | |
| 
 | |
| LIB=	LLVMMipsDisassembler
 | |
| 
 | |
| .include <bsd.init.mk>
 | |
| 
 | |
| MIPS_OBJDIR!=	cd ${.CURDIR}/../libLLVMMipsCodeGen && ${PRINTOBJDIR}
 | |
| CPPFLAGS+=	-I${MIPS_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Mips
 | |
| 
 | |
| .PATH: ${LLVM_SRCDIR}/lib/Target/Mips/Disassembler
 | |
| 
 | |
| SRCS+=	MipsDisassembler.cpp
 | |
| 
 | |
| .if defined(HOSTLIB)
 | |
| .include <bsd.hostlib.mk>
 | |
| .else
 | |
| .include <bsd.lib.mk>
 | |
| .endif
 | 
