# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.22 # Delete rule output on recipe failure. .DELETE_ON_ERROR: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Disable VCS-based implicit rules. % : %,v # Disable VCS-based implicit rules. % : RCS/% # Disable VCS-based implicit rules. % : RCS/%,v # Disable VCS-based implicit rules. % : SCCS/s.% # Disable VCS-based implicit rules. % : s.% .SUFFIXES: .hpux_make_needs_suffix_list # Command-line flag to silence nested $(MAKE). $(VERBOSE)MAKESILENT = -s #Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /app # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /app/build # Include any dependencies generated for this target. include CMakeFiles/edge_proxy.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/edge_proxy.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/edge_proxy.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/edge_proxy.dir/flags.make CMakeFiles/edge_proxy.dir/src/main.cpp.o: CMakeFiles/edge_proxy.dir/flags.make CMakeFiles/edge_proxy.dir/src/main.cpp.o: ../src/main.cpp CMakeFiles/edge_proxy.dir/src/main.cpp.o: CMakeFiles/edge_proxy.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/app/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/edge_proxy.dir/src/main.cpp.o" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/edge_proxy.dir/src/main.cpp.o -MF CMakeFiles/edge_proxy.dir/src/main.cpp.o.d -o CMakeFiles/edge_proxy.dir/src/main.cpp.o -c /app/src/main.cpp CMakeFiles/edge_proxy.dir/src/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/edge_proxy.dir/src/main.cpp.i" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /app/src/main.cpp > CMakeFiles/edge_proxy.dir/src/main.cpp.i CMakeFiles/edge_proxy.dir/src/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/edge_proxy.dir/src/main.cpp.s" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /app/src/main.cpp -o CMakeFiles/edge_proxy.dir/src/main.cpp.s CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o: CMakeFiles/edge_proxy.dir/flags.make CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o: ../src/tcp_server.cc CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o: CMakeFiles/edge_proxy.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/app/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o -MF CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o.d -o CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o -c /app/src/tcp_server.cc CMakeFiles/edge_proxy.dir/src/tcp_server.cc.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/edge_proxy.dir/src/tcp_server.cc.i" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /app/src/tcp_server.cc > CMakeFiles/edge_proxy.dir/src/tcp_server.cc.i CMakeFiles/edge_proxy.dir/src/tcp_server.cc.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/edge_proxy.dir/src/tcp_server.cc.s" /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /app/src/tcp_server.cc -o CMakeFiles/edge_proxy.dir/src/tcp_server.cc.s # Object files for target edge_proxy edge_proxy_OBJECTS = \ "CMakeFiles/edge_proxy.dir/src/main.cpp.o" \ "CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o" # External object files for target edge_proxy edge_proxy_EXTERNAL_OBJECTS = edge_proxy: CMakeFiles/edge_proxy.dir/src/main.cpp.o edge_proxy: CMakeFiles/edge_proxy.dir/src/tcp_server.cc.o edge_proxy: CMakeFiles/edge_proxy.dir/build.make edge_proxy: /usr/lib/aarch64-linux-gnu/libspdlog.so.1.9.2 edge_proxy: /usr/lib/aarch64-linux-gnu/libboost_system.so.1.74.0 edge_proxy: /usr/lib/aarch64-linux-gnu/libboost_thread.so.1.74.0 edge_proxy: /usr/lib/aarch64-linux-gnu/libfmt.so.8.1.1 edge_proxy: /usr/lib/aarch64-linux-gnu/libboost_atomic.so.1.74.0 edge_proxy: CMakeFiles/edge_proxy.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/app/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable edge_proxy" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/edge_proxy.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/edge_proxy.dir/build: edge_proxy .PHONY : CMakeFiles/edge_proxy.dir/build CMakeFiles/edge_proxy.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/edge_proxy.dir/cmake_clean.cmake .PHONY : CMakeFiles/edge_proxy.dir/clean CMakeFiles/edge_proxy.dir/depend: cd /app/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /app /app /app/build /app/build /app/build/CMakeFiles/edge_proxy.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/edge_proxy.dir/depend