Skip to content

Commit 70ec485

Browse files
committed
address comments
1 parent b45c4ea commit 70ec485

2,775 files changed

Lines changed: 1118508 additions & 159 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CMAKE generated file: DO NOT EDIT!
2+
# Generated by "Unix Makefiles" Generator, CMake Version 3.29
3+
4+
# Relative path conversion top directories.
5+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/storage/hoi/HOI_Recon/103code/pcl")
6+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/storage/hoi/HOI_Recon/103code/pcl/build_pr6199")
7+
8+
# Force unix paths in dependencies.
9+
set(CMAKE_FORCE_UNIX_PATHS 1)
10+
11+
12+
# The C and CXX include file regular expressions for this directory.
13+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
14+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
15+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
16+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# Consider dependencies only in project.
3+
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
4+
5+
# The set of languages for which implicit dependencies are needed:
6+
set(CMAKE_DEPENDS_LANGUAGES
7+
)
8+
9+
# The set of dependency files which are needed:
10+
set(CMAKE_DEPENDS_DEPENDENCY_FILES
11+
)
12+
13+
# Targets to which this target links which contain Fortran sources.
14+
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
15+
)
16+
17+
# Targets to which this target links which contain Fortran sources.
18+
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
19+
)
20+
21+
# Fortran module output directory.
22+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# CMAKE generated file: DO NOT EDIT!
2+
# Generated by "Unix Makefiles" Generator, CMake Version 3.29
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 = /usr/local/bin/cmake
48+
49+
# The command to remove a file.
50+
RM = /usr/local/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 = /storage/hoi/HOI_Recon/103code/pcl
57+
58+
# The top-level build directory on which CMake was run.
59+
CMAKE_BINARY_DIR = /storage/hoi/HOI_Recon/103code/pcl/build_pr6199
60+
61+
# Utility rule file for pcl_2d.
62+
63+
# Include any custom commands dependencies for this target.
64+
include 2d/CMakeFiles/pcl_2d.dir/compiler_depend.make
65+
66+
# Include the progress variables for this target.
67+
include 2d/CMakeFiles/pcl_2d.dir/progress.make
68+
69+
pcl_2d: 2d/CMakeFiles/pcl_2d.dir/build.make
70+
.PHONY : pcl_2d
71+
72+
# Rule to build all files generated by this target.
73+
2d/CMakeFiles/pcl_2d.dir/build: pcl_2d
74+
.PHONY : 2d/CMakeFiles/pcl_2d.dir/build
75+
76+
2d/CMakeFiles/pcl_2d.dir/clean:
77+
cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/2d && $(CMAKE_COMMAND) -P CMakeFiles/pcl_2d.dir/cmake_clean.cmake
78+
.PHONY : 2d/CMakeFiles/pcl_2d.dir/clean
79+
80+
2d/CMakeFiles/pcl_2d.dir/depend:
81+
cd /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /storage/hoi/HOI_Recon/103code/pcl /storage/hoi/HOI_Recon/103code/pcl/2d /storage/hoi/HOI_Recon/103code/pcl/build_pr6199 /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/2d /storage/hoi/HOI_Recon/103code/pcl/build_pr6199/2d/CMakeFiles/pcl_2d.dir/DependInfo.cmake "--color=$(COLOR)"
82+
.PHONY : 2d/CMakeFiles/pcl_2d.dir/depend
83+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
# Per-language clean rules from dependency scanning.
3+
foreach(lang )
4+
include(CMakeFiles/pcl_2d.dir/cmake_clean_${lang}.cmake OPTIONAL)
5+
endforeach()
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Empty custom commands generated dependencies file for pcl_2d.
2+
# This may be replaced when dependencies are built.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CMAKE generated file: DO NOT EDIT!
2+
# Timestamp file for custom commands dependencies management for pcl_2d.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0

build_pr6199/2d/Makefile

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
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

Comments
 (0)