Edit

IABSD.fr/src/gnu/usr.bin/clang/liblldbPluginPlatform

Branch :

  • Show log

    Commit

  • Author : patrick
    Date : 2021-12-17 14:55:43
    Hash : 5a38ef86
    Message : Update build infrastructure for LLVM 13.0.0.

  • Makefile
  • # $OpenBSD: Makefile,v 1.5 2021/12/17 14:55:46 patrick Exp $
    
    LIB=	lldbPluginPlatform
    NOPIC=
    NOPROFILE=
    
    .include <bsd.own.mk>
    SRCS=	AdbClient.cpp \
    	PlatformAndroid.cpp \
    	PlatformAndroidRemoteGDBServer.cpp \
    	PlatformFreeBSD.cpp \
    	PlatformLinux.cpp \
    	PlatformDarwin.cpp \
    	PlatformDarwinKernel.cpp \
    	PlatformMacOSX.cpp \
    	PlatformRemoteAppleBridge.cpp \
    	PlatformRemoteAppleTV.cpp \
    	PlatformRemoteAppleWatch.cpp \
    	PlatformRemoteDarwinDevice.cpp \
    	PlatformRemoteMacOSX.cpp \
    	PlatformRemoteiOS.cpp \
    	PlatformNetBSD.cpp \
    	PlatformOpenBSD.cpp \
    	PlatformPOSIX.cpp \
    	PlatformWindows.cpp \
    	PlatformRemoteGDBServer.cpp
    
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Android
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/FreeBSD
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Linux
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/MacOSX
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/NetBSD
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/OpenBSD
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/POSIX
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/Windows
    .PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/Platform/gdb-server
    
    install:
    	@# Nothing here so far ...
    
    .include <bsd.lib.mk>
    
    CPPFLAGS+=	${LLDB_INCLUDES}
    CPPFLAGS+=	${CLANG_INCLUDES}