1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.2 2013/01/23 15:02:56 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucPROG_CXX= llvm-ranlib 4*f4a2713aSLionel SambucNOMAN= yes 5*f4a2713aSLionel Sambuc 6*f4a2713aSLionel Sambuc.include <bsd.init.mk> 7*f4a2713aSLionel Sambuc 8*f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/tools/llvm-ranlib 9*f4a2713aSLionel Sambuc 10*f4a2713aSLionel SambucSRCS= llvm-ranlib.cpp 11*f4a2713aSLionel Sambuc 12*f4a2713aSLionel SambucLLVM_LIBS+= \ 13*f4a2713aSLionel Sambuc Archive \ 14*f4a2713aSLionel Sambuc BitReader \ 15*f4a2713aSLionel Sambuc IR \ 16*f4a2713aSLionel Sambuc Support 17*f4a2713aSLionel Sambuc 18*f4a2713aSLionel Sambuc.include "${.PARSEDIR}/../../link.mk" 19*f4a2713aSLionel Sambuc 20*f4a2713aSLionel Sambuc.include <bsd.prog.mk> 21