# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:04 joerg Exp $ LIB= LLVMAsmParser .include .PATH: ${LLVM_SRCDIR}/lib/AsmParser SRCS+= LLLexer.cpp \ LLParser.cpp \ Parser.cpp .if defined(HOSTLIB) .include .else .include .endif