Makefile 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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/qCC/translations//CMakeFiles/progress.marks
  102. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/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 qCC/translations/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 qCC/translations/preinstall
  115. .PHONY : preinstall
  116. # Prepare targets for installation.
  117. preinstall/fast:
  118. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/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. qCC/translations/CMakeFiles/translations.dir/rule:
  126. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations.dir/rule
  127. .PHONY : qCC/translations/CMakeFiles/translations.dir/rule
  128. # Convenience name for target.
  129. translations: qCC/translations/CMakeFiles/translations.dir/rule
  130. .PHONY : translations
  131. # fast build rule for target.
  132. translations/fast:
  133. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations.dir/build.make qCC/translations/CMakeFiles/translations.dir/build
  134. .PHONY : translations/fast
  135. # Convenience name for target.
  136. qCC/translations/CMakeFiles/translations_de.dir/rule:
  137. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations_de.dir/rule
  138. .PHONY : qCC/translations/CMakeFiles/translations_de.dir/rule
  139. # Convenience name for target.
  140. translations_de: qCC/translations/CMakeFiles/translations_de.dir/rule
  141. .PHONY : translations_de
  142. # fast build rule for target.
  143. translations_de/fast:
  144. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations_de.dir/build.make qCC/translations/CMakeFiles/translations_de.dir/build
  145. .PHONY : translations_de/fast
  146. # Convenience name for target.
  147. qCC/translations/CMakeFiles/translations_es.dir/rule:
  148. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations_es.dir/rule
  149. .PHONY : qCC/translations/CMakeFiles/translations_es.dir/rule
  150. # Convenience name for target.
  151. translations_es: qCC/translations/CMakeFiles/translations_es.dir/rule
  152. .PHONY : translations_es
  153. # fast build rule for target.
  154. translations_es/fast:
  155. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations_es.dir/build.make qCC/translations/CMakeFiles/translations_es.dir/build
  156. .PHONY : translations_es/fast
  157. # Convenience name for target.
  158. qCC/translations/CMakeFiles/translations_fr.dir/rule:
  159. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations_fr.dir/rule
  160. .PHONY : qCC/translations/CMakeFiles/translations_fr.dir/rule
  161. # Convenience name for target.
  162. translations_fr: qCC/translations/CMakeFiles/translations_fr.dir/rule
  163. .PHONY : translations_fr
  164. # fast build rule for target.
  165. translations_fr/fast:
  166. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations_fr.dir/build.make qCC/translations/CMakeFiles/translations_fr.dir/build
  167. .PHONY : translations_fr/fast
  168. # Convenience name for target.
  169. qCC/translations/CMakeFiles/translations_ja.dir/rule:
  170. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations_ja.dir/rule
  171. .PHONY : qCC/translations/CMakeFiles/translations_ja.dir/rule
  172. # Convenience name for target.
  173. translations_ja: qCC/translations/CMakeFiles/translations_ja.dir/rule
  174. .PHONY : translations_ja
  175. # fast build rule for target.
  176. translations_ja/fast:
  177. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations_ja.dir/build.make qCC/translations/CMakeFiles/translations_ja.dir/build
  178. .PHONY : translations_ja/fast
  179. # Convenience name for target.
  180. qCC/translations/CMakeFiles/translations_ko.dir/rule:
  181. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations_ko.dir/rule
  182. .PHONY : qCC/translations/CMakeFiles/translations_ko.dir/rule
  183. # Convenience name for target.
  184. translations_ko: qCC/translations/CMakeFiles/translations_ko.dir/rule
  185. .PHONY : translations_ko
  186. # fast build rule for target.
  187. translations_ko/fast:
  188. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations_ko.dir/build.make qCC/translations/CMakeFiles/translations_ko.dir/build
  189. .PHONY : translations_ko/fast
  190. # Convenience name for target.
  191. qCC/translations/CMakeFiles/translations_ru.dir/rule:
  192. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 qCC/translations/CMakeFiles/translations_ru.dir/rule
  193. .PHONY : qCC/translations/CMakeFiles/translations_ru.dir/rule
  194. # Convenience name for target.
  195. translations_ru: qCC/translations/CMakeFiles/translations_ru.dir/rule
  196. .PHONY : translations_ru
  197. # fast build rule for target.
  198. translations_ru/fast:
  199. cd /Users/caner/Desktop/CloudCompare/build && $(MAKE) $(MAKESILENT) -f qCC/translations/CMakeFiles/translations_ru.dir/build.make qCC/translations/CMakeFiles/translations_ru.dir/build
  200. .PHONY : translations_ru/fast
  201. # Help Target
  202. help:
  203. @echo "The following are some of the valid targets for this Makefile:"
  204. @echo "... all (the default if no target is provided)"
  205. @echo "... clean"
  206. @echo "... depend"
  207. @echo "... edit_cache"
  208. @echo "... install"
  209. @echo "... install/local"
  210. @echo "... install/strip"
  211. @echo "... list_install_components"
  212. @echo "... rebuild_cache"
  213. @echo "... translations"
  214. @echo "... translations_de"
  215. @echo "... translations_es"
  216. @echo "... translations_fr"
  217. @echo "... translations_ja"
  218. @echo "... translations_ko"
  219. @echo "... translations_ru"
  220. .PHONY : help
  221. #=============================================================================
  222. # Special targets to cleanup operation of make.
  223. # Special rule to run CMake to check the build system integrity.
  224. # No rule that depends on this can have commands that come from listfiles
  225. # because they might be regenerated.
  226. cmake_check_build_system:
  227. cd /Users/caner/Desktop/CloudCompare/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  228. .PHONY : cmake_check_build_system