Home | History | Annotate | Download | only in devtools
      1 # This file is generated by gyp; do not edit.
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_MODULE_CLASS := GYP
      6 LOCAL_MODULE := third_party_WebKit_Source_devtools_build_documentation_module_gyp
      7 LOCAL_MODULE_STEM := build_documentation_module
      8 LOCAL_MODULE_SUFFIX := .stamp
      9 LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
     10 gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
     11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
     12 
     13 # Make sure our deps are built first.
     14 GYP_TARGET_DEPENDENCIES :=
     15 
     16 ### Rules for action "build_documentation_module":
     17 $(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js: gyp_local_path := $(LOCAL_PATH)
     18 $(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
     19 $(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
     20 $(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
     21 $(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
     22 $(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_scripts.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/documentation/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/documentation/DocumentationCatalog.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/documentation/DocumentationView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/documentation/JSArticle.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/documentation/WikiParser.js $(GYP_TARGET_DEPENDENCIES)
     23 	@echo "Gyp action: third_party_WebKit_Source_devtools_devtools_gyp_build_documentation_module_target_build_documentation_module ($@)"
     24 	$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/concatenate_module_scripts.py front_end/documentation/module.json "$(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js"
     25 
     26 
     27 
     28 GYP_GENERATED_OUTPUTS := \
     29 	$(gyp_shared_intermediate_dir)/resources/inspector/documentation_module.js
     30 
     31 # Make sure our deps and generated files are built first.
     32 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
     33 
     34 ### Rules for final target.
     35 # Add target alias to "gyp_all_modules" target.
     36 .PHONY: gyp_all_modules
     37 gyp_all_modules: third_party_WebKit_Source_devtools_build_documentation_module_gyp
     38 
     39 # Alias gyp target name.
     40 .PHONY: build_documentation_module
     41 build_documentation_module: third_party_WebKit_Source_devtools_build_documentation_module_gyp
     42 
     43 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp
     44 LOCAL_UNINSTALLABLE_MODULE := true
     45 LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX)
     46 
     47 include $(BUILD_SYSTEM)/base_rules.mk
     48 
     49 $(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)
     50 	$(hide) echo "Gyp timestamp: $@"
     51 	$(hide) mkdir -p $(dir $@)
     52 	$(hide) touch $@
     53 
     54 LOCAL_2ND_ARCH_VAR_PREFIX :=
     55