mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
27 lines
485 B
Makefile
27 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:39 joerg Exp $
|
|
|
|
LIB= lldbUtility
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLDB_SRCDIR}/source/Utility
|
|
|
|
SRCS+= ARM_DWARF_Registers.cpp \
|
|
ARM64_DWARF_Registers.cpp \
|
|
KQueue.cpp \
|
|
PseudoTerminal.cpp \
|
|
Range.cpp \
|
|
RegisterNumber.cpp \
|
|
SharingPtr.cpp \
|
|
StringExtractor.cpp \
|
|
StringExtractorGDBRemote.cpp \
|
|
StringLexer.cpp \
|
|
TimeSpecTimeout.cpp \
|
|
UriParser.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|