Makefile 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.10
  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/bin/cmake
  26. # The command to remove a file.
  27. RM = /usr/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 = /home/uestc/Downloads/std_lib
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/uestc/Downloads/std_lib/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. /usr/bin/cmake -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. /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
  45. .PHONY : install/strip/fast
  46. # Special rule for the target edit_cache
  47. edit_cache:
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  49. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  50. .PHONY : edit_cache
  51. # Special rule for the target edit_cache
  52. edit_cache/fast: edit_cache
  53. .PHONY : edit_cache/fast
  54. # Special rule for the target rebuild_cache
  55. rebuild_cache:
  56. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  57. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  58. .PHONY : rebuild_cache
  59. # Special rule for the target rebuild_cache
  60. rebuild_cache/fast: rebuild_cache
  61. .PHONY : rebuild_cache/fast
  62. # Special rule for the target list_install_components
  63. list_install_components:
  64. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  65. .PHONY : list_install_components
  66. # Special rule for the target list_install_components
  67. list_install_components/fast: list_install_components
  68. .PHONY : list_install_components/fast
  69. # Special rule for the target install/local
  70. install/local: preinstall
  71. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  72. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  73. .PHONY : install/local
  74. # Special rule for the target install/local
  75. install/local/fast: preinstall/fast
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  77. /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
  78. .PHONY : install/local/fast
  79. # Special rule for the target install
  80. install: preinstall
  81. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  82. /usr/bin/cmake -P cmake_install.cmake
  83. .PHONY : install
  84. # Special rule for the target install
  85. install/fast: preinstall/fast
  86. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
  87. /usr/bin/cmake -P cmake_install.cmake
  88. .PHONY : install/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. $(CMAKE_COMMAND) -E cmake_progress_start /home/uestc/Downloads/std_lib/build/CMakeFiles /home/uestc/Downloads/std_lib/build/CMakeFiles/progress.marks
  92. $(MAKE) -f CMakeFiles/Makefile2 all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /home/uestc/Downloads/std_lib/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 std_lib
  116. # Build rule for target.
  117. std_lib: cmake_check_build_system
  118. $(MAKE) -f CMakeFiles/Makefile2 std_lib
  119. .PHONY : std_lib
  120. # fast build rule for target.
  121. std_lib/fast:
  122. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/build
  123. .PHONY : std_lib/fast
  124. src/communication/tcp/tcp.o: src/communication/tcp/tcp.cpp.o
  125. .PHONY : src/communication/tcp/tcp.o
  126. # target to build an object file
  127. src/communication/tcp/tcp.cpp.o:
  128. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/tcp/tcp.cpp.o
  129. .PHONY : src/communication/tcp/tcp.cpp.o
  130. src/communication/tcp/tcp.i: src/communication/tcp/tcp.cpp.i
  131. .PHONY : src/communication/tcp/tcp.i
  132. # target to preprocess a source file
  133. src/communication/tcp/tcp.cpp.i:
  134. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/tcp/tcp.cpp.i
  135. .PHONY : src/communication/tcp/tcp.cpp.i
  136. src/communication/tcp/tcp.s: src/communication/tcp/tcp.cpp.s
  137. .PHONY : src/communication/tcp/tcp.s
  138. # target to generate assembly for a file
  139. src/communication/tcp/tcp.cpp.s:
  140. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/tcp/tcp.cpp.s
  141. .PHONY : src/communication/tcp/tcp.cpp.s
  142. src/communication/udp/udp.o: src/communication/udp/udp.cpp.o
  143. .PHONY : src/communication/udp/udp.o
  144. # target to build an object file
  145. src/communication/udp/udp.cpp.o:
  146. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/udp/udp.cpp.o
  147. .PHONY : src/communication/udp/udp.cpp.o
  148. src/communication/udp/udp.i: src/communication/udp/udp.cpp.i
  149. .PHONY : src/communication/udp/udp.i
  150. # target to preprocess a source file
  151. src/communication/udp/udp.cpp.i:
  152. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/udp/udp.cpp.i
  153. .PHONY : src/communication/udp/udp.cpp.i
  154. src/communication/udp/udp.s: src/communication/udp/udp.cpp.s
  155. .PHONY : src/communication/udp/udp.s
  156. # target to generate assembly for a file
  157. src/communication/udp/udp.cpp.s:
  158. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/communication/udp/udp.cpp.s
  159. .PHONY : src/communication/udp/udp.cpp.s
  160. src/database/database.o: src/database/database.cpp.o
  161. .PHONY : src/database/database.o
  162. # target to build an object file
  163. src/database/database.cpp.o:
  164. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/database.cpp.o
  165. .PHONY : src/database/database.cpp.o
  166. src/database/database.i: src/database/database.cpp.i
  167. .PHONY : src/database/database.i
  168. # target to preprocess a source file
  169. src/database/database.cpp.i:
  170. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/database.cpp.i
  171. .PHONY : src/database/database.cpp.i
  172. src/database/database.s: src/database/database.cpp.s
  173. .PHONY : src/database/database.s
  174. # target to generate assembly for a file
  175. src/database/database.cpp.s:
  176. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/database.cpp.s
  177. .PHONY : src/database/database.cpp.s
  178. src/database/sqlite.o: src/database/sqlite.cpp.o
  179. .PHONY : src/database/sqlite.o
  180. # target to build an object file
  181. src/database/sqlite.cpp.o:
  182. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/sqlite.cpp.o
  183. .PHONY : src/database/sqlite.cpp.o
  184. src/database/sqlite.i: src/database/sqlite.cpp.i
  185. .PHONY : src/database/sqlite.i
  186. # target to preprocess a source file
  187. src/database/sqlite.cpp.i:
  188. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/sqlite.cpp.i
  189. .PHONY : src/database/sqlite.cpp.i
  190. src/database/sqlite.s: src/database/sqlite.cpp.s
  191. .PHONY : src/database/sqlite.s
  192. # target to generate assembly for a file
  193. src/database/sqlite.cpp.s:
  194. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/database/sqlite.cpp.s
  195. .PHONY : src/database/sqlite.cpp.s
  196. src/json/json.o: src/json/json.cpp.o
  197. .PHONY : src/json/json.o
  198. # target to build an object file
  199. src/json/json.cpp.o:
  200. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json.cpp.o
  201. .PHONY : src/json/json.cpp.o
  202. src/json/json.i: src/json/json.cpp.i
  203. .PHONY : src/json/json.i
  204. # target to preprocess a source file
  205. src/json/json.cpp.i:
  206. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json.cpp.i
  207. .PHONY : src/json/json.cpp.i
  208. src/json/json.s: src/json/json.cpp.s
  209. .PHONY : src/json/json.s
  210. # target to generate assembly for a file
  211. src/json/json.cpp.s:
  212. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json.cpp.s
  213. .PHONY : src/json/json.cpp.s
  214. src/json/json_reader.o: src/json/json_reader.cpp.o
  215. .PHONY : src/json/json_reader.o
  216. # target to build an object file
  217. src/json/json_reader.cpp.o:
  218. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_reader.cpp.o
  219. .PHONY : src/json/json_reader.cpp.o
  220. src/json/json_reader.i: src/json/json_reader.cpp.i
  221. .PHONY : src/json/json_reader.i
  222. # target to preprocess a source file
  223. src/json/json_reader.cpp.i:
  224. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_reader.cpp.i
  225. .PHONY : src/json/json_reader.cpp.i
  226. src/json/json_reader.s: src/json/json_reader.cpp.s
  227. .PHONY : src/json/json_reader.s
  228. # target to generate assembly for a file
  229. src/json/json_reader.cpp.s:
  230. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_reader.cpp.s
  231. .PHONY : src/json/json_reader.cpp.s
  232. src/json/json_value.o: src/json/json_value.cpp.o
  233. .PHONY : src/json/json_value.o
  234. # target to build an object file
  235. src/json/json_value.cpp.o:
  236. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_value.cpp.o
  237. .PHONY : src/json/json_value.cpp.o
  238. src/json/json_value.i: src/json/json_value.cpp.i
  239. .PHONY : src/json/json_value.i
  240. # target to preprocess a source file
  241. src/json/json_value.cpp.i:
  242. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_value.cpp.i
  243. .PHONY : src/json/json_value.cpp.i
  244. src/json/json_value.s: src/json/json_value.cpp.s
  245. .PHONY : src/json/json_value.s
  246. # target to generate assembly for a file
  247. src/json/json_value.cpp.s:
  248. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_value.cpp.s
  249. .PHONY : src/json/json_value.cpp.s
  250. src/json/json_writer.o: src/json/json_writer.cpp.o
  251. .PHONY : src/json/json_writer.o
  252. # target to build an object file
  253. src/json/json_writer.cpp.o:
  254. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_writer.cpp.o
  255. .PHONY : src/json/json_writer.cpp.o
  256. src/json/json_writer.i: src/json/json_writer.cpp.i
  257. .PHONY : src/json/json_writer.i
  258. # target to preprocess a source file
  259. src/json/json_writer.cpp.i:
  260. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_writer.cpp.i
  261. .PHONY : src/json/json_writer.cpp.i
  262. src/json/json_writer.s: src/json/json_writer.cpp.s
  263. .PHONY : src/json/json_writer.s
  264. # target to generate assembly for a file
  265. src/json/json_writer.cpp.s:
  266. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/json/json_writer.cpp.s
  267. .PHONY : src/json/json_writer.cpp.s
  268. src/string/string.o: src/string/string.cpp.o
  269. .PHONY : src/string/string.o
  270. # target to build an object file
  271. src/string/string.cpp.o:
  272. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/string/string.cpp.o
  273. .PHONY : src/string/string.cpp.o
  274. src/string/string.i: src/string/string.cpp.i
  275. .PHONY : src/string/string.i
  276. # target to preprocess a source file
  277. src/string/string.cpp.i:
  278. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/string/string.cpp.i
  279. .PHONY : src/string/string.cpp.i
  280. src/string/string.s: src/string/string.cpp.s
  281. .PHONY : src/string/string.s
  282. # target to generate assembly for a file
  283. src/string/string.cpp.s:
  284. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/string/string.cpp.s
  285. .PHONY : src/string/string.cpp.s
  286. src/system/time.o: src/system/time.cpp.o
  287. .PHONY : src/system/time.o
  288. # target to build an object file
  289. src/system/time.cpp.o:
  290. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/time.cpp.o
  291. .PHONY : src/system/time.cpp.o
  292. src/system/time.i: src/system/time.cpp.i
  293. .PHONY : src/system/time.i
  294. # target to preprocess a source file
  295. src/system/time.cpp.i:
  296. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/time.cpp.i
  297. .PHONY : src/system/time.cpp.i
  298. src/system/time.s: src/system/time.cpp.s
  299. .PHONY : src/system/time.s
  300. # target to generate assembly for a file
  301. src/system/time.cpp.s:
  302. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/time.cpp.s
  303. .PHONY : src/system/time.cpp.s
  304. src/system/uuid.o: src/system/uuid.cpp.o
  305. .PHONY : src/system/uuid.o
  306. # target to build an object file
  307. src/system/uuid.cpp.o:
  308. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/uuid.cpp.o
  309. .PHONY : src/system/uuid.cpp.o
  310. src/system/uuid.i: src/system/uuid.cpp.i
  311. .PHONY : src/system/uuid.i
  312. # target to preprocess a source file
  313. src/system/uuid.cpp.i:
  314. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/uuid.cpp.i
  315. .PHONY : src/system/uuid.cpp.i
  316. src/system/uuid.s: src/system/uuid.cpp.s
  317. .PHONY : src/system/uuid.s
  318. # target to generate assembly for a file
  319. src/system/uuid.cpp.s:
  320. $(MAKE) -f CMakeFiles/std_lib.dir/build.make CMakeFiles/std_lib.dir/src/system/uuid.cpp.s
  321. .PHONY : src/system/uuid.cpp.s
  322. # Help Target
  323. help:
  324. @echo "The following are some of the valid targets for this Makefile:"
  325. @echo "... all (the default if no target is provided)"
  326. @echo "... clean"
  327. @echo "... depend"
  328. @echo "... install/strip"
  329. @echo "... edit_cache"
  330. @echo "... std_lib"
  331. @echo "... rebuild_cache"
  332. @echo "... list_install_components"
  333. @echo "... install/local"
  334. @echo "... install"
  335. @echo "... src/communication/tcp/tcp.o"
  336. @echo "... src/communication/tcp/tcp.i"
  337. @echo "... src/communication/tcp/tcp.s"
  338. @echo "... src/communication/udp/udp.o"
  339. @echo "... src/communication/udp/udp.i"
  340. @echo "... src/communication/udp/udp.s"
  341. @echo "... src/database/database.o"
  342. @echo "... src/database/database.i"
  343. @echo "... src/database/database.s"
  344. @echo "... src/database/sqlite.o"
  345. @echo "... src/database/sqlite.i"
  346. @echo "... src/database/sqlite.s"
  347. @echo "... src/json/json.o"
  348. @echo "... src/json/json.i"
  349. @echo "... src/json/json.s"
  350. @echo "... src/json/json_reader.o"
  351. @echo "... src/json/json_reader.i"
  352. @echo "... src/json/json_reader.s"
  353. @echo "... src/json/json_value.o"
  354. @echo "... src/json/json_value.i"
  355. @echo "... src/json/json_value.s"
  356. @echo "... src/json/json_writer.o"
  357. @echo "... src/json/json_writer.i"
  358. @echo "... src/json/json_writer.s"
  359. @echo "... src/string/string.o"
  360. @echo "... src/string/string.i"
  361. @echo "... src/string/string.s"
  362. @echo "... src/system/time.o"
  363. @echo "... src/system/time.i"
  364. @echo "... src/system/time.s"
  365. @echo "... src/system/uuid.o"
  366. @echo "... src/system/uuid.i"
  367. @echo "... src/system/uuid.s"
  368. .PHONY : help
  369. #=============================================================================
  370. # Special targets to cleanup operation of make.
  371. # Special rule to run CMake to check the build system integrity.
  372. # No rule that depends on this can have commands that come from listfiles
  373. # because they might be regenerated.
  374. cmake_check_build_system:
  375. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  376. .PHONY : cmake_check_build_system