1# $OpenBSD: Makefile,v 1.2 2020/08/03 14:45:29 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