fn check app version
This commit is contained in:
		
							
								
								
									
										429
									
								
								build/esp-idf/xtensa/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										429
									
								
								build/esp-idf/xtensa/Makefile
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,429 @@
 | 
			
		||||
# CMAKE generated file: DO NOT EDIT!
 | 
			
		||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
 | 
			
		||||
 | 
			
		||||
# Default target executed when no arguments are given to make.
 | 
			
		||||
default_target: all
 | 
			
		||||
 | 
			
		||||
.PHONY : default_target
 | 
			
		||||
 | 
			
		||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
 | 
			
		||||
.NOTPARALLEL:
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#=============================================================================
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
#=============================================================================
 | 
			
		||||
# Targets provided globally by CMake.
 | 
			
		||||
 | 
			
		||||
# Special rule for the target install/strip
 | 
			
		||||
install/strip: preinstall
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 | 
			
		||||
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 | 
			
		||||
.PHONY : install/strip
 | 
			
		||||
 | 
			
		||||
# Special rule for the target install/strip
 | 
			
		||||
install/strip/fast: preinstall/fast
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
 | 
			
		||||
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
 | 
			
		||||
.PHONY : install/strip/fast
 | 
			
		||||
 | 
			
		||||
# Special rule for the target install/local
 | 
			
		||||
install/local: preinstall
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 | 
			
		||||
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 | 
			
		||||
.PHONY : install/local
 | 
			
		||||
 | 
			
		||||
# Special rule for the target install/local
 | 
			
		||||
install/local/fast: preinstall/fast
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
 | 
			
		||||
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
 | 
			
		||||
.PHONY : install/local/fast
 | 
			
		||||
 | 
			
		||||
# Special rule for the target install
 | 
			
		||||
install: preinstall
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 | 
			
		||||
	/usr/bin/cmake -P cmake_install.cmake
 | 
			
		||||
.PHONY : install
 | 
			
		||||
 | 
			
		||||
# Special rule for the target install
 | 
			
		||||
install/fast: preinstall/fast
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
 | 
			
		||||
	/usr/bin/cmake -P cmake_install.cmake
 | 
			
		||||
.PHONY : install/fast
 | 
			
		||||
 | 
			
		||||
# Special rule for the target list_install_components
 | 
			
		||||
list_install_components:
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
 | 
			
		||||
.PHONY : list_install_components
 | 
			
		||||
 | 
			
		||||
# Special rule for the target list_install_components
 | 
			
		||||
list_install_components/fast: list_install_components
 | 
			
		||||
 | 
			
		||||
.PHONY : list_install_components/fast
 | 
			
		||||
 | 
			
		||||
# Special rule for the target rebuild_cache
 | 
			
		||||
rebuild_cache:
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
 | 
			
		||||
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 | 
			
		||||
.PHONY : rebuild_cache
 | 
			
		||||
 | 
			
		||||
# Special rule for the target rebuild_cache
 | 
			
		||||
rebuild_cache/fast: rebuild_cache
 | 
			
		||||
 | 
			
		||||
.PHONY : rebuild_cache/fast
 | 
			
		||||
 | 
			
		||||
# Special rule for the target edit_cache
 | 
			
		||||
edit_cache:
 | 
			
		||||
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
 | 
			
		||||
	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
 | 
			
		||||
.PHONY : edit_cache
 | 
			
		||||
 | 
			
		||||
# Special rule for the target edit_cache
 | 
			
		||||
edit_cache/fast: edit_cache
 | 
			
		||||
 | 
			
		||||
.PHONY : edit_cache/fast
 | 
			
		||||
 | 
			
		||||
# The main all target
 | 
			
		||||
all: cmake_check_build_system
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles /home/hendrik/git/ESP32-Mesh-OTA/build/esp-idf/xtensa//CMakeFiles/progress.marks
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/xtensa/all
 | 
			
		||||
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/CMakeFiles 0
 | 
			
		||||
.PHONY : all
 | 
			
		||||
 | 
			
		||||
# The main clean target
 | 
			
		||||
clean:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/xtensa/clean
 | 
			
		||||
.PHONY : clean
 | 
			
		||||
 | 
			
		||||
# The main clean target
 | 
			
		||||
clean/fast: clean
 | 
			
		||||
 | 
			
		||||
.PHONY : clean/fast
 | 
			
		||||
 | 
			
		||||
# Prepare targets for installation.
 | 
			
		||||
preinstall: all
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/xtensa/preinstall
 | 
			
		||||
.PHONY : preinstall
 | 
			
		||||
 | 
			
		||||
# Prepare targets for installation.
 | 
			
		||||
preinstall/fast:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/xtensa/preinstall
 | 
			
		||||
.PHONY : preinstall/fast
 | 
			
		||||
 | 
			
		||||
# clear depends
 | 
			
		||||
depend:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
 | 
			
		||||
.PHONY : depend
 | 
			
		||||
 | 
			
		||||
# Convenience name for target.
 | 
			
		||||
esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/rule:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/rule
 | 
			
		||||
.PHONY : esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/rule
 | 
			
		||||
 | 
			
		||||
# Convenience name for target.
 | 
			
		||||
__idf_xtensa: esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/rule
 | 
			
		||||
 | 
			
		||||
.PHONY : __idf_xtensa
 | 
			
		||||
 | 
			
		||||
# fast build rule for target.
 | 
			
		||||
__idf_xtensa/fast:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build
 | 
			
		||||
.PHONY : __idf_xtensa/fast
 | 
			
		||||
 | 
			
		||||
debug_helpers.obj: debug_helpers.c.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : debug_helpers.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
debug_helpers.c.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.obj
 | 
			
		||||
.PHONY : debug_helpers.c.obj
 | 
			
		||||
 | 
			
		||||
debug_helpers.i: debug_helpers.c.i
 | 
			
		||||
 | 
			
		||||
.PHONY : debug_helpers.i
 | 
			
		||||
 | 
			
		||||
# target to preprocess a source file
 | 
			
		||||
debug_helpers.c.i:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.i
 | 
			
		||||
.PHONY : debug_helpers.c.i
 | 
			
		||||
 | 
			
		||||
debug_helpers.s: debug_helpers.c.s
 | 
			
		||||
 | 
			
		||||
.PHONY : debug_helpers.s
 | 
			
		||||
 | 
			
		||||
# target to generate assembly for a file
 | 
			
		||||
debug_helpers.c.s:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers.c.s
 | 
			
		||||
.PHONY : debug_helpers.c.s
 | 
			
		||||
 | 
			
		||||
debug_helpers_asm.obj: debug_helpers_asm.S.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : debug_helpers_asm.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
debug_helpers_asm.S.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/debug_helpers_asm.S.obj
 | 
			
		||||
.PHONY : debug_helpers_asm.S.obj
 | 
			
		||||
 | 
			
		||||
eri.obj: eri.c.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : eri.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
eri.c.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj
 | 
			
		||||
.PHONY : eri.c.obj
 | 
			
		||||
 | 
			
		||||
eri.i: eri.c.i
 | 
			
		||||
 | 
			
		||||
.PHONY : eri.i
 | 
			
		||||
 | 
			
		||||
# target to preprocess a source file
 | 
			
		||||
eri.c.i:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.i
 | 
			
		||||
.PHONY : eri.c.i
 | 
			
		||||
 | 
			
		||||
eri.s: eri.c.s
 | 
			
		||||
 | 
			
		||||
.PHONY : eri.s
 | 
			
		||||
 | 
			
		||||
# target to generate assembly for a file
 | 
			
		||||
eri.c.s:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.s
 | 
			
		||||
.PHONY : eri.c.s
 | 
			
		||||
 | 
			
		||||
esp32/trax_init.obj: esp32/trax_init.c.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : esp32/trax_init.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
esp32/trax_init.c.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.obj
 | 
			
		||||
.PHONY : esp32/trax_init.c.obj
 | 
			
		||||
 | 
			
		||||
esp32/trax_init.i: esp32/trax_init.c.i
 | 
			
		||||
 | 
			
		||||
.PHONY : esp32/trax_init.i
 | 
			
		||||
 | 
			
		||||
# target to preprocess a source file
 | 
			
		||||
esp32/trax_init.c.i:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.i
 | 
			
		||||
.PHONY : esp32/trax_init.c.i
 | 
			
		||||
 | 
			
		||||
esp32/trax_init.s: esp32/trax_init.c.s
 | 
			
		||||
 | 
			
		||||
.PHONY : esp32/trax_init.s
 | 
			
		||||
 | 
			
		||||
# target to generate assembly for a file
 | 
			
		||||
esp32/trax_init.c.s:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/esp32/trax_init.c.s
 | 
			
		||||
.PHONY : esp32/trax_init.c.s
 | 
			
		||||
 | 
			
		||||
expression_with_stack_xtensa.obj: expression_with_stack_xtensa.c.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : expression_with_stack_xtensa.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
expression_with_stack_xtensa.c.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.obj
 | 
			
		||||
.PHONY : expression_with_stack_xtensa.c.obj
 | 
			
		||||
 | 
			
		||||
expression_with_stack_xtensa.i: expression_with_stack_xtensa.c.i
 | 
			
		||||
 | 
			
		||||
.PHONY : expression_with_stack_xtensa.i
 | 
			
		||||
 | 
			
		||||
# target to preprocess a source file
 | 
			
		||||
expression_with_stack_xtensa.c.i:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.i
 | 
			
		||||
.PHONY : expression_with_stack_xtensa.c.i
 | 
			
		||||
 | 
			
		||||
expression_with_stack_xtensa.s: expression_with_stack_xtensa.c.s
 | 
			
		||||
 | 
			
		||||
.PHONY : expression_with_stack_xtensa.s
 | 
			
		||||
 | 
			
		||||
# target to generate assembly for a file
 | 
			
		||||
expression_with_stack_xtensa.c.s:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa.c.s
 | 
			
		||||
.PHONY : expression_with_stack_xtensa.c.s
 | 
			
		||||
 | 
			
		||||
expression_with_stack_xtensa_asm.obj: expression_with_stack_xtensa_asm.S.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : expression_with_stack_xtensa_asm.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
expression_with_stack_xtensa_asm.S.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/expression_with_stack_xtensa_asm.S.obj
 | 
			
		||||
.PHONY : expression_with_stack_xtensa_asm.S.obj
 | 
			
		||||
 | 
			
		||||
trax.obj: trax.c.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : trax.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
trax.c.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.obj
 | 
			
		||||
.PHONY : trax.c.obj
 | 
			
		||||
 | 
			
		||||
trax.i: trax.c.i
 | 
			
		||||
 | 
			
		||||
.PHONY : trax.i
 | 
			
		||||
 | 
			
		||||
# target to preprocess a source file
 | 
			
		||||
trax.c.i:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.i
 | 
			
		||||
.PHONY : trax.c.i
 | 
			
		||||
 | 
			
		||||
trax.s: trax.c.s
 | 
			
		||||
 | 
			
		||||
.PHONY : trax.s
 | 
			
		||||
 | 
			
		||||
# target to generate assembly for a file
 | 
			
		||||
trax.c.s:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/trax.c.s
 | 
			
		||||
.PHONY : trax.c.s
 | 
			
		||||
 | 
			
		||||
xtensa_intr.obj: xtensa_intr.c.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : xtensa_intr.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
xtensa_intr.c.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj
 | 
			
		||||
.PHONY : xtensa_intr.c.obj
 | 
			
		||||
 | 
			
		||||
xtensa_intr.i: xtensa_intr.c.i
 | 
			
		||||
 | 
			
		||||
.PHONY : xtensa_intr.i
 | 
			
		||||
 | 
			
		||||
# target to preprocess a source file
 | 
			
		||||
xtensa_intr.c.i:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.i
 | 
			
		||||
.PHONY : xtensa_intr.c.i
 | 
			
		||||
 | 
			
		||||
xtensa_intr.s: xtensa_intr.c.s
 | 
			
		||||
 | 
			
		||||
.PHONY : xtensa_intr.s
 | 
			
		||||
 | 
			
		||||
# target to generate assembly for a file
 | 
			
		||||
xtensa_intr.c.s:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.s
 | 
			
		||||
.PHONY : xtensa_intr.c.s
 | 
			
		||||
 | 
			
		||||
xtensa_intr_asm.obj: xtensa_intr_asm.S.obj
 | 
			
		||||
 | 
			
		||||
.PHONY : xtensa_intr_asm.obj
 | 
			
		||||
 | 
			
		||||
# target to build an object file
 | 
			
		||||
xtensa_intr_asm.S.obj:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/build.make esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj
 | 
			
		||||
.PHONY : xtensa_intr_asm.S.obj
 | 
			
		||||
 | 
			
		||||
# Help Target
 | 
			
		||||
help:
 | 
			
		||||
	@echo "The following are some of the valid targets for this Makefile:"
 | 
			
		||||
	@echo "... all (the default if no target is provided)"
 | 
			
		||||
	@echo "... clean"
 | 
			
		||||
	@echo "... depend"
 | 
			
		||||
	@echo "... edit_cache"
 | 
			
		||||
	@echo "... install"
 | 
			
		||||
	@echo "... install/local"
 | 
			
		||||
	@echo "... install/strip"
 | 
			
		||||
	@echo "... list_install_components"
 | 
			
		||||
	@echo "... rebuild_cache"
 | 
			
		||||
	@echo "... __idf_xtensa"
 | 
			
		||||
	@echo "... debug_helpers.obj"
 | 
			
		||||
	@echo "... debug_helpers.i"
 | 
			
		||||
	@echo "... debug_helpers.s"
 | 
			
		||||
	@echo "... debug_helpers_asm.obj"
 | 
			
		||||
	@echo "... eri.obj"
 | 
			
		||||
	@echo "... eri.i"
 | 
			
		||||
	@echo "... eri.s"
 | 
			
		||||
	@echo "... esp32/trax_init.obj"
 | 
			
		||||
	@echo "... esp32/trax_init.i"
 | 
			
		||||
	@echo "... esp32/trax_init.s"
 | 
			
		||||
	@echo "... expression_with_stack_xtensa.obj"
 | 
			
		||||
	@echo "... expression_with_stack_xtensa.i"
 | 
			
		||||
	@echo "... expression_with_stack_xtensa.s"
 | 
			
		||||
	@echo "... expression_with_stack_xtensa_asm.obj"
 | 
			
		||||
	@echo "... trax.obj"
 | 
			
		||||
	@echo "... trax.i"
 | 
			
		||||
	@echo "... trax.s"
 | 
			
		||||
	@echo "... xtensa_intr.obj"
 | 
			
		||||
	@echo "... xtensa_intr.i"
 | 
			
		||||
	@echo "... xtensa_intr.s"
 | 
			
		||||
	@echo "... xtensa_intr_asm.obj"
 | 
			
		||||
.PHONY : help
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#=============================================================================
 | 
			
		||||
# Special targets to cleanup operation of make.
 | 
			
		||||
 | 
			
		||||
# Special rule to run CMake to check the build system integrity.
 | 
			
		||||
# No rule that depends on this can have commands that come from listfiles
 | 
			
		||||
# because they might be regenerated.
 | 
			
		||||
cmake_check_build_system:
 | 
			
		||||
	cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 | 
			
		||||
.PHONY : cmake_check_build_system
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user