config_sources.host.linux-x86.mk revision 2a99a7e74a7f215066514fe81d2bfa6639d9eddd
1# This file is generated by gyp; do not edit. 2 3include $(CLEAR_VARS) 4 5LOCAL_MODULE_CLASS := GYP 6LOCAL_MODULE := third_party_yasm_config_sources_host_gyp 7LOCAL_MODULE_STEM := config_sources 8LOCAL_MODULE_SUFFIX := .stamp 9LOCAL_MODULE_TAGS := optional 10LOCAL_IS_HOST_MODULE := true 11gyp_intermediate_dir := $(call local-intermediates-dir) 12gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared) 13 14# Make sure our deps are built first. 15GYP_TARGET_DEPENDENCIES := 16 17GYP_GENERATED_OUTPUTS := 18 19# Make sure our deps and generated files are built first. 20LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 21 22### Rules for final target. 23# Add target alias to "gyp_all_modules" target. 24.PHONY: gyp_all_modules 25gyp_all_modules: third_party_yasm_config_sources_host_gyp 26 27# Alias gyp target name. 28.PHONY: config_sources 29config_sources: third_party_yasm_config_sources_host_gyp 30 31LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp 32LOCAL_UNINSTALLABLE_MODULE := true 33 34include $(BUILD_SYSTEM)/base_rules.mk 35 36$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES) 37 $(hide) echo "Gyp timestamp: $@" 38 $(hide) mkdir -p $(dir $@) 39 $(hide) touch $@ 40