|
| 1 | +# CMAKE generated file: DO NOT EDIT! |
| 2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 |
| 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/bin/cmake |
| 52 | + |
| 53 | +# The command to remove a file. |
| 54 | +RM = /opt/homebrew/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/timkpaine/Developer/projects/templates/hatch-cpp/hatch_cpp/tests/test_project_cmake |
| 61 | + |
| 62 | +# The top-level build directory on which CMake was run. |
| 63 | +CMAKE_BINARY_DIR = /Users/timkpaine/Developer/projects/templates/hatch-cpp/hatch_cpp/tests/test_project_cmake |
| 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/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/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/timkpaine/Developer/projects/templates/hatch-cpp/hatch_cpp/tests/test_project_cmake/CMakeFiles /Users/timkpaine/Developer/projects/templates/hatch-cpp/hatch_cpp/tests/test_project_cmake//CMakeFiles/progress.marks |
| 91 | + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all |
| 92 | + $(CMAKE_COMMAND) -E cmake_progress_start /Users/timkpaine/Developer/projects/templates/hatch-cpp/hatch_cpp/tests/test_project_cmake/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 | +# Help Target |
| 120 | +help: |
| 121 | + @echo "The following are some of the valid targets for this Makefile:" |
| 122 | + @echo "... all (the default if no target is provided)" |
| 123 | + @echo "... clean" |
| 124 | + @echo "... depend" |
| 125 | + @echo "... edit_cache" |
| 126 | + @echo "... rebuild_cache" |
| 127 | +.PHONY : help |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | +#============================================================================= |
| 132 | +# Special targets to cleanup operation of make. |
| 133 | + |
| 134 | +# Special rule to run CMake to check the build system integrity. |
| 135 | +# No rule that depends on this can have commands that come from listfiles |
| 136 | +# because they might be regenerated. |
| 137 | +cmake_check_build_system: |
| 138 | + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| 139 | +.PHONY : cmake_check_build_system |
| 140 | + |
0 commit comments