build.make
1 # CMAKE generated file: DO NOT EDIT! 2 # Generated by "Unix Makefiles" Generator, CMake Version 4.2 3 4 # Delete rule output on recipe failure. 5 .DELETE_ON_ERROR: 6 7 #============================================================================= 8 # Special targets provided by cmake. 9 10 # Disable implicit rules so canonical targets will work. 11 .SUFFIXES: 12 13 # Disable VCS-based implicit rules. 14 % : %,v 15 16 # Disable VCS-based implicit rules. 17 % : RCS/% 18 19 # Disable VCS-based implicit rules. 20 % : RCS/%,v 21 22 # Disable VCS-based implicit rules. 23 % : SCCS/s.% 24 25 # Disable VCS-based implicit rules. 26 % : s.% 27 28 .SUFFIXES: .hpux_make_needs_suffix_list 29 30 # Command-line flag to silence nested $(MAKE). 31 $(VERBOSE)MAKESILENT = -s 32 33 #Suppress display of executed commands. 34 $(VERBOSE).SILENT: 35 36 # A target that is always out of date. 37 cmake_force: 38 .PHONY : cmake_force 39 40 #============================================================================= 41 # Set environment variables for the build. 42 43 # The shell in which to execute make rules. 44 SHELL = /bin/sh 45 46 # The CMake executable. 47 CMAKE_COMMAND = /usr/bin/cmake 48 49 # The command to remove a file. 50 RM = /usr/bin/cmake -E rm -f 51 52 # Escaping for special characters. 53 EQUALS = = 54 55 # The top-level source directory on which CMake was run. 56 CMAKE_SOURCE_DIR = /home/shadowbane/Documents/GIT/Programming_Benchmark 57 58 # The top-level build directory on which CMake was run. 59 CMAKE_BINARY_DIR = /home/shadowbane/Documents/GIT/Programming_Benchmark/build 60 61 # Utility rule file for clang_python_hello_001. 62 63 # Include any custom commands dependencies for this target. 64 include CMakeFiles/clang_python_hello_001.dir/compiler_depend.make 65 66 # Include the progress variables for this target. 67 include CMakeFiles/clang_python_hello_001.dir/progress.make 68 69 CMakeFiles/clang_python_hello_001: /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello 70 71 /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello: /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello.c 72 @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/shadowbane/Documents/GIT/Programming_Benchmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Compiling Cython hello_world/001 with clang..." 73 /usr/bin/clang -O3 /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello.c -I/usr/include/python3.12 -L/usr/lib/x86_64-linux-gnu -lpython3.12 -o /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello 74 75 /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello.c: /home/shadowbane/Documents/GIT/Programming_Benchmark/test_src/python/hello_world/001/hello.py 76 @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/shadowbane/Documents/GIT/Programming_Benchmark/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Cythonizing Python hello_world/001 for clang..." 77 /usr/bin/cython --embed -o /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello.c /home/shadowbane/Documents/GIT/Programming_Benchmark/test_src/python/hello_world/001/hello.py 78 79 CMakeFiles/clang_python_hello_001.dir/codegen: 80 .PHONY : CMakeFiles/clang_python_hello_001.dir/codegen 81 82 clang_python_hello_001: /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello 83 clang_python_hello_001: /home/shadowbane/Documents/GIT/Programming_Benchmark/bin/tests/clang/python/hello_world/001/hello.c 84 clang_python_hello_001: CMakeFiles/clang_python_hello_001 85 clang_python_hello_001: CMakeFiles/clang_python_hello_001.dir/build.make 86 .PHONY : clang_python_hello_001 87 88 # Rule to build all files generated by this target. 89 CMakeFiles/clang_python_hello_001.dir/build: clang_python_hello_001 90 .PHONY : CMakeFiles/clang_python_hello_001.dir/build 91 92 CMakeFiles/clang_python_hello_001.dir/clean: 93 $(CMAKE_COMMAND) -P CMakeFiles/clang_python_hello_001.dir/cmake_clean.cmake 94 .PHONY : CMakeFiles/clang_python_hello_001.dir/clean 95 96 CMakeFiles/clang_python_hello_001.dir/depend: 97 cd /home/shadowbane/Documents/GIT/Programming_Benchmark/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/shadowbane/Documents/GIT/Programming_Benchmark /home/shadowbane/Documents/GIT/Programming_Benchmark /home/shadowbane/Documents/GIT/Programming_Benchmark/build /home/shadowbane/Documents/GIT/Programming_Benchmark/build /home/shadowbane/Documents/GIT/Programming_Benchmark/build/CMakeFiles/clang_python_hello_001.dir/DependInfo.cmake "--color=$(COLOR)" clang_python_hello_001 98 .PHONY : CMakeFiles/clang_python_hello_001.dir/depend 99