tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / liblldbUtility / Makefile
blobb34625cedfc6e8b3a2acb86036b2811075361af9
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
3 LIB= lldbUtility
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Utility
9 SRCS+= ARM_DWARF_Registers.cpp \
10 KQueue.cpp \
11 PseudoTerminal.cpp \
12 Range.cpp \
13 SharingPtr.cpp \
14 StringExtractor.cpp \
15 StringExtractorGDBRemote.cpp \
16 TimeSpecTimeout.cpp
18 .if defined(HOSTLIB)
19 .include <bsd.hostlib.mk>
20 .else
21 .include <bsd.lib.mk>
22 .endif