xref: /openbsd/src/gnu/usr.bin/clang/liblldbUtility/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $OpenBSD: Makefile,v 1.7 2023/11/11 18:35:40 robert Exp $
2
3LIB=	lldbUtility
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8
9SRCS=	ArchSpec.cpp \
10	Args.cpp \
11	Baton.cpp \
12	Broadcaster.cpp \
13	CompletionRequest.cpp \
14	Connection.cpp \
15	ConstString.cpp \
16	DataBufferHeap.cpp \
17	DataBufferLLVM.cpp \
18	DataEncoder.cpp \
19	DataExtractor.cpp \
20	Diagnostics.cpp \
21	Environment.cpp \
22	Event.cpp \
23	FileSpec.cpp \
24	GDBRemote.cpp \
25	IOObject.cpp \
26	LLDBAssert.cpp \
27	LLDBLog.cpp \
28	Listener.cpp \
29	Log.cpp \
30	NameMatches.cpp \
31	ProcessInfo.cpp \
32	RegisterValue.cpp \
33	RegularExpression.cpp \
34	Instrumentation.cpp \
35	Scalar.cpp \
36	SelectHelper.cpp \
37	State.cpp \
38	Status.cpp \
39	Stream.cpp \
40	StreamString.cpp \
41	StringExtractor.cpp \
42	StringExtractorGDBRemote.cpp \
43	StringLexer.cpp \
44	StringList.cpp \
45	StructuredData.cpp \
46	TildeExpressionResolver.cpp \
47	Timer.cpp \
48	TraceGDBRemotePackets.cpp \
49	TraceIntelPTGDBRemotePackets.cpp \
50	UnimplementedError.cpp \
51	UUID.cpp \
52	UriParser.cpp \
53	UserID.cpp \
54	UserIDResolver.cpp \
55	VASprintf.cpp \
56	VMRange.cpp \
57	XcodeSDK.cpp
58
59.PATH:	${.CURDIR}/../../../llvm/lldb/source/Utility
60
61install:
62	@# Nothing here so far ...
63
64.include <bsd.lib.mk>
65
66CPPFLAGS+=	${LLDB_INCLUDES}
67CPPFLAGS+=	${CLANG_INCLUDES}
68

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026