# $OpenBSD: Makefile,v 1.2 2020/08/03 14:45:29 patrick Exp $ LIB= lldbDataFormatters NOPIC= NOPROFILE= .include SRCS= CXXFunctionPointer.cpp \ DataVisualization.cpp \ DumpValueObjectOptions.cpp \ FormatCache.cpp \ FormatClasses.cpp \ FormatManager.cpp \ FormattersHelpers.cpp \ LanguageCategory.cpp \ StringPrinter.cpp \ TypeCategory.cpp \ TypeCategoryMap.cpp \ TypeFormat.cpp \ TypeSummary.cpp \ TypeSynthetic.cpp \ ValueObjectPrinter.cpp \ VectorType.cpp \ .PATH: ${.CURDIR}/../../../llvm/lldb/source/DataFormatters install: @# Nothing here so far ... .include CPPFLAGS+= ${LLDB_INCLUDES} CPPFLAGS+= ${CLANG_INCLUDES}