Makefile 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.22
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. # Allow only one "make -f Makefile2" at a time, but pass parallelism.
  7. .NOTPARALLEL:
  8. #=============================================================================
  9. # Special targets provided by cmake.
  10. # Disable implicit rules so canonical targets will work.
  11. .SUFFIXES:
  12. # Disable VCS-based implicit rules.
  13. % : %,v
  14. # Disable VCS-based implicit rules.
  15. % : RCS/%
  16. # Disable VCS-based implicit rules.
  17. % : RCS/%,v
  18. # Disable VCS-based implicit rules.
  19. % : SCCS/s.%
  20. # Disable VCS-based implicit rules.
  21. % : s.%
  22. .SUFFIXES: .hpux_make_needs_suffix_list
  23. # Command-line flag to silence nested $(MAKE).
  24. $(VERBOSE)MAKESILENT = -s
  25. #Suppress display of executed commands.
  26. $(VERBOSE).SILENT:
  27. # A target that is always out of date.
  28. cmake_force:
  29. .PHONY : cmake_force
  30. #=============================================================================
  31. # Set environment variables for the build.
  32. # The shell in which to execute make rules.
  33. SHELL = /bin/sh
  34. # The CMake executable.
  35. CMAKE_COMMAND = /usr/bin/cmake
  36. # The command to remove a file.
  37. RM = /usr/bin/cmake -E rm -f
  38. # Escaping for special characters.
  39. EQUALS = =
  40. # The top-level source directory on which CMake was run.
  41. CMAKE_SOURCE_DIR = /home/wjn/space-knn/kdTree/nanoflann
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /home/wjn/space-knn/kdTree/nanoflann/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target test
  47. test:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
  49. /usr/bin/ctest --force-new-ctest-process $(ARGS)
  50. .PHONY : test
  51. # Special rule for the target test
  52. test/fast: test
  53. .PHONY : test/fast
  54. # Special rule for the target edit_cache
  55. edit_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  57. /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : edit_cache
  59. # Special rule for the target edit_cache
  60. edit_cache/fast: edit_cache
  61. .PHONY : edit_cache/fast
  62. # Special rule for the target rebuild_cache
  63. rebuild_cache:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  65. /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  66. .PHONY : rebuild_cache
  67. # Special rule for the target rebuild_cache
  68. rebuild_cache/fast: rebuild_cache
  69. .PHONY : rebuild_cache/fast
  70. # Special rule for the target list_install_components
  71. list_install_components:
  72. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  73. .PHONY : list_install_components
  74. # Special rule for the target list_install_components
  75. list_install_components/fast: list_install_components
  76. .PHONY : list_install_components/fast
  77. # Special rule for the target install
  78. install: preinstall
  79. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  80. /usr/bin/cmake -P cmake_install.cmake
  81. .PHONY : install
  82. # Special rule for the target install
  83. install/fast: preinstall/fast
  84. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  85. /usr/bin/cmake -P cmake_install.cmake
  86. .PHONY : install/fast
  87. # Special rule for the target install/local
  88. install/local: preinstall
  89. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  90. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  91. .PHONY : install/local
  92. # Special rule for the target install/local
  93. install/local/fast: preinstall/fast
  94. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  95. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  96. .PHONY : install/local/fast
  97. # Special rule for the target install/strip
  98. install/strip: preinstall
  99. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  100. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  101. .PHONY : install/strip
  102. # Special rule for the target install/strip
  103. install/strip/fast: preinstall/fast
  104. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  105. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  106. .PHONY : install/strip/fast
  107. # The main all target
  108. all: cmake_check_build_system
  109. $(CMAKE_COMMAND) -E cmake_progress_start /home/wjn/space-knn/kdTree/nanoflann/build/CMakeFiles /home/wjn/space-knn/kdTree/nanoflann/build//CMakeFiles/progress.marks
  110. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  111. $(CMAKE_COMMAND) -E cmake_progress_start /home/wjn/space-knn/kdTree/nanoflann/build/CMakeFiles 0
  112. .PHONY : all
  113. # The main clean target
  114. clean:
  115. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  116. .PHONY : clean
  117. # The main clean target
  118. clean/fast: clean
  119. .PHONY : clean/fast
  120. # Prepare targets for installation.
  121. preinstall: all
  122. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  123. .PHONY : preinstall
  124. # Prepare targets for installation.
  125. preinstall/fast:
  126. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  127. .PHONY : preinstall/fast
  128. # clear depends
  129. depend:
  130. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  131. .PHONY : depend
  132. #=============================================================================
  133. # Target rules for targets named uninstall
  134. # Build rule for target.
  135. uninstall: cmake_check_build_system
  136. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
  137. .PHONY : uninstall
  138. # fast build rule for target.
  139. uninstall/fast:
  140. $(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  141. .PHONY : uninstall/fast
  142. #=============================================================================
  143. # Target rules for targets named dynamic_pointcloud_example
  144. # Build rule for target.
  145. dynamic_pointcloud_example: cmake_check_build_system
  146. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dynamic_pointcloud_example
  147. .PHONY : dynamic_pointcloud_example
  148. # fast build rule for target.
  149. dynamic_pointcloud_example/fast:
  150. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/dynamic_pointcloud_example.dir/build.make examples/CMakeFiles/dynamic_pointcloud_example.dir/build
  151. .PHONY : dynamic_pointcloud_example/fast
  152. #=============================================================================
  153. # Target rules for targets named pointcloud_example
  154. # Build rule for target.
  155. pointcloud_example: cmake_check_build_system
  156. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pointcloud_example
  157. .PHONY : pointcloud_example
  158. # fast build rule for target.
  159. pointcloud_example/fast:
  160. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pointcloud_example.dir/build.make examples/CMakeFiles/pointcloud_example.dir/build
  161. .PHONY : pointcloud_example/fast
  162. #=============================================================================
  163. # Target rules for targets named pointcloud_kdd_radius
  164. # Build rule for target.
  165. pointcloud_kdd_radius: cmake_check_build_system
  166. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pointcloud_kdd_radius
  167. .PHONY : pointcloud_kdd_radius
  168. # fast build rule for target.
  169. pointcloud_kdd_radius/fast:
  170. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pointcloud_kdd_radius.dir/build.make examples/CMakeFiles/pointcloud_kdd_radius.dir/build
  171. .PHONY : pointcloud_kdd_radius/fast
  172. #=============================================================================
  173. # Target rules for targets named pointcloud_adaptor_example
  174. # Build rule for target.
  175. pointcloud_adaptor_example: cmake_check_build_system
  176. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pointcloud_adaptor_example
  177. .PHONY : pointcloud_adaptor_example
  178. # fast build rule for target.
  179. pointcloud_adaptor_example/fast:
  180. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pointcloud_adaptor_example.dir/build.make examples/CMakeFiles/pointcloud_adaptor_example.dir/build
  181. .PHONY : pointcloud_adaptor_example/fast
  182. #=============================================================================
  183. # Target rules for targets named pointcloud_custom_metric
  184. # Build rule for target.
  185. pointcloud_custom_metric: cmake_check_build_system
  186. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pointcloud_custom_metric
  187. .PHONY : pointcloud_custom_metric
  188. # fast build rule for target.
  189. pointcloud_custom_metric/fast:
  190. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pointcloud_custom_metric.dir/build.make examples/CMakeFiles/pointcloud_custom_metric.dir/build
  191. .PHONY : pointcloud_custom_metric/fast
  192. #=============================================================================
  193. # Target rules for targets named pointcloud_custom_resultset
  194. # Build rule for target.
  195. pointcloud_custom_resultset: cmake_check_build_system
  196. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 pointcloud_custom_resultset
  197. .PHONY : pointcloud_custom_resultset
  198. # fast build rule for target.
  199. pointcloud_custom_resultset/fast:
  200. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/pointcloud_custom_resultset.dir/build.make examples/CMakeFiles/pointcloud_custom_resultset.dir/build
  201. .PHONY : pointcloud_custom_resultset/fast
  202. #=============================================================================
  203. # Target rules for targets named SO3_adaptor_example
  204. # Build rule for target.
  205. SO3_adaptor_example: cmake_check_build_system
  206. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SO3_adaptor_example
  207. .PHONY : SO3_adaptor_example
  208. # fast build rule for target.
  209. SO3_adaptor_example/fast:
  210. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/SO3_adaptor_example.dir/build.make examples/CMakeFiles/SO3_adaptor_example.dir/build
  211. .PHONY : SO3_adaptor_example/fast
  212. #=============================================================================
  213. # Target rules for targets named SO2_adaptor_example
  214. # Build rule for target.
  215. SO2_adaptor_example: cmake_check_build_system
  216. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SO2_adaptor_example
  217. .PHONY : SO2_adaptor_example
  218. # fast build rule for target.
  219. SO2_adaptor_example/fast:
  220. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/SO2_adaptor_example.dir/build.make examples/CMakeFiles/SO2_adaptor_example.dir/build
  221. .PHONY : SO2_adaptor_example/fast
  222. #=============================================================================
  223. # Target rules for targets named saveload_example
  224. # Build rule for target.
  225. saveload_example: cmake_check_build_system
  226. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 saveload_example
  227. .PHONY : saveload_example
  228. # fast build rule for target.
  229. saveload_example/fast:
  230. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/saveload_example.dir/build.make examples/CMakeFiles/saveload_example.dir/build
  231. .PHONY : saveload_example/fast
  232. #=============================================================================
  233. # Target rules for targets named vector_of_vectors_example
  234. # Build rule for target.
  235. vector_of_vectors_example: cmake_check_build_system
  236. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vector_of_vectors_example
  237. .PHONY : vector_of_vectors_example
  238. # fast build rule for target.
  239. vector_of_vectors_example/fast:
  240. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/vector_of_vectors_example.dir/build.make examples/CMakeFiles/vector_of_vectors_example.dir/build
  241. .PHONY : vector_of_vectors_example/fast
  242. #=============================================================================
  243. # Target rules for targets named matrix_example
  244. # Build rule for target.
  245. matrix_example: cmake_check_build_system
  246. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 matrix_example
  247. .PHONY : matrix_example
  248. # fast build rule for target.
  249. matrix_example/fast:
  250. $(MAKE) $(MAKESILENT) -f examples/CMakeFiles/matrix_example.dir/build.make examples/CMakeFiles/matrix_example.dir/build
  251. .PHONY : matrix_example/fast
  252. #=============================================================================
  253. # Target rules for targets named unit_tests
  254. # Build rule for target.
  255. unit_tests: cmake_check_build_system
  256. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit_tests
  257. .PHONY : unit_tests
  258. # fast build rule for target.
  259. unit_tests/fast:
  260. $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/unit_tests.dir/build.make tests/CMakeFiles/unit_tests.dir/build
  261. .PHONY : unit_tests/fast
  262. #=============================================================================
  263. # Target rules for targets named mygtest
  264. # Build rule for target.
  265. mygtest: cmake_check_build_system
  266. $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mygtest
  267. .PHONY : mygtest
  268. # fast build rule for target.
  269. mygtest/fast:
  270. $(MAKE) $(MAKESILENT) -f tests/gtest-1.8.0/CMakeFiles/mygtest.dir/build.make tests/gtest-1.8.0/CMakeFiles/mygtest.dir/build
  271. .PHONY : mygtest/fast
  272. # Help Target
  273. help:
  274. @echo "The following are some of the valid targets for this Makefile:"
  275. @echo "... all (the default if no target is provided)"
  276. @echo "... clean"
  277. @echo "... depend"
  278. @echo "... edit_cache"
  279. @echo "... install"
  280. @echo "... install/local"
  281. @echo "... install/strip"
  282. @echo "... list_install_components"
  283. @echo "... rebuild_cache"
  284. @echo "... test"
  285. @echo "... uninstall"
  286. @echo "... SO2_adaptor_example"
  287. @echo "... SO3_adaptor_example"
  288. @echo "... dynamic_pointcloud_example"
  289. @echo "... matrix_example"
  290. @echo "... mygtest"
  291. @echo "... pointcloud_adaptor_example"
  292. @echo "... pointcloud_custom_metric"
  293. @echo "... pointcloud_custom_resultset"
  294. @echo "... pointcloud_example"
  295. @echo "... pointcloud_kdd_radius"
  296. @echo "... saveload_example"
  297. @echo "... unit_tests"
  298. @echo "... vector_of_vectors_example"
  299. .PHONY : help
  300. #=============================================================================
  301. # Special targets to cleanup operation of make.
  302. # Special rule to run CMake to check the build system integrity.
  303. # No rule that depends on this can have commands that come from listfiles
  304. # because they might be regenerated.
  305. cmake_check_build_system:
  306. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  307. .PHONY : cmake_check_build_system