esp32-servo/.pio/build/esp32dev/bootloader/rules.ninja

349 lines
16 KiB
Plaintext
Raw Normal View History

2025-08-21 14:44:24 +08:00
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.16
# This file contains all the rules used to get the outputs files
# built from the input files.
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: bootloader
# Configuration:
# =============================================================================
# =============================================================================
#############################################
# Rule for running custom commands.
rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
#############################################
# Rule for compiling C files.
rule C_COMPILER__bootloader.2eelf
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C executable.
rule C_EXECUTABLE_LINKER__bootloader.2eelf
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
description = Linking C executable $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_xtensa
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_xtensa
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_soc
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_soc
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_micro-ecc
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_hal
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_hal
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_spi_flash
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_spi_flash
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_bootloader_format
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_bootloader_support
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_efuse
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_efuse
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_system
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_system
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_hw_support
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_common
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_common
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling ASM files.
rule ASM_COMPILER____idf_esp_rom
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building ASM object $out
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_esp_rom
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_esp_rom
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_log
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_log
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for compiling C files.
rule C_COMPILER____idf_main
depfile = $DEP_FILE
deps = gcc
command = /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
description = Building C object $out
#############################################
# Rule for linking C static library.
rule C_STATIC_LIBRARY_LINKER____idf_main
command = $PRE_LINK && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E remove $TARGET_FILE && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /Users/tankaitao/.platformio/packages/toolchain-xtensa-esp-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -E touch $TARGET_FILE && $POST_BUILD
description = Linking C static library $TARGET_FILE
restat = $RESTAT
#############################################
# Rule for re-running cmake.
rule RERUN_CMAKE
command = /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -S/Users/tankaitao/.platformio/packages/framework-espidf/components/bootloader/subproject -B/Users/tankaitao/Documents/PlatformIO/Projects/esp32/esp32/.pio/build/esp32dev/bootloader
description = Re-running CMake...
generator = 1
#############################################
# Rule for cleaning additional files.
rule CLEAN_ADDITIONAL
command = /Users/tankaitao/.platformio/packages/tool-cmake/bin/cmake -P CMakeFiles/clean_additional.cmake
description = Cleaning additional files...
#############################################
# Rule for cleaning all built files.
rule CLEAN
command = /Users/tankaitao/.platformio/packages/tool-ninja/ninja -t clean
description = Cleaning all built files...
#############################################
# Rule for printing all primary targets available.
rule HELP
command = /Users/tankaitao/.platformio/packages/tool-ninja/ninja -t targets
description = All primary targets available: