# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.31 # 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 = /home/nano/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/bin/cmake # The command to remove a file. RM = /home/nano/.local/share/JetBrains/Toolbox/apps/clion/bin/cmake/linux/x64/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/nano/Documents/EE/IP2/serial # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/nano/Documents/EE/IP2/serial/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/serial.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/serial.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/serial.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/serial.dir/flags.make CMakeFiles/serial.dir/codegen: .PHONY : CMakeFiles/serial.dir/codegen CMakeFiles/serial.dir/communication.c.o: CMakeFiles/serial.dir/flags.make CMakeFiles/serial.dir/communication.c.o: /home/nano/Documents/EE/IP2/serial/communication.c CMakeFiles/serial.dir/communication.c.o: CMakeFiles/serial.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/nano/Documents/EE/IP2/serial/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/serial.dir/communication.c.o" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/serial.dir/communication.c.o -MF CMakeFiles/serial.dir/communication.c.o.d -o CMakeFiles/serial.dir/communication.c.o -c /home/nano/Documents/EE/IP2/serial/communication.c CMakeFiles/serial.dir/communication.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/serial.dir/communication.c.i" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/nano/Documents/EE/IP2/serial/communication.c > CMakeFiles/serial.dir/communication.c.i CMakeFiles/serial.dir/communication.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/serial.dir/communication.c.s" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/nano/Documents/EE/IP2/serial/communication.c -o CMakeFiles/serial.dir/communication.c.s CMakeFiles/serial.dir/utils.c.o: CMakeFiles/serial.dir/flags.make CMakeFiles/serial.dir/utils.c.o: /home/nano/Documents/EE/IP2/serial/utils.c CMakeFiles/serial.dir/utils.c.o: CMakeFiles/serial.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/nano/Documents/EE/IP2/serial/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/serial.dir/utils.c.o" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/serial.dir/utils.c.o -MF CMakeFiles/serial.dir/utils.c.o.d -o CMakeFiles/serial.dir/utils.c.o -c /home/nano/Documents/EE/IP2/serial/utils.c CMakeFiles/serial.dir/utils.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/serial.dir/utils.c.i" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/nano/Documents/EE/IP2/serial/utils.c > CMakeFiles/serial.dir/utils.c.i CMakeFiles/serial.dir/utils.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/serial.dir/utils.c.s" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/nano/Documents/EE/IP2/serial/utils.c -o CMakeFiles/serial.dir/utils.c.s CMakeFiles/serial.dir/main.c.o: CMakeFiles/serial.dir/flags.make CMakeFiles/serial.dir/main.c.o: /home/nano/Documents/EE/IP2/serial/main.c CMakeFiles/serial.dir/main.c.o: CMakeFiles/serial.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/nano/Documents/EE/IP2/serial/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/serial.dir/main.c.o" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/serial.dir/main.c.o -MF CMakeFiles/serial.dir/main.c.o.d -o CMakeFiles/serial.dir/main.c.o -c /home/nano/Documents/EE/IP2/serial/main.c CMakeFiles/serial.dir/main.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/serial.dir/main.c.i" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/nano/Documents/EE/IP2/serial/main.c > CMakeFiles/serial.dir/main.c.i CMakeFiles/serial.dir/main.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/serial.dir/main.c.s" /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/nano/Documents/EE/IP2/serial/main.c -o CMakeFiles/serial.dir/main.c.s # Object files for target serial serial_OBJECTS = \ "CMakeFiles/serial.dir/communication.c.o" \ "CMakeFiles/serial.dir/utils.c.o" \ "CMakeFiles/serial.dir/main.c.o" # External object files for target serial serial_EXTERNAL_OBJECTS = serial: CMakeFiles/serial.dir/communication.c.o serial: CMakeFiles/serial.dir/utils.c.o serial: CMakeFiles/serial.dir/main.c.o serial: CMakeFiles/serial.dir/build.make serial: CMakeFiles/serial.dir/compiler_depend.ts serial: CMakeFiles/serial.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/nano/Documents/EE/IP2/serial/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable serial" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/serial.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/serial.dir/build: serial .PHONY : CMakeFiles/serial.dir/build CMakeFiles/serial.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/serial.dir/cmake_clean.cmake .PHONY : CMakeFiles/serial.dir/clean CMakeFiles/serial.dir/depend: cd /home/nano/Documents/EE/IP2/serial/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/nano/Documents/EE/IP2/serial /home/nano/Documents/EE/IP2/serial /home/nano/Documents/EE/IP2/serial/cmake-build-debug /home/nano/Documents/EE/IP2/serial/cmake-build-debug /home/nano/Documents/EE/IP2/serial/cmake-build-debug/CMakeFiles/serial.dir/DependInfo.cmake "--color=$(COLOR)" .PHONY : CMakeFiles/serial.dir/depend