Guest User

Untitled

a guest
Mar 22nd, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3.  
  4. # Default target executed when no arguments are given to make.
  5. default_target: all
  6. .PHONY : default_target
  7.  
  8. # The main recursive all target
  9. all:
  10. .PHONY : all
  11.  
  12. # The main recursive preinstall target
  13. preinstall:
  14. .PHONY : preinstall
  15.  
  16. #=============================================================================
  17. # Special targets provided by cmake.
  18.  
  19. # Disable implicit rules so canonical targets will work.
  20. .SUFFIXES:
  21.  
  22. # Remove some rules from gmake that .SUFFIXES does not remove.
  23. SUFFIXES =
  24.  
  25. .SUFFIXES: .hpux_make_needs_suffix_list
  26.  
  27. # Produce verbose output by default.
  28. VERBOSE = 1
  29.  
  30. # Suppress display of executed commands.
  31. $(VERBOSE).SILENT:
  32.  
  33. # A target that is always out of date.
  34. cmake_force:
  35. .PHONY : cmake_force
  36.  
  37. #=============================================================================
  38. # Set environment variables for the build.
  39.  
  40. # The shell in which to execute make rules.
  41. SHELL = /bin/sh
  42.  
  43. # The CMake executable.
  44. CMAKE_COMMAND = /usr/bin/cmake
  45.  
  46. # The command to remove a file.
  47. RM = /usr/bin/cmake -E remove -f
  48.  
  49. # Escaping for special characters.
  50. EQUALS = =
  51.  
  52. # The top-level source directory on which CMake was run.
  53. CMAKE_SOURCE_DIR = /home/icydefiance/Documents/code/EngineCPP
  54.  
  55. # The top-level build directory on which CMake was run.
  56. CMAKE_BINARY_DIR = /home/icydefiance/Documents/code/EngineCPP/build
  57.  
  58. #=============================================================================
  59. # Directory level rules for directory glfw
  60.  
  61. # Convenience name for "all" pass in the directory.
  62. glfw/all: glfw/src/all
  63. .PHONY : glfw/all
  64.  
  65. # Convenience name for "clean" pass in the directory.
  66. glfw/clean: glfw/CMakeFiles/uninstall.dir/clean
  67. glfw/clean: glfw/src/clean
  68. .PHONY : glfw/clean
  69.  
  70. # Convenience name for "preinstall" pass in the directory.
  71. glfw/preinstall: glfw/src/preinstall
  72. .PHONY : glfw/preinstall
  73.  
  74. #=============================================================================
  75. # Target rules for target glfw/CMakeFiles/uninstall.dir
  76.  
  77. # All Build rule for target.
  78. glfw/CMakeFiles/uninstall.dir/all:
  79. $(MAKE) -f glfw/CMakeFiles/uninstall.dir/build.make glfw/CMakeFiles/uninstall.dir/depend
  80. $(MAKE) -f glfw/CMakeFiles/uninstall.dir/build.make glfw/CMakeFiles/uninstall.dir/build
  81. $(CMAKE_COMMAND) -E cmake_progress_report /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles
  82. @echo "Built target uninstall"
  83. .PHONY : glfw/CMakeFiles/uninstall.dir/all
  84.  
  85. # Build rule for subdir invocation for target.
  86. glfw/CMakeFiles/uninstall.dir/rule: cmake_check_build_system
  87. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 0
  88. $(MAKE) -f CMakeFiles/Makefile2 glfw/CMakeFiles/uninstall.dir/all
  89. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 0
  90. .PHONY : glfw/CMakeFiles/uninstall.dir/rule
  91.  
  92. # Convenience name for target.
  93. uninstall: glfw/CMakeFiles/uninstall.dir/rule
  94. .PHONY : uninstall
  95.  
  96. # clean rule for target.
  97. glfw/CMakeFiles/uninstall.dir/clean:
  98. $(MAKE) -f glfw/CMakeFiles/uninstall.dir/build.make glfw/CMakeFiles/uninstall.dir/clean
  99. .PHONY : glfw/CMakeFiles/uninstall.dir/clean
  100.  
  101. # clean rule for target.
  102. clean: glfw/CMakeFiles/uninstall.dir/clean
  103. .PHONY : clean
  104.  
  105. #=============================================================================
  106. # Directory level rules for directory glfw/src
  107.  
  108. # Convenience name for "all" pass in the directory.
  109. glfw/src/all: glfw/src/CMakeFiles/glfw.dir/all
  110. .PHONY : glfw/src/all
  111.  
  112. # Convenience name for "clean" pass in the directory.
  113. glfw/src/clean: glfw/src/CMakeFiles/glfw.dir/clean
  114. .PHONY : glfw/src/clean
  115.  
  116. # Convenience name for "preinstall" pass in the directory.
  117. glfw/src/preinstall:
  118. .PHONY : glfw/src/preinstall
  119.  
  120. #=============================================================================
  121. # Target rules for target glfw/src/CMakeFiles/glfw.dir
  122.  
  123. # All Build rule for target.
  124. glfw/src/CMakeFiles/glfw.dir/all:
  125. $(MAKE) -f glfw/src/CMakeFiles/glfw.dir/build.make glfw/src/CMakeFiles/glfw.dir/depend
  126. $(MAKE) -f glfw/src/CMakeFiles/glfw.dir/build.make glfw/src/CMakeFiles/glfw.dir/build
  127. $(CMAKE_COMMAND) -E cmake_progress_report /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 5 6 7 8 9 10 11 12 13 14 15 16 17
  128. @echo "Built target glfw"
  129. .PHONY : glfw/src/CMakeFiles/glfw.dir/all
  130.  
  131. # Include target in all.
  132. all: glfw/src/CMakeFiles/glfw.dir/all
  133. .PHONY : all
  134.  
  135. # Build rule for subdir invocation for target.
  136. glfw/src/CMakeFiles/glfw.dir/rule: cmake_check_build_system
  137. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 13
  138. $(MAKE) -f CMakeFiles/Makefile2 glfw/src/CMakeFiles/glfw.dir/all
  139. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 0
  140. .PHONY : glfw/src/CMakeFiles/glfw.dir/rule
  141.  
  142. # Convenience name for target.
  143. glfw: glfw/src/CMakeFiles/glfw.dir/rule
  144. .PHONY : glfw
  145.  
  146. # clean rule for target.
  147. glfw/src/CMakeFiles/glfw.dir/clean:
  148. $(MAKE) -f glfw/src/CMakeFiles/glfw.dir/build.make glfw/src/CMakeFiles/glfw.dir/clean
  149. .PHONY : glfw/src/CMakeFiles/glfw.dir/clean
  150.  
  151. # clean rule for target.
  152. clean: glfw/src/CMakeFiles/glfw.dir/clean
  153. .PHONY : clean
  154.  
  155. #=============================================================================
  156. # Directory level rules for directory Engine
  157.  
  158. # Convenience name for "all" pass in the directory.
  159. Engine/all: Engine/CMakeFiles/Engine.dir/all
  160. .PHONY : Engine/all
  161.  
  162. # Convenience name for "clean" pass in the directory.
  163. Engine/clean: Engine/CMakeFiles/Engine.dir/clean
  164. .PHONY : Engine/clean
  165.  
  166. # Convenience name for "preinstall" pass in the directory.
  167. Engine/preinstall:
  168. .PHONY : Engine/preinstall
  169.  
  170. #=============================================================================
  171. # Target rules for target Engine/CMakeFiles/Engine.dir
  172.  
  173. # All Build rule for target.
  174. Engine/CMakeFiles/Engine.dir/all: glfw/src/CMakeFiles/glfw.dir/all
  175. $(MAKE) -f Engine/CMakeFiles/Engine.dir/build.make Engine/CMakeFiles/Engine.dir/depend
  176. $(MAKE) -f Engine/CMakeFiles/Engine.dir/build.make Engine/CMakeFiles/Engine.dir/build
  177. $(CMAKE_COMMAND) -E cmake_progress_report /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 1 2 3
  178. @echo "Built target Engine"
  179. .PHONY : Engine/CMakeFiles/Engine.dir/all
  180.  
  181. # Include target in all.
  182. all: Engine/CMakeFiles/Engine.dir/all
  183. .PHONY : all
  184.  
  185. # Build rule for subdir invocation for target.
  186. Engine/CMakeFiles/Engine.dir/rule: cmake_check_build_system
  187. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 16
  188. $(MAKE) -f CMakeFiles/Makefile2 Engine/CMakeFiles/Engine.dir/all
  189. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 0
  190. .PHONY : Engine/CMakeFiles/Engine.dir/rule
  191.  
  192. # Convenience name for target.
  193. Engine: Engine/CMakeFiles/Engine.dir/rule
  194. .PHONY : Engine
  195.  
  196. # clean rule for target.
  197. Engine/CMakeFiles/Engine.dir/clean:
  198. $(MAKE) -f Engine/CMakeFiles/Engine.dir/build.make Engine/CMakeFiles/Engine.dir/clean
  199. .PHONY : Engine/CMakeFiles/Engine.dir/clean
  200.  
  201. # clean rule for target.
  202. clean: Engine/CMakeFiles/Engine.dir/clean
  203. .PHONY : clean
  204.  
  205. #=============================================================================
  206. # Directory level rules for directory EngineTest
  207.  
  208. # Convenience name for "all" pass in the directory.
  209. EngineTest/all: EngineTest/CMakeFiles/EngineTest.dir/all
  210. .PHONY : EngineTest/all
  211.  
  212. # Convenience name for "clean" pass in the directory.
  213. EngineTest/clean: EngineTest/CMakeFiles/EngineTest.dir/clean
  214. .PHONY : EngineTest/clean
  215.  
  216. # Convenience name for "preinstall" pass in the directory.
  217. EngineTest/preinstall:
  218. .PHONY : EngineTest/preinstall
  219.  
  220. #=============================================================================
  221. # Target rules for target EngineTest/CMakeFiles/EngineTest.dir
  222.  
  223. # All Build rule for target.
  224. EngineTest/CMakeFiles/EngineTest.dir/all: Engine/CMakeFiles/Engine.dir/all
  225. EngineTest/CMakeFiles/EngineTest.dir/all: glfw/src/CMakeFiles/glfw.dir/all
  226. $(MAKE) -f EngineTest/CMakeFiles/EngineTest.dir/build.make EngineTest/CMakeFiles/EngineTest.dir/depend
  227. $(MAKE) -f EngineTest/CMakeFiles/EngineTest.dir/build.make EngineTest/CMakeFiles/EngineTest.dir/build
  228. $(CMAKE_COMMAND) -E cmake_progress_report /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 4
  229. @echo "Built target EngineTest"
  230. .PHONY : EngineTest/CMakeFiles/EngineTest.dir/all
  231.  
  232. # Include target in all.
  233. all: EngineTest/CMakeFiles/EngineTest.dir/all
  234. .PHONY : all
  235.  
  236. # Build rule for subdir invocation for target.
  237. EngineTest/CMakeFiles/EngineTest.dir/rule: cmake_check_build_system
  238. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 17
  239. $(MAKE) -f CMakeFiles/Makefile2 EngineTest/CMakeFiles/EngineTest.dir/all
  240. $(CMAKE_COMMAND) -E cmake_progress_start /home/icydefiance/Documents/code/EngineCPP/build/CMakeFiles 0
  241. .PHONY : EngineTest/CMakeFiles/EngineTest.dir/rule
  242.  
  243. # Convenience name for target.
  244. EngineTest: EngineTest/CMakeFiles/EngineTest.dir/rule
  245. .PHONY : EngineTest
  246.  
  247. # clean rule for target.
  248. EngineTest/CMakeFiles/EngineTest.dir/clean:
  249. $(MAKE) -f EngineTest/CMakeFiles/EngineTest.dir/build.make EngineTest/CMakeFiles/EngineTest.dir/clean
  250. .PHONY : EngineTest/CMakeFiles/EngineTest.dir/clean
  251.  
  252. # clean rule for target.
  253. clean: EngineTest/CMakeFiles/EngineTest.dir/clean
  254. .PHONY : clean
  255.  
  256. #=============================================================================
  257. # Special targets to cleanup operation of make.
  258.  
  259. # Special rule to run CMake to check the build system integrity.
  260. # No rule that depends on this can have commands that come from listfiles
  261. # because they might be regenerated.
  262. cmake_check_build_system:
  263. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  264. .PHONY : cmake_check_build_system
Advertisement
Add Comment
Please, Sign In to add comment