1# $OpenBSD: Makefile,v 1.8 2023/11/11 18:35:37 robert Exp $ 2 3LIB= LLVMMCParser 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/MC/MCParser 7 8SRCS+= AsmLexer.cpp \ 9 AsmParser.cpp \ 10 COFFAsmParser.cpp \ 11 COFFMasmParser.cpp \ 12 GOFFAsmParser.cpp \ 13 DarwinAsmParser.cpp \ 14 ELFAsmParser.cpp \ 15 MCAsmLexer.cpp \ 16 MCAsmParser.cpp \ 17 MCAsmParserExtension.cpp \ 18 MCTargetAsmParser.cpp \ 19 MasmParser.cpp \ 20 WasmAsmParser.cpp \ 21 XCOFFAsmParser.cpp 22 23.PATH: ${.CURDIR}/../../../llvm/llvm/lib/MC/MCParser 24