blob: 66ae6de9f72ab693e66410fa55adef2356df6010 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
DiagnosticCommonKinds.inc \
DeclNodes.inc \
StmtNodes.inc
lldb_PluginProcessGDBRemote_SRC_FILES := \
GDBRemoteCommunicationClient.cpp \
GDBRemoteCommunication.cpp \
GDBRemoteCommunicationServer.cpp \
GDBRemoteRegisterContext.cpp \
ProcessGDBRemote.cpp \
ProcessGDBRemoteLog.cpp \
ThreadGDBRemote.cpp
LOCAL_SRC_FILES := $(lldb_PluginProcessGDBRemote_SRC_FILES)
LOCAL_MODULE:= liblldbPluginProcessGDBRemote
LOCAL_MODULE_TAGS := optional
include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)