github.com/pidato/unsafe@v0.1.4/memory/rpmalloc/src/build/Makefile (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  # Allow only one "make -f Makefile2" at a time, but pass parallelism.
     9  .NOTPARALLEL:
    10  
    11  #=============================================================================
    12  # Special targets provided by cmake.
    13  
    14  # Disable implicit rules so canonical targets will work.
    15  .SUFFIXES:
    16  
    17  # Disable VCS-based implicit rules.
    18  % : %,v
    19  
    20  # Disable VCS-based implicit rules.
    21  % : RCS/%
    22  
    23  # Disable VCS-based implicit rules.
    24  % : RCS/%,v
    25  
    26  # Disable VCS-based implicit rules.
    27  % : SCCS/s.%
    28  
    29  # Disable VCS-based implicit rules.
    30  % : s.%
    31  
    32  .SUFFIXES: .hpux_make_needs_suffix_list
    33  
    34  # Command-line flag to silence nested $(MAKE).
    35  $(VERBOSE)MAKESILENT = -s
    36  
    37  #Suppress display of executed commands.
    38  $(VERBOSE).SILENT:
    39  
    40  # A target that is always out of date.
    41  cmake_force:
    42  .PHONY : cmake_force
    43  
    44  #=============================================================================
    45  # Set environment variables for the build.
    46  
    47  # The shell in which to execute make rules.
    48  SHELL = /bin/sh
    49  
    50  # The CMake executable.
    51  CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.22.3/bin/cmake
    52  
    53  # The command to remove a file.
    54  RM = /opt/homebrew/Cellar/cmake/3.22.3/bin/cmake -E rm -f
    55  
    56  # Escaping for special characters.
    57  EQUALS = =
    58  
    59  # The top-level source directory on which CMake was run.
    60  CMAKE_SOURCE_DIR = /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src
    61  
    62  # The top-level build directory on which CMake was run.
    63  CMAKE_BINARY_DIR = /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build
    64  
    65  #=============================================================================
    66  # Targets provided globally by CMake.
    67  
    68  # Special rule for the target edit_cache
    69  edit_cache:
    70  	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
    71  	/opt/homebrew/Cellar/cmake/3.22.3/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
    72  .PHONY : edit_cache
    73  
    74  # Special rule for the target edit_cache
    75  edit_cache/fast: edit_cache
    76  .PHONY : edit_cache/fast
    77  
    78  # Special rule for the target rebuild_cache
    79  rebuild_cache:
    80  	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
    81  	/opt/homebrew/Cellar/cmake/3.22.3/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
    82  .PHONY : rebuild_cache
    83  
    84  # Special rule for the target rebuild_cache
    85  rebuild_cache/fast: rebuild_cache
    86  .PHONY : rebuild_cache/fast
    87  
    88  # The main all target
    89  all: cmake_check_build_system
    90  	$(CMAKE_COMMAND) -E cmake_progress_start /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build//CMakeFiles/progress.marks
    91  	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
    92  	$(CMAKE_COMMAND) -E cmake_progress_start /Users/cmo/repos/pidato/unsafe/memory/rpmalloc/src/build/CMakeFiles 0
    93  .PHONY : all
    94  
    95  # The main clean target
    96  clean:
    97  	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
    98  .PHONY : clean
    99  
   100  # The main clean target
   101  clean/fast: clean
   102  .PHONY : clean/fast
   103  
   104  # Prepare targets for installation.
   105  preinstall: all
   106  	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
   107  .PHONY : preinstall
   108  
   109  # Prepare targets for installation.
   110  preinstall/fast:
   111  	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
   112  .PHONY : preinstall/fast
   113  
   114  # clear depends
   115  depend:
   116  	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
   117  .PHONY : depend
   118  
   119  #=============================================================================
   120  # Target rules for targets named rpmalloc
   121  
   122  # Build rule for target.
   123  rpmalloc: cmake_check_build_system
   124  	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rpmalloc
   125  .PHONY : rpmalloc
   126  
   127  # fast build rule for target.
   128  rpmalloc/fast:
   129  	$(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/build
   130  .PHONY : rpmalloc/fast
   131  
   132  rpmalloc.o: rpmalloc.c.o
   133  .PHONY : rpmalloc.o
   134  
   135  # target to build an object file
   136  rpmalloc.c.o:
   137  	$(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/rpmalloc.c.o
   138  .PHONY : rpmalloc.c.o
   139  
   140  rpmalloc.i: rpmalloc.c.i
   141  .PHONY : rpmalloc.i
   142  
   143  # target to preprocess a source file
   144  rpmalloc.c.i:
   145  	$(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/rpmalloc.c.i
   146  .PHONY : rpmalloc.c.i
   147  
   148  rpmalloc.s: rpmalloc.c.s
   149  .PHONY : rpmalloc.s
   150  
   151  # target to generate assembly for a file
   152  rpmalloc.c.s:
   153  	$(MAKE) $(MAKESILENT) -f CMakeFiles/rpmalloc.dir/build.make CMakeFiles/rpmalloc.dir/rpmalloc.c.s
   154  .PHONY : rpmalloc.c.s
   155  
   156  # Help Target
   157  help:
   158  	@echo "The following are some of the valid targets for this Makefile:"
   159  	@echo "... all (the default if no target is provided)"
   160  	@echo "... clean"
   161  	@echo "... depend"
   162  	@echo "... edit_cache"
   163  	@echo "... rebuild_cache"
   164  	@echo "... rpmalloc"
   165  	@echo "... rpmalloc.o"
   166  	@echo "... rpmalloc.i"
   167  	@echo "... rpmalloc.s"
   168  .PHONY : help
   169  
   170  
   171  
   172  #=============================================================================
   173  # Special targets to cleanup operation of make.
   174  
   175  # Special rule to run CMake to check the build system integrity.
   176  # No rule that depends on this can have commands that come from listfiles
   177  # because they might be regenerated.
   178  cmake_check_build_system:
   179  	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
   180  .PHONY : cmake_check_build_system
   181