1597 lines
75 KiB
Plaintext
1597 lines
75 KiB
Plaintext
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Ninja" Generator, CMake Version 3.10
|
|
|
|
# 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: bakalarka
|
|
# Configuration:
|
|
# =============================================================================
|
|
# =============================================================================
|
|
|
|
#############################################
|
|
# Rule for running custom commands.
|
|
|
|
rule CUSTOM_COMMAND
|
|
command = $COMMAND
|
|
description = $DESC
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER__bakalarka.2eelf
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX executable.
|
|
|
|
rule CXX_EXECUTABLE_LINKER__bakalarka.2eelf
|
|
command = $PRE_LINK && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
|
|
description = Linking CXX executable $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling ASM files.
|
|
|
|
rule ASM_COMPILER____idf_xtensa
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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_xtensa
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_xtensa
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_soc
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_soc
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER__soc_esp32
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER__soc_esp32
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_eth
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_eth
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_tcpip_adapter
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_tcpip_adapter
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_netif
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_netif
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_event
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_event
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER__mbedx509
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER__mbedx509
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER__mbedcrypto
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER__mbedtls
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER__mbedtls
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_wpa_supplicant
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_wpa_supplicant
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_efuse
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_efuse
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_bootloader_support
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_bootloader_support
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_app_update
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_app_update
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_spi_flash
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_spi_flash
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling CXX files.
|
|
|
|
rule CXX_COMPILER____idf_nvs_flash
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
|
description = Building CXX object $out
|
|
|
|
|
|
#############################################
|
|
# Rule for linking CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_nvs_flash
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_wifi
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_wifi
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_lwip
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_lwip
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_log
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_log
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_heap
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_heap
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_ringbuf
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_ringbuf
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_driver
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_driver
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_pthread
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_pthread
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_espcoredump
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_espcoredump
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_perfmon
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_perfmon
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling ASM files.
|
|
|
|
rule ASM_COMPILER____idf_esp32
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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_esp32
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp32
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_common
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_common
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_timer
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_timer
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling ASM files.
|
|
|
|
rule ASM_COMPILER____idf_freertos
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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_freertos
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_freertos
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_vfs
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_vfs
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_newlib
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_newlib
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling CXX files.
|
|
|
|
rule CXX_COMPILER____idf_cxx
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
|
description = Building CXX object $out
|
|
|
|
|
|
#############################################
|
|
# Rule for linking CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_cxx
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_app_trace
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_app_trace
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling CXX files.
|
|
|
|
rule CXX_COMPILER____idf_asio
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
|
description = Building CXX object $out
|
|
|
|
|
|
#############################################
|
|
# Rule for linking CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_asio
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_cbor
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_cbor
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_coap
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_coap
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_console
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_console
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_nghttp
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_nghttp
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp-tls
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp-tls
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_adc_cal
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_adc_cal
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_gdbstub
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_gdbstub
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_tcp_transport
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_tcp_transport
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_http_client
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_http_client
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_http_server
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_http_server
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_https_ota
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_https_ota
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_https_server
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_https_server
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_protobuf-c
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_protobuf-c
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_protocomm
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_protocomm
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_mdns
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_mdns
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_local_ctrl
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_sdmmc
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_sdmmc
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_serial_slave_link
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_serial_slave_link
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_esp_websocket_client
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_esp_websocket_client
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_expat
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_expat
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling CXX files.
|
|
|
|
rule CXX_COMPILER____idf_wear_levelling
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
|
description = Building CXX object $out
|
|
|
|
|
|
#############################################
|
|
# Rule for linking CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_wear_levelling
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_fatfs
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_fatfs
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_freemodbus
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_freemodbus
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_jsmn
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_jsmn
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_json
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_json
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling ASM files.
|
|
|
|
rule ASM_COMPILER____idf_libsodium
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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_libsodium
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_libsodium
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_mqtt
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_mqtt
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_openssl
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_openssl
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_spiffs
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_spiffs
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_ulp
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_ulp
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_unity
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_unity
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_wifi_provisioning
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_wifi_provisioning
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_main
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_main
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_files
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_files
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_ca
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_ca
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_cmd_nvs
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_cmd_nvs
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_cmd_system
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_cmd_system
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_wifi
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_wifi
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling ASM files.
|
|
|
|
rule ASM_COMPILER____idf_https_server
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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_https_server
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_https_server
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_lvgl
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_lv_examples
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_lv_examples
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_lvgl_esp32_drivers
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl_esp32_drivers
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_lvgl_tft
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl_tft
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for compiling C files.
|
|
|
|
rule C_COMPILER____idf_lvgl_touch
|
|
depfile = $DEP_FILE
|
|
deps = gcc
|
|
command = /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-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 CXX static library.
|
|
|
|
rule CXX_STATIC_LIBRARY_LINKER____idf_lvgl_touch
|
|
command = $PRE_LINK && /usr/bin/cmake -E remove $TARGET_FILE && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/mithras/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib $TARGET_FILE && $POST_BUILD
|
|
description = Linking CXX static library $TARGET_FILE
|
|
restat = $RESTAT
|
|
|
|
|
|
#############################################
|
|
# Rule for re-running cmake.
|
|
|
|
rule RERUN_CMAKE
|
|
command = /usr/bin/cmake -H/home/mithras/Documents/bakalarka -B/home/mithras/Documents/bakalarka/build
|
|
description = Re-running CMake...
|
|
generator = 1
|
|
|
|
|
|
#############################################
|
|
# Rule for cleaning all built files.
|
|
|
|
rule CLEAN
|
|
command = /usr/bin/ninja -t clean
|
|
description = Cleaning all built files...
|
|
|
|
|
|
#############################################
|
|
# Rule for printing all primary targets available.
|
|
|
|
rule HELP
|
|
command = /usr/bin/ninja -t targets
|
|
description = All primary targets available:
|
|
|