# 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/nghttp//CMakeFiles/progress.marks cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/nghttp/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/nghttp/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/nghttp/preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/nghttp/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/nghttp/CMakeFiles/__idf_nghttp.dir/rule: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/rule .PHONY : esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/rule # Convenience name for target. __idf_nghttp: esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/rule .PHONY : __idf_nghttp # fast build rule for target. __idf_nghttp/fast: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build .PHONY : __idf_nghttp/fast nghttp2/lib/nghttp2_buf.obj: nghttp2/lib/nghttp2_buf.c.obj .PHONY : nghttp2/lib/nghttp2_buf.obj # target to build an object file nghttp2/lib/nghttp2_buf.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.obj .PHONY : nghttp2/lib/nghttp2_buf.c.obj nghttp2/lib/nghttp2_buf.i: nghttp2/lib/nghttp2_buf.c.i .PHONY : nghttp2/lib/nghttp2_buf.i # target to preprocess a source file nghttp2/lib/nghttp2_buf.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.i .PHONY : nghttp2/lib/nghttp2_buf.c.i nghttp2/lib/nghttp2_buf.s: nghttp2/lib/nghttp2_buf.c.s .PHONY : nghttp2/lib/nghttp2_buf.s # target to generate assembly for a file nghttp2/lib/nghttp2_buf.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_buf.c.s .PHONY : nghttp2/lib/nghttp2_buf.c.s nghttp2/lib/nghttp2_callbacks.obj: nghttp2/lib/nghttp2_callbacks.c.obj .PHONY : nghttp2/lib/nghttp2_callbacks.obj # target to build an object file nghttp2/lib/nghttp2_callbacks.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.obj .PHONY : nghttp2/lib/nghttp2_callbacks.c.obj nghttp2/lib/nghttp2_callbacks.i: nghttp2/lib/nghttp2_callbacks.c.i .PHONY : nghttp2/lib/nghttp2_callbacks.i # target to preprocess a source file nghttp2/lib/nghttp2_callbacks.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.i .PHONY : nghttp2/lib/nghttp2_callbacks.c.i nghttp2/lib/nghttp2_callbacks.s: nghttp2/lib/nghttp2_callbacks.c.s .PHONY : nghttp2/lib/nghttp2_callbacks.s # target to generate assembly for a file nghttp2/lib/nghttp2_callbacks.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_callbacks.c.s .PHONY : nghttp2/lib/nghttp2_callbacks.c.s nghttp2/lib/nghttp2_debug.obj: nghttp2/lib/nghttp2_debug.c.obj .PHONY : nghttp2/lib/nghttp2_debug.obj # target to build an object file nghttp2/lib/nghttp2_debug.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.obj .PHONY : nghttp2/lib/nghttp2_debug.c.obj nghttp2/lib/nghttp2_debug.i: nghttp2/lib/nghttp2_debug.c.i .PHONY : nghttp2/lib/nghttp2_debug.i # target to preprocess a source file nghttp2/lib/nghttp2_debug.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.i .PHONY : nghttp2/lib/nghttp2_debug.c.i nghttp2/lib/nghttp2_debug.s: nghttp2/lib/nghttp2_debug.c.s .PHONY : nghttp2/lib/nghttp2_debug.s # target to generate assembly for a file nghttp2/lib/nghttp2_debug.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_debug.c.s .PHONY : nghttp2/lib/nghttp2_debug.c.s nghttp2/lib/nghttp2_frame.obj: nghttp2/lib/nghttp2_frame.c.obj .PHONY : nghttp2/lib/nghttp2_frame.obj # target to build an object file nghttp2/lib/nghttp2_frame.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.obj .PHONY : nghttp2/lib/nghttp2_frame.c.obj nghttp2/lib/nghttp2_frame.i: nghttp2/lib/nghttp2_frame.c.i .PHONY : nghttp2/lib/nghttp2_frame.i # target to preprocess a source file nghttp2/lib/nghttp2_frame.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.i .PHONY : nghttp2/lib/nghttp2_frame.c.i nghttp2/lib/nghttp2_frame.s: nghttp2/lib/nghttp2_frame.c.s .PHONY : nghttp2/lib/nghttp2_frame.s # target to generate assembly for a file nghttp2/lib/nghttp2_frame.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_frame.c.s .PHONY : nghttp2/lib/nghttp2_frame.c.s nghttp2/lib/nghttp2_hd.obj: nghttp2/lib/nghttp2_hd.c.obj .PHONY : nghttp2/lib/nghttp2_hd.obj # target to build an object file nghttp2/lib/nghttp2_hd.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.obj .PHONY : nghttp2/lib/nghttp2_hd.c.obj nghttp2/lib/nghttp2_hd.i: nghttp2/lib/nghttp2_hd.c.i .PHONY : nghttp2/lib/nghttp2_hd.i # target to preprocess a source file nghttp2/lib/nghttp2_hd.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.i .PHONY : nghttp2/lib/nghttp2_hd.c.i nghttp2/lib/nghttp2_hd.s: nghttp2/lib/nghttp2_hd.c.s .PHONY : nghttp2/lib/nghttp2_hd.s # target to generate assembly for a file nghttp2/lib/nghttp2_hd.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd.c.s .PHONY : nghttp2/lib/nghttp2_hd.c.s nghttp2/lib/nghttp2_hd_huffman.obj: nghttp2/lib/nghttp2_hd_huffman.c.obj .PHONY : nghttp2/lib/nghttp2_hd_huffman.obj # target to build an object file nghttp2/lib/nghttp2_hd_huffman.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.obj .PHONY : nghttp2/lib/nghttp2_hd_huffman.c.obj nghttp2/lib/nghttp2_hd_huffman.i: nghttp2/lib/nghttp2_hd_huffman.c.i .PHONY : nghttp2/lib/nghttp2_hd_huffman.i # target to preprocess a source file nghttp2/lib/nghttp2_hd_huffman.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.i .PHONY : nghttp2/lib/nghttp2_hd_huffman.c.i nghttp2/lib/nghttp2_hd_huffman.s: nghttp2/lib/nghttp2_hd_huffman.c.s .PHONY : nghttp2/lib/nghttp2_hd_huffman.s # target to generate assembly for a file nghttp2/lib/nghttp2_hd_huffman.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman.c.s .PHONY : nghttp2/lib/nghttp2_hd_huffman.c.s nghttp2/lib/nghttp2_hd_huffman_data.obj: nghttp2/lib/nghttp2_hd_huffman_data.c.obj .PHONY : nghttp2/lib/nghttp2_hd_huffman_data.obj # target to build an object file nghttp2/lib/nghttp2_hd_huffman_data.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.obj .PHONY : nghttp2/lib/nghttp2_hd_huffman_data.c.obj nghttp2/lib/nghttp2_hd_huffman_data.i: nghttp2/lib/nghttp2_hd_huffman_data.c.i .PHONY : nghttp2/lib/nghttp2_hd_huffman_data.i # target to preprocess a source file nghttp2/lib/nghttp2_hd_huffman_data.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.i .PHONY : nghttp2/lib/nghttp2_hd_huffman_data.c.i nghttp2/lib/nghttp2_hd_huffman_data.s: nghttp2/lib/nghttp2_hd_huffman_data.c.s .PHONY : nghttp2/lib/nghttp2_hd_huffman_data.s # target to generate assembly for a file nghttp2/lib/nghttp2_hd_huffman_data.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_hd_huffman_data.c.s .PHONY : nghttp2/lib/nghttp2_hd_huffman_data.c.s nghttp2/lib/nghttp2_helper.obj: nghttp2/lib/nghttp2_helper.c.obj .PHONY : nghttp2/lib/nghttp2_helper.obj # target to build an object file nghttp2/lib/nghttp2_helper.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.obj .PHONY : nghttp2/lib/nghttp2_helper.c.obj nghttp2/lib/nghttp2_helper.i: nghttp2/lib/nghttp2_helper.c.i .PHONY : nghttp2/lib/nghttp2_helper.i # target to preprocess a source file nghttp2/lib/nghttp2_helper.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.i .PHONY : nghttp2/lib/nghttp2_helper.c.i nghttp2/lib/nghttp2_helper.s: nghttp2/lib/nghttp2_helper.c.s .PHONY : nghttp2/lib/nghttp2_helper.s # target to generate assembly for a file nghttp2/lib/nghttp2_helper.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_helper.c.s .PHONY : nghttp2/lib/nghttp2_helper.c.s nghttp2/lib/nghttp2_http.obj: nghttp2/lib/nghttp2_http.c.obj .PHONY : nghttp2/lib/nghttp2_http.obj # target to build an object file nghttp2/lib/nghttp2_http.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.obj .PHONY : nghttp2/lib/nghttp2_http.c.obj nghttp2/lib/nghttp2_http.i: nghttp2/lib/nghttp2_http.c.i .PHONY : nghttp2/lib/nghttp2_http.i # target to preprocess a source file nghttp2/lib/nghttp2_http.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.i .PHONY : nghttp2/lib/nghttp2_http.c.i nghttp2/lib/nghttp2_http.s: nghttp2/lib/nghttp2_http.c.s .PHONY : nghttp2/lib/nghttp2_http.s # target to generate assembly for a file nghttp2/lib/nghttp2_http.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_http.c.s .PHONY : nghttp2/lib/nghttp2_http.c.s nghttp2/lib/nghttp2_map.obj: nghttp2/lib/nghttp2_map.c.obj .PHONY : nghttp2/lib/nghttp2_map.obj # target to build an object file nghttp2/lib/nghttp2_map.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.obj .PHONY : nghttp2/lib/nghttp2_map.c.obj nghttp2/lib/nghttp2_map.i: nghttp2/lib/nghttp2_map.c.i .PHONY : nghttp2/lib/nghttp2_map.i # target to preprocess a source file nghttp2/lib/nghttp2_map.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.i .PHONY : nghttp2/lib/nghttp2_map.c.i nghttp2/lib/nghttp2_map.s: nghttp2/lib/nghttp2_map.c.s .PHONY : nghttp2/lib/nghttp2_map.s # target to generate assembly for a file nghttp2/lib/nghttp2_map.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_map.c.s .PHONY : nghttp2/lib/nghttp2_map.c.s nghttp2/lib/nghttp2_mem.obj: nghttp2/lib/nghttp2_mem.c.obj .PHONY : nghttp2/lib/nghttp2_mem.obj # target to build an object file nghttp2/lib/nghttp2_mem.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.obj .PHONY : nghttp2/lib/nghttp2_mem.c.obj nghttp2/lib/nghttp2_mem.i: nghttp2/lib/nghttp2_mem.c.i .PHONY : nghttp2/lib/nghttp2_mem.i # target to preprocess a source file nghttp2/lib/nghttp2_mem.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.i .PHONY : nghttp2/lib/nghttp2_mem.c.i nghttp2/lib/nghttp2_mem.s: nghttp2/lib/nghttp2_mem.c.s .PHONY : nghttp2/lib/nghttp2_mem.s # target to generate assembly for a file nghttp2/lib/nghttp2_mem.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_mem.c.s .PHONY : nghttp2/lib/nghttp2_mem.c.s nghttp2/lib/nghttp2_npn.obj: nghttp2/lib/nghttp2_npn.c.obj .PHONY : nghttp2/lib/nghttp2_npn.obj # target to build an object file nghttp2/lib/nghttp2_npn.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.obj .PHONY : nghttp2/lib/nghttp2_npn.c.obj nghttp2/lib/nghttp2_npn.i: nghttp2/lib/nghttp2_npn.c.i .PHONY : nghttp2/lib/nghttp2_npn.i # target to preprocess a source file nghttp2/lib/nghttp2_npn.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.i .PHONY : nghttp2/lib/nghttp2_npn.c.i nghttp2/lib/nghttp2_npn.s: nghttp2/lib/nghttp2_npn.c.s .PHONY : nghttp2/lib/nghttp2_npn.s # target to generate assembly for a file nghttp2/lib/nghttp2_npn.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_npn.c.s .PHONY : nghttp2/lib/nghttp2_npn.c.s nghttp2/lib/nghttp2_option.obj: nghttp2/lib/nghttp2_option.c.obj .PHONY : nghttp2/lib/nghttp2_option.obj # target to build an object file nghttp2/lib/nghttp2_option.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.obj .PHONY : nghttp2/lib/nghttp2_option.c.obj nghttp2/lib/nghttp2_option.i: nghttp2/lib/nghttp2_option.c.i .PHONY : nghttp2/lib/nghttp2_option.i # target to preprocess a source file nghttp2/lib/nghttp2_option.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.i .PHONY : nghttp2/lib/nghttp2_option.c.i nghttp2/lib/nghttp2_option.s: nghttp2/lib/nghttp2_option.c.s .PHONY : nghttp2/lib/nghttp2_option.s # target to generate assembly for a file nghttp2/lib/nghttp2_option.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_option.c.s .PHONY : nghttp2/lib/nghttp2_option.c.s nghttp2/lib/nghttp2_outbound_item.obj: nghttp2/lib/nghttp2_outbound_item.c.obj .PHONY : nghttp2/lib/nghttp2_outbound_item.obj # target to build an object file nghttp2/lib/nghttp2_outbound_item.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.obj .PHONY : nghttp2/lib/nghttp2_outbound_item.c.obj nghttp2/lib/nghttp2_outbound_item.i: nghttp2/lib/nghttp2_outbound_item.c.i .PHONY : nghttp2/lib/nghttp2_outbound_item.i # target to preprocess a source file nghttp2/lib/nghttp2_outbound_item.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.i .PHONY : nghttp2/lib/nghttp2_outbound_item.c.i nghttp2/lib/nghttp2_outbound_item.s: nghttp2/lib/nghttp2_outbound_item.c.s .PHONY : nghttp2/lib/nghttp2_outbound_item.s # target to generate assembly for a file nghttp2/lib/nghttp2_outbound_item.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_outbound_item.c.s .PHONY : nghttp2/lib/nghttp2_outbound_item.c.s nghttp2/lib/nghttp2_pq.obj: nghttp2/lib/nghttp2_pq.c.obj .PHONY : nghttp2/lib/nghttp2_pq.obj # target to build an object file nghttp2/lib/nghttp2_pq.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.obj .PHONY : nghttp2/lib/nghttp2_pq.c.obj nghttp2/lib/nghttp2_pq.i: nghttp2/lib/nghttp2_pq.c.i .PHONY : nghttp2/lib/nghttp2_pq.i # target to preprocess a source file nghttp2/lib/nghttp2_pq.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.i .PHONY : nghttp2/lib/nghttp2_pq.c.i nghttp2/lib/nghttp2_pq.s: nghttp2/lib/nghttp2_pq.c.s .PHONY : nghttp2/lib/nghttp2_pq.s # target to generate assembly for a file nghttp2/lib/nghttp2_pq.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_pq.c.s .PHONY : nghttp2/lib/nghttp2_pq.c.s nghttp2/lib/nghttp2_priority_spec.obj: nghttp2/lib/nghttp2_priority_spec.c.obj .PHONY : nghttp2/lib/nghttp2_priority_spec.obj # target to build an object file nghttp2/lib/nghttp2_priority_spec.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.obj .PHONY : nghttp2/lib/nghttp2_priority_spec.c.obj nghttp2/lib/nghttp2_priority_spec.i: nghttp2/lib/nghttp2_priority_spec.c.i .PHONY : nghttp2/lib/nghttp2_priority_spec.i # target to preprocess a source file nghttp2/lib/nghttp2_priority_spec.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.i .PHONY : nghttp2/lib/nghttp2_priority_spec.c.i nghttp2/lib/nghttp2_priority_spec.s: nghttp2/lib/nghttp2_priority_spec.c.s .PHONY : nghttp2/lib/nghttp2_priority_spec.s # target to generate assembly for a file nghttp2/lib/nghttp2_priority_spec.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_priority_spec.c.s .PHONY : nghttp2/lib/nghttp2_priority_spec.c.s nghttp2/lib/nghttp2_queue.obj: nghttp2/lib/nghttp2_queue.c.obj .PHONY : nghttp2/lib/nghttp2_queue.obj # target to build an object file nghttp2/lib/nghttp2_queue.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.obj .PHONY : nghttp2/lib/nghttp2_queue.c.obj nghttp2/lib/nghttp2_queue.i: nghttp2/lib/nghttp2_queue.c.i .PHONY : nghttp2/lib/nghttp2_queue.i # target to preprocess a source file nghttp2/lib/nghttp2_queue.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.i .PHONY : nghttp2/lib/nghttp2_queue.c.i nghttp2/lib/nghttp2_queue.s: nghttp2/lib/nghttp2_queue.c.s .PHONY : nghttp2/lib/nghttp2_queue.s # target to generate assembly for a file nghttp2/lib/nghttp2_queue.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_queue.c.s .PHONY : nghttp2/lib/nghttp2_queue.c.s nghttp2/lib/nghttp2_rcbuf.obj: nghttp2/lib/nghttp2_rcbuf.c.obj .PHONY : nghttp2/lib/nghttp2_rcbuf.obj # target to build an object file nghttp2/lib/nghttp2_rcbuf.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.obj .PHONY : nghttp2/lib/nghttp2_rcbuf.c.obj nghttp2/lib/nghttp2_rcbuf.i: nghttp2/lib/nghttp2_rcbuf.c.i .PHONY : nghttp2/lib/nghttp2_rcbuf.i # target to preprocess a source file nghttp2/lib/nghttp2_rcbuf.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.i .PHONY : nghttp2/lib/nghttp2_rcbuf.c.i nghttp2/lib/nghttp2_rcbuf.s: nghttp2/lib/nghttp2_rcbuf.c.s .PHONY : nghttp2/lib/nghttp2_rcbuf.s # target to generate assembly for a file nghttp2/lib/nghttp2_rcbuf.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_rcbuf.c.s .PHONY : nghttp2/lib/nghttp2_rcbuf.c.s nghttp2/lib/nghttp2_session.obj: nghttp2/lib/nghttp2_session.c.obj .PHONY : nghttp2/lib/nghttp2_session.obj # target to build an object file nghttp2/lib/nghttp2_session.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.obj .PHONY : nghttp2/lib/nghttp2_session.c.obj nghttp2/lib/nghttp2_session.i: nghttp2/lib/nghttp2_session.c.i .PHONY : nghttp2/lib/nghttp2_session.i # target to preprocess a source file nghttp2/lib/nghttp2_session.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.i .PHONY : nghttp2/lib/nghttp2_session.c.i nghttp2/lib/nghttp2_session.s: nghttp2/lib/nghttp2_session.c.s .PHONY : nghttp2/lib/nghttp2_session.s # target to generate assembly for a file nghttp2/lib/nghttp2_session.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_session.c.s .PHONY : nghttp2/lib/nghttp2_session.c.s nghttp2/lib/nghttp2_stream.obj: nghttp2/lib/nghttp2_stream.c.obj .PHONY : nghttp2/lib/nghttp2_stream.obj # target to build an object file nghttp2/lib/nghttp2_stream.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.obj .PHONY : nghttp2/lib/nghttp2_stream.c.obj nghttp2/lib/nghttp2_stream.i: nghttp2/lib/nghttp2_stream.c.i .PHONY : nghttp2/lib/nghttp2_stream.i # target to preprocess a source file nghttp2/lib/nghttp2_stream.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.i .PHONY : nghttp2/lib/nghttp2_stream.c.i nghttp2/lib/nghttp2_stream.s: nghttp2/lib/nghttp2_stream.c.s .PHONY : nghttp2/lib/nghttp2_stream.s # target to generate assembly for a file nghttp2/lib/nghttp2_stream.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_stream.c.s .PHONY : nghttp2/lib/nghttp2_stream.c.s nghttp2/lib/nghttp2_submit.obj: nghttp2/lib/nghttp2_submit.c.obj .PHONY : nghttp2/lib/nghttp2_submit.obj # target to build an object file nghttp2/lib/nghttp2_submit.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.obj .PHONY : nghttp2/lib/nghttp2_submit.c.obj nghttp2/lib/nghttp2_submit.i: nghttp2/lib/nghttp2_submit.c.i .PHONY : nghttp2/lib/nghttp2_submit.i # target to preprocess a source file nghttp2/lib/nghttp2_submit.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.i .PHONY : nghttp2/lib/nghttp2_submit.c.i nghttp2/lib/nghttp2_submit.s: nghttp2/lib/nghttp2_submit.c.s .PHONY : nghttp2/lib/nghttp2_submit.s # target to generate assembly for a file nghttp2/lib/nghttp2_submit.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_submit.c.s .PHONY : nghttp2/lib/nghttp2_submit.c.s nghttp2/lib/nghttp2_version.obj: nghttp2/lib/nghttp2_version.c.obj .PHONY : nghttp2/lib/nghttp2_version.obj # target to build an object file nghttp2/lib/nghttp2_version.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.obj .PHONY : nghttp2/lib/nghttp2_version.c.obj nghttp2/lib/nghttp2_version.i: nghttp2/lib/nghttp2_version.c.i .PHONY : nghttp2/lib/nghttp2_version.i # target to preprocess a source file nghttp2/lib/nghttp2_version.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.i .PHONY : nghttp2/lib/nghttp2_version.c.i nghttp2/lib/nghttp2_version.s: nghttp2/lib/nghttp2_version.c.s .PHONY : nghttp2/lib/nghttp2_version.s # target to generate assembly for a file nghttp2/lib/nghttp2_version.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/nghttp2/lib/nghttp2_version.c.s .PHONY : nghttp2/lib/nghttp2_version.c.s port/http_parser.obj: port/http_parser.c.obj .PHONY : port/http_parser.obj # target to build an object file port/http_parser.c.obj: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.obj .PHONY : port/http_parser.c.obj port/http_parser.i: port/http_parser.c.i .PHONY : port/http_parser.i # target to preprocess a source file port/http_parser.c.i: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.i .PHONY : port/http_parser.c.i port/http_parser.s: port/http_parser.c.s .PHONY : port/http_parser.s # target to generate assembly for a file port/http_parser.c.s: cd /home/hendrik/git/ESP32-Mesh-OTA/build && $(MAKE) $(MAKESILENT) -f esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/build.make esp-idf/nghttp/CMakeFiles/__idf_nghttp.dir/port/http_parser.c.s .PHONY : port/http_parser.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 "... install" @echo "... install/local" @echo "... install/strip" @echo "... list_install_components" @echo "... rebuild_cache" @echo "... __idf_nghttp" @echo "... nghttp2/lib/nghttp2_buf.obj" @echo "... nghttp2/lib/nghttp2_buf.i" @echo "... nghttp2/lib/nghttp2_buf.s" @echo "... nghttp2/lib/nghttp2_callbacks.obj" @echo "... nghttp2/lib/nghttp2_callbacks.i" @echo "... nghttp2/lib/nghttp2_callbacks.s" @echo "... nghttp2/lib/nghttp2_debug.obj" @echo "... nghttp2/lib/nghttp2_debug.i" @echo "... nghttp2/lib/nghttp2_debug.s" @echo "... nghttp2/lib/nghttp2_frame.obj" @echo "... nghttp2/lib/nghttp2_frame.i" @echo "... nghttp2/lib/nghttp2_frame.s" @echo "... nghttp2/lib/nghttp2_hd.obj" @echo "... nghttp2/lib/nghttp2_hd.i" @echo "... nghttp2/lib/nghttp2_hd.s" @echo "... nghttp2/lib/nghttp2_hd_huffman.obj" @echo "... nghttp2/lib/nghttp2_hd_huffman.i" @echo "... nghttp2/lib/nghttp2_hd_huffman.s" @echo "... nghttp2/lib/nghttp2_hd_huffman_data.obj" @echo "... nghttp2/lib/nghttp2_hd_huffman_data.i" @echo "... nghttp2/lib/nghttp2_hd_huffman_data.s" @echo "... nghttp2/lib/nghttp2_helper.obj" @echo "... nghttp2/lib/nghttp2_helper.i" @echo "... nghttp2/lib/nghttp2_helper.s" @echo "... nghttp2/lib/nghttp2_http.obj" @echo "... nghttp2/lib/nghttp2_http.i" @echo "... nghttp2/lib/nghttp2_http.s" @echo "... nghttp2/lib/nghttp2_map.obj" @echo "... nghttp2/lib/nghttp2_map.i" @echo "... nghttp2/lib/nghttp2_map.s" @echo "... nghttp2/lib/nghttp2_mem.obj" @echo "... nghttp2/lib/nghttp2_mem.i" @echo "... nghttp2/lib/nghttp2_mem.s" @echo "... nghttp2/lib/nghttp2_npn.obj" @echo "... nghttp2/lib/nghttp2_npn.i" @echo "... nghttp2/lib/nghttp2_npn.s" @echo "... nghttp2/lib/nghttp2_option.obj" @echo "... nghttp2/lib/nghttp2_option.i" @echo "... nghttp2/lib/nghttp2_option.s" @echo "... nghttp2/lib/nghttp2_outbound_item.obj" @echo "... nghttp2/lib/nghttp2_outbound_item.i" @echo "... nghttp2/lib/nghttp2_outbound_item.s" @echo "... nghttp2/lib/nghttp2_pq.obj" @echo "... nghttp2/lib/nghttp2_pq.i" @echo "... nghttp2/lib/nghttp2_pq.s" @echo "... nghttp2/lib/nghttp2_priority_spec.obj" @echo "... nghttp2/lib/nghttp2_priority_spec.i" @echo "... nghttp2/lib/nghttp2_priority_spec.s" @echo "... nghttp2/lib/nghttp2_queue.obj" @echo "... nghttp2/lib/nghttp2_queue.i" @echo "... nghttp2/lib/nghttp2_queue.s" @echo "... nghttp2/lib/nghttp2_rcbuf.obj" @echo "... nghttp2/lib/nghttp2_rcbuf.i" @echo "... nghttp2/lib/nghttp2_rcbuf.s" @echo "... nghttp2/lib/nghttp2_session.obj" @echo "... nghttp2/lib/nghttp2_session.i" @echo "... nghttp2/lib/nghttp2_session.s" @echo "... nghttp2/lib/nghttp2_stream.obj" @echo "... nghttp2/lib/nghttp2_stream.i" @echo "... nghttp2/lib/nghttp2_stream.s" @echo "... nghttp2/lib/nghttp2_submit.obj" @echo "... nghttp2/lib/nghttp2_submit.i" @echo "... nghttp2/lib/nghttp2_submit.s" @echo "... nghttp2/lib/nghttp2_version.obj" @echo "... nghttp2/lib/nghttp2_version.i" @echo "... nghttp2/lib/nghttp2_version.s" @echo "... port/http_parser.obj" @echo "... port/http_parser.i" @echo "... port/http_parser.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 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system