xref: /openbsd/src/gnu/usr.bin/clang/liblldbPluginObjectFile/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $OpenBSD: Makefile,v 1.6 2023/11/11 18:35:39 robert Exp $
2
3LIB=	lldbPluginObjectFile
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8SRCS=	BreakpadRecords.cpp \
9	ObjectFileBreakpad.cpp \
10	ELFHeader.cpp \
11	ObjectFileELF.cpp \
12	ObjectFileJIT.cpp \
13	ObjectFileMachO.cpp \
14	ObjectFilePDB.cpp \
15	ObjectFilePECOFF.cpp \
16	PECallFrameInfo.cpp \
17	WindowsMiniDump.cpp \
18	ObjectFileWasm.cpp
19
20.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/Breakpad
21.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/ELF
22.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/Mach-O
23.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/PDB
24.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/PECOFF
25.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/JIT
26.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectFile/wasm
27
28install:
29	@# Nothing here so far ...
30
31.include <bsd.lib.mk>
32
33CPPFLAGS+=	${LLDB_INCLUDES}
34CPPFLAGS+=	${CLANG_INCLUDES}
35CPPFLAGS+=	-I${.OBJDIR}/../include/lldb/Plugins
36

served by {OpenGrok

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