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