tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / liblldbPluginProcessUtility / Makefile
blobd36827dbe9de792ffd790df46d3994f402ec436f
1 # $NetBSD: Makefile,v 1.2 2013/11/11 23:51:36 joerg Exp $
3 LIB= lldbPluginProcessUtility
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Process/Utility
9 SRCS+= DynamicRegisterInfo.cpp \
10 HistoryThread.cpp \
11 HistoryUnwind.cpp \
12 InferiorCallPOSIX.cpp \
13 RegisterContextDarwin_arm.cpp \
14 RegisterContextDarwin_i386.cpp \
15 RegisterContextDarwin_x86_64.cpp \
16 RegisterContextDummy.cpp \
17 RegisterContextHistory.cpp \
18 RegisterContextLLDB.cpp \
19 RegisterContextMach_arm.cpp \
20 RegisterContextMach_i386.cpp \
21 RegisterContextMach_x86_64.cpp \
22 RegisterContextMacOSXFrameBackchain.cpp \
23 RegisterContextMemory.cpp \
24 RegisterContextThreadMemory.cpp \
25 StopInfoMachException.cpp \
26 ThreadMemory.cpp \
27 UnwindLLDB.cpp \
28 UnwindMacOSXFrameBackchain.cpp
30 .if defined(HOSTLIB)
31 .include <bsd.hostlib.mk>
32 .else
33 .include <bsd.lib.mk>
34 .endif