blob: 44bca4a0e105947bf5d9c4f777be993b027a3b5e [file] [log] [blame]
Todd Fialad55c5b12013-10-14 09:48:59 -07001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4include $(CLEAR_TBLGEN_VARS)
5
6TBLGEN_TABLES := \
7 DiagnosticCommonKinds.inc \
8 DeclNodes.inc \
9 StmtNodes.inc
10
11lldb_PluginOperatingSystemPython_SRC_FILES := \
12 OperatingSystemPython.cpp
13
14LOCAL_SRC_FILES := $(lldb_PluginOperatingSystemPython_SRC_FILES)
15
16LOCAL_MODULE:= liblldbPluginOperatingSystemPython
17LOCAL_MODULE_TAGS := optional
18
19include $(LLDB_BUILD_MK)
20include $(CLANG_VERSION_INC_MK)
21include $(CLANG_TBLGEN_RULES_MK)
22include $(BUILD_HOST_STATIC_LIBRARY)