tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / liblldbPluginDisassemblerLLVM / Makefile
blobf73ae5ef75bb298817266d4b239ed9eea8a20f1f
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
3 LIB= lldbPluginDisassemblerLLVM
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Disassembler/llvm
9 SRCS+= DisassemblerLLVMC.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif