1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:39 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= lldbUtility 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Utility 8f4a2713aSLionel Sambuc 9f4a2713aSLionel SambucSRCS+= ARM_DWARF_Registers.cpp \ 10*0a6a1f1dSLionel Sambuc ARM64_DWARF_Registers.cpp \ 11f4a2713aSLionel Sambuc KQueue.cpp \ 12f4a2713aSLionel Sambuc PseudoTerminal.cpp \ 13f4a2713aSLionel Sambuc Range.cpp \ 14*0a6a1f1dSLionel Sambuc RegisterNumber.cpp \ 15f4a2713aSLionel Sambuc SharingPtr.cpp \ 16f4a2713aSLionel Sambuc StringExtractor.cpp \ 17f4a2713aSLionel Sambuc StringExtractorGDBRemote.cpp \ 18*0a6a1f1dSLionel Sambuc StringLexer.cpp \ 19*0a6a1f1dSLionel Sambuc TimeSpecTimeout.cpp \ 20*0a6a1f1dSLionel Sambuc UriParser.cpp 21f4a2713aSLionel Sambuc 22f4a2713aSLionel Sambuc.if defined(HOSTLIB) 23f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 24f4a2713aSLionel Sambuc.else 25f4a2713aSLionel Sambuc.include <bsd.lib.mk> 26f4a2713aSLionel Sambuc.endif 27