fn check app version
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/hendrik/esp/esp-idf")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/hendrik/git/ESP32-Mesh-OTA/build")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,97 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for encrypted-partition_table-flash.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/progress.make
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Error: The target encrypted-partition_table-flash requires"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled."
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/hendrik/esp/esp-idf/tools/cmake/scripts/fail.cmake
|
||||
|
||||
encrypted-partition_table-flash: esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash
|
||||
encrypted-partition_table-flash: esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build.make
|
||||
|
||||
.PHONY : encrypted-partition_table-flash
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build: encrypted-partition_table-flash
|
||||
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/build
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/encrypted-partition_table-flash.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/clean
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/encrypted-partition_table-flash.dir/depend
|
||||
|
@ -0,0 +1,8 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/encrypted-partition_table-flash"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/encrypted-partition_table-flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,105 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for gen_unsigned_partition_bin.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/progress.make
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin: partition_table/partition-table-unsigned.bin
|
||||
|
||||
|
||||
partition_table/partition-table-unsigned.bin: /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv
|
||||
partition_table/partition-table-unsigned.bin: /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ../../partition_table/partition-table-unsigned.bin"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
|
||||
|
||||
gen_unsigned_partition_bin: esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin
|
||||
gen_unsigned_partition_bin: partition_table/partition-table-unsigned.bin
|
||||
gen_unsigned_partition_bin: esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build.make
|
||||
|
||||
.PHONY : gen_unsigned_partition_bin
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build: gen_unsigned_partition_bin
|
||||
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/build
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/gen_unsigned_partition_bin.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/clean
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/gen_unsigned_partition_bin.dir/depend
|
||||
|
@ -0,0 +1,9 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../partition_table/partition-table-unsigned.bin"
|
||||
"CMakeFiles/gen_unsigned_partition_bin"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/gen_unsigned_partition_bin.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,2 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,95 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for partition_table-flash.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/progress.make
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table-flash:
|
||||
cd /home/hendrik/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH="/home/hendrik/esp/esp-idf" -D ESPTOOLPY="/home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32" -D ESPTOOL_ARGS="--before=default_reset --after=hard_reset write_flash @partition_table-flash_args" -D WORKING_DIRECTORY="/home/hendrik/git/ESP32-Mesh-OTA/build" -P /home/hendrik/esp/esp-idf/components/esptool_py/run_esptool.cmake
|
||||
|
||||
partition_table-flash: esp-idf/partition_table/CMakeFiles/partition_table-flash
|
||||
partition_table-flash: esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build.make
|
||||
|
||||
.PHONY : partition_table-flash
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build: partition_table-flash
|
||||
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/build
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/partition_table-flash.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/clean
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table-flash.dir/depend
|
||||
|
@ -0,0 +1,8 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/partition_table-flash"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/partition_table-flash.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,98 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for partition_table.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/partition_table/CMakeFiles/partition_table.dir/progress.make
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
|
||||
|
||||
partition_table: esp-idf/partition_table/CMakeFiles/partition_table
|
||||
partition_table: esp-idf/partition_table/CMakeFiles/partition_table.dir/build.make
|
||||
|
||||
.PHONY : partition_table
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/partition_table/CMakeFiles/partition_table.dir/build: partition_table
|
||||
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/build
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/partition_table.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/clean
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/partition_table.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table.dir/depend
|
||||
|
@ -0,0 +1,8 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/partition_table"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/partition_table.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/hendrik/git/ESP32-Mesh-OTA
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build
|
||||
|
||||
# Utility rule file for partition_table_bin.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/progress.make
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table_bin: partition_table/partition-table-unsigned.bin
|
||||
esp-idf/partition_table/CMakeFiles/partition_table_bin: partition_table/partition-table.bin
|
||||
|
||||
|
||||
partition_table/partition-table-unsigned.bin: /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv
|
||||
partition_table/partition-table-unsigned.bin: /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ../../partition_table/partition-table-unsigned.bin"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/partitions.csv /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /usr/bin/cmake -E echo "*******************************************************************************"
|
||||
|
||||
partition_table/partition-table.bin: partition_table/partition-table-unsigned.bin
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating ../../partition_table/partition-table.bin"
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && /home/hendrik/.espressif/python_env/idf4.3_py3.8_env/bin/python /home/hendrik/esp/esp-idf/components/esptool_py/esptool/espsecure.py sign_data --version 1 --keyfile /home/hendrik/git/ESP32-Mesh-OTA/secure_boot_signing_key.pem -o /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table.bin /home/hendrik/git/ESP32-Mesh-OTA/build/partition_table/partition-table-unsigned.bin
|
||||
|
||||
partition_table_bin: esp-idf/partition_table/CMakeFiles/partition_table_bin
|
||||
partition_table_bin: partition_table/partition-table-unsigned.bin
|
||||
partition_table_bin: partition_table/partition-table.bin
|
||||
partition_table_bin: esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build.make
|
||||
|
||||
.PHONY : partition_table_bin
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build: partition_table_bin
|
||||
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/build
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/clean:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table && $(CMAKE_COMMAND) -P CMakeFiles/partition_table_bin.dir/cmake_clean.cmake
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/clean
|
||||
|
||||
esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/depend:
|
||||
cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/hendrik/git/ESP32-Mesh-OTA /home/hendrik/esp/esp-idf/components/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : esp-idf/partition_table/CMakeFiles/partition_table_bin.dir/depend
|
||||
|
@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../partition_table/partition-table-unsigned.bin"
|
||||
"../../partition_table/partition-table.bin"
|
||||
"CMakeFiles/partition_table_bin"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/partition_table_bin.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 =
|
||||
CMAKE_PROGRESS_2 = 100
|
||||
|
1
build/esp-idf/partition_table/CMakeFiles/progress.marks
Normal file
1
build/esp-idf/partition_table/CMakeFiles/progress.marks
Normal file
@ -0,0 +1 @@
|
||||
0
|
Reference in New Issue
Block a user