18 lines
		
	
	
		
			272 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			272 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #	$NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $
 | |
| 
 | |
| LIB=	LLVMAsmParser
 | |
| 
 | |
| .include <bsd.init.mk>
 | |
| 
 | |
| .PATH: ${LLVM_SRCDIR}/lib/AsmParser
 | |
| 
 | |
| SRCS+=	LLLexer.cpp \
 | |
| 	LLParser.cpp \
 | |
| 	Parser.cpp
 | |
| 
 | |
| .if defined(HOSTLIB)
 | |
| .include <bsd.hostlib.mk>
 | |
| .else
 | |
| .include <bsd.lib.mk>
 | |
| .endif
 | 
