xref: /netbsd-src/external/apache2/llvm/lib/libLLVMToolDriversDlltool/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1#	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:12 joerg Exp $
2
3LIB=	LLVMToolDriversDlltool
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/ToolDrivers/llvm-dlltool
8
9SRCS+=	DlltoolDriver.cpp
10
11TABLEGEN_SRC=		Options.td
12TABLEGEN_OUTPUT= \
13	Options.inc|-gen-opt-parser-defs
14
15.include "${.PARSEDIR}/../../tablegen.mk"
16
17.if defined(HOSTLIB)
18.include <bsd.hostlib.mk>
19.else
20.include <bsd.lib.mk>
21.endif
22