summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/liblldbPluginLanguageRuntime/Makefile
blob: 4afe8d2e8d65640347663c4b2010a8ecb8b867ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:30 patrick Exp $

LIB=	lldbPluginLanguageRuntime
NOPIC=
NOPROFILE=

.include <bsd.own.mk>
SRCS=	AppleObjCClassDescriptorV2.cpp \
	AppleObjCDeclVendor.cpp \
	AppleObjCRuntime.cpp \
	AppleObjCRuntimeV1.cpp \
	AppleObjCRuntimeV2.cpp \
	AppleObjCTrampolineHandler.cpp \
	AppleObjCTypeEncodingParser.cpp \
	AppleThreadPlanStepThroughObjCTrampoline.cpp \
	CPPLanguageRuntime.cpp \
	ItaniumABILanguageRuntime.cpp \
	ObjCLanguageRuntime.cpp \
	RenderScriptExpressionOpts.cpp \
	RenderScriptRuntime.cpp \
	RenderScriptScriptGroup.cpp \
	RenderScriptx86ABIFixups.cpp \

.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus
.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI
.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC
.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>

CPPFLAGS+=	${LLDB_INCLUDES}
CPPFLAGS+=	${CLANG_INCLUDES}