# $NetBSD: Makefile,v 1.4 2013/04/25 13:59:56 joerg Exp $ PROG_CXX= llvm-extract NOMAN= yes .include .PATH: ${LLVM_SRCDIR}/tools/llvm-extract SRCS= llvm-extract.cpp LLVM_LIBS+= \ IRReader \ AsmParser \ BitReader \ BitWriter \ ipo \ TransformsUtils \ Analysis \ Target \ ipa \ IR \ Support .include "${.PARSEDIR}/../../link.mk" .include