1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:38 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= lldbCore 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Core 8f4a2713aSLionel Sambuc 9*0a6a1f1dSLionel SambucCPPFLAGS.IOHandler.cpp+= -DLLDB_DISABLE_CURSES 10*0a6a1f1dSLionel Sambuc 11f4a2713aSLionel SambucSRCS+= Address.cpp \ 12f4a2713aSLionel Sambuc AddressRange.cpp \ 13f4a2713aSLionel Sambuc AddressResolver.cpp \ 14f4a2713aSLionel Sambuc AddressResolverFileLine.cpp \ 15f4a2713aSLionel Sambuc AddressResolverName.cpp \ 16f4a2713aSLionel Sambuc ArchSpec.cpp \ 17f4a2713aSLionel Sambuc Baton.cpp \ 18f4a2713aSLionel Sambuc Broadcaster.cpp \ 19f4a2713aSLionel Sambuc Communication.cpp \ 20f4a2713aSLionel Sambuc Connection.cpp \ 21f4a2713aSLionel Sambuc ConnectionMachPort.cpp \ 22f4a2713aSLionel Sambuc ConnectionSharedMemory.cpp \ 23f4a2713aSLionel Sambuc ConstString.cpp \ 24f4a2713aSLionel Sambuc DataBufferHeap.cpp \ 25f4a2713aSLionel Sambuc DataBufferMemoryMap.cpp \ 26f4a2713aSLionel Sambuc DataEncoder.cpp \ 27f4a2713aSLionel Sambuc DataExtractor.cpp \ 28f4a2713aSLionel Sambuc Debugger.cpp \ 29f4a2713aSLionel Sambuc Disassembler.cpp \ 30f4a2713aSLionel Sambuc DynamicLoader.cpp \ 31f4a2713aSLionel Sambuc EmulateInstruction.cpp \ 32f4a2713aSLionel Sambuc Error.cpp \ 33f4a2713aSLionel Sambuc Event.cpp \ 34*0a6a1f1dSLionel Sambuc FastDemangle.cpp \ 35f4a2713aSLionel Sambuc FileLineResolver.cpp \ 36f4a2713aSLionel Sambuc FileSpecList.cpp \ 37f4a2713aSLionel Sambuc History.cpp \ 38*0a6a1f1dSLionel Sambuc IOHandler.cpp \ 39f4a2713aSLionel Sambuc Language.cpp \ 40f4a2713aSLionel Sambuc Listener.cpp \ 41f4a2713aSLionel Sambuc Log.cpp \ 42f4a2713aSLionel Sambuc Mangled.cpp \ 43f4a2713aSLionel Sambuc Module.cpp \ 44f4a2713aSLionel Sambuc ModuleChild.cpp \ 45f4a2713aSLionel Sambuc ModuleList.cpp \ 46f4a2713aSLionel Sambuc Opcode.cpp \ 47f4a2713aSLionel Sambuc PluginManager.cpp \ 48f4a2713aSLionel Sambuc RegisterValue.cpp \ 49f4a2713aSLionel Sambuc RegularExpression.cpp \ 50f4a2713aSLionel Sambuc Scalar.cpp \ 51f4a2713aSLionel Sambuc SearchFilter.cpp \ 52f4a2713aSLionel Sambuc Section.cpp \ 53f4a2713aSLionel Sambuc SourceManager.cpp \ 54f4a2713aSLionel Sambuc State.cpp \ 55f4a2713aSLionel Sambuc Stream.cpp \ 56f4a2713aSLionel Sambuc StreamAsynchronousIO.cpp \ 57f4a2713aSLionel Sambuc StreamCallback.cpp \ 58f4a2713aSLionel Sambuc StreamFile.cpp \ 59f4a2713aSLionel Sambuc StreamGDBRemote.cpp \ 60f4a2713aSLionel Sambuc StreamString.cpp \ 61f4a2713aSLionel Sambuc StringList.cpp \ 62*0a6a1f1dSLionel Sambuc StructuredData.cpp \ 63f4a2713aSLionel Sambuc Timer.cpp \ 64f4a2713aSLionel Sambuc UserID.cpp \ 65f4a2713aSLionel Sambuc UserSettingsController.cpp \ 66f4a2713aSLionel Sambuc UUID.cpp \ 67f4a2713aSLionel Sambuc Value.cpp \ 68f4a2713aSLionel Sambuc ValueObject.cpp \ 69f4a2713aSLionel Sambuc ValueObjectCast.cpp \ 70f4a2713aSLionel Sambuc ValueObjectChild.cpp \ 71f4a2713aSLionel Sambuc ValueObjectConstResult.cpp \ 72f4a2713aSLionel Sambuc ValueObjectConstResultChild.cpp \ 73f4a2713aSLionel Sambuc ValueObjectConstResultImpl.cpp \ 74f4a2713aSLionel Sambuc ValueObjectDynamicValue.cpp \ 75f4a2713aSLionel Sambuc ValueObjectList.cpp \ 76f4a2713aSLionel Sambuc ValueObjectMemory.cpp \ 77f4a2713aSLionel Sambuc ValueObjectRegister.cpp \ 78f4a2713aSLionel Sambuc ValueObjectSyntheticFilter.cpp \ 79f4a2713aSLionel Sambuc ValueObjectVariable.cpp \ 80f4a2713aSLionel Sambuc VMRange.cpp 81f4a2713aSLionel Sambuc 82f4a2713aSLionel Sambuc.if defined(HOSTLIB) 83f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 84f4a2713aSLionel Sambuc.else 85f4a2713aSLionel Sambuc.include <bsd.lib.mk> 86f4a2713aSLionel Sambuc.endif 87