aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Android.mk
blob: 7ca41fb53460263488b808750ae41b9e6640fe24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)

TBLGEN_TABLES := \
  CommentCommandList.inc \
  DiagnosticCommonKinds.inc \
  DeclNodes.inc \
  StmtNodes.inc

lldb_PluginLanguageRuntimeObjCAppleObjCRuntime_SRC_FILES := \
  AppleObjCRuntime.cpp \
  AppleObjCRuntimeV1.cpp \
  AppleObjCRuntimeV2.cpp \
  AppleObjCTrampolineHandler.cpp \
  AppleObjCTypeVendor.cpp \
  AppleThreadPlanStepThroughObjCTrampoline.cpp

LOCAL_SRC_FILES := $(lldb_PluginLanguageRuntimeObjCAppleObjCRuntime_SRC_FILES)

LOCAL_MODULE:= liblldbPluginLanguageRuntimeObjCAppleObjCRuntime
LOCAL_MODULE_TAGS := optional

include $(LLDB_BUILD_MK)
include $(CLANG_VERSION_INC_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(BUILD_HOST_STATIC_LIBRARY)