Makefile 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  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. # Remove some rules from gmake that .SUFFIXES does not remove.
  13. SUFFIXES =
  14. .SUFFIXES: .hpux_make_needs_suffix_list
  15. # Suppress display of executed commands.
  16. $(VERBOSE).SILENT:
  17. # A target that is always out of date.
  18. cmake_force:
  19. .PHONY : cmake_force
  20. #=============================================================================
  21. # Set environment variables for the build.
  22. # The shell in which to execute make rules.
  23. SHELL = /bin/sh
  24. # The CMake executable.
  25. CMAKE_COMMAND = /usr/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/bin/cmake -E remove -f
  28. # Escaping for special characters.
  29. EQUALS = =
  30. # The top-level source directory on which CMake was run.
  31. CMAKE_SOURCE_DIR = /home/lenotary/work/code/lidar_to_camera
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/lenotary/work/code/lidar_to_camera/cmake-build-debug
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target rebuild_cache
  37. rebuild_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  39. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : rebuild_cache
  41. # Special rule for the target rebuild_cache
  42. rebuild_cache/fast: rebuild_cache
  43. .PHONY : rebuild_cache/fast
  44. # Special rule for the target edit_cache
  45. edit_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  47. /usr/bin/cmake-gui -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  48. .PHONY : edit_cache
  49. # Special rule for the target edit_cache
  50. edit_cache/fast: edit_cache
  51. .PHONY : edit_cache/fast
  52. # The main all target
  53. all: cmake_check_build_system
  54. $(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles/progress.marks
  55. $(MAKE) -f CMakeFiles/Makefile2 all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /home/lenotary/work/code/lidar_to_camera/cmake-build-debug/CMakeFiles 0
  57. .PHONY : all
  58. # The main clean target
  59. clean:
  60. $(MAKE) -f CMakeFiles/Makefile2 clean
  61. .PHONY : clean
  62. # The main clean target
  63. clean/fast: clean
  64. .PHONY : clean/fast
  65. # Prepare targets for installation.
  66. preinstall: all
  67. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. #=============================================================================
  78. # Target rules for targets named project_lidar_to_camera
  79. # Build rule for target.
  80. project_lidar_to_camera: cmake_check_build_system
  81. $(MAKE) -f CMakeFiles/Makefile2 project_lidar_to_camera
  82. .PHONY : project_lidar_to_camera
  83. # fast build rule for target.
  84. project_lidar_to_camera/fast:
  85. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/build
  86. .PHONY : project_lidar_to_camera/fast
  87. #=============================================================================
  88. # Target rules for targets named lccp
  89. # Build rule for target.
  90. lccp: cmake_check_build_system
  91. $(MAKE) -f CMakeFiles/Makefile2 lccp
  92. .PHONY : lccp
  93. # fast build rule for target.
  94. lccp/fast:
  95. $(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/build
  96. .PHONY : lccp/fast
  97. #=============================================================================
  98. # Target rules for targets named show_lidar_top_view
  99. # Build rule for target.
  100. show_lidar_top_view: cmake_check_build_system
  101. $(MAKE) -f CMakeFiles/Makefile2 show_lidar_top_view
  102. .PHONY : show_lidar_top_view
  103. # fast build rule for target.
  104. show_lidar_top_view/fast:
  105. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/build
  106. .PHONY : show_lidar_top_view/fast
  107. src/lccp.o: src/lccp.cpp.o
  108. .PHONY : src/lccp.o
  109. # target to build an object file
  110. src/lccp.cpp.o:
  111. $(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.o
  112. .PHONY : src/lccp.cpp.o
  113. src/lccp.i: src/lccp.cpp.i
  114. .PHONY : src/lccp.i
  115. # target to preprocess a source file
  116. src/lccp.cpp.i:
  117. $(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.i
  118. .PHONY : src/lccp.cpp.i
  119. src/lccp.s: src/lccp.cpp.s
  120. .PHONY : src/lccp.s
  121. # target to generate assembly for a file
  122. src/lccp.cpp.s:
  123. $(MAKE) -f CMakeFiles/lccp.dir/build.make CMakeFiles/lccp.dir/src/lccp.cpp.s
  124. .PHONY : src/lccp.cpp.s
  125. src/project_lidar_to_camera.o: src/project_lidar_to_camera.cpp.o
  126. .PHONY : src/project_lidar_to_camera.o
  127. # target to build an object file
  128. src/project_lidar_to_camera.cpp.o:
  129. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.o
  130. .PHONY : src/project_lidar_to_camera.cpp.o
  131. src/project_lidar_to_camera.i: src/project_lidar_to_camera.cpp.i
  132. .PHONY : src/project_lidar_to_camera.i
  133. # target to preprocess a source file
  134. src/project_lidar_to_camera.cpp.i:
  135. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.i
  136. .PHONY : src/project_lidar_to_camera.cpp.i
  137. src/project_lidar_to_camera.s: src/project_lidar_to_camera.cpp.s
  138. .PHONY : src/project_lidar_to_camera.s
  139. # target to generate assembly for a file
  140. src/project_lidar_to_camera.cpp.s:
  141. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/project_lidar_to_camera.cpp.s
  142. .PHONY : src/project_lidar_to_camera.cpp.s
  143. src/show_lidar_top_view.o: src/show_lidar_top_view.cpp.o
  144. .PHONY : src/show_lidar_top_view.o
  145. # target to build an object file
  146. src/show_lidar_top_view.cpp.o:
  147. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.o
  148. .PHONY : src/show_lidar_top_view.cpp.o
  149. src/show_lidar_top_view.i: src/show_lidar_top_view.cpp.i
  150. .PHONY : src/show_lidar_top_view.i
  151. # target to preprocess a source file
  152. src/show_lidar_top_view.cpp.i:
  153. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.i
  154. .PHONY : src/show_lidar_top_view.cpp.i
  155. src/show_lidar_top_view.s: src/show_lidar_top_view.cpp.s
  156. .PHONY : src/show_lidar_top_view.s
  157. # target to generate assembly for a file
  158. src/show_lidar_top_view.cpp.s:
  159. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/show_lidar_top_view.cpp.s
  160. .PHONY : src/show_lidar_top_view.cpp.s
  161. src/structIO.o: src/structIO.cpp.o
  162. .PHONY : src/structIO.o
  163. # target to build an object file
  164. src/structIO.cpp.o:
  165. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.o
  166. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.o
  167. .PHONY : src/structIO.cpp.o
  168. src/structIO.i: src/structIO.cpp.i
  169. .PHONY : src/structIO.i
  170. # target to preprocess a source file
  171. src/structIO.cpp.i:
  172. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.i
  173. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.i
  174. .PHONY : src/structIO.cpp.i
  175. src/structIO.s: src/structIO.cpp.s
  176. .PHONY : src/structIO.s
  177. # target to generate assembly for a file
  178. src/structIO.cpp.s:
  179. $(MAKE) -f CMakeFiles/project_lidar_to_camera.dir/build.make CMakeFiles/project_lidar_to_camera.dir/src/structIO.cpp.s
  180. $(MAKE) -f CMakeFiles/show_lidar_top_view.dir/build.make CMakeFiles/show_lidar_top_view.dir/src/structIO.cpp.s
  181. .PHONY : src/structIO.cpp.s
  182. # Help Target
  183. help:
  184. @echo "The following are some of the valid targets for this Makefile:"
  185. @echo "... all (the default if no target is provided)"
  186. @echo "... clean"
  187. @echo "... depend"
  188. @echo "... rebuild_cache"
  189. @echo "... project_lidar_to_camera"
  190. @echo "... lccp"
  191. @echo "... edit_cache"
  192. @echo "... show_lidar_top_view"
  193. @echo "... src/lccp.o"
  194. @echo "... src/lccp.i"
  195. @echo "... src/lccp.s"
  196. @echo "... src/project_lidar_to_camera.o"
  197. @echo "... src/project_lidar_to_camera.i"
  198. @echo "... src/project_lidar_to_camera.s"
  199. @echo "... src/show_lidar_top_view.o"
  200. @echo "... src/show_lidar_top_view.i"
  201. @echo "... src/show_lidar_top_view.s"
  202. @echo "... src/structIO.o"
  203. @echo "... src/structIO.i"
  204. @echo "... src/structIO.s"
  205. .PHONY : help
  206. #=============================================================================
  207. # Special targets to cleanup operation of make.
  208. # Special rule to run CMake to check the build system integrity.
  209. # No rule that depends on this can have commands that come from listfiles
  210. # because they might be regenerated.
  211. cmake_check_build_system:
  212. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  213. .PHONY : cmake_check_build_system