19 lines
404 B
Makefile
19 lines
404 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2011/07/05 14:15:56 joerg Exp $
|
||
|
|
||
|
LIB= LLVMSparcTargetInfo
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
SPARC_OBJDIR!= cd ${.CURDIR}/../libLLVMSparcCodeGen && ${PRINTOBJDIR}
|
||
|
CPPFLAGS+= -I${SPARC_OBJDIR} -I${LLVM_SRCDIR}/lib/Target/Sparc
|
||
|
|
||
|
.PATH: ${LLVM_SRCDIR}/lib/Target/Sparc/TargetInfo
|
||
|
|
||
|
SRCS+= SparcTargetInfo.cpp
|
||
|
|
||
|
.if defined(HOSTLIB)
|
||
|
.include <bsd.hostlib.mk>
|
||
|
.else
|
||
|
.include <bsd.lib.mk>
|
||
|
.endif
|