Makefile 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.7
  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 = /usr/local/Cellar/cmake/3.7.2/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/local/Cellar/cmake/3.7.2/bin/cmake -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 = /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target rebuild_cache
  37. rebuild_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  39. /usr/local/Cellar/cmake/3.7.2/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  40. .PHONY : rebuild_cache
  41. # Special rule for the target rebuild_cache
  42. rebuild_cache/fast: rebuild_cache
  43. .PHONY : rebuild_cache/fast
  44. # Special rule for the target edit_cache
  45. edit_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  47. /usr/local/Cellar/cmake/3.7.2/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  48. .PHONY : edit_cache
  49. # Special rule for the target edit_cache
  50. edit_cache/fast: edit_cache
  51. .PHONY : edit_cache/fast
  52. # The main all target
  53. all: cmake_check_build_system
  54. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2/CMakeFiles /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2/cocos2d/external/recast/CMakeFiles/progress.marks
  55. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f CMakeFiles/Makefile2 cocos2d/external/recast/all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2/CMakeFiles 0
  57. .PHONY : all
  58. # The main clean target
  59. clean:
  60. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f CMakeFiles/Makefile2 cocos2d/external/recast/clean
  61. .PHONY : clean
  62. # The main clean target
  63. clean/fast: clean
  64. .PHONY : clean/fast
  65. # Prepare targets for installation.
  66. preinstall: all
  67. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f CMakeFiles/Makefile2 cocos2d/external/recast/preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f CMakeFiles/Makefile2 cocos2d/external/recast/preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. # Convenience name for target.
  78. cocos2d/external/recast/CMakeFiles/recast.dir/rule:
  79. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f CMakeFiles/Makefile2 cocos2d/external/recast/CMakeFiles/recast.dir/rule
  80. .PHONY : cocos2d/external/recast/CMakeFiles/recast.dir/rule
  81. # Convenience name for target.
  82. recast: cocos2d/external/recast/CMakeFiles/recast.dir/rule
  83. .PHONY : recast
  84. # fast build rule for target.
  85. recast/fast:
  86. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/build
  87. .PHONY : recast/fast
  88. DebugUtils/DebugDraw.o: DebugUtils/DebugDraw.cpp.o
  89. .PHONY : DebugUtils/DebugDraw.o
  90. # target to build an object file
  91. DebugUtils/DebugDraw.cpp.o:
  92. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DebugUtils/DebugDraw.cpp.o
  93. .PHONY : DebugUtils/DebugDraw.cpp.o
  94. DebugUtils/DebugDraw.i: DebugUtils/DebugDraw.cpp.i
  95. .PHONY : DebugUtils/DebugDraw.i
  96. # target to preprocess a source file
  97. DebugUtils/DebugDraw.cpp.i:
  98. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DebugUtils/DebugDraw.cpp.i
  99. .PHONY : DebugUtils/DebugDraw.cpp.i
  100. DebugUtils/DebugDraw.s: DebugUtils/DebugDraw.cpp.s
  101. .PHONY : DebugUtils/DebugDraw.s
  102. # target to generate assembly for a file
  103. DebugUtils/DebugDraw.cpp.s:
  104. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DebugUtils/DebugDraw.cpp.s
  105. .PHONY : DebugUtils/DebugDraw.cpp.s
  106. DebugUtils/DetourDebugDraw.o: DebugUtils/DetourDebugDraw.cpp.o
  107. .PHONY : DebugUtils/DetourDebugDraw.o
  108. # target to build an object file
  109. DebugUtils/DetourDebugDraw.cpp.o:
  110. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DebugUtils/DetourDebugDraw.cpp.o
  111. .PHONY : DebugUtils/DetourDebugDraw.cpp.o
  112. DebugUtils/DetourDebugDraw.i: DebugUtils/DetourDebugDraw.cpp.i
  113. .PHONY : DebugUtils/DetourDebugDraw.i
  114. # target to preprocess a source file
  115. DebugUtils/DetourDebugDraw.cpp.i:
  116. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DebugUtils/DetourDebugDraw.cpp.i
  117. .PHONY : DebugUtils/DetourDebugDraw.cpp.i
  118. DebugUtils/DetourDebugDraw.s: DebugUtils/DetourDebugDraw.cpp.s
  119. .PHONY : DebugUtils/DetourDebugDraw.s
  120. # target to generate assembly for a file
  121. DebugUtils/DetourDebugDraw.cpp.s:
  122. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DebugUtils/DetourDebugDraw.cpp.s
  123. .PHONY : DebugUtils/DetourDebugDraw.cpp.s
  124. Detour/DetourAlloc.o: Detour/DetourAlloc.cpp.o
  125. .PHONY : Detour/DetourAlloc.o
  126. # target to build an object file
  127. Detour/DetourAlloc.cpp.o:
  128. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourAlloc.cpp.o
  129. .PHONY : Detour/DetourAlloc.cpp.o
  130. Detour/DetourAlloc.i: Detour/DetourAlloc.cpp.i
  131. .PHONY : Detour/DetourAlloc.i
  132. # target to preprocess a source file
  133. Detour/DetourAlloc.cpp.i:
  134. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourAlloc.cpp.i
  135. .PHONY : Detour/DetourAlloc.cpp.i
  136. Detour/DetourAlloc.s: Detour/DetourAlloc.cpp.s
  137. .PHONY : Detour/DetourAlloc.s
  138. # target to generate assembly for a file
  139. Detour/DetourAlloc.cpp.s:
  140. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourAlloc.cpp.s
  141. .PHONY : Detour/DetourAlloc.cpp.s
  142. Detour/DetourCommon.o: Detour/DetourCommon.cpp.o
  143. .PHONY : Detour/DetourCommon.o
  144. # target to build an object file
  145. Detour/DetourCommon.cpp.o:
  146. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourCommon.cpp.o
  147. .PHONY : Detour/DetourCommon.cpp.o
  148. Detour/DetourCommon.i: Detour/DetourCommon.cpp.i
  149. .PHONY : Detour/DetourCommon.i
  150. # target to preprocess a source file
  151. Detour/DetourCommon.cpp.i:
  152. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourCommon.cpp.i
  153. .PHONY : Detour/DetourCommon.cpp.i
  154. Detour/DetourCommon.s: Detour/DetourCommon.cpp.s
  155. .PHONY : Detour/DetourCommon.s
  156. # target to generate assembly for a file
  157. Detour/DetourCommon.cpp.s:
  158. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourCommon.cpp.s
  159. .PHONY : Detour/DetourCommon.cpp.s
  160. Detour/DetourNavMesh.o: Detour/DetourNavMesh.cpp.o
  161. .PHONY : Detour/DetourNavMesh.o
  162. # target to build an object file
  163. Detour/DetourNavMesh.cpp.o:
  164. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMesh.cpp.o
  165. .PHONY : Detour/DetourNavMesh.cpp.o
  166. Detour/DetourNavMesh.i: Detour/DetourNavMesh.cpp.i
  167. .PHONY : Detour/DetourNavMesh.i
  168. # target to preprocess a source file
  169. Detour/DetourNavMesh.cpp.i:
  170. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMesh.cpp.i
  171. .PHONY : Detour/DetourNavMesh.cpp.i
  172. Detour/DetourNavMesh.s: Detour/DetourNavMesh.cpp.s
  173. .PHONY : Detour/DetourNavMesh.s
  174. # target to generate assembly for a file
  175. Detour/DetourNavMesh.cpp.s:
  176. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMesh.cpp.s
  177. .PHONY : Detour/DetourNavMesh.cpp.s
  178. Detour/DetourNavMeshBuilder.o: Detour/DetourNavMeshBuilder.cpp.o
  179. .PHONY : Detour/DetourNavMeshBuilder.o
  180. # target to build an object file
  181. Detour/DetourNavMeshBuilder.cpp.o:
  182. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMeshBuilder.cpp.o
  183. .PHONY : Detour/DetourNavMeshBuilder.cpp.o
  184. Detour/DetourNavMeshBuilder.i: Detour/DetourNavMeshBuilder.cpp.i
  185. .PHONY : Detour/DetourNavMeshBuilder.i
  186. # target to preprocess a source file
  187. Detour/DetourNavMeshBuilder.cpp.i:
  188. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMeshBuilder.cpp.i
  189. .PHONY : Detour/DetourNavMeshBuilder.cpp.i
  190. Detour/DetourNavMeshBuilder.s: Detour/DetourNavMeshBuilder.cpp.s
  191. .PHONY : Detour/DetourNavMeshBuilder.s
  192. # target to generate assembly for a file
  193. Detour/DetourNavMeshBuilder.cpp.s:
  194. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMeshBuilder.cpp.s
  195. .PHONY : Detour/DetourNavMeshBuilder.cpp.s
  196. Detour/DetourNavMeshQuery.o: Detour/DetourNavMeshQuery.cpp.o
  197. .PHONY : Detour/DetourNavMeshQuery.o
  198. # target to build an object file
  199. Detour/DetourNavMeshQuery.cpp.o:
  200. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMeshQuery.cpp.o
  201. .PHONY : Detour/DetourNavMeshQuery.cpp.o
  202. Detour/DetourNavMeshQuery.i: Detour/DetourNavMeshQuery.cpp.i
  203. .PHONY : Detour/DetourNavMeshQuery.i
  204. # target to preprocess a source file
  205. Detour/DetourNavMeshQuery.cpp.i:
  206. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMeshQuery.cpp.i
  207. .PHONY : Detour/DetourNavMeshQuery.cpp.i
  208. Detour/DetourNavMeshQuery.s: Detour/DetourNavMeshQuery.cpp.s
  209. .PHONY : Detour/DetourNavMeshQuery.s
  210. # target to generate assembly for a file
  211. Detour/DetourNavMeshQuery.cpp.s:
  212. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNavMeshQuery.cpp.s
  213. .PHONY : Detour/DetourNavMeshQuery.cpp.s
  214. Detour/DetourNode.o: Detour/DetourNode.cpp.o
  215. .PHONY : Detour/DetourNode.o
  216. # target to build an object file
  217. Detour/DetourNode.cpp.o:
  218. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNode.cpp.o
  219. .PHONY : Detour/DetourNode.cpp.o
  220. Detour/DetourNode.i: Detour/DetourNode.cpp.i
  221. .PHONY : Detour/DetourNode.i
  222. # target to preprocess a source file
  223. Detour/DetourNode.cpp.i:
  224. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNode.cpp.i
  225. .PHONY : Detour/DetourNode.cpp.i
  226. Detour/DetourNode.s: Detour/DetourNode.cpp.s
  227. .PHONY : Detour/DetourNode.s
  228. # target to generate assembly for a file
  229. Detour/DetourNode.cpp.s:
  230. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/Detour/DetourNode.cpp.s
  231. .PHONY : Detour/DetourNode.cpp.s
  232. DetourCrowd/DetourCrowd.o: DetourCrowd/DetourCrowd.cpp.o
  233. .PHONY : DetourCrowd/DetourCrowd.o
  234. # target to build an object file
  235. DetourCrowd/DetourCrowd.cpp.o:
  236. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourCrowd.cpp.o
  237. .PHONY : DetourCrowd/DetourCrowd.cpp.o
  238. DetourCrowd/DetourCrowd.i: DetourCrowd/DetourCrowd.cpp.i
  239. .PHONY : DetourCrowd/DetourCrowd.i
  240. # target to preprocess a source file
  241. DetourCrowd/DetourCrowd.cpp.i:
  242. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourCrowd.cpp.i
  243. .PHONY : DetourCrowd/DetourCrowd.cpp.i
  244. DetourCrowd/DetourCrowd.s: DetourCrowd/DetourCrowd.cpp.s
  245. .PHONY : DetourCrowd/DetourCrowd.s
  246. # target to generate assembly for a file
  247. DetourCrowd/DetourCrowd.cpp.s:
  248. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourCrowd.cpp.s
  249. .PHONY : DetourCrowd/DetourCrowd.cpp.s
  250. DetourCrowd/DetourLocalBoundary.o: DetourCrowd/DetourLocalBoundary.cpp.o
  251. .PHONY : DetourCrowd/DetourLocalBoundary.o
  252. # target to build an object file
  253. DetourCrowd/DetourLocalBoundary.cpp.o:
  254. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourLocalBoundary.cpp.o
  255. .PHONY : DetourCrowd/DetourLocalBoundary.cpp.o
  256. DetourCrowd/DetourLocalBoundary.i: DetourCrowd/DetourLocalBoundary.cpp.i
  257. .PHONY : DetourCrowd/DetourLocalBoundary.i
  258. # target to preprocess a source file
  259. DetourCrowd/DetourLocalBoundary.cpp.i:
  260. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourLocalBoundary.cpp.i
  261. .PHONY : DetourCrowd/DetourLocalBoundary.cpp.i
  262. DetourCrowd/DetourLocalBoundary.s: DetourCrowd/DetourLocalBoundary.cpp.s
  263. .PHONY : DetourCrowd/DetourLocalBoundary.s
  264. # target to generate assembly for a file
  265. DetourCrowd/DetourLocalBoundary.cpp.s:
  266. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourLocalBoundary.cpp.s
  267. .PHONY : DetourCrowd/DetourLocalBoundary.cpp.s
  268. DetourCrowd/DetourObstacleAvoidance.o: DetourCrowd/DetourObstacleAvoidance.cpp.o
  269. .PHONY : DetourCrowd/DetourObstacleAvoidance.o
  270. # target to build an object file
  271. DetourCrowd/DetourObstacleAvoidance.cpp.o:
  272. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourObstacleAvoidance.cpp.o
  273. .PHONY : DetourCrowd/DetourObstacleAvoidance.cpp.o
  274. DetourCrowd/DetourObstacleAvoidance.i: DetourCrowd/DetourObstacleAvoidance.cpp.i
  275. .PHONY : DetourCrowd/DetourObstacleAvoidance.i
  276. # target to preprocess a source file
  277. DetourCrowd/DetourObstacleAvoidance.cpp.i:
  278. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourObstacleAvoidance.cpp.i
  279. .PHONY : DetourCrowd/DetourObstacleAvoidance.cpp.i
  280. DetourCrowd/DetourObstacleAvoidance.s: DetourCrowd/DetourObstacleAvoidance.cpp.s
  281. .PHONY : DetourCrowd/DetourObstacleAvoidance.s
  282. # target to generate assembly for a file
  283. DetourCrowd/DetourObstacleAvoidance.cpp.s:
  284. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourObstacleAvoidance.cpp.s
  285. .PHONY : DetourCrowd/DetourObstacleAvoidance.cpp.s
  286. DetourCrowd/DetourPathCorridor.o: DetourCrowd/DetourPathCorridor.cpp.o
  287. .PHONY : DetourCrowd/DetourPathCorridor.o
  288. # target to build an object file
  289. DetourCrowd/DetourPathCorridor.cpp.o:
  290. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourPathCorridor.cpp.o
  291. .PHONY : DetourCrowd/DetourPathCorridor.cpp.o
  292. DetourCrowd/DetourPathCorridor.i: DetourCrowd/DetourPathCorridor.cpp.i
  293. .PHONY : DetourCrowd/DetourPathCorridor.i
  294. # target to preprocess a source file
  295. DetourCrowd/DetourPathCorridor.cpp.i:
  296. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourPathCorridor.cpp.i
  297. .PHONY : DetourCrowd/DetourPathCorridor.cpp.i
  298. DetourCrowd/DetourPathCorridor.s: DetourCrowd/DetourPathCorridor.cpp.s
  299. .PHONY : DetourCrowd/DetourPathCorridor.s
  300. # target to generate assembly for a file
  301. DetourCrowd/DetourPathCorridor.cpp.s:
  302. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourPathCorridor.cpp.s
  303. .PHONY : DetourCrowd/DetourPathCorridor.cpp.s
  304. DetourCrowd/DetourPathQueue.o: DetourCrowd/DetourPathQueue.cpp.o
  305. .PHONY : DetourCrowd/DetourPathQueue.o
  306. # target to build an object file
  307. DetourCrowd/DetourPathQueue.cpp.o:
  308. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourPathQueue.cpp.o
  309. .PHONY : DetourCrowd/DetourPathQueue.cpp.o
  310. DetourCrowd/DetourPathQueue.i: DetourCrowd/DetourPathQueue.cpp.i
  311. .PHONY : DetourCrowd/DetourPathQueue.i
  312. # target to preprocess a source file
  313. DetourCrowd/DetourPathQueue.cpp.i:
  314. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourPathQueue.cpp.i
  315. .PHONY : DetourCrowd/DetourPathQueue.cpp.i
  316. DetourCrowd/DetourPathQueue.s: DetourCrowd/DetourPathQueue.cpp.s
  317. .PHONY : DetourCrowd/DetourPathQueue.s
  318. # target to generate assembly for a file
  319. DetourCrowd/DetourPathQueue.cpp.s:
  320. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourPathQueue.cpp.s
  321. .PHONY : DetourCrowd/DetourPathQueue.cpp.s
  322. DetourCrowd/DetourProximityGrid.o: DetourCrowd/DetourProximityGrid.cpp.o
  323. .PHONY : DetourCrowd/DetourProximityGrid.o
  324. # target to build an object file
  325. DetourCrowd/DetourProximityGrid.cpp.o:
  326. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourProximityGrid.cpp.o
  327. .PHONY : DetourCrowd/DetourProximityGrid.cpp.o
  328. DetourCrowd/DetourProximityGrid.i: DetourCrowd/DetourProximityGrid.cpp.i
  329. .PHONY : DetourCrowd/DetourProximityGrid.i
  330. # target to preprocess a source file
  331. DetourCrowd/DetourProximityGrid.cpp.i:
  332. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourProximityGrid.cpp.i
  333. .PHONY : DetourCrowd/DetourProximityGrid.cpp.i
  334. DetourCrowd/DetourProximityGrid.s: DetourCrowd/DetourProximityGrid.cpp.s
  335. .PHONY : DetourCrowd/DetourProximityGrid.s
  336. # target to generate assembly for a file
  337. DetourCrowd/DetourProximityGrid.cpp.s:
  338. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourCrowd/DetourProximityGrid.cpp.s
  339. .PHONY : DetourCrowd/DetourProximityGrid.cpp.s
  340. DetourTileCache/DetourTileCache.o: DetourTileCache/DetourTileCache.cpp.o
  341. .PHONY : DetourTileCache/DetourTileCache.o
  342. # target to build an object file
  343. DetourTileCache/DetourTileCache.cpp.o:
  344. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourTileCache/DetourTileCache.cpp.o
  345. .PHONY : DetourTileCache/DetourTileCache.cpp.o
  346. DetourTileCache/DetourTileCache.i: DetourTileCache/DetourTileCache.cpp.i
  347. .PHONY : DetourTileCache/DetourTileCache.i
  348. # target to preprocess a source file
  349. DetourTileCache/DetourTileCache.cpp.i:
  350. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourTileCache/DetourTileCache.cpp.i
  351. .PHONY : DetourTileCache/DetourTileCache.cpp.i
  352. DetourTileCache/DetourTileCache.s: DetourTileCache/DetourTileCache.cpp.s
  353. .PHONY : DetourTileCache/DetourTileCache.s
  354. # target to generate assembly for a file
  355. DetourTileCache/DetourTileCache.cpp.s:
  356. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourTileCache/DetourTileCache.cpp.s
  357. .PHONY : DetourTileCache/DetourTileCache.cpp.s
  358. DetourTileCache/DetourTileCacheBuilder.o: DetourTileCache/DetourTileCacheBuilder.cpp.o
  359. .PHONY : DetourTileCache/DetourTileCacheBuilder.o
  360. # target to build an object file
  361. DetourTileCache/DetourTileCacheBuilder.cpp.o:
  362. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourTileCache/DetourTileCacheBuilder.cpp.o
  363. .PHONY : DetourTileCache/DetourTileCacheBuilder.cpp.o
  364. DetourTileCache/DetourTileCacheBuilder.i: DetourTileCache/DetourTileCacheBuilder.cpp.i
  365. .PHONY : DetourTileCache/DetourTileCacheBuilder.i
  366. # target to preprocess a source file
  367. DetourTileCache/DetourTileCacheBuilder.cpp.i:
  368. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourTileCache/DetourTileCacheBuilder.cpp.i
  369. .PHONY : DetourTileCache/DetourTileCacheBuilder.cpp.i
  370. DetourTileCache/DetourTileCacheBuilder.s: DetourTileCache/DetourTileCacheBuilder.cpp.s
  371. .PHONY : DetourTileCache/DetourTileCacheBuilder.s
  372. # target to generate assembly for a file
  373. DetourTileCache/DetourTileCacheBuilder.cpp.s:
  374. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/DetourTileCache/DetourTileCacheBuilder.cpp.s
  375. .PHONY : DetourTileCache/DetourTileCacheBuilder.cpp.s
  376. fastlz/fastlz.o: fastlz/fastlz.c.o
  377. .PHONY : fastlz/fastlz.o
  378. # target to build an object file
  379. fastlz/fastlz.c.o:
  380. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/fastlz/fastlz.c.o
  381. .PHONY : fastlz/fastlz.c.o
  382. fastlz/fastlz.i: fastlz/fastlz.c.i
  383. .PHONY : fastlz/fastlz.i
  384. # target to preprocess a source file
  385. fastlz/fastlz.c.i:
  386. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/fastlz/fastlz.c.i
  387. .PHONY : fastlz/fastlz.c.i
  388. fastlz/fastlz.s: fastlz/fastlz.c.s
  389. .PHONY : fastlz/fastlz.s
  390. # target to generate assembly for a file
  391. fastlz/fastlz.c.s:
  392. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(MAKE) -f cocos2d/external/recast/CMakeFiles/recast.dir/build.make cocos2d/external/recast/CMakeFiles/recast.dir/fastlz/fastlz.c.s
  393. .PHONY : fastlz/fastlz.c.s
  394. # Help Target
  395. help:
  396. @echo "The following are some of the valid targets for this Makefile:"
  397. @echo "... all (the default if no target is provided)"
  398. @echo "... clean"
  399. @echo "... depend"
  400. @echo "... rebuild_cache"
  401. @echo "... edit_cache"
  402. @echo "... recast"
  403. @echo "... DebugUtils/DebugDraw.o"
  404. @echo "... DebugUtils/DebugDraw.i"
  405. @echo "... DebugUtils/DebugDraw.s"
  406. @echo "... DebugUtils/DetourDebugDraw.o"
  407. @echo "... DebugUtils/DetourDebugDraw.i"
  408. @echo "... DebugUtils/DetourDebugDraw.s"
  409. @echo "... Detour/DetourAlloc.o"
  410. @echo "... Detour/DetourAlloc.i"
  411. @echo "... Detour/DetourAlloc.s"
  412. @echo "... Detour/DetourCommon.o"
  413. @echo "... Detour/DetourCommon.i"
  414. @echo "... Detour/DetourCommon.s"
  415. @echo "... Detour/DetourNavMesh.o"
  416. @echo "... Detour/DetourNavMesh.i"
  417. @echo "... Detour/DetourNavMesh.s"
  418. @echo "... Detour/DetourNavMeshBuilder.o"
  419. @echo "... Detour/DetourNavMeshBuilder.i"
  420. @echo "... Detour/DetourNavMeshBuilder.s"
  421. @echo "... Detour/DetourNavMeshQuery.o"
  422. @echo "... Detour/DetourNavMeshQuery.i"
  423. @echo "... Detour/DetourNavMeshQuery.s"
  424. @echo "... Detour/DetourNode.o"
  425. @echo "... Detour/DetourNode.i"
  426. @echo "... Detour/DetourNode.s"
  427. @echo "... DetourCrowd/DetourCrowd.o"
  428. @echo "... DetourCrowd/DetourCrowd.i"
  429. @echo "... DetourCrowd/DetourCrowd.s"
  430. @echo "... DetourCrowd/DetourLocalBoundary.o"
  431. @echo "... DetourCrowd/DetourLocalBoundary.i"
  432. @echo "... DetourCrowd/DetourLocalBoundary.s"
  433. @echo "... DetourCrowd/DetourObstacleAvoidance.o"
  434. @echo "... DetourCrowd/DetourObstacleAvoidance.i"
  435. @echo "... DetourCrowd/DetourObstacleAvoidance.s"
  436. @echo "... DetourCrowd/DetourPathCorridor.o"
  437. @echo "... DetourCrowd/DetourPathCorridor.i"
  438. @echo "... DetourCrowd/DetourPathCorridor.s"
  439. @echo "... DetourCrowd/DetourPathQueue.o"
  440. @echo "... DetourCrowd/DetourPathQueue.i"
  441. @echo "... DetourCrowd/DetourPathQueue.s"
  442. @echo "... DetourCrowd/DetourProximityGrid.o"
  443. @echo "... DetourCrowd/DetourProximityGrid.i"
  444. @echo "... DetourCrowd/DetourProximityGrid.s"
  445. @echo "... DetourTileCache/DetourTileCache.o"
  446. @echo "... DetourTileCache/DetourTileCache.i"
  447. @echo "... DetourTileCache/DetourTileCache.s"
  448. @echo "... DetourTileCache/DetourTileCacheBuilder.o"
  449. @echo "... DetourTileCache/DetourTileCacheBuilder.i"
  450. @echo "... DetourTileCache/DetourTileCacheBuilder.s"
  451. @echo "... fastlz/fastlz.o"
  452. @echo "... fastlz/fastlz.i"
  453. @echo "... fastlz/fastlz.s"
  454. .PHONY : help
  455. #=============================================================================
  456. # Special targets to cleanup operation of make.
  457. # Special rule to run CMake to check the build system integrity.
  458. # No rule that depends on this can have commands that come from listfiles
  459. # because they might be regenerated.
  460. cmake_check_build_system:
  461. cd /Users/gabrielcapella/Dropbox/Graduação/USP-BCC/MAC0463/EP2/RedCore2 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  462. .PHONY : cmake_check_build_system