tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / liblldbHostCommon / Makefile
blob1e15a9819236a7f8b616fefef0b8574fdb73ea2b
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
3 LIB= lldbHostCommon
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Host/common
9 SRCS+= Condition.cpp \
10 DynamicLibrary.cpp \
11 File.cpp \
12 FileSpec.cpp \
13 Host.cpp \
14 Mutex.cpp \
15 OptionParser.cpp \
16 ProcessRunLock.cpp \
17 SocketAddress.cpp \
18 Symbols.cpp \
19 Terminal.cpp \
20 TimeValue.cpp
22 CPPFLAGS.OptionParser.cpp+= -Dgetopt_long_only=getopt_long
24 .if defined(HOSTLIB)
25 .include <bsd.hostlib.mk>
26 .else
27 .include <bsd.lib.mk>
28 .endif