# $OpenBSD: Makefile,v 1.6 2023/11/11 18:35:39 robert Exp $ LIB= lldbInterpreter NOPIC= NOPROFILE= .include SRCS= CommandAlias.cpp \ CommandHistory.cpp \ CommandInterpreter.cpp \ CommandObject.cpp \ CommandOptionValidators.cpp \ CommandReturnObject.cpp \ OptionArgParser.cpp \ OptionGroupArchitecture.cpp \ OptionGroupBoolean.cpp \ OptionGroupFile.cpp \ OptionGroupFormat.cpp \ OptionGroupMemoryTag.cpp \ OptionGroupPythonClassWithDict.cpp \ OptionGroupOutputFile.cpp \ OptionGroupPlatform.cpp \ OptionGroupString.cpp \ OptionGroupUInt64.cpp \ OptionGroupUUID.cpp \ OptionGroupValueObjectDisplay.cpp \ OptionValue.cpp \ OptionValueArch.cpp \ OptionValueArgs.cpp \ OptionValueArray.cpp \ OptionValueBoolean.cpp \ OptionValueChar.cpp \ OptionValueDictionary.cpp \ OptionValueEnumeration.cpp \ OptionValueFileColonLine.cpp \ OptionValueFileSpec.cpp \ OptionValueFileSpecList.cpp \ OptionValueFormat.cpp \ OptionValueFormatEntity.cpp \ OptionValueLanguage.cpp \ OptionValuePathMappings.cpp \ OptionValueProperties.cpp \ OptionValueRegex.cpp \ OptionValueSInt64.cpp \ OptionValueString.cpp \ OptionValueUInt64.cpp \ OptionValueUUID.cpp \ OptionGroupVariable.cpp \ OptionGroupWatchpoint.cpp \ Options.cpp \ Property.cpp \ ScriptInterpreter.cpp .PATH: ${.CURDIR}/../../../llvm/lldb/source/Interpreter install: @# Nothing here so far ... .include CPPFLAGS+= ${LLDB_INCLUDES} CPPFLAGS+= ${CLANG_INCLUDES} CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Interpreter