# $NetBSD: Makefile,v 1.1 2017/08/01 21:40:03 joerg Exp $ LIB= LLVMToolDriversDlltool .include .PATH: ${LLVM_SRCDIR}/lib/ToolDrivers/llvm-dlltool SRCS+= DlltoolDriver.cpp TABLEGEN_SRC= Options.td TABLEGEN_OUTPUT= \ Options.inc|-gen-opt-parser-defs .include "${.PARSEDIR}/../../tablegen.mk" .if defined(HOSTLIB) .include .else .include .endif