blob: 7a3ec43ac99c5b687e096634ece5ca7bed2c9625 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
# For the host only
# =====================================================
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
TBLGEN_TABLES := \
DiagnosticCommonKinds.inc \
DiagnosticDriverKinds.inc \
Options.inc \
CC1Options.inc \
CC1AsOptions.inc
clang_driver_SRC_FILES := \
Action.cpp \
Arg.cpp \
ArgList.cpp \
CC1AsOptions.cpp \
Compilation.cpp \
Driver.cpp \
DriverOptions.cpp \
Job.cpp \
Option.cpp \
OptTable.cpp \
Phases.cpp \
Tool.cpp \
ToolChain.cpp \
ToolChains.cpp \
Tools.cpp \
Types.cpp \
WindowsToolChain.cpp
LOCAL_SRC_FILES := $(clang_driver_SRC_FILES)
LOCAL_MODULE := libclangDriver
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_TAGS := optional
include $(CLANG_HOST_BUILD_MK)
include $(CLANG_TBLGEN_RULES_MK)
include $(CLANG_VERSION_INC_MK)
include $(BUILD_HOST_STATIC_LIBRARY)