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