1# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:41 jsg Exp $ 2 3LIB= LLVMOption 4NOPROFILE= 5 6CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Option 7 8SRCS+= Arg.cpp \ 9 ArgList.cpp \ 10 Option.cpp \ 11 OptTable.cpp 12 13.PATH: ${.CURDIR}/../../../llvm/lib/Option 14