23 lines
398 B
Makefile
23 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
|
|
|
|
LIB= lldbUtility
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLDB_SRCDIR}/source/Utility
|
|
|
|
SRCS+= ARM_DWARF_Registers.cpp \
|
|
KQueue.cpp \
|
|
PseudoTerminal.cpp \
|
|
Range.cpp \
|
|
SharingPtr.cpp \
|
|
StringExtractor.cpp \
|
|
StringExtractorGDBRemote.cpp \
|
|
TimeSpecTimeout.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|