Makefile 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.31
  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 = /opt/homebrew/bin/cmake
  36. # The command to remove a file.
  37. RM = /opt/homebrew/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 = /Users/caner/Desktop/CloudCompare
  42. # The top-level build directory on which CMake was run.
  43. CMAKE_BINARY_DIR = /Users/caner/Desktop/CloudCompare/build
  44. #=============================================================================
  45. # Targets provided globally by CMake.
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
  49. /opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
  57. /opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # Special rule for the target list_install_components
  63. list_install_components:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Runtime\" \"Unspecified\""
  65. .PHONY : list_install_components
  66. # Special rule for the target list_install_components
  67. list_install_components/fast: list_install_components
  68. .PHONY : list_install_components/fast
  69. # Special rule for the target install
  70. install: preinstall
  71. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  72. /opt/homebrew/bin/cmake -P cmake_install.cmake
  73. .PHONY : install
  74. # Special rule for the target install
  75. install/fast: preinstall/fast
  76. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
  77. /opt/homebrew/bin/cmake -P cmake_install.cmake
  78. .PHONY : install/fast
  79. # Special rule for the target install/local
  80. install/local: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  82. /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  83. .PHONY : install/local
  84. # Special rule for the target install/local
  85. install/local/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
  87. /opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  88. .PHONY : install/local/fast
  89. # Special rule for the target install/strip
  90. install/strip: preinstall
  91. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  92. /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  93. .PHONY : install/strip
  94. # Special rule for the target install/strip
  95. install/strip/fast: preinstall/fast
  96. @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
  97. /opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  98. .PHONY : install/strip/fast
  99. # The main all target
  100. all: cmake_check_build_system
  101. cd /Users/caner/Desktop/CloudCompare/build && $(CMAKE_COMMAND) -E cmake_progress_start /Users/caner/Desktop/CloudCompare/build/CMakeFiles /Users/caner/Desktop/CloudCompare/build/libs/CCPluginAPI//CMakeFiles/progress.marks
  102. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/CCPluginAPI/all
  103. $(CMAKE_COMMAND) -E cmake_progress_start /Users/caner/Desktop/CloudCompare/build/CMakeFiles 0
  104. .PHONY : all
  105. # The main clean target
  106. clean:
  107. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/CCPluginAPI/clean
  108. .PHONY : clean
  109. # The main clean target
  110. clean/fast: clean
  111. .PHONY : clean/fast
  112. # Prepare targets for installation.
  113. preinstall: all
  114. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/CCPluginAPI/preinstall
  115. .PHONY : preinstall
  116. # Prepare targets for installation.
  117. preinstall/fast:
  118. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/CCPluginAPI/preinstall
  119. .PHONY : preinstall/fast
  120. # clear depends
  121. depend:
  122. cd /Users/caner/Desktop/CloudCompare/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  123. .PHONY : depend
  124. # Convenience name for target.
  125. libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/rule:
  126. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/rule
  127. .PHONY : libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/rule
  128. # Convenience name for target.
  129. CCPluginAPI: libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/rule
  130. .PHONY : CCPluginAPI
  131. # fast build rule for target.
  132. CCPluginAPI/fast:
  133. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build
  134. .PHONY : CCPluginAPI/fast
  135. # Convenience name for target.
  136. libs/CCPluginAPI/CMakeFiles/CCPluginAPI_autogen.dir/rule:
  137. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libs/CCPluginAPI/CMakeFiles/CCPluginAPI_autogen.dir/rule
  138. .PHONY : libs/CCPluginAPI/CMakeFiles/CCPluginAPI_autogen.dir/rule
  139. # Convenience name for target.
  140. CCPluginAPI_autogen: libs/CCPluginAPI/CMakeFiles/CCPluginAPI_autogen.dir/rule
  141. .PHONY : CCPluginAPI_autogen
  142. # fast build rule for target.
  143. CCPluginAPI_autogen/fast:
  144. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI_autogen.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI_autogen.dir/build
  145. .PHONY : CCPluginAPI_autogen/fast
  146. CCPluginAPI_autogen/mocs_compilation.o: CCPluginAPI_autogen/mocs_compilation.cpp.o
  147. .PHONY : CCPluginAPI_autogen/mocs_compilation.o
  148. # target to build an object file
  149. CCPluginAPI_autogen/mocs_compilation.cpp.o:
  150. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/CCPluginAPI_autogen/mocs_compilation.cpp.o
  151. .PHONY : CCPluginAPI_autogen/mocs_compilation.cpp.o
  152. CCPluginAPI_autogen/mocs_compilation.i: CCPluginAPI_autogen/mocs_compilation.cpp.i
  153. .PHONY : CCPluginAPI_autogen/mocs_compilation.i
  154. # target to preprocess a source file
  155. CCPluginAPI_autogen/mocs_compilation.cpp.i:
  156. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/CCPluginAPI_autogen/mocs_compilation.cpp.i
  157. .PHONY : CCPluginAPI_autogen/mocs_compilation.cpp.i
  158. CCPluginAPI_autogen/mocs_compilation.s: CCPluginAPI_autogen/mocs_compilation.cpp.s
  159. .PHONY : CCPluginAPI_autogen/mocs_compilation.s
  160. # target to generate assembly for a file
  161. CCPluginAPI_autogen/mocs_compilation.cpp.s:
  162. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/CCPluginAPI_autogen/mocs_compilation.cpp.s
  163. .PHONY : CCPluginAPI_autogen/mocs_compilation.cpp.s
  164. src/ccColorScaleEditorDlg.o: src/ccColorScaleEditorDlg.cpp.o
  165. .PHONY : src/ccColorScaleEditorDlg.o
  166. # target to build an object file
  167. src/ccColorScaleEditorDlg.cpp.o:
  168. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleEditorDlg.cpp.o
  169. .PHONY : src/ccColorScaleEditorDlg.cpp.o
  170. src/ccColorScaleEditorDlg.i: src/ccColorScaleEditorDlg.cpp.i
  171. .PHONY : src/ccColorScaleEditorDlg.i
  172. # target to preprocess a source file
  173. src/ccColorScaleEditorDlg.cpp.i:
  174. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleEditorDlg.cpp.i
  175. .PHONY : src/ccColorScaleEditorDlg.cpp.i
  176. src/ccColorScaleEditorDlg.s: src/ccColorScaleEditorDlg.cpp.s
  177. .PHONY : src/ccColorScaleEditorDlg.s
  178. # target to generate assembly for a file
  179. src/ccColorScaleEditorDlg.cpp.s:
  180. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleEditorDlg.cpp.s
  181. .PHONY : src/ccColorScaleEditorDlg.cpp.s
  182. src/ccColorScaleEditorWidget.o: src/ccColorScaleEditorWidget.cpp.o
  183. .PHONY : src/ccColorScaleEditorWidget.o
  184. # target to build an object file
  185. src/ccColorScaleEditorWidget.cpp.o:
  186. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleEditorWidget.cpp.o
  187. .PHONY : src/ccColorScaleEditorWidget.cpp.o
  188. src/ccColorScaleEditorWidget.i: src/ccColorScaleEditorWidget.cpp.i
  189. .PHONY : src/ccColorScaleEditorWidget.i
  190. # target to preprocess a source file
  191. src/ccColorScaleEditorWidget.cpp.i:
  192. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleEditorWidget.cpp.i
  193. .PHONY : src/ccColorScaleEditorWidget.cpp.i
  194. src/ccColorScaleEditorWidget.s: src/ccColorScaleEditorWidget.cpp.s
  195. .PHONY : src/ccColorScaleEditorWidget.s
  196. # target to generate assembly for a file
  197. src/ccColorScaleEditorWidget.cpp.s:
  198. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleEditorWidget.cpp.s
  199. .PHONY : src/ccColorScaleEditorWidget.cpp.s
  200. src/ccColorScaleSelector.o: src/ccColorScaleSelector.cpp.o
  201. .PHONY : src/ccColorScaleSelector.o
  202. # target to build an object file
  203. src/ccColorScaleSelector.cpp.o:
  204. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleSelector.cpp.o
  205. .PHONY : src/ccColorScaleSelector.cpp.o
  206. src/ccColorScaleSelector.i: src/ccColorScaleSelector.cpp.i
  207. .PHONY : src/ccColorScaleSelector.i
  208. # target to preprocess a source file
  209. src/ccColorScaleSelector.cpp.i:
  210. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleSelector.cpp.i
  211. .PHONY : src/ccColorScaleSelector.cpp.i
  212. src/ccColorScaleSelector.s: src/ccColorScaleSelector.cpp.s
  213. .PHONY : src/ccColorScaleSelector.s
  214. # target to generate assembly for a file
  215. src/ccColorScaleSelector.cpp.s:
  216. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccColorScaleSelector.cpp.s
  217. .PHONY : src/ccColorScaleSelector.cpp.s
  218. src/ccCommandLineInterface.o: src/ccCommandLineInterface.cpp.o
  219. .PHONY : src/ccCommandLineInterface.o
  220. # target to build an object file
  221. src/ccCommandLineInterface.cpp.o:
  222. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccCommandLineInterface.cpp.o
  223. .PHONY : src/ccCommandLineInterface.cpp.o
  224. src/ccCommandLineInterface.i: src/ccCommandLineInterface.cpp.i
  225. .PHONY : src/ccCommandLineInterface.i
  226. # target to preprocess a source file
  227. src/ccCommandLineInterface.cpp.i:
  228. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccCommandLineInterface.cpp.i
  229. .PHONY : src/ccCommandLineInterface.cpp.i
  230. src/ccCommandLineInterface.s: src/ccCommandLineInterface.cpp.s
  231. .PHONY : src/ccCommandLineInterface.s
  232. # target to generate assembly for a file
  233. src/ccCommandLineInterface.cpp.s:
  234. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccCommandLineInterface.cpp.s
  235. .PHONY : src/ccCommandLineInterface.cpp.s
  236. src/ccOverlayDialog.o: src/ccOverlayDialog.cpp.o
  237. .PHONY : src/ccOverlayDialog.o
  238. # target to build an object file
  239. src/ccOverlayDialog.cpp.o:
  240. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccOverlayDialog.cpp.o
  241. .PHONY : src/ccOverlayDialog.cpp.o
  242. src/ccOverlayDialog.i: src/ccOverlayDialog.cpp.i
  243. .PHONY : src/ccOverlayDialog.i
  244. # target to preprocess a source file
  245. src/ccOverlayDialog.cpp.i:
  246. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccOverlayDialog.cpp.i
  247. .PHONY : src/ccOverlayDialog.cpp.i
  248. src/ccOverlayDialog.s: src/ccOverlayDialog.cpp.s
  249. .PHONY : src/ccOverlayDialog.s
  250. # target to generate assembly for a file
  251. src/ccOverlayDialog.cpp.s:
  252. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccOverlayDialog.cpp.s
  253. .PHONY : src/ccOverlayDialog.cpp.s
  254. src/ccPickingHub.o: src/ccPickingHub.cpp.o
  255. .PHONY : src/ccPickingHub.o
  256. # target to build an object file
  257. src/ccPickingHub.cpp.o:
  258. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccPickingHub.cpp.o
  259. .PHONY : src/ccPickingHub.cpp.o
  260. src/ccPickingHub.i: src/ccPickingHub.cpp.i
  261. .PHONY : src/ccPickingHub.i
  262. # target to preprocess a source file
  263. src/ccPickingHub.cpp.i:
  264. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccPickingHub.cpp.i
  265. .PHONY : src/ccPickingHub.cpp.i
  266. src/ccPickingHub.s: src/ccPickingHub.cpp.s
  267. .PHONY : src/ccPickingHub.s
  268. # target to generate assembly for a file
  269. src/ccPickingHub.cpp.s:
  270. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccPickingHub.cpp.s
  271. .PHONY : src/ccPickingHub.cpp.s
  272. src/ccRenderToFileDlg.o: src/ccRenderToFileDlg.cpp.o
  273. .PHONY : src/ccRenderToFileDlg.o
  274. # target to build an object file
  275. src/ccRenderToFileDlg.cpp.o:
  276. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccRenderToFileDlg.cpp.o
  277. .PHONY : src/ccRenderToFileDlg.cpp.o
  278. src/ccRenderToFileDlg.i: src/ccRenderToFileDlg.cpp.i
  279. .PHONY : src/ccRenderToFileDlg.i
  280. # target to preprocess a source file
  281. src/ccRenderToFileDlg.cpp.i:
  282. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccRenderToFileDlg.cpp.i
  283. .PHONY : src/ccRenderToFileDlg.cpp.i
  284. src/ccRenderToFileDlg.s: src/ccRenderToFileDlg.cpp.s
  285. .PHONY : src/ccRenderToFileDlg.s
  286. # target to generate assembly for a file
  287. src/ccRenderToFileDlg.cpp.s:
  288. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/build.make libs/CCPluginAPI/CMakeFiles/CCPluginAPI.dir/src/ccRenderToFileDlg.cpp.s
  289. .PHONY : src/ccRenderToFileDlg.cpp.s
  290. # Help Target
  291. help:
  292. @echo "The following are some of the valid targets for this Makefile:"
  293. @echo "... all (the default if no target is provided)"
  294. @echo "... clean"
  295. @echo "... depend"
  296. @echo "... edit_cache"
  297. @echo "... install"
  298. @echo "... install/local"
  299. @echo "... install/strip"
  300. @echo "... list_install_components"
  301. @echo "... rebuild_cache"
  302. @echo "... CCPluginAPI_autogen"
  303. @echo "... CCPluginAPI"
  304. @echo "... CCPluginAPI_autogen/mocs_compilation.o"
  305. @echo "... CCPluginAPI_autogen/mocs_compilation.i"
  306. @echo "... CCPluginAPI_autogen/mocs_compilation.s"
  307. @echo "... src/ccColorScaleEditorDlg.o"
  308. @echo "... src/ccColorScaleEditorDlg.i"
  309. @echo "... src/ccColorScaleEditorDlg.s"
  310. @echo "... src/ccColorScaleEditorWidget.o"
  311. @echo "... src/ccColorScaleEditorWidget.i"
  312. @echo "... src/ccColorScaleEditorWidget.s"
  313. @echo "... src/ccColorScaleSelector.o"
  314. @echo "... src/ccColorScaleSelector.i"
  315. @echo "... src/ccColorScaleSelector.s"
  316. @echo "... src/ccCommandLineInterface.o"
  317. @echo "... src/ccCommandLineInterface.i"
  318. @echo "... src/ccCommandLineInterface.s"
  319. @echo "... src/ccOverlayDialog.o"
  320. @echo "... src/ccOverlayDialog.i"
  321. @echo "... src/ccOverlayDialog.s"
  322. @echo "... src/ccPickingHub.o"
  323. @echo "... src/ccPickingHub.i"
  324. @echo "... src/ccPickingHub.s"
  325. @echo "... src/ccRenderToFileDlg.o"
  326. @echo "... src/ccRenderToFileDlg.i"
  327. @echo "... src/ccRenderToFileDlg.s"
  328. .PHONY : help
  329. #=============================================================================
  330. # Special targets to cleanup operation of make.
  331. # Special rule to run CMake to check the build system integrity.
  332. # No rule that depends on this can have commands that come from listfiles
  333. # because they might be regenerated.
  334. cmake_check_build_system:
  335. cd /Users/caner/Desktop/CloudCompare/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  336. .PHONY : cmake_check_build_system