|
| 1 | +# CMAKE generated file: DO NOT EDIT! |
| 2 | +# Generated by "Unix Makefiles" Generator, CMake Version 3.29 |
| 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 = /usr/local/bin/cmake |
| 52 | + |
| 53 | +# The command to remove a file. |
| 54 | +RM = /usr/local/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 = /storage/hoi/HOI_Recon/103code/pcl |
| 61 | + |
| 62 | +# The top-level build directory on which CMake was run. |
| 63 | +CMAKE_BINARY_DIR = /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 |
| 64 | + |
| 65 | +#============================================================================= |
| 66 | +# Targets provided globally by CMake. |
| 67 | + |
| 68 | +# Special rule for the target package |
| 69 | +package: preinstall |
| 70 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." |
| 71 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && /usr/local/bin/cpack --config ./CPackConfig.cmake |
| 72 | +.PHONY : package |
| 73 | + |
| 74 | +# Special rule for the target package |
| 75 | +package/fast: package |
| 76 | +.PHONY : package/fast |
| 77 | + |
| 78 | +# Special rule for the target package_source |
| 79 | +package_source: |
| 80 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." |
| 81 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && /usr/local/bin/cpack --config ./CPackSourceConfig.cmake /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/CPackSourceConfig.cmake |
| 82 | +.PHONY : package_source |
| 83 | + |
| 84 | +# Special rule for the target package_source |
| 85 | +package_source/fast: package_source |
| 86 | +.PHONY : package_source/fast |
| 87 | + |
| 88 | +# Special rule for the target edit_cache |
| 89 | +edit_cache: |
| 90 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." |
| 91 | + /usr/local/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| 92 | +.PHONY : edit_cache |
| 93 | + |
| 94 | +# Special rule for the target edit_cache |
| 95 | +edit_cache/fast: edit_cache |
| 96 | +.PHONY : edit_cache/fast |
| 97 | + |
| 98 | +# Special rule for the target rebuild_cache |
| 99 | +rebuild_cache: |
| 100 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." |
| 101 | + /usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| 102 | +.PHONY : rebuild_cache |
| 103 | + |
| 104 | +# Special rule for the target rebuild_cache |
| 105 | +rebuild_cache/fast: rebuild_cache |
| 106 | +.PHONY : rebuild_cache/fast |
| 107 | + |
| 108 | +# Special rule for the target list_install_components |
| 109 | +list_install_components: |
| 110 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"pcl_2d\" \"pcl_common\" \"pcl_features\" \"pcl_filters\" \"pcl_geometry\" \"pcl_io\" \"pcl_kdtree\" \"pcl_keypoints\" \"pcl_ml\" \"pcl_octree\" \"pcl_recognition\" \"pcl_registration\" \"pcl_sample_consensus\" \"pcl_search\" \"pcl_segmentation\" \"pcl_stereo\" \"pcl_surface\" \"pcl_tracking\" \"pclconfig\"" |
| 111 | +.PHONY : list_install_components |
| 112 | + |
| 113 | +# Special rule for the target list_install_components |
| 114 | +list_install_components/fast: list_install_components |
| 115 | +.PHONY : list_install_components/fast |
| 116 | + |
| 117 | +# Special rule for the target install |
| 118 | +install: preinstall |
| 119 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| 120 | + /usr/local/bin/cmake -P cmake_install.cmake |
| 121 | +.PHONY : install |
| 122 | + |
| 123 | +# Special rule for the target install |
| 124 | +install/fast: preinstall/fast |
| 125 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." |
| 126 | + /usr/local/bin/cmake -P cmake_install.cmake |
| 127 | +.PHONY : install/fast |
| 128 | + |
| 129 | +# Special rule for the target install/local |
| 130 | +install/local: preinstall |
| 131 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| 132 | + /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| 133 | +.PHONY : install/local |
| 134 | + |
| 135 | +# Special rule for the target install/local |
| 136 | +install/local/fast: preinstall/fast |
| 137 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." |
| 138 | + /usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| 139 | +.PHONY : install/local/fast |
| 140 | + |
| 141 | +# Special rule for the target install/strip |
| 142 | +install/strip: preinstall |
| 143 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| 144 | + /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| 145 | +.PHONY : install/strip |
| 146 | + |
| 147 | +# Special rule for the target install/strip |
| 148 | +install/strip/fast: preinstall/fast |
| 149 | + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." |
| 150 | + /usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| 151 | +.PHONY : install/strip/fast |
| 152 | + |
| 153 | +# The main all target |
| 154 | +all: cmake_check_build_system |
| 155 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(CMAKE_COMMAND) -E cmake_progress_start /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/CMakeFiles /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/2d//CMakeFiles/progress.marks |
| 156 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 2d/all |
| 157 | + $(CMAKE_COMMAND) -E cmake_progress_start /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/CMakeFiles 0 |
| 158 | +.PHONY : all |
| 159 | + |
| 160 | +# The main clean target |
| 161 | +clean: |
| 162 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 2d/clean |
| 163 | +.PHONY : clean |
| 164 | + |
| 165 | +# The main clean target |
| 166 | +clean/fast: clean |
| 167 | +.PHONY : clean/fast |
| 168 | + |
| 169 | +# Prepare targets for installation. |
| 170 | +preinstall: all |
| 171 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 2d/preinstall |
| 172 | +.PHONY : preinstall |
| 173 | + |
| 174 | +# Prepare targets for installation. |
| 175 | +preinstall/fast: |
| 176 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 2d/preinstall |
| 177 | +.PHONY : preinstall/fast |
| 178 | + |
| 179 | +# clear depends |
| 180 | +depend: |
| 181 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| 182 | +.PHONY : depend |
| 183 | + |
| 184 | +# Help Target |
| 185 | +help: |
| 186 | + @echo "The following are some of the valid targets for this Makefile:" |
| 187 | + @echo "... all (the default if no target is provided)" |
| 188 | + @echo "... clean" |
| 189 | + @echo "... depend" |
| 190 | + @echo "... edit_cache" |
| 191 | + @echo "... install" |
| 192 | + @echo "... install/local" |
| 193 | + @echo "... install/strip" |
| 194 | + @echo "... list_install_components" |
| 195 | + @echo "... package" |
| 196 | + @echo "... package_source" |
| 197 | + @echo "... rebuild_cache" |
| 198 | + @echo "... pcl_2d" |
| 199 | +.PHONY : help |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | +#============================================================================= |
| 204 | +# Special targets to cleanup operation of make. |
| 205 | + |
| 206 | +# Special rule to run CMake to check the build system integrity. |
| 207 | +# No rule that depends on this can have commands that come from listfiles |
| 208 | +# because they might be regenerated. |
| 209 | +cmake_check_build_system: |
| 210 | + cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| 211 | +.PHONY : cmake_check_build_system |
| 212 | + |
0 commit comments