summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/liblldbPluginArchitecture/Makefile
blob: e620b191c14f4a0d8205235e2bee07858641abdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $OpenBSD: Makefile,v 1.4 2020/08/03 14:45:30 patrick Exp $

LIB=	lldbPluginArchitecture
NOPIC=
NOPROFILE=

.include <bsd.own.mk>
SRCS=	ArchitectureArm.cpp \
	ArchitectureMips.cpp \
	ArchitecturePPC64.cpp

.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Architecture/Arm
.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Architecture/Mips
.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Architecture/PPC64

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>

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