# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $ LIB= LLVMAsmParser .include .PATH: ${LLVM_SRCDIR}/lib/AsmParser SRCS+= LLLexer.cpp \ LLParser.cpp \ Parser.cpp .if defined(HOSTLIB) .include .else .include .endif