mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
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
|