1# $NetBSD: Makefile,v 1.1 2013/01/23 15:02:59 joerg Exp $ 2 3LIB= LLVMOption 4 5NOGCCERROR= yes 6 7.include <bsd.init.mk> 8 9.PATH: ${LLVM_SRCDIR}/lib/Option 10 11SRCS+= ArgList.cpp \ 12 Arg.cpp \ 13 OptTable.cpp \ 14 Option.cpp 15 16.if defined(HOSTLIB) 17.include <bsd.hostlib.mk> 18.else 19.include <bsd.lib.mk> 20.endif 21