# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:30 patrick Exp $ LIB= lldbPluginLanguageRuntime NOPIC= NOPROFILE= .include SRCS= AppleObjCClassDescriptorV2.cpp \ AppleObjCDeclVendor.cpp \ AppleObjCRuntime.cpp \ AppleObjCRuntimeV1.cpp \ AppleObjCRuntimeV2.cpp \ AppleObjCTrampolineHandler.cpp \ AppleObjCTypeEncodingParser.cpp \ AppleThreadPlanStepThroughObjCTrampoline.cpp \ CPPLanguageRuntime.cpp \ ItaniumABILanguageRuntime.cpp \ ObjCLanguageRuntime.cpp \ RenderScriptExpressionOpts.cpp \ RenderScriptRuntime.cpp \ RenderScriptScriptGroup.cpp \ RenderScriptx86ABIFixups.cpp \ .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime install: @# Nothing here so far ... .include CPPFLAGS+= ${LLDB_INCLUDES} CPPFLAGS+= ${CLANG_INCLUDES}