830 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			830 lines
		
	
	
		
			31 KiB
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# 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/esp/esp-idf/components/bootloader/subproject
 | 
						|
 | 
						|
# The top-level build directory on which CMake was run.
 | 
						|
CMAKE_BINARY_DIR = /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader
 | 
						|
 | 
						|
#=============================================================================
 | 
						|
# Targets provided globally by CMake.
 | 
						|
 | 
						|
# 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/bootloader && $(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/esp-idf/soc//CMakeFiles/progress.marks
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/soc/all
 | 
						|
	$(CMAKE_COMMAND) -E cmake_progress_start /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader/CMakeFiles 0
 | 
						|
.PHONY : all
 | 
						|
 | 
						|
# The main clean target
 | 
						|
clean:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/soc/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/bootloader && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/soc/preinstall
 | 
						|
.PHONY : preinstall
 | 
						|
 | 
						|
# Prepare targets for installation.
 | 
						|
preinstall/fast:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/soc/preinstall
 | 
						|
.PHONY : preinstall/fast
 | 
						|
 | 
						|
# clear depends
 | 
						|
depend:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(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/soc/CMakeFiles/__idf_soc.dir/rule:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/soc/CMakeFiles/__idf_soc.dir/rule
 | 
						|
.PHONY : esp-idf/soc/CMakeFiles/__idf_soc.dir/rule
 | 
						|
 | 
						|
# Convenience name for target.
 | 
						|
__idf_soc: esp-idf/soc/CMakeFiles/__idf_soc.dir/rule
 | 
						|
 | 
						|
.PHONY : __idf_soc
 | 
						|
 | 
						|
# fast build rule for target.
 | 
						|
__idf_soc/fast:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/build
 | 
						|
.PHONY : __idf_soc/fast
 | 
						|
 | 
						|
esp32/adc_periph.obj: esp32/adc_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/adc_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/adc_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj
 | 
						|
.PHONY : esp32/adc_periph.c.obj
 | 
						|
 | 
						|
esp32/adc_periph.i: esp32/adc_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/adc_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/adc_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.i
 | 
						|
.PHONY : esp32/adc_periph.c.i
 | 
						|
 | 
						|
esp32/adc_periph.s: esp32/adc_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/adc_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/adc_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.s
 | 
						|
.PHONY : esp32/adc_periph.c.s
 | 
						|
 | 
						|
esp32/dac_periph.obj: esp32/dac_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/dac_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/dac_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj
 | 
						|
.PHONY : esp32/dac_periph.c.obj
 | 
						|
 | 
						|
esp32/dac_periph.i: esp32/dac_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/dac_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/dac_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.i
 | 
						|
.PHONY : esp32/dac_periph.c.i
 | 
						|
 | 
						|
esp32/dac_periph.s: esp32/dac_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/dac_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/dac_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.s
 | 
						|
.PHONY : esp32/dac_periph.c.s
 | 
						|
 | 
						|
esp32/gpio_periph.obj: esp32/gpio_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/gpio_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/gpio_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj
 | 
						|
.PHONY : esp32/gpio_periph.c.obj
 | 
						|
 | 
						|
esp32/gpio_periph.i: esp32/gpio_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/gpio_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/gpio_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.i
 | 
						|
.PHONY : esp32/gpio_periph.c.i
 | 
						|
 | 
						|
esp32/gpio_periph.s: esp32/gpio_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/gpio_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/gpio_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.s
 | 
						|
.PHONY : esp32/gpio_periph.c.s
 | 
						|
 | 
						|
esp32/i2c_periph.obj: esp32/i2c_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/i2c_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/i2c_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj
 | 
						|
.PHONY : esp32/i2c_periph.c.obj
 | 
						|
 | 
						|
esp32/i2c_periph.i: esp32/i2c_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/i2c_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/i2c_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.i
 | 
						|
.PHONY : esp32/i2c_periph.c.i
 | 
						|
 | 
						|
esp32/i2c_periph.s: esp32/i2c_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/i2c_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/i2c_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.s
 | 
						|
.PHONY : esp32/i2c_periph.c.s
 | 
						|
 | 
						|
esp32/i2s_periph.obj: esp32/i2s_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/i2s_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/i2s_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj
 | 
						|
.PHONY : esp32/i2s_periph.c.obj
 | 
						|
 | 
						|
esp32/i2s_periph.i: esp32/i2s_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/i2s_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/i2s_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.i
 | 
						|
.PHONY : esp32/i2s_periph.c.i
 | 
						|
 | 
						|
esp32/i2s_periph.s: esp32/i2s_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/i2s_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/i2s_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.s
 | 
						|
.PHONY : esp32/i2s_periph.c.s
 | 
						|
 | 
						|
esp32/interrupts.obj: esp32/interrupts.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/interrupts.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/interrupts.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj
 | 
						|
.PHONY : esp32/interrupts.c.obj
 | 
						|
 | 
						|
esp32/interrupts.i: esp32/interrupts.c.i
 | 
						|
 | 
						|
.PHONY : esp32/interrupts.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/interrupts.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.i
 | 
						|
.PHONY : esp32/interrupts.c.i
 | 
						|
 | 
						|
esp32/interrupts.s: esp32/interrupts.c.s
 | 
						|
 | 
						|
.PHONY : esp32/interrupts.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/interrupts.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.s
 | 
						|
.PHONY : esp32/interrupts.c.s
 | 
						|
 | 
						|
esp32/ledc_periph.obj: esp32/ledc_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/ledc_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/ledc_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj
 | 
						|
.PHONY : esp32/ledc_periph.c.obj
 | 
						|
 | 
						|
esp32/ledc_periph.i: esp32/ledc_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/ledc_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/ledc_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.i
 | 
						|
.PHONY : esp32/ledc_periph.c.i
 | 
						|
 | 
						|
esp32/ledc_periph.s: esp32/ledc_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/ledc_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/ledc_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.s
 | 
						|
.PHONY : esp32/ledc_periph.c.s
 | 
						|
 | 
						|
esp32/pcnt_periph.obj: esp32/pcnt_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/pcnt_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/pcnt_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj
 | 
						|
.PHONY : esp32/pcnt_periph.c.obj
 | 
						|
 | 
						|
esp32/pcnt_periph.i: esp32/pcnt_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/pcnt_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/pcnt_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.i
 | 
						|
.PHONY : esp32/pcnt_periph.c.i
 | 
						|
 | 
						|
esp32/pcnt_periph.s: esp32/pcnt_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/pcnt_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/pcnt_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.s
 | 
						|
.PHONY : esp32/pcnt_periph.c.s
 | 
						|
 | 
						|
esp32/rmt_periph.obj: esp32/rmt_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/rmt_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/rmt_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj
 | 
						|
.PHONY : esp32/rmt_periph.c.obj
 | 
						|
 | 
						|
esp32/rmt_periph.i: esp32/rmt_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/rmt_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/rmt_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.i
 | 
						|
.PHONY : esp32/rmt_periph.c.i
 | 
						|
 | 
						|
esp32/rmt_periph.s: esp32/rmt_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/rmt_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/rmt_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.s
 | 
						|
.PHONY : esp32/rmt_periph.c.s
 | 
						|
 | 
						|
esp32/rtc_io_periph.obj: esp32/rtc_io_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/rtc_io_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/rtc_io_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj
 | 
						|
.PHONY : esp32/rtc_io_periph.c.obj
 | 
						|
 | 
						|
esp32/rtc_io_periph.i: esp32/rtc_io_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/rtc_io_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/rtc_io_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.i
 | 
						|
.PHONY : esp32/rtc_io_periph.c.i
 | 
						|
 | 
						|
esp32/rtc_io_periph.s: esp32/rtc_io_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/rtc_io_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/rtc_io_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.s
 | 
						|
.PHONY : esp32/rtc_io_periph.c.s
 | 
						|
 | 
						|
esp32/rtc_periph.obj: esp32/rtc_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/rtc_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/rtc_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.obj
 | 
						|
.PHONY : esp32/rtc_periph.c.obj
 | 
						|
 | 
						|
esp32/rtc_periph.i: esp32/rtc_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/rtc_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/rtc_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.i
 | 
						|
.PHONY : esp32/rtc_periph.c.i
 | 
						|
 | 
						|
esp32/rtc_periph.s: esp32/rtc_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/rtc_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/rtc_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_periph.c.s
 | 
						|
.PHONY : esp32/rtc_periph.c.s
 | 
						|
 | 
						|
esp32/sdio_slave_periph.obj: esp32/sdio_slave_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/sdio_slave_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/sdio_slave_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj
 | 
						|
.PHONY : esp32/sdio_slave_periph.c.obj
 | 
						|
 | 
						|
esp32/sdio_slave_periph.i: esp32/sdio_slave_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/sdio_slave_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/sdio_slave_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.i
 | 
						|
.PHONY : esp32/sdio_slave_periph.c.i
 | 
						|
 | 
						|
esp32/sdio_slave_periph.s: esp32/sdio_slave_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/sdio_slave_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/sdio_slave_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.s
 | 
						|
.PHONY : esp32/sdio_slave_periph.c.s
 | 
						|
 | 
						|
esp32/sdmmc_periph.obj: esp32/sdmmc_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/sdmmc_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/sdmmc_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj
 | 
						|
.PHONY : esp32/sdmmc_periph.c.obj
 | 
						|
 | 
						|
esp32/sdmmc_periph.i: esp32/sdmmc_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/sdmmc_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/sdmmc_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.i
 | 
						|
.PHONY : esp32/sdmmc_periph.c.i
 | 
						|
 | 
						|
esp32/sdmmc_periph.s: esp32/sdmmc_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/sdmmc_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/sdmmc_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.s
 | 
						|
.PHONY : esp32/sdmmc_periph.c.s
 | 
						|
 | 
						|
esp32/sigmadelta_periph.obj: esp32/sigmadelta_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/sigmadelta_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/sigmadelta_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sigmadelta_periph.c.obj
 | 
						|
.PHONY : esp32/sigmadelta_periph.c.obj
 | 
						|
 | 
						|
esp32/sigmadelta_periph.i: esp32/sigmadelta_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/sigmadelta_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/sigmadelta_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sigmadelta_periph.c.i
 | 
						|
.PHONY : esp32/sigmadelta_periph.c.i
 | 
						|
 | 
						|
esp32/sigmadelta_periph.s: esp32/sigmadelta_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/sigmadelta_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/sigmadelta_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sigmadelta_periph.c.s
 | 
						|
.PHONY : esp32/sigmadelta_periph.c.s
 | 
						|
 | 
						|
esp32/soc_memory_layout.obj: esp32/soc_memory_layout.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/soc_memory_layout.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/soc_memory_layout.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.obj
 | 
						|
.PHONY : esp32/soc_memory_layout.c.obj
 | 
						|
 | 
						|
esp32/soc_memory_layout.i: esp32/soc_memory_layout.c.i
 | 
						|
 | 
						|
.PHONY : esp32/soc_memory_layout.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/soc_memory_layout.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.i
 | 
						|
.PHONY : esp32/soc_memory_layout.c.i
 | 
						|
 | 
						|
esp32/soc_memory_layout.s: esp32/soc_memory_layout.c.s
 | 
						|
 | 
						|
.PHONY : esp32/soc_memory_layout.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/soc_memory_layout.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/soc_memory_layout.c.s
 | 
						|
.PHONY : esp32/soc_memory_layout.c.s
 | 
						|
 | 
						|
esp32/spi_periph.obj: esp32/spi_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/spi_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/spi_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj
 | 
						|
.PHONY : esp32/spi_periph.c.obj
 | 
						|
 | 
						|
esp32/spi_periph.i: esp32/spi_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/spi_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/spi_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.i
 | 
						|
.PHONY : esp32/spi_periph.c.i
 | 
						|
 | 
						|
esp32/spi_periph.s: esp32/spi_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/spi_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/spi_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.s
 | 
						|
.PHONY : esp32/spi_periph.c.s
 | 
						|
 | 
						|
esp32/timer_periph.obj: esp32/timer_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/timer_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/timer_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj
 | 
						|
.PHONY : esp32/timer_periph.c.obj
 | 
						|
 | 
						|
esp32/timer_periph.i: esp32/timer_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/timer_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/timer_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.i
 | 
						|
.PHONY : esp32/timer_periph.c.i
 | 
						|
 | 
						|
esp32/timer_periph.s: esp32/timer_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/timer_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/timer_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.s
 | 
						|
.PHONY : esp32/timer_periph.c.s
 | 
						|
 | 
						|
esp32/touch_sensor_periph.obj: esp32/touch_sensor_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/touch_sensor_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/touch_sensor_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj
 | 
						|
.PHONY : esp32/touch_sensor_periph.c.obj
 | 
						|
 | 
						|
esp32/touch_sensor_periph.i: esp32/touch_sensor_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/touch_sensor_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/touch_sensor_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.i
 | 
						|
.PHONY : esp32/touch_sensor_periph.c.i
 | 
						|
 | 
						|
esp32/touch_sensor_periph.s: esp32/touch_sensor_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/touch_sensor_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/touch_sensor_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.s
 | 
						|
.PHONY : esp32/touch_sensor_periph.c.s
 | 
						|
 | 
						|
esp32/uart_periph.obj: esp32/uart_periph.c.obj
 | 
						|
 | 
						|
.PHONY : esp32/uart_periph.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
esp32/uart_periph.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj
 | 
						|
.PHONY : esp32/uart_periph.c.obj
 | 
						|
 | 
						|
esp32/uart_periph.i: esp32/uart_periph.c.i
 | 
						|
 | 
						|
.PHONY : esp32/uart_periph.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
esp32/uart_periph.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.i
 | 
						|
.PHONY : esp32/uart_periph.c.i
 | 
						|
 | 
						|
esp32/uart_periph.s: esp32/uart_periph.c.s
 | 
						|
 | 
						|
.PHONY : esp32/uart_periph.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
esp32/uart_periph.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.s
 | 
						|
.PHONY : esp32/uart_periph.c.s
 | 
						|
 | 
						|
lldesc.obj: lldesc.c.obj
 | 
						|
 | 
						|
.PHONY : lldesc.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
lldesc.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj
 | 
						|
.PHONY : lldesc.c.obj
 | 
						|
 | 
						|
lldesc.i: lldesc.c.i
 | 
						|
 | 
						|
.PHONY : lldesc.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
lldesc.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.i
 | 
						|
.PHONY : lldesc.c.i
 | 
						|
 | 
						|
lldesc.s: lldesc.c.s
 | 
						|
 | 
						|
.PHONY : lldesc.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
lldesc.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.s
 | 
						|
.PHONY : lldesc.c.s
 | 
						|
 | 
						|
memory_layout_utils.obj: memory_layout_utils.c.obj
 | 
						|
 | 
						|
.PHONY : memory_layout_utils.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
memory_layout_utils.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/memory_layout_utils.c.obj
 | 
						|
.PHONY : memory_layout_utils.c.obj
 | 
						|
 | 
						|
memory_layout_utils.i: memory_layout_utils.c.i
 | 
						|
 | 
						|
.PHONY : memory_layout_utils.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
memory_layout_utils.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/memory_layout_utils.c.i
 | 
						|
.PHONY : memory_layout_utils.c.i
 | 
						|
 | 
						|
memory_layout_utils.s: memory_layout_utils.c.s
 | 
						|
 | 
						|
.PHONY : memory_layout_utils.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
memory_layout_utils.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/memory_layout_utils.c.s
 | 
						|
.PHONY : memory_layout_utils.c.s
 | 
						|
 | 
						|
soc_include_legacy_warn.obj: soc_include_legacy_warn.c.obj
 | 
						|
 | 
						|
.PHONY : soc_include_legacy_warn.obj
 | 
						|
 | 
						|
# target to build an object file
 | 
						|
soc_include_legacy_warn.c.obj:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/soc_include_legacy_warn.c.obj
 | 
						|
.PHONY : soc_include_legacy_warn.c.obj
 | 
						|
 | 
						|
soc_include_legacy_warn.i: soc_include_legacy_warn.c.i
 | 
						|
 | 
						|
.PHONY : soc_include_legacy_warn.i
 | 
						|
 | 
						|
# target to preprocess a source file
 | 
						|
soc_include_legacy_warn.c.i:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/soc_include_legacy_warn.c.i
 | 
						|
.PHONY : soc_include_legacy_warn.c.i
 | 
						|
 | 
						|
soc_include_legacy_warn.s: soc_include_legacy_warn.c.s
 | 
						|
 | 
						|
.PHONY : soc_include_legacy_warn.s
 | 
						|
 | 
						|
# target to generate assembly for a file
 | 
						|
soc_include_legacy_warn.c.s:
 | 
						|
	cd /home/hendrik/git/ESP32-Mesh-OTA/build/bootloader && $(MAKE) $(MAKESILENT) -f esp-idf/soc/CMakeFiles/__idf_soc.dir/build.make esp-idf/soc/CMakeFiles/__idf_soc.dir/soc_include_legacy_warn.c.s
 | 
						|
.PHONY : soc_include_legacy_warn.c.s
 | 
						|
 | 
						|
# 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 "... rebuild_cache"
 | 
						|
	@echo "... __idf_soc"
 | 
						|
	@echo "... esp32/adc_periph.obj"
 | 
						|
	@echo "... esp32/adc_periph.i"
 | 
						|
	@echo "... esp32/adc_periph.s"
 | 
						|
	@echo "... esp32/dac_periph.obj"
 | 
						|
	@echo "... esp32/dac_periph.i"
 | 
						|
	@echo "... esp32/dac_periph.s"
 | 
						|
	@echo "... esp32/gpio_periph.obj"
 | 
						|
	@echo "... esp32/gpio_periph.i"
 | 
						|
	@echo "... esp32/gpio_periph.s"
 | 
						|
	@echo "... esp32/i2c_periph.obj"
 | 
						|
	@echo "... esp32/i2c_periph.i"
 | 
						|
	@echo "... esp32/i2c_periph.s"
 | 
						|
	@echo "... esp32/i2s_periph.obj"
 | 
						|
	@echo "... esp32/i2s_periph.i"
 | 
						|
	@echo "... esp32/i2s_periph.s"
 | 
						|
	@echo "... esp32/interrupts.obj"
 | 
						|
	@echo "... esp32/interrupts.i"
 | 
						|
	@echo "... esp32/interrupts.s"
 | 
						|
	@echo "... esp32/ledc_periph.obj"
 | 
						|
	@echo "... esp32/ledc_periph.i"
 | 
						|
	@echo "... esp32/ledc_periph.s"
 | 
						|
	@echo "... esp32/pcnt_periph.obj"
 | 
						|
	@echo "... esp32/pcnt_periph.i"
 | 
						|
	@echo "... esp32/pcnt_periph.s"
 | 
						|
	@echo "... esp32/rmt_periph.obj"
 | 
						|
	@echo "... esp32/rmt_periph.i"
 | 
						|
	@echo "... esp32/rmt_periph.s"
 | 
						|
	@echo "... esp32/rtc_io_periph.obj"
 | 
						|
	@echo "... esp32/rtc_io_periph.i"
 | 
						|
	@echo "... esp32/rtc_io_periph.s"
 | 
						|
	@echo "... esp32/rtc_periph.obj"
 | 
						|
	@echo "... esp32/rtc_periph.i"
 | 
						|
	@echo "... esp32/rtc_periph.s"
 | 
						|
	@echo "... esp32/sdio_slave_periph.obj"
 | 
						|
	@echo "... esp32/sdio_slave_periph.i"
 | 
						|
	@echo "... esp32/sdio_slave_periph.s"
 | 
						|
	@echo "... esp32/sdmmc_periph.obj"
 | 
						|
	@echo "... esp32/sdmmc_periph.i"
 | 
						|
	@echo "... esp32/sdmmc_periph.s"
 | 
						|
	@echo "... esp32/sigmadelta_periph.obj"
 | 
						|
	@echo "... esp32/sigmadelta_periph.i"
 | 
						|
	@echo "... esp32/sigmadelta_periph.s"
 | 
						|
	@echo "... esp32/soc_memory_layout.obj"
 | 
						|
	@echo "... esp32/soc_memory_layout.i"
 | 
						|
	@echo "... esp32/soc_memory_layout.s"
 | 
						|
	@echo "... esp32/spi_periph.obj"
 | 
						|
	@echo "... esp32/spi_periph.i"
 | 
						|
	@echo "... esp32/spi_periph.s"
 | 
						|
	@echo "... esp32/timer_periph.obj"
 | 
						|
	@echo "... esp32/timer_periph.i"
 | 
						|
	@echo "... esp32/timer_periph.s"
 | 
						|
	@echo "... esp32/touch_sensor_periph.obj"
 | 
						|
	@echo "... esp32/touch_sensor_periph.i"
 | 
						|
	@echo "... esp32/touch_sensor_periph.s"
 | 
						|
	@echo "... esp32/uart_periph.obj"
 | 
						|
	@echo "... esp32/uart_periph.i"
 | 
						|
	@echo "... esp32/uart_periph.s"
 | 
						|
	@echo "... lldesc.obj"
 | 
						|
	@echo "... lldesc.i"
 | 
						|
	@echo "... lldesc.s"
 | 
						|
	@echo "... memory_layout_utils.obj"
 | 
						|
	@echo "... memory_layout_utils.i"
 | 
						|
	@echo "... memory_layout_utils.s"
 | 
						|
	@echo "... soc_include_legacy_warn.obj"
 | 
						|
	@echo "... soc_include_legacy_warn.i"
 | 
						|
	@echo "... soc_include_legacy_warn.s"
 | 
						|
.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/bootloader && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
 | 
						|
.PHONY : cmake_check_build_system
 | 
						|
 |