tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / liblldbPluginPlatformMacOSX / Makefile
blobac303c10b723702560d7d8f9b7a65dc3155a9963
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
3 LIB= lldbPluginPlatformMacOSX
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/MacOSX
9 SRCS+= PlatformDarwin.cpp \
10 PlatformDarwinKernel.cpp \
11 PlatformiOSSimulator.cpp \
12 PlatformMacOSX.cpp \
13 PlatformRemoteiOS.cpp
15 .if defined(HOSTLIB)
16 .include <bsd.hostlib.mk>
17 .else
18 .include <bsd.lib.mk>
19 .endif