1# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $ 2 3LIB= LLVMAsmParser 4 5.include <bsd.init.mk> 6 7.PATH: ${LLVM_SRCDIR}/lib/AsmParser 8 9SRCS+= LLLexer.cpp \ 10 LLParser.cpp \ 11 Parser.cpp 12 13.if defined(HOSTLIB) 14.include <bsd.hostlib.mk> 15.else 16.include <bsd.lib.mk> 17.endif 18