# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.30 # 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 = /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake # The command to remove a file. RM = /Applications/CLion.app/Contents/bin/cmake/mac/aarch64/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /Users/czzhangheng/cppTemp # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /Users/czzhangheng/cppTemp/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/cppTemp.dir/depend.make # Include any dependencies generated by the compiler for this target. include CMakeFiles/cppTemp.dir/compiler_depend.make # Include the progress variables for this target. include CMakeFiles/cppTemp.dir/progress.make # Include the compile flags for this target's objects. include CMakeFiles/cppTemp.dir/flags.make CMakeFiles/cppTemp.dir/main.cpp.o: CMakeFiles/cppTemp.dir/flags.make CMakeFiles/cppTemp.dir/main.cpp.o: /Users/czzhangheng/cppTemp/main.cpp CMakeFiles/cppTemp.dir/main.cpp.o: CMakeFiles/cppTemp.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/czzhangheng/cppTemp/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/cppTemp.dir/main.cpp.o" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/cppTemp.dir/main.cpp.o -MF CMakeFiles/cppTemp.dir/main.cpp.o.d -o CMakeFiles/cppTemp.dir/main.cpp.o -c /Users/czzhangheng/cppTemp/main.cpp CMakeFiles/cppTemp.dir/main.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cppTemp.dir/main.cpp.i" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/czzhangheng/cppTemp/main.cpp > CMakeFiles/cppTemp.dir/main.cpp.i CMakeFiles/cppTemp.dir/main.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cppTemp.dir/main.cpp.s" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/czzhangheng/cppTemp/main.cpp -o CMakeFiles/cppTemp.dir/main.cpp.s CMakeFiles/cppTemp.dir/Logger.cpp.o: CMakeFiles/cppTemp.dir/flags.make CMakeFiles/cppTemp.dir/Logger.cpp.o: /Users/czzhangheng/cppTemp/Logger.cpp CMakeFiles/cppTemp.dir/Logger.cpp.o: CMakeFiles/cppTemp.dir/compiler_depend.ts @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/czzhangheng/cppTemp/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/cppTemp.dir/Logger.cpp.o" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/cppTemp.dir/Logger.cpp.o -MF CMakeFiles/cppTemp.dir/Logger.cpp.o.d -o CMakeFiles/cppTemp.dir/Logger.cpp.o -c /Users/czzhangheng/cppTemp/Logger.cpp CMakeFiles/cppTemp.dir/Logger.cpp.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/cppTemp.dir/Logger.cpp.i" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/czzhangheng/cppTemp/Logger.cpp > CMakeFiles/cppTemp.dir/Logger.cpp.i CMakeFiles/cppTemp.dir/Logger.cpp.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/cppTemp.dir/Logger.cpp.s" /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/czzhangheng/cppTemp/Logger.cpp -o CMakeFiles/cppTemp.dir/Logger.cpp.s # Object files for target cppTemp cppTemp_OBJECTS = \ "CMakeFiles/cppTemp.dir/main.cpp.o" \ "CMakeFiles/cppTemp.dir/Logger.cpp.o" # External object files for target cppTemp cppTemp_EXTERNAL_OBJECTS = cppTemp: CMakeFiles/cppTemp.dir/main.cpp.o cppTemp: CMakeFiles/cppTemp.dir/Logger.cpp.o cppTemp: CMakeFiles/cppTemp.dir/build.make cppTemp: CMakeFiles/cppTemp.dir/link.txt @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/czzhangheng/cppTemp/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable cppTemp" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cppTemp.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. CMakeFiles/cppTemp.dir/build: cppTemp .PHONY : CMakeFiles/cppTemp.dir/build CMakeFiles/cppTemp.dir/clean: $(CMAKE_COMMAND) -P CMakeFiles/cppTemp.dir/cmake_clean.cmake .PHONY : CMakeFiles/cppTemp.dir/clean CMakeFiles/cppTemp.dir/depend: cd /Users/czzhangheng/cppTemp/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/czzhangheng/cppTemp /Users/czzhangheng/cppTemp /Users/czzhangheng/cppTemp/cmake-build-debug /Users/czzhangheng/cppTemp/cmake-build-debug /Users/czzhangheng/cppTemp/cmake-build-debug/CMakeFiles/cppTemp.dir/DependInfo.cmake "--color=$(COLOR)" .PHONY : CMakeFiles/cppTemp.dir/depend