PageRenderTime 53ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 1ms

/src/Socket/Makefile

https://github.com/Krozark/cpp-Socket
Makefile | 512 lines | 322 code | 108 blank | 82 comment | 75 complexity | 0ab7ea0fdbb2e21de05ead14bd5e08b1 MD5 | raw file
Possible License(s): LGPL-3.0
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 2.8
  3. # Default target executed when no arguments are given to make.
  4. default_target: all
  5. .PHONY : default_target
  6. #=============================================================================
  7. # Special targets provided by cmake.
  8. # Disable implicit rules so canonical targets will work.
  9. .SUFFIXES:
  10. # Remove some rules from gmake that .SUFFIXES does not remove.
  11. SUFFIXES =
  12. .SUFFIXES: .hpux_make_needs_suffix_list
  13. # Suppress display of executed commands.
  14. $(VERBOSE).SILENT:
  15. # A target that is always out of date.
  16. cmake_force:
  17. .PHONY : cmake_force
  18. #=============================================================================
  19. # Set environment variables for the build.
  20. # The shell in which to execute make rules.
  21. SHELL = /bin/sh
  22. # The CMake executable.
  23. CMAKE_COMMAND = /usr/bin/cmake
  24. # The command to remove a file.
  25. RM = /usr/bin/cmake -E remove -f
  26. # The program to use to edit the cache.
  27. CMAKE_EDIT_COMMAND = /usr/bin/cmake-gui
  28. # The top-level source directory on which CMake was run.
  29. CMAKE_SOURCE_DIR = /home/maxime/Bureau/documents/git/cpp-Socket
  30. # The top-level build directory on which CMake was run.
  31. CMAKE_BINARY_DIR = /home/maxime/Bureau/documents/git/cpp-Socket
  32. #=============================================================================
  33. # Targets provided globally by CMake.
  34. # Special rule for the target edit_cache
  35. edit_cache:
  36. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
  37. /usr/bin/cmake-gui -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  38. .PHONY : edit_cache
  39. # Special rule for the target edit_cache
  40. edit_cache/fast: edit_cache
  41. .PHONY : edit_cache/fast
  42. # Special rule for the target install
  43. install: preinstall
  44. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  45. /usr/bin/cmake -P cmake_install.cmake
  46. .PHONY : install
  47. # Special rule for the target install
  48. install/fast: preinstall/fast
  49. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  50. /usr/bin/cmake -P cmake_install.cmake
  51. .PHONY : install/fast
  52. # Special rule for the target install/local
  53. install/local: preinstall
  54. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  55. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  56. .PHONY : install/local
  57. # Special rule for the target install/local
  58. install/local/fast: install/local
  59. .PHONY : install/local/fast
  60. # Special rule for the target install/strip
  61. install/strip: preinstall
  62. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
  63. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  64. .PHONY : install/strip
  65. # Special rule for the target install/strip
  66. install/strip/fast: install/strip
  67. .PHONY : install/strip/fast
  68. # Special rule for the target list_install_components
  69. list_install_components:
  70. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  71. .PHONY : list_install_components
  72. # Special rule for the target list_install_components
  73. list_install_components/fast: list_install_components
  74. .PHONY : list_install_components/fast
  75. # Special rule for the target rebuild_cache
  76. rebuild_cache:
  77. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  78. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  79. .PHONY : rebuild_cache
  80. # Special rule for the target rebuild_cache
  81. rebuild_cache/fast: rebuild_cache
  82. .PHONY : rebuild_cache/fast
  83. # The main all target
  84. all: cmake_check_build_system
  85. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(CMAKE_COMMAND) -E cmake_progress_start /home/maxime/Bureau/documents/git/cpp-Socket/CMakeFiles /home/maxime/Bureau/documents/git/cpp-Socket/src/Socket/CMakeFiles/progress.marks
  86. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/all
  87. $(CMAKE_COMMAND) -E cmake_progress_start /home/maxime/Bureau/documents/git/cpp-Socket/CMakeFiles 0
  88. .PHONY : all
  89. # The main clean target
  90. clean:
  91. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/clean
  92. .PHONY : clean
  93. # The main clean target
  94. clean/fast: clean
  95. .PHONY : clean/fast
  96. # Prepare targets for installation.
  97. preinstall: all
  98. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/preinstall
  99. .PHONY : preinstall
  100. # Prepare targets for installation.
  101. preinstall/fast:
  102. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/preinstall
  103. .PHONY : preinstall/fast
  104. # clear depends
  105. depend:
  106. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  107. .PHONY : depend
  108. # Convenience name for target.
  109. src/Socket/CMakeFiles/socket.dir/rule:
  110. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/CMakeFiles/socket.dir/rule
  111. .PHONY : src/Socket/CMakeFiles/socket.dir/rule
  112. # Convenience name for target.
  113. socket: src/Socket/CMakeFiles/socket.dir/rule
  114. .PHONY : socket
  115. # fast build rule for target.
  116. socket/fast:
  117. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/build
  118. .PHONY : socket/fast
  119. # Convenience name for target.
  120. src/Socket/CMakeFiles/socket-static.dir/rule:
  121. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/CMakeFiles/socket-static.dir/rule
  122. .PHONY : src/Socket/CMakeFiles/socket-static.dir/rule
  123. # Convenience name for target.
  124. socket-static: src/Socket/CMakeFiles/socket-static.dir/rule
  125. .PHONY : socket-static
  126. # fast build rule for target.
  127. socket-static/fast:
  128. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/build
  129. .PHONY : socket-static/fast
  130. # Convenience name for target.
  131. src/Socket/CMakeFiles/uninstall.dir/rule:
  132. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f CMakeFiles/Makefile2 src/Socket/CMakeFiles/uninstall.dir/rule
  133. .PHONY : src/Socket/CMakeFiles/uninstall.dir/rule
  134. # Convenience name for target.
  135. uninstall: src/Socket/CMakeFiles/uninstall.dir/rule
  136. .PHONY : uninstall
  137. # fast build rule for target.
  138. uninstall/fast:
  139. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/uninstall.dir/build.make src/Socket/CMakeFiles/uninstall.dir/build
  140. .PHONY : uninstall/fast
  141. BalancingSelector.o: BalancingSelector.cpp.o
  142. .PHONY : BalancingSelector.o
  143. # target to build an object file
  144. BalancingSelector.cpp.o:
  145. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/BalancingSelector.cpp.o
  146. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/BalancingSelector.cpp.o
  147. .PHONY : BalancingSelector.cpp.o
  148. BalancingSelector.i: BalancingSelector.cpp.i
  149. .PHONY : BalancingSelector.i
  150. # target to preprocess a source file
  151. BalancingSelector.cpp.i:
  152. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/BalancingSelector.cpp.i
  153. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/BalancingSelector.cpp.i
  154. .PHONY : BalancingSelector.cpp.i
  155. BalancingSelector.s: BalancingSelector.cpp.s
  156. .PHONY : BalancingSelector.s
  157. # target to generate assembly for a file
  158. BalancingSelector.cpp.s:
  159. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/BalancingSelector.cpp.s
  160. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/BalancingSelector.cpp.s
  161. .PHONY : BalancingSelector.cpp.s
  162. Config.o: Config.cpp.o
  163. .PHONY : Config.o
  164. # target to build an object file
  165. Config.cpp.o:
  166. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Config.cpp.o
  167. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Config.cpp.o
  168. .PHONY : Config.cpp.o
  169. Config.i: Config.cpp.i
  170. .PHONY : Config.i
  171. # target to preprocess a source file
  172. Config.cpp.i:
  173. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Config.cpp.i
  174. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Config.cpp.i
  175. .PHONY : Config.cpp.i
  176. Config.s: Config.cpp.s
  177. .PHONY : Config.s
  178. # target to generate assembly for a file
  179. Config.cpp.s:
  180. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Config.cpp.s
  181. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Config.cpp.s
  182. .PHONY : Config.cpp.s
  183. FuncWrapper.o: FuncWrapper.cpp.o
  184. .PHONY : FuncWrapper.o
  185. # target to build an object file
  186. FuncWrapper.cpp.o:
  187. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/FuncWrapper.cpp.o
  188. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/FuncWrapper.cpp.o
  189. .PHONY : FuncWrapper.cpp.o
  190. FuncWrapper.i: FuncWrapper.cpp.i
  191. .PHONY : FuncWrapper.i
  192. # target to preprocess a source file
  193. FuncWrapper.cpp.i:
  194. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/FuncWrapper.cpp.i
  195. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/FuncWrapper.cpp.i
  196. .PHONY : FuncWrapper.cpp.i
  197. FuncWrapper.s: FuncWrapper.cpp.s
  198. .PHONY : FuncWrapper.s
  199. # target to generate assembly for a file
  200. FuncWrapper.cpp.s:
  201. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/FuncWrapper.cpp.s
  202. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/FuncWrapper.cpp.s
  203. .PHONY : FuncWrapper.cpp.s
  204. SelectManager.o: SelectManager.cpp.o
  205. .PHONY : SelectManager.o
  206. # target to build an object file
  207. SelectManager.cpp.o:
  208. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/SelectManager.cpp.o
  209. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/SelectManager.cpp.o
  210. .PHONY : SelectManager.cpp.o
  211. SelectManager.i: SelectManager.cpp.i
  212. .PHONY : SelectManager.i
  213. # target to preprocess a source file
  214. SelectManager.cpp.i:
  215. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/SelectManager.cpp.i
  216. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/SelectManager.cpp.i
  217. .PHONY : SelectManager.cpp.i
  218. SelectManager.s: SelectManager.cpp.s
  219. .PHONY : SelectManager.s
  220. # target to generate assembly for a file
  221. SelectManager.cpp.s:
  222. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/SelectManager.cpp.s
  223. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/SelectManager.cpp.s
  224. .PHONY : SelectManager.cpp.s
  225. Serializer.o: Serializer.cpp.o
  226. .PHONY : Serializer.o
  227. # target to build an object file
  228. Serializer.cpp.o:
  229. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Serializer.cpp.o
  230. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Serializer.cpp.o
  231. .PHONY : Serializer.cpp.o
  232. Serializer.i: Serializer.cpp.i
  233. .PHONY : Serializer.i
  234. # target to preprocess a source file
  235. Serializer.cpp.i:
  236. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Serializer.cpp.i
  237. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Serializer.cpp.i
  238. .PHONY : Serializer.cpp.i
  239. Serializer.s: Serializer.cpp.s
  240. .PHONY : Serializer.s
  241. # target to generate assembly for a file
  242. Serializer.cpp.s:
  243. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Serializer.cpp.s
  244. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Serializer.cpp.s
  245. .PHONY : Serializer.cpp.s
  246. Socket.o: Socket.cpp.o
  247. .PHONY : Socket.o
  248. # target to build an object file
  249. Socket.cpp.o:
  250. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Socket.cpp.o
  251. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Socket.cpp.o
  252. .PHONY : Socket.cpp.o
  253. Socket.i: Socket.cpp.i
  254. .PHONY : Socket.i
  255. # target to preprocess a source file
  256. Socket.cpp.i:
  257. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Socket.cpp.i
  258. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Socket.cpp.i
  259. .PHONY : Socket.cpp.i
  260. Socket.s: Socket.cpp.s
  261. .PHONY : Socket.s
  262. # target to generate assembly for a file
  263. Socket.cpp.s:
  264. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/Socket.cpp.s
  265. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/Socket.cpp.s
  266. .PHONY : Socket.cpp.s
  267. SocketSerialized.o: SocketSerialized.cpp.o
  268. .PHONY : SocketSerialized.o
  269. # target to build an object file
  270. SocketSerialized.cpp.o:
  271. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/SocketSerialized.cpp.o
  272. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/SocketSerialized.cpp.o
  273. .PHONY : SocketSerialized.cpp.o
  274. SocketSerialized.i: SocketSerialized.cpp.i
  275. .PHONY : SocketSerialized.i
  276. # target to preprocess a source file
  277. SocketSerialized.cpp.i:
  278. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/SocketSerialized.cpp.i
  279. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/SocketSerialized.cpp.i
  280. .PHONY : SocketSerialized.cpp.i
  281. SocketSerialized.s: SocketSerialized.cpp.s
  282. .PHONY : SocketSerialized.s
  283. # target to generate assembly for a file
  284. SocketSerialized.cpp.s:
  285. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/SocketSerialized.cpp.s
  286. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/SocketSerialized.cpp.s
  287. .PHONY : SocketSerialized.cpp.s
  288. client/Client.o: client/Client.cpp.o
  289. .PHONY : client/Client.o
  290. # target to build an object file
  291. client/Client.cpp.o:
  292. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/client/Client.cpp.o
  293. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/client/Client.cpp.o
  294. .PHONY : client/Client.cpp.o
  295. client/Client.i: client/Client.cpp.i
  296. .PHONY : client/Client.i
  297. # target to preprocess a source file
  298. client/Client.cpp.i:
  299. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/client/Client.cpp.i
  300. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/client/Client.cpp.i
  301. .PHONY : client/Client.cpp.i
  302. client/Client.s: client/Client.cpp.s
  303. .PHONY : client/Client.s
  304. # target to generate assembly for a file
  305. client/Client.cpp.s:
  306. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/client/Client.cpp.s
  307. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/client/Client.cpp.s
  308. .PHONY : client/Client.cpp.s
  309. server/Client.o: server/Client.cpp.o
  310. .PHONY : server/Client.o
  311. # target to build an object file
  312. server/Client.cpp.o:
  313. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/server/Client.cpp.o
  314. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/server/Client.cpp.o
  315. .PHONY : server/Client.cpp.o
  316. server/Client.i: server/Client.cpp.i
  317. .PHONY : server/Client.i
  318. # target to preprocess a source file
  319. server/Client.cpp.i:
  320. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/server/Client.cpp.i
  321. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/server/Client.cpp.i
  322. .PHONY : server/Client.cpp.i
  323. server/Client.s: server/Client.cpp.s
  324. .PHONY : server/Client.s
  325. # target to generate assembly for a file
  326. server/Client.cpp.s:
  327. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/server/Client.cpp.s
  328. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/server/Client.cpp.s
  329. .PHONY : server/Client.cpp.s
  330. server/Server.o: server/Server.cpp.o
  331. .PHONY : server/Server.o
  332. # target to build an object file
  333. server/Server.cpp.o:
  334. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/server/Server.cpp.o
  335. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/server/Server.cpp.o
  336. .PHONY : server/Server.cpp.o
  337. server/Server.i: server/Server.cpp.i
  338. .PHONY : server/Server.i
  339. # target to preprocess a source file
  340. server/Server.cpp.i:
  341. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/server/Server.cpp.i
  342. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/server/Server.cpp.i
  343. .PHONY : server/Server.cpp.i
  344. server/Server.s: server/Server.cpp.s
  345. .PHONY : server/Server.s
  346. # target to generate assembly for a file
  347. server/Server.cpp.s:
  348. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket.dir/build.make src/Socket/CMakeFiles/socket.dir/server/Server.cpp.s
  349. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(MAKE) -f src/Socket/CMakeFiles/socket-static.dir/build.make src/Socket/CMakeFiles/socket-static.dir/server/Server.cpp.s
  350. .PHONY : server/Server.cpp.s
  351. # Help Target
  352. help:
  353. @echo "The following are some of the valid targets for this Makefile:"
  354. @echo "... all (the default if no target is provided)"
  355. @echo "... clean"
  356. @echo "... depend"
  357. @echo "... edit_cache"
  358. @echo "... install"
  359. @echo "... install/local"
  360. @echo "... install/strip"
  361. @echo "... list_install_components"
  362. @echo "... rebuild_cache"
  363. @echo "... socket"
  364. @echo "... socket-static"
  365. @echo "... uninstall"
  366. @echo "... BalancingSelector.o"
  367. @echo "... BalancingSelector.i"
  368. @echo "... BalancingSelector.s"
  369. @echo "... Config.o"
  370. @echo "... Config.i"
  371. @echo "... Config.s"
  372. @echo "... FuncWrapper.o"
  373. @echo "... FuncWrapper.i"
  374. @echo "... FuncWrapper.s"
  375. @echo "... SelectManager.o"
  376. @echo "... SelectManager.i"
  377. @echo "... SelectManager.s"
  378. @echo "... Serializer.o"
  379. @echo "... Serializer.i"
  380. @echo "... Serializer.s"
  381. @echo "... Socket.o"
  382. @echo "... Socket.i"
  383. @echo "... Socket.s"
  384. @echo "... SocketSerialized.o"
  385. @echo "... SocketSerialized.i"
  386. @echo "... SocketSerialized.s"
  387. @echo "... client/Client.o"
  388. @echo "... client/Client.i"
  389. @echo "... client/Client.s"
  390. @echo "... server/Client.o"
  391. @echo "... server/Client.i"
  392. @echo "... server/Client.s"
  393. @echo "... server/Server.o"
  394. @echo "... server/Server.i"
  395. @echo "... server/Server.s"
  396. .PHONY : help
  397. #=============================================================================
  398. # Special targets to cleanup operation of make.
  399. # Special rule to run CMake to check the build system integrity.
  400. # No rule that depends on this can have commands that come from listfiles
  401. # because they might be regenerated.
  402. cmake_check_build_system:
  403. cd /home/maxime/Bureau/documents/git/cpp-Socket && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  404. .PHONY : cmake_check_build_system