github.com/pidato/unsafe@v0.1.4/memory/rpmalloc/src/build/CMakeFiles/rpmalloc.dir/build.make (about)

     1  # CMAKE generated file: DO NOT EDIT!
     2  # Generated by "Unix Makefiles" Generator, CMake Version 3.22
     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 = /opt/homebrew/Cellar/cmake/3.22.3/bin/cmake
    48  
    49  # The command to remove a file.
    50  RM = /opt/homebrew/Cellar/cmake/3.22.3/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 = /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src
    57  
    58  # The top-level build directory on which CMake was run.
    59  CMAKE_BINARY_DIR = /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build
    60  
    61  # Include any dependencies generated for this target.
    62  include CMakeFiles/rpmalloc.dir/depend.make
    63  # Include any dependencies generated by the compiler for this target.
    64  include CMakeFiles/rpmalloc.dir/compiler_depend.make
    65  
    66  # Include the progress variables for this target.
    67  include CMakeFiles/rpmalloc.dir/progress.make
    68  
    69  # Include the compile flags for this target's objects.
    70  include CMakeFiles/rpmalloc.dir/flags.make
    71  
    72  CMakeFiles/rpmalloc.dir/rpmalloc.c.o: CMakeFiles/rpmalloc.dir/flags.make
    73  CMakeFiles/rpmalloc.dir/rpmalloc.c.o: ../rpmalloc.c
    74  CMakeFiles/rpmalloc.dir/rpmalloc.c.o: CMakeFiles/rpmalloc.dir/compiler_depend.ts
    75  	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/rpmalloc.dir/rpmalloc.c.o"
    76  	/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/rpmalloc.dir/rpmalloc.c.o -MF CMakeFiles/rpmalloc.dir/rpmalloc.c.o.d -o CMakeFiles/rpmalloc.dir/rpmalloc.c.o -c /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/rpmalloc.c
    77  
    78  CMakeFiles/rpmalloc.dir/rpmalloc.c.i: cmake_force
    79  	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/rpmalloc.dir/rpmalloc.c.i"
    80  	/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/rpmalloc.c > CMakeFiles/rpmalloc.dir/rpmalloc.c.i
    81  
    82  CMakeFiles/rpmalloc.dir/rpmalloc.c.s: cmake_force
    83  	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/rpmalloc.dir/rpmalloc.c.s"
    84  	/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/rpmalloc.c -o CMakeFiles/rpmalloc.dir/rpmalloc.c.s
    85  
    86  # Object files for target rpmalloc
    87  rpmalloc_OBJECTS = \
    88  "CMakeFiles/rpmalloc.dir/rpmalloc.c.o"
    89  
    90  # External object files for target rpmalloc
    91  rpmalloc_EXTERNAL_OBJECTS =
    92  
    93  librpmalloc.dylib: CMakeFiles/rpmalloc.dir/rpmalloc.c.o
    94  librpmalloc.dylib: CMakeFiles/rpmalloc.dir/build.make
    95  librpmalloc.dylib: CMakeFiles/rpmalloc.dir/link.txt
    96  	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C shared library librpmalloc.dylib"
    97  	$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/rpmalloc.dir/link.txt --verbose=$(VERBOSE)
    98  
    99  # Rule to build all files generated by this target.
   100  CMakeFiles/rpmalloc.dir/build: librpmalloc.dylib
   101  .PHONY : CMakeFiles/rpmalloc.dir/build
   102  
   103  CMakeFiles/rpmalloc.dir/clean:
   104  	$(CMAKE_COMMAND) -P CMakeFiles/rpmalloc.dir/cmake_clean.cmake
   105  .PHONY : CMakeFiles/rpmalloc.dir/clean
   106  
   107  CMakeFiles/rpmalloc.dir/depend:
   108  	cd /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles/rpmalloc.dir/DependInfo.cmake --color=$(COLOR)
   109  .PHONY : CMakeFiles/rpmalloc.dir/depend
   110