Advertisement
KiwiNFLFan

Makefile

Jul 30th, 2023
1,427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 7.16 KB | Source Code | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.26
  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 = /Volumes/MacSSD2/Applications/CMake.app/Contents/bin/cmake
  52.  
  53. # The command to remove a file.
  54. RM = /Volumes/MacSSD2/Applications/CMake.app/Contents/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 = /Volumes/MacSSD2/Projects/MyProject
  61.  
  62. # The top-level build directory on which CMake was run.
  63. CMAKE_BINARY_DIR = /Volumes/MacSSD2/Projects/MyProject/build
  64.  
  65. #=============================================================================
  66. # Targets provided globally by CMake.
  67.  
  68. # Special rule for the target edit_cache
  69. edit_cache:
  70.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  71.     /Volumes/MacSSD2/Applications/CMake.app/Contents/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  72. .PHONY : edit_cache
  73.  
  74. # Special rule for the target edit_cache
  75. edit_cache/fast: edit_cache
  76. .PHONY : edit_cache/fast
  77.  
  78. # Special rule for the target rebuild_cache
  79. rebuild_cache:
  80.     @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  81.     /Volumes/MacSSD2/Applications/CMake.app/Contents/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  82. .PHONY : rebuild_cache
  83.  
  84. # Special rule for the target rebuild_cache
  85. rebuild_cache/fast: rebuild_cache
  86. .PHONY : rebuild_cache/fast
  87.  
  88. # The main all target
  89. all: cmake_check_build_system
  90.     $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/MacSSD2/Projects/MyProject/build/CMakeFiles /Volumes/MacSSD2/Projects/MyProject/build//CMakeFiles/progress.marks
  91.     $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
  92.     $(CMAKE_COMMAND) -E cmake_progress_start /Volumes/MacSSD2/Projects/MyProject/build/CMakeFiles 0
  93. .PHONY : all
  94.  
  95. # The main clean target
  96. clean:
  97.     $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
  98. .PHONY : clean
  99.  
  100. # The main clean target
  101. clean/fast: clean
  102. .PHONY : clean/fast
  103.  
  104. # Prepare targets for installation.
  105. preinstall: all
  106.     $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  107. .PHONY : preinstall
  108.  
  109. # Prepare targets for installation.
  110. preinstall/fast:
  111.     $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
  112. .PHONY : preinstall/fast
  113.  
  114. # clear depends
  115. depend:
  116.     $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  117. .PHONY : depend
  118.  
  119. #=============================================================================
  120. # Target rules for targets named MyWxApp
  121.  
  122. # Build rule for target.
  123. MyWxApp: cmake_check_build_system
  124.     $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 MyWxApp
  125. .PHONY : MyWxApp
  126.  
  127. # fast build rule for target.
  128. MyWxApp/fast:
  129.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/build
  130. .PHONY : MyWxApp/fast
  131.  
  132. GUIFrame.o: GUIFrame.cpp.o
  133. .PHONY : GUIFrame.o
  134.  
  135. # target to build an object file
  136. GUIFrame.cpp.o:
  137.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/GUIFrame.cpp.o
  138. .PHONY : GUIFrame.cpp.o
  139.  
  140. GUIFrame.i: GUIFrame.cpp.i
  141. .PHONY : GUIFrame.i
  142.  
  143. # target to preprocess a source file
  144. GUIFrame.cpp.i:
  145.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/GUIFrame.cpp.i
  146. .PHONY : GUIFrame.cpp.i
  147.  
  148. GUIFrame.s: GUIFrame.cpp.s
  149. .PHONY : GUIFrame.s
  150.  
  151. # target to generate assembly for a file
  152. GUIFrame.cpp.s:
  153.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/GUIFrame.cpp.s
  154. .PHONY : GUIFrame.cpp.s
  155.  
  156. MyProjectApp.o: MyProjectApp.cpp.o
  157. .PHONY : MyProjectApp.o
  158.  
  159. # target to build an object file
  160. MyProjectApp.cpp.o:
  161.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/MyProjectApp.cpp.o
  162. .PHONY : MyProjectApp.cpp.o
  163.  
  164. MyProjectApp.i: MyProjectApp.cpp.i
  165. .PHONY : MyProjectApp.i
  166.  
  167. # target to preprocess a source file
  168. MyProjectApp.cpp.i:
  169.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/MyProjectApp.cpp.i
  170. .PHONY : MyProjectApp.cpp.i
  171.  
  172. MyProjectApp.s: MyProjectApp.cpp.s
  173. .PHONY : MyProjectApp.s
  174.  
  175. # target to generate assembly for a file
  176. MyProjectApp.cpp.s:
  177.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/MyProjectApp.cpp.s
  178. .PHONY : MyProjectApp.cpp.s
  179.  
  180. MyProjectMain.o: MyProjectMain.cpp.o
  181. .PHONY : MyProjectMain.o
  182.  
  183. # target to build an object file
  184. MyProjectMain.cpp.o:
  185.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/MyProjectMain.cpp.o
  186. .PHONY : MyProjectMain.cpp.o
  187.  
  188. MyProjectMain.i: MyProjectMain.cpp.i
  189. .PHONY : MyProjectMain.i
  190.  
  191. # target to preprocess a source file
  192. MyProjectMain.cpp.i:
  193.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/MyProjectMain.cpp.i
  194. .PHONY : MyProjectMain.cpp.i
  195.  
  196. MyProjectMain.s: MyProjectMain.cpp.s
  197. .PHONY : MyProjectMain.s
  198.  
  199. # target to generate assembly for a file
  200. MyProjectMain.cpp.s:
  201.     $(MAKE) $(MAKESILENT) -f CMakeFiles/MyWxApp.dir/build.make CMakeFiles/MyWxApp.dir/MyProjectMain.cpp.s
  202. .PHONY : MyProjectMain.cpp.s
  203.  
  204. # Help Target
  205. help:
  206.     @echo "The following are some of the valid targets for this Makefile:"
  207.     @echo "... all (the default if no target is provided)"
  208.     @echo "... clean"
  209.     @echo "... depend"
  210.     @echo "... edit_cache"
  211.     @echo "... rebuild_cache"
  212.     @echo "... MyWxApp"
  213.     @echo "... GUIFrame.o"
  214.     @echo "... GUIFrame.i"
  215.     @echo "... GUIFrame.s"
  216.     @echo "... MyProjectApp.o"
  217.     @echo "... MyProjectApp.i"
  218.     @echo "... MyProjectApp.s"
  219.     @echo "... MyProjectMain.o"
  220.     @echo "... MyProjectMain.i"
  221.     @echo "... MyProjectMain.s"
  222. .PHONY : help
  223.  
  224.  
  225.  
  226. #=============================================================================
  227. # Special targets to cleanup operation of make.
  228.  
  229. # Special rule to run CMake to check the build system integrity.
  230. # No rule that depends on this can have commands that come from listfiles
  231. # because they might be regenerated.
  232. cmake_check_build_system:
  233.     $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  234. .PHONY : cmake_check_build_system
  235.  
  236.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement