xref: /openbsd/src/gnu/usr.bin/clang/liblldbDataFormatters/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $OpenBSD: Makefile,v 1.3 2021/04/28 12:55:41 patrick Exp $
2
3LIB=	lldbDataFormatters
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8SRCS=	CXXFunctionPointer.cpp \
9	DataVisualization.cpp \
10	DumpValueObjectOptions.cpp \
11	FormatCache.cpp \
12	FormatClasses.cpp \
13	FormatManager.cpp \
14	FormattersHelpers.cpp \
15	LanguageCategory.cpp \
16	StringPrinter.cpp \
17	TypeCategory.cpp \
18	TypeCategoryMap.cpp \
19	TypeFormat.cpp \
20	TypeSummary.cpp \
21	TypeSynthetic.cpp \
22	ValueObjectPrinter.cpp \
23	VectorType.cpp
24
25.PATH:	${.CURDIR}/../../../llvm/lldb/source/DataFormatters
26
27install:
28	@# Nothing here so far ...
29
30.include <bsd.lib.mk>
31
32CPPFLAGS+=	${LLDB_INCLUDES}
33CPPFLAGS+=	${CLANG_INCLUDES}
34

served by {OpenGrok

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