minix/external/bsd/llvm/lib/libLLVMLinker/Makefile

16 lines
240 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2013/05/28 17:37:34 joerg Exp $
LIB= LLVMLinker
.include <bsd.init.mk>
.PATH: ${LLVM_SRCDIR}/lib/Linker
SRCS+= LinkModules.cpp
.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif