You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

379 lines
13KB

  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "MSYS Makefiles" Generator, CMake Version 3.11
  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 = /C/msys64/mingw64/bin/cmake.exe
  26. # The command to remove a file.
  27. RM = /C/msys64/mingw64/bin/cmake.exe -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 = /F/git/Rack/dep/glew-2.1.0/build/cmake
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /F/git/Rack/dep/glew-2.1.0/build
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target install/strip
  37. install/strip: preinstall
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  39. /C/msys64/mingw64/bin/cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  40. .PHONY : install/strip
  41. # Special rule for the target install/strip
  42. install/strip/fast: preinstall/fast
  43. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  44. /C/msys64/mingw64/bin/cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target install/local
  47. install/local: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  49. /C/msys64/mingw64/bin/cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  50. .PHONY : install/local
  51. # Special rule for the target install/local
  52. install/local/fast: preinstall/fast
  53. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  54. /C/msys64/mingw64/bin/cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  55. .PHONY : install/local/fast
  56. # Special rule for the target install
  57. install: preinstall
  58. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  59. /C/msys64/mingw64/bin/cmake.exe -P cmake_install.cmake
  60. .PHONY : install
  61. # Special rule for the target install
  62. install/fast: preinstall/fast
  63. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  64. /C/msys64/mingw64/bin/cmake.exe -P cmake_install.cmake
  65. .PHONY : install/fast
  66. # Special rule for the target list_install_components
  67. list_install_components:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  69. .PHONY : list_install_components
  70. # Special rule for the target list_install_components
  71. list_install_components/fast: list_install_components
  72. .PHONY : list_install_components/fast
  73. # Special rule for the target rebuild_cache
  74. rebuild_cache:
  75. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  76. /C/msys64/mingw64/bin/cmake.exe -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  77. .PHONY : rebuild_cache
  78. # Special rule for the target rebuild_cache
  79. rebuild_cache/fast: rebuild_cache
  80. .PHONY : rebuild_cache/fast
  81. # Special rule for the target edit_cache
  82. edit_cache:
  83. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  84. /C/msys64/mingw64/bin/cmake-gui.exe -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  85. .PHONY : edit_cache
  86. # Special rule for the target edit_cache
  87. edit_cache/fast: edit_cache
  88. .PHONY : edit_cache/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. $(CMAKE_COMMAND) -E cmake_progress_start /F/git/Rack/dep/glew-2.1.0/build/CMakeFiles /F/git/Rack/dep/glew-2.1.0/build/CMakeFiles/progress.marks
  92. $(MAKE) -f CMakeFiles/Makefile2 all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /F/git/Rack/dep/glew-2.1.0/build/CMakeFiles 0
  94. .PHONY : all
  95. # The main clean target
  96. clean:
  97. $(MAKE) -f CMakeFiles/Makefile2 clean
  98. .PHONY : clean
  99. # The main clean target
  100. clean/fast: clean
  101. .PHONY : clean/fast
  102. # Prepare targets for installation.
  103. preinstall: all
  104. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  105. .PHONY : preinstall
  106. # Prepare targets for installation.
  107. preinstall/fast:
  108. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  109. .PHONY : preinstall/fast
  110. # clear depends
  111. depend:
  112. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  113. .PHONY : depend
  114. #=============================================================================
  115. # Target rules for targets named glew_s
  116. # Build rule for target.
  117. glew_s: cmake_check_build_system
  118. $(MAKE) -f CMakeFiles/Makefile2 glew_s
  119. .PHONY : glew_s
  120. # fast build rule for target.
  121. glew_s/fast:
  122. $(MAKE) -f CMakeFiles/glew_s.dir/build.make CMakeFiles/glew_s.dir/build
  123. .PHONY : glew_s/fast
  124. #=============================================================================
  125. # Target rules for targets named glew
  126. # Build rule for target.
  127. glew: cmake_check_build_system
  128. $(MAKE) -f CMakeFiles/Makefile2 glew
  129. .PHONY : glew
  130. # fast build rule for target.
  131. glew/fast:
  132. $(MAKE) -f CMakeFiles/glew.dir/build.make CMakeFiles/glew.dir/build
  133. .PHONY : glew/fast
  134. #=============================================================================
  135. # Target rules for targets named glewinfo
  136. # Build rule for target.
  137. glewinfo: cmake_check_build_system
  138. $(MAKE) -f CMakeFiles/Makefile2 glewinfo
  139. .PHONY : glewinfo
  140. # fast build rule for target.
  141. glewinfo/fast:
  142. $(MAKE) -f CMakeFiles/glewinfo.dir/build.make CMakeFiles/glewinfo.dir/build
  143. .PHONY : glewinfo/fast
  144. #=============================================================================
  145. # Target rules for targets named visualinfo
  146. # Build rule for target.
  147. visualinfo: cmake_check_build_system
  148. $(MAKE) -f CMakeFiles/Makefile2 visualinfo
  149. .PHONY : visualinfo
  150. # fast build rule for target.
  151. visualinfo/fast:
  152. $(MAKE) -f CMakeFiles/visualinfo.dir/build.make CMakeFiles/visualinfo.dir/build
  153. .PHONY : visualinfo/fast
  154. #=============================================================================
  155. # Target rules for targets named uninstall
  156. # Build rule for target.
  157. uninstall: cmake_check_build_system
  158. $(MAKE) -f CMakeFiles/Makefile2 uninstall
  159. .PHONY : uninstall
  160. # fast build rule for target.
  161. uninstall/fast:
  162. $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
  163. .PHONY : uninstall/fast
  164. F_/git/Rack/dep/glew-2.1.0/src/glew.obj: F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj
  165. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glew.obj
  166. # target to build an object file
  167. F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj:
  168. $(MAKE) -f CMakeFiles/glew_s.dir/build.make CMakeFiles/glew_s.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj
  169. $(MAKE) -f CMakeFiles/glew.dir/build.make CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj
  170. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glew.c.obj
  171. F_/git/Rack/dep/glew-2.1.0/src/glew.i: F_/git/Rack/dep/glew-2.1.0/src/glew.c.i
  172. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glew.i
  173. # target to preprocess a source file
  174. F_/git/Rack/dep/glew-2.1.0/src/glew.c.i:
  175. $(MAKE) -f CMakeFiles/glew_s.dir/build.make CMakeFiles/glew_s.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.i
  176. $(MAKE) -f CMakeFiles/glew.dir/build.make CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.i
  177. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glew.c.i
  178. F_/git/Rack/dep/glew-2.1.0/src/glew.s: F_/git/Rack/dep/glew-2.1.0/src/glew.c.s
  179. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glew.s
  180. # target to generate assembly for a file
  181. F_/git/Rack/dep/glew-2.1.0/src/glew.c.s:
  182. $(MAKE) -f CMakeFiles/glew_s.dir/build.make CMakeFiles/glew_s.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.s
  183. $(MAKE) -f CMakeFiles/glew.dir/build.make CMakeFiles/glew.dir/F_/git/Rack/dep/glew-2.1.0/src/glew.c.s
  184. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glew.c.s
  185. F_/git/Rack/dep/glew-2.1.0/src/glewinfo.obj: F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.obj
  186. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glewinfo.obj
  187. # target to build an object file
  188. F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.obj:
  189. $(MAKE) -f CMakeFiles/glewinfo.dir/build.make CMakeFiles/glewinfo.dir/F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.obj
  190. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.obj
  191. F_/git/Rack/dep/glew-2.1.0/src/glewinfo.i: F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.i
  192. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glewinfo.i
  193. # target to preprocess a source file
  194. F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.i:
  195. $(MAKE) -f CMakeFiles/glewinfo.dir/build.make CMakeFiles/glewinfo.dir/F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.i
  196. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.i
  197. F_/git/Rack/dep/glew-2.1.0/src/glewinfo.s: F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.s
  198. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glewinfo.s
  199. # target to generate assembly for a file
  200. F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.s:
  201. $(MAKE) -f CMakeFiles/glewinfo.dir/build.make CMakeFiles/glewinfo.dir/F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.s
  202. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/glewinfo.c.s
  203. F_/git/Rack/dep/glew-2.1.0/src/visualinfo.obj: F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.obj
  204. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/visualinfo.obj
  205. # target to build an object file
  206. F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.obj:
  207. $(MAKE) -f CMakeFiles/visualinfo.dir/build.make CMakeFiles/visualinfo.dir/F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.obj
  208. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.obj
  209. F_/git/Rack/dep/glew-2.1.0/src/visualinfo.i: F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.i
  210. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/visualinfo.i
  211. # target to preprocess a source file
  212. F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.i:
  213. $(MAKE) -f CMakeFiles/visualinfo.dir/build.make CMakeFiles/visualinfo.dir/F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.i
  214. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.i
  215. F_/git/Rack/dep/glew-2.1.0/src/visualinfo.s: F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.s
  216. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/visualinfo.s
  217. # target to generate assembly for a file
  218. F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.s:
  219. $(MAKE) -f CMakeFiles/visualinfo.dir/build.make CMakeFiles/visualinfo.dir/F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.s
  220. .PHONY : F_/git/Rack/dep/glew-2.1.0/src/visualinfo.c.s
  221. glew.obj: glew.rc.obj
  222. .PHONY : glew.obj
  223. # target to build an object file
  224. glew.rc.obj:
  225. $(MAKE) -f CMakeFiles/glew_s.dir/build.make CMakeFiles/glew_s.dir/glew.rc.obj
  226. $(MAKE) -f CMakeFiles/glew.dir/build.make CMakeFiles/glew.dir/glew.rc.obj
  227. .PHONY : glew.rc.obj
  228. glewinfo.obj: glewinfo.rc.obj
  229. .PHONY : glewinfo.obj
  230. # target to build an object file
  231. glewinfo.rc.obj:
  232. $(MAKE) -f CMakeFiles/glewinfo.dir/build.make CMakeFiles/glewinfo.dir/glewinfo.rc.obj
  233. .PHONY : glewinfo.rc.obj
  234. visualinfo.obj: visualinfo.rc.obj
  235. .PHONY : visualinfo.obj
  236. # target to build an object file
  237. visualinfo.rc.obj:
  238. $(MAKE) -f CMakeFiles/visualinfo.dir/build.make CMakeFiles/visualinfo.dir/visualinfo.rc.obj
  239. .PHONY : visualinfo.rc.obj
  240. # Help Target
  241. help:
  242. @echo "The following are some of the valid targets for this Makefile:"
  243. @echo "... all (the default if no target is provided)"
  244. @echo "... clean"
  245. @echo "... depend"
  246. @echo "... install/strip"
  247. @echo "... install/local"
  248. @echo "... install"
  249. @echo "... list_install_components"
  250. @echo "... rebuild_cache"
  251. @echo "... glew_s"
  252. @echo "... glew"
  253. @echo "... glewinfo"
  254. @echo "... visualinfo"
  255. @echo "... uninstall"
  256. @echo "... edit_cache"
  257. @echo "... F_/git/Rack/dep/glew-2.1.0/src/glew.obj"
  258. @echo "... F_/git/Rack/dep/glew-2.1.0/src/glew.i"
  259. @echo "... F_/git/Rack/dep/glew-2.1.0/src/glew.s"
  260. @echo "... F_/git/Rack/dep/glew-2.1.0/src/glewinfo.obj"
  261. @echo "... F_/git/Rack/dep/glew-2.1.0/src/glewinfo.i"
  262. @echo "... F_/git/Rack/dep/glew-2.1.0/src/glewinfo.s"
  263. @echo "... F_/git/Rack/dep/glew-2.1.0/src/visualinfo.obj"
  264. @echo "... F_/git/Rack/dep/glew-2.1.0/src/visualinfo.i"
  265. @echo "... F_/git/Rack/dep/glew-2.1.0/src/visualinfo.s"
  266. @echo "... glew.obj"
  267. @echo "... glewinfo.obj"
  268. @echo "... visualinfo.obj"
  269. .PHONY : help
  270. #=============================================================================
  271. # Special targets to cleanup operation of make.
  272. # Special rule to run CMake to check the build system integrity.
  273. # No rule that depends on this can have commands that come from listfiles
  274. # because they might be regenerated.
  275. cmake_check_build_system:
  276. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  277. .PHONY : cmake_check_build_system