mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
19 lines
403 B
Makefile
19 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/05/28 17:37:35 joerg Exp $
|
|
|
|
LIB= LLVMPowerPCAsmParser
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
PPC_OBJDIR!= cd ${.CURDIR}/../libLLVMPowerPCCodeGen && ${PRINTOBJDIR}
|
|
CPPFLAGS+= -I${PPC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/PowerPC
|
|
|
|
.PATH: ${LLVM_SRCDIR}/lib/Target/PowerPC/AsmParser
|
|
|
|
SRCS+= PPCAsmParser.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|