Makefile 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  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 = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release
  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 install/local
  47. install/local: preinstall
  48. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
  49. /usr/bin/cmake -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. /usr/bin/cmake -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. /usr/bin/cmake -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. /usr/bin/cmake -P cmake_install.cmake
  65. .PHONY : install/fast
  66. # Special rule for the target edit_cache
  67. edit_cache:
  68. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  69. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  70. .PHONY : edit_cache
  71. # Special rule for the target edit_cache
  72. edit_cache/fast: edit_cache
  73. .PHONY : edit_cache/fast
  74. # Special rule for the target rebuild_cache
  75. rebuild_cache:
  76. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  77. /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  78. .PHONY : rebuild_cache
  79. # Special rule for the target rebuild_cache
  80. rebuild_cache/fast: rebuild_cache
  81. .PHONY : rebuild_cache/fast
  82. # Special rule for the target list_install_components
  83. list_install_components:
  84. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
  85. .PHONY : list_install_components
  86. # Special rule for the target list_install_components
  87. list_install_components/fast: list_install_components
  88. .PHONY : list_install_components/fast
  89. # The main all target
  90. all: cmake_check_build_system
  91. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/CMakeFiles/progress.marks
  92. $(MAKE) -f CMakeFiles/Makefile2 all
  93. $(CMAKE_COMMAND) -E cmake_progress_start /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/msgpack-3.1.1/release/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 msgpackc
  116. # Build rule for target.
  117. msgpackc: cmake_check_build_system
  118. $(MAKE) -f CMakeFiles/Makefile2 msgpackc
  119. .PHONY : msgpackc
  120. # fast build rule for target.
  121. msgpackc/fast:
  122. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/build
  123. .PHONY : msgpackc/fast
  124. #=============================================================================
  125. # Target rules for targets named msgpackc-static
  126. # Build rule for target.
  127. msgpackc-static: cmake_check_build_system
  128. $(MAKE) -f CMakeFiles/Makefile2 msgpackc-static
  129. .PHONY : msgpackc-static
  130. # fast build rule for target.
  131. msgpackc-static/fast:
  132. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/build
  133. .PHONY : msgpackc-static/fast
  134. #=============================================================================
  135. # Target rules for targets named simple_c
  136. # Build rule for target.
  137. simple_c: cmake_check_build_system
  138. $(MAKE) -f CMakeFiles/Makefile2 simple_c
  139. .PHONY : simple_c
  140. # fast build rule for target.
  141. simple_c/fast:
  142. $(MAKE) -f example/c/CMakeFiles/simple_c.dir/build.make example/c/CMakeFiles/simple_c.dir/build
  143. .PHONY : simple_c/fast
  144. #=============================================================================
  145. # Target rules for targets named speed_test_uint64_array
  146. # Build rule for target.
  147. speed_test_uint64_array: cmake_check_build_system
  148. $(MAKE) -f CMakeFiles/Makefile2 speed_test_uint64_array
  149. .PHONY : speed_test_uint64_array
  150. # fast build rule for target.
  151. speed_test_uint64_array/fast:
  152. $(MAKE) -f example/c/CMakeFiles/speed_test_uint64_array.dir/build.make example/c/CMakeFiles/speed_test_uint64_array.dir/build
  153. .PHONY : speed_test_uint64_array/fast
  154. #=============================================================================
  155. # Target rules for targets named lib_buffer_unpack
  156. # Build rule for target.
  157. lib_buffer_unpack: cmake_check_build_system
  158. $(MAKE) -f CMakeFiles/Makefile2 lib_buffer_unpack
  159. .PHONY : lib_buffer_unpack
  160. # fast build rule for target.
  161. lib_buffer_unpack/fast:
  162. $(MAKE) -f example/c/CMakeFiles/lib_buffer_unpack.dir/build.make example/c/CMakeFiles/lib_buffer_unpack.dir/build
  163. .PHONY : lib_buffer_unpack/fast
  164. #=============================================================================
  165. # Target rules for targets named speed_test_uint32_array
  166. # Build rule for target.
  167. speed_test_uint32_array: cmake_check_build_system
  168. $(MAKE) -f CMakeFiles/Makefile2 speed_test_uint32_array
  169. .PHONY : speed_test_uint32_array
  170. # fast build rule for target.
  171. speed_test_uint32_array/fast:
  172. $(MAKE) -f example/c/CMakeFiles/speed_test_uint32_array.dir/build.make example/c/CMakeFiles/speed_test_uint32_array.dir/build
  173. .PHONY : speed_test_uint32_array/fast
  174. #=============================================================================
  175. # Target rules for targets named user_buffer_unpack
  176. # Build rule for target.
  177. user_buffer_unpack: cmake_check_build_system
  178. $(MAKE) -f CMakeFiles/Makefile2 user_buffer_unpack
  179. .PHONY : user_buffer_unpack
  180. # fast build rule for target.
  181. user_buffer_unpack/fast:
  182. $(MAKE) -f example/c/CMakeFiles/user_buffer_unpack.dir/build.make example/c/CMakeFiles/user_buffer_unpack.dir/build
  183. .PHONY : user_buffer_unpack/fast
  184. #=============================================================================
  185. # Target rules for targets named stream
  186. # Build rule for target.
  187. stream: cmake_check_build_system
  188. $(MAKE) -f CMakeFiles/Makefile2 stream
  189. .PHONY : stream
  190. # fast build rule for target.
  191. stream/fast:
  192. $(MAKE) -f example/cpp03/CMakeFiles/stream.dir/build.make example/cpp03/CMakeFiles/stream.dir/build
  193. .PHONY : stream/fast
  194. #=============================================================================
  195. # Target rules for targets named simple
  196. # Build rule for target.
  197. simple: cmake_check_build_system
  198. $(MAKE) -f CMakeFiles/Makefile2 simple
  199. .PHONY : simple
  200. # fast build rule for target.
  201. simple/fast:
  202. $(MAKE) -f example/cpp03/CMakeFiles/simple.dir/build.make example/cpp03/CMakeFiles/simple.dir/build
  203. .PHONY : simple/fast
  204. #=============================================================================
  205. # Target rules for targets named reuse_zone
  206. # Build rule for target.
  207. reuse_zone: cmake_check_build_system
  208. $(MAKE) -f CMakeFiles/Makefile2 reuse_zone
  209. .PHONY : reuse_zone
  210. # fast build rule for target.
  211. reuse_zone/fast:
  212. $(MAKE) -f example/cpp03/CMakeFiles/reuse_zone.dir/build.make example/cpp03/CMakeFiles/reuse_zone.dir/build
  213. .PHONY : reuse_zone/fast
  214. #=============================================================================
  215. # Target rules for targets named protocol_new
  216. # Build rule for target.
  217. protocol_new: cmake_check_build_system
  218. $(MAKE) -f CMakeFiles/Makefile2 protocol_new
  219. .PHONY : protocol_new
  220. # fast build rule for target.
  221. protocol_new/fast:
  222. $(MAKE) -f example/cpp03/CMakeFiles/protocol_new.dir/build.make example/cpp03/CMakeFiles/protocol_new.dir/build
  223. .PHONY : protocol_new/fast
  224. #=============================================================================
  225. # Target rules for targets named class_intrusive_map
  226. # Build rule for target.
  227. class_intrusive_map: cmake_check_build_system
  228. $(MAKE) -f CMakeFiles/Makefile2 class_intrusive_map
  229. .PHONY : class_intrusive_map
  230. # fast build rule for target.
  231. class_intrusive_map/fast:
  232. $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive_map.dir/build.make example/cpp03/CMakeFiles/class_intrusive_map.dir/build
  233. .PHONY : class_intrusive_map/fast
  234. #=============================================================================
  235. # Target rules for targets named class_intrusive
  236. # Build rule for target.
  237. class_intrusive: cmake_check_build_system
  238. $(MAKE) -f CMakeFiles/Makefile2 class_intrusive
  239. .PHONY : class_intrusive
  240. # fast build rule for target.
  241. class_intrusive/fast:
  242. $(MAKE) -f example/cpp03/CMakeFiles/class_intrusive.dir/build.make example/cpp03/CMakeFiles/class_intrusive.dir/build
  243. .PHONY : class_intrusive/fast
  244. #=============================================================================
  245. # Target rules for targets named class_non_intrusive
  246. # Build rule for target.
  247. class_non_intrusive: cmake_check_build_system
  248. $(MAKE) -f CMakeFiles/Makefile2 class_non_intrusive
  249. .PHONY : class_non_intrusive
  250. # fast build rule for target.
  251. class_non_intrusive/fast:
  252. $(MAKE) -f example/cpp03/CMakeFiles/class_non_intrusive.dir/build.make example/cpp03/CMakeFiles/class_non_intrusive.dir/build
  253. .PHONY : class_non_intrusive/fast
  254. #=============================================================================
  255. # Target rules for targets named map_based_versionup
  256. # Build rule for target.
  257. map_based_versionup: cmake_check_build_system
  258. $(MAKE) -f CMakeFiles/Makefile2 map_based_versionup
  259. .PHONY : map_based_versionup
  260. # fast build rule for target.
  261. map_based_versionup/fast:
  262. $(MAKE) -f example/cpp03/CMakeFiles/map_based_versionup.dir/build.make example/cpp03/CMakeFiles/map_based_versionup.dir/build
  263. .PHONY : map_based_versionup/fast
  264. #=============================================================================
  265. # Target rules for targets named custom
  266. # Build rule for target.
  267. custom: cmake_check_build_system
  268. $(MAKE) -f CMakeFiles/Makefile2 custom
  269. .PHONY : custom
  270. # fast build rule for target.
  271. custom/fast:
  272. $(MAKE) -f example/cpp03/CMakeFiles/custom.dir/build.make example/cpp03/CMakeFiles/custom.dir/build
  273. .PHONY : custom/fast
  274. #=============================================================================
  275. # Target rules for targets named enum
  276. # Build rule for target.
  277. enum: cmake_check_build_system
  278. $(MAKE) -f CMakeFiles/Makefile2 enum
  279. .PHONY : enum
  280. # fast build rule for target.
  281. enum/fast:
  282. $(MAKE) -f example/cpp03/CMakeFiles/enum.dir/build.make example/cpp03/CMakeFiles/enum.dir/build
  283. .PHONY : enum/fast
  284. src/objectc.o: src/objectc.c.o
  285. .PHONY : src/objectc.o
  286. # target to build an object file
  287. src/objectc.c.o:
  288. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/objectc.c.o
  289. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/objectc.c.o
  290. .PHONY : src/objectc.c.o
  291. src/objectc.i: src/objectc.c.i
  292. .PHONY : src/objectc.i
  293. # target to preprocess a source file
  294. src/objectc.c.i:
  295. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/objectc.c.i
  296. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/objectc.c.i
  297. .PHONY : src/objectc.c.i
  298. src/objectc.s: src/objectc.c.s
  299. .PHONY : src/objectc.s
  300. # target to generate assembly for a file
  301. src/objectc.c.s:
  302. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/objectc.c.s
  303. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/objectc.c.s
  304. .PHONY : src/objectc.c.s
  305. src/unpack.o: src/unpack.c.o
  306. .PHONY : src/unpack.o
  307. # target to build an object file
  308. src/unpack.c.o:
  309. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/unpack.c.o
  310. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/unpack.c.o
  311. .PHONY : src/unpack.c.o
  312. src/unpack.i: src/unpack.c.i
  313. .PHONY : src/unpack.i
  314. # target to preprocess a source file
  315. src/unpack.c.i:
  316. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/unpack.c.i
  317. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/unpack.c.i
  318. .PHONY : src/unpack.c.i
  319. src/unpack.s: src/unpack.c.s
  320. .PHONY : src/unpack.s
  321. # target to generate assembly for a file
  322. src/unpack.c.s:
  323. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/unpack.c.s
  324. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/unpack.c.s
  325. .PHONY : src/unpack.c.s
  326. src/version.o: src/version.c.o
  327. .PHONY : src/version.o
  328. # target to build an object file
  329. src/version.c.o:
  330. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/version.c.o
  331. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/version.c.o
  332. .PHONY : src/version.c.o
  333. src/version.i: src/version.c.i
  334. .PHONY : src/version.i
  335. # target to preprocess a source file
  336. src/version.c.i:
  337. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/version.c.i
  338. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/version.c.i
  339. .PHONY : src/version.c.i
  340. src/version.s: src/version.c.s
  341. .PHONY : src/version.s
  342. # target to generate assembly for a file
  343. src/version.c.s:
  344. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/version.c.s
  345. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/version.c.s
  346. .PHONY : src/version.c.s
  347. src/vrefbuffer.o: src/vrefbuffer.c.o
  348. .PHONY : src/vrefbuffer.o
  349. # target to build an object file
  350. src/vrefbuffer.c.o:
  351. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o
  352. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o
  353. .PHONY : src/vrefbuffer.c.o
  354. src/vrefbuffer.i: src/vrefbuffer.c.i
  355. .PHONY : src/vrefbuffer.i
  356. # target to preprocess a source file
  357. src/vrefbuffer.c.i:
  358. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/vrefbuffer.c.i
  359. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.i
  360. .PHONY : src/vrefbuffer.c.i
  361. src/vrefbuffer.s: src/vrefbuffer.c.s
  362. .PHONY : src/vrefbuffer.s
  363. # target to generate assembly for a file
  364. src/vrefbuffer.c.s:
  365. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/vrefbuffer.c.s
  366. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.s
  367. .PHONY : src/vrefbuffer.c.s
  368. src/zone.o: src/zone.c.o
  369. .PHONY : src/zone.o
  370. # target to build an object file
  371. src/zone.c.o:
  372. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/zone.c.o
  373. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/zone.c.o
  374. .PHONY : src/zone.c.o
  375. src/zone.i: src/zone.c.i
  376. .PHONY : src/zone.i
  377. # target to preprocess a source file
  378. src/zone.c.i:
  379. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/zone.c.i
  380. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/zone.c.i
  381. .PHONY : src/zone.c.i
  382. src/zone.s: src/zone.c.s
  383. .PHONY : src/zone.s
  384. # target to generate assembly for a file
  385. src/zone.c.s:
  386. $(MAKE) -f CMakeFiles/msgpackc.dir/build.make CMakeFiles/msgpackc.dir/src/zone.c.s
  387. $(MAKE) -f CMakeFiles/msgpackc-static.dir/build.make CMakeFiles/msgpackc-static.dir/src/zone.c.s
  388. .PHONY : src/zone.c.s
  389. # Help Target
  390. help:
  391. @echo "The following are some of the valid targets for this Makefile:"
  392. @echo "... all (the default if no target is provided)"
  393. @echo "... clean"
  394. @echo "... depend"
  395. @echo "... install/strip"
  396. @echo "... install/local"
  397. @echo "... install"
  398. @echo "... msgpackc"
  399. @echo "... msgpackc-static"
  400. @echo "... edit_cache"
  401. @echo "... rebuild_cache"
  402. @echo "... list_install_components"
  403. @echo "... simple_c"
  404. @echo "... speed_test_uint64_array"
  405. @echo "... lib_buffer_unpack"
  406. @echo "... speed_test_uint32_array"
  407. @echo "... user_buffer_unpack"
  408. @echo "... stream"
  409. @echo "... simple"
  410. @echo "... reuse_zone"
  411. @echo "... protocol_new"
  412. @echo "... class_intrusive_map"
  413. @echo "... class_intrusive"
  414. @echo "... class_non_intrusive"
  415. @echo "... map_based_versionup"
  416. @echo "... custom"
  417. @echo "... enum"
  418. @echo "... src/objectc.o"
  419. @echo "... src/objectc.i"
  420. @echo "... src/objectc.s"
  421. @echo "... src/unpack.o"
  422. @echo "... src/unpack.i"
  423. @echo "... src/unpack.s"
  424. @echo "... src/version.o"
  425. @echo "... src/version.i"
  426. @echo "... src/version.s"
  427. @echo "... src/vrefbuffer.o"
  428. @echo "... src/vrefbuffer.i"
  429. @echo "... src/vrefbuffer.s"
  430. @echo "... src/zone.o"
  431. @echo "... src/zone.i"
  432. @echo "... src/zone.s"
  433. .PHONY : help
  434. #=============================================================================
  435. # Special targets to cleanup operation of make.
  436. # Special rule to run CMake to check the build system integrity.
  437. # No rule that depends on this can have commands that come from listfiles
  438. # because they might be regenerated.
  439. cmake_check_build_system:
  440. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  441. .PHONY : cmake_check_build_system