github.com/pidato/unsafe@v0.1.4/memory/rpmalloc/src/build/CMakeFiles/Makefile2 (about) 1 # CMAKE generated file: DO NOT EDIT! 2 # Generated by "Unix Makefiles" Generator, CMake Version 3.22 3 4 # Default target executed when no arguments are given to make. 5 default_target: all 6 .PHONY : default_target 7 8 #============================================================================= 9 # Special targets provided by cmake. 10 11 # Disable implicit rules so canonical targets will work. 12 .SUFFIXES: 13 14 # Disable VCS-based implicit rules. 15 % : %,v 16 17 # Disable VCS-based implicit rules. 18 % : RCS/% 19 20 # Disable VCS-based implicit rules. 21 % : RCS/%,v 22 23 # Disable VCS-based implicit rules. 24 % : SCCS/s.% 25 26 # Disable VCS-based implicit rules. 27 % : s.% 28 29 .SUFFIXES: .hpux_make_needs_suffix_list 30 31 # Command-line flag to silence nested $(MAKE). 32 $(VERBOSE)MAKESILENT = -s 33 34 #Suppress display of executed commands. 35 $(VERBOSE).SILENT: 36 37 # A target that is always out of date. 38 cmake_force: 39 .PHONY : cmake_force 40 41 #============================================================================= 42 # Set environment variables for the build. 43 44 # The shell in which to execute make rules. 45 SHELL = /bin/sh 46 47 # The CMake executable. 48 CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.22.3/bin/cmake 49 50 # The command to remove a file. 51 RM = /opt/homebrew/Cellar/cmake/3.22.3/bin/cmake -E rm -f 52 53 # Escaping for special characters. 54 EQUALS = = 55 56 # The top-level source directory on which CMake was run. 57 CMAKE_SOURCE_DIR = /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src 58 59 # The top-level build directory on which CMake was run. 60 CMAKE_BINARY_DIR = /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build 61 62 #============================================================================= 63 # Directory level rules for the build root directory 64 65 # The main recursive "all" target. 66 all: CMakeFiles/rpmalloc.dir/all 67 .PHONY : all 68 69 # The main recursive "preinstall" target. 70 preinstall: 71 .PHONY : preinstall 72 73 # The main recursive "clean" target. 74 clean: CMakeFiles/rpmalloc.dir/clean 75 .PHONY : clean 76 77 #============================================================================= 78 # Target rules for target CMakeFiles/rpmalloc.dir 79 80 # All Build rule for target. 81 CMakeFiles/rpmalloc.dir/all: 82 $(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/depend 83 $(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/build 84 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles --progress-num=1,2 "Built target rpmalloc" 85 .PHONY : CMakeFiles/rpmalloc.dir/all 86 87 # Build rule for subdir invocation for target. 88 CMakeFiles/rpmalloc.dir/rule: cmake_check_build_system 89 $(CMAKE_COMMAND) -E cmake_progress_start /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles 2 90 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/rpmalloc.dir/all 91 $(CMAKE_COMMAND) -E cmake_progress_start /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles 0 92 .PHONY : CMakeFiles/rpmalloc.dir/rule 93 94 # Convenience name for target. 95 rpmalloc: CMakeFiles/rpmalloc.dir/rule 96 .PHONY : rpmalloc 97 98 # clean rule for target. 99 CMakeFiles/rpmalloc.dir/clean: 100 $(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/clean 101 .PHONY : CMakeFiles/rpmalloc.dir/clean 102 103 #============================================================================= 104 # Special targets to cleanup operation of make. 105 106 # Special rule to run CMake to check the build system integrity. 107 # No rule that depends on this can have commands that come from listfiles 108 # because they might be regenerated. 109 cmake_check_build_system: 110 $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 111 .PHONY : cmake_check_build_system 112