OSDN Git Service

DO NOT MERGE: android: translate Android.mk build rules for libLLVM80
[android-x86/external-llvm.git] / lib / Target / Mips / AsmParser / Android.mk
index 0e5aa71..609237a 100644 (file)
@@ -1,7 +1,7 @@
 LOCAL_PATH := $(call my-dir)
 
 #===---------------------------------------------------------------===
-# libLLVM70MipsAsmParser (common)
+# libLLVM80MipsAsmParser (common)
 #===---------------------------------------------------------------===
 
 mips_asm_parser_SRC_FILES := \
@@ -9,49 +9,49 @@ mips_asm_parser_SRC_FILES := \
 
 mips_asm_parser_C_INCLUDES := $(LOCAL_PATH)/..
 
-mips_asm_parser_TBLGEN_TABLES := \
+mips_asm_parser_TBLGEN_TABLES80 := \
   MipsGenAsmMatcher.inc \
   MipsGenInstrInfo.inc \
   MipsGenRegisterInfo.inc \
   MipsGenSubtargetInfo.inc
 
-mips_asm_parser_TBLGEN_TD_DIR := $(LOCAL_PATH)/..
+mips_asm_parser_TBLGEN_TD_DIR80 := $(LOCAL_PATH)/..
 
 
 #===---------------------------------------------------------------===
-# libLLVM70MipsAsmParser (host)
+# libLLVM80MipsAsmParser (host)
 #===---------------------------------------------------------------===
 include $(CLEAR_VARS)
-include $(CLEAR_TBLGEN_VARS)
+include $(CLEAR_TBLGEN_VARS80)
 
-LOCAL_MODULE:= libLLVM70MipsAsmParser
+LOCAL_MODULE:= libLLVM80MipsAsmParser
 LOCAL_MODULE_HOST_OS := darwin linux windows
 LOCAL_SRC_FILES := $(mips_asm_parser_SRC_FILES)
 LOCAL_C_INCLUDES += $(mips_asm_parser_C_INCLUDES)
-TBLGEN_TABLES := $(mips_asm_parser_TBLGEN_TABLES)
-TBLGEN_TD_DIR := $(LOCAL_PATH)/..
+TBLGEN_TABLES80 := $(mips_asm_parser_TBLGEN_TABLES80)
+TBLGEN_TD_DIR80 := $(LOCAL_PATH)/..
 
-include $(LLVM70_HOST_BUILD_MK)
-include $(LLVM70_TBLGEN_RULES_MK)
-include $(LLVM_GEN_ATTRIBUTES_MK)
+include $(LLVM80_HOST_BUILD_MK)
+include $(LLVM80_TBLGEN_RULES_MK)
+include $(LLVM80_GEN_ATTRIBUTES_MK)
 include $(BUILD_HOST_STATIC_LIBRARY)
 
 
 #===---------------------------------------------------------------===
-# libLLVM70MipsAsmParser (target)
+# libLLVM80MipsAsmParser (target)
 #===---------------------------------------------------------------===
 ifneq (true,$(DISABLE_LLVM_DEVICE_BUILDS))
 include $(CLEAR_VARS)
-include $(CLEAR_TBLGEN_VARS)
+include $(CLEAR_TBLGEN_VARS80)
 
-LOCAL_MODULE:= libLLVM70MipsAsmParser
+LOCAL_MODULE:= libLLVM80MipsAsmParser
 LOCAL_SRC_FILES := $(mips_asm_parser_SRC_FILES)
 LOCAL_C_INCLUDES += $(mips_asm_parser_C_INCLUDES)
-TBLGEN_TABLES := $(mips_asm_parser_TBLGEN_TABLES)
-TBLGEN_TD_DIR := $(LOCAL_PATH)/..
+TBLGEN_TABLES80 := $(mips_asm_parser_TBLGEN_TABLES80)
+TBLGEN_TD_DIR80 := $(LOCAL_PATH)/..
 
-include $(LLVM70_DEVICE_BUILD_MK)
-include $(LLVM70_TBLGEN_RULES_MK)
-include $(LLVM_GEN_ATTRIBUTES_MK)
+include $(LLVM80_DEVICE_BUILD_MK)
+include $(LLVM80_TBLGEN_RULES_MK)
+include $(LLVM80_GEN_ATTRIBUTES_MK)
 include $(BUILD_STATIC_LIBRARY)
 endif