Makefile 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Unix Makefiles" Generator, CMake Version 3.16
  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 = /tmp/IntelligentGate
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /tmp/IntelligentGate/cmake-build-debug
  34. #=============================================================================
  35. # Targets provided globally by CMake.
  36. # Special rule for the target edit_cache
  37. edit_cache:
  38. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
  39. /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
  40. .PHONY : edit_cache
  41. # Special rule for the target edit_cache
  42. edit_cache/fast: edit_cache
  43. .PHONY : edit_cache/fast
  44. # Special rule for the target rebuild_cache
  45. rebuild_cache:
  46. @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
  47. /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
  48. .PHONY : rebuild_cache
  49. # Special rule for the target rebuild_cache
  50. rebuild_cache/fast: rebuild_cache
  51. .PHONY : rebuild_cache/fast
  52. # The main all target
  53. all: cmake_check_build_system
  54. $(CMAKE_COMMAND) -E cmake_progress_start /tmp/IntelligentGate/cmake-build-debug/CMakeFiles /tmp/IntelligentGate/cmake-build-debug/CMakeFiles/progress.marks
  55. $(MAKE) -f CMakeFiles/Makefile2 all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /tmp/IntelligentGate/cmake-build-debug/CMakeFiles 0
  57. .PHONY : all
  58. # The main clean target
  59. clean:
  60. $(MAKE) -f CMakeFiles/Makefile2 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. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  68. .PHONY : preinstall
  69. # Prepare targets for installation.
  70. preinstall/fast:
  71. $(MAKE) -f CMakeFiles/Makefile2 preinstall
  72. .PHONY : preinstall/fast
  73. # clear depends
  74. depend:
  75. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. #=============================================================================
  78. # Target rules for targets named IntellegentGate
  79. # Build rule for target.
  80. IntellegentGate: cmake_check_build_system
  81. $(MAKE) -f CMakeFiles/Makefile2 IntellegentGate
  82. .PHONY : IntellegentGate
  83. # fast build rule for target.
  84. IntellegentGate/fast:
  85. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/build
  86. .PHONY : IntellegentGate/fast
  87. inc/device.o: inc/device.cpp.o
  88. .PHONY : inc/device.o
  89. # target to build an object file
  90. inc/device.cpp.o:
  91. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/device.cpp.o
  92. .PHONY : inc/device.cpp.o
  93. inc/device.i: inc/device.cpp.i
  94. .PHONY : inc/device.i
  95. # target to preprocess a source file
  96. inc/device.cpp.i:
  97. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/device.cpp.i
  98. .PHONY : inc/device.cpp.i
  99. inc/device.s: inc/device.cpp.s
  100. .PHONY : inc/device.s
  101. # target to generate assembly for a file
  102. inc/device.cpp.s:
  103. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/device.cpp.s
  104. .PHONY : inc/device.cpp.s
  105. inc/http.o: inc/http.cpp.o
  106. .PHONY : inc/http.o
  107. # target to build an object file
  108. inc/http.cpp.o:
  109. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/http.cpp.o
  110. .PHONY : inc/http.cpp.o
  111. inc/http.i: inc/http.cpp.i
  112. .PHONY : inc/http.i
  113. # target to preprocess a source file
  114. inc/http.cpp.i:
  115. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/http.cpp.i
  116. .PHONY : inc/http.cpp.i
  117. inc/http.s: inc/http.cpp.s
  118. .PHONY : inc/http.s
  119. # target to generate assembly for a file
  120. inc/http.cpp.s:
  121. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/http.cpp.s
  122. .PHONY : inc/http.cpp.s
  123. inc/items.o: inc/items.cpp.o
  124. .PHONY : inc/items.o
  125. # target to build an object file
  126. inc/items.cpp.o:
  127. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/items.cpp.o
  128. .PHONY : inc/items.cpp.o
  129. inc/items.i: inc/items.cpp.i
  130. .PHONY : inc/items.i
  131. # target to preprocess a source file
  132. inc/items.cpp.i:
  133. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/items.cpp.i
  134. .PHONY : inc/items.cpp.i
  135. inc/items.s: inc/items.cpp.s
  136. .PHONY : inc/items.s
  137. # target to generate assembly for a file
  138. inc/items.cpp.s:
  139. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/items.cpp.s
  140. .PHONY : inc/items.cpp.s
  141. inc/json/parser.o: inc/json/parser.cpp.o
  142. .PHONY : inc/json/parser.o
  143. # target to build an object file
  144. inc/json/parser.cpp.o:
  145. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/json/parser.cpp.o
  146. .PHONY : inc/json/parser.cpp.o
  147. inc/json/parser.i: inc/json/parser.cpp.i
  148. .PHONY : inc/json/parser.i
  149. # target to preprocess a source file
  150. inc/json/parser.cpp.i:
  151. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/json/parser.cpp.i
  152. .PHONY : inc/json/parser.cpp.i
  153. inc/json/parser.s: inc/json/parser.cpp.s
  154. .PHONY : inc/json/parser.s
  155. # target to generate assembly for a file
  156. inc/json/parser.cpp.s:
  157. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/json/parser.cpp.s
  158. .PHONY : inc/json/parser.cpp.s
  159. inc/json/value.o: inc/json/value.cpp.o
  160. .PHONY : inc/json/value.o
  161. # target to build an object file
  162. inc/json/value.cpp.o:
  163. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/json/value.cpp.o
  164. .PHONY : inc/json/value.cpp.o
  165. inc/json/value.i: inc/json/value.cpp.i
  166. .PHONY : inc/json/value.i
  167. # target to preprocess a source file
  168. inc/json/value.cpp.i:
  169. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/json/value.cpp.i
  170. .PHONY : inc/json/value.cpp.i
  171. inc/json/value.s: inc/json/value.cpp.s
  172. .PHONY : inc/json/value.s
  173. # target to generate assembly for a file
  174. inc/json/value.cpp.s:
  175. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/json/value.cpp.s
  176. .PHONY : inc/json/value.cpp.s
  177. inc/manager.o: inc/manager.cpp.o
  178. .PHONY : inc/manager.o
  179. # target to build an object file
  180. inc/manager.cpp.o:
  181. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/manager.cpp.o
  182. .PHONY : inc/manager.cpp.o
  183. inc/manager.i: inc/manager.cpp.i
  184. .PHONY : inc/manager.i
  185. # target to preprocess a source file
  186. inc/manager.cpp.i:
  187. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/manager.cpp.i
  188. .PHONY : inc/manager.cpp.i
  189. inc/manager.s: inc/manager.cpp.s
  190. .PHONY : inc/manager.s
  191. # target to generate assembly for a file
  192. inc/manager.cpp.s:
  193. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/manager.cpp.s
  194. .PHONY : inc/manager.cpp.s
  195. inc/utils.o: inc/utils.cpp.o
  196. .PHONY : inc/utils.o
  197. # target to build an object file
  198. inc/utils.cpp.o:
  199. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/utils.cpp.o
  200. .PHONY : inc/utils.cpp.o
  201. inc/utils.i: inc/utils.cpp.i
  202. .PHONY : inc/utils.i
  203. # target to preprocess a source file
  204. inc/utils.cpp.i:
  205. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/utils.cpp.i
  206. .PHONY : inc/utils.cpp.i
  207. inc/utils.s: inc/utils.cpp.s
  208. .PHONY : inc/utils.s
  209. # target to generate assembly for a file
  210. inc/utils.cpp.s:
  211. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/inc/utils.cpp.s
  212. .PHONY : inc/utils.cpp.s
  213. main.o: main.cpp.o
  214. .PHONY : main.o
  215. # target to build an object file
  216. main.cpp.o:
  217. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/main.cpp.o
  218. .PHONY : main.cpp.o
  219. main.i: main.cpp.i
  220. .PHONY : main.i
  221. # target to preprocess a source file
  222. main.cpp.i:
  223. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/main.cpp.i
  224. .PHONY : main.cpp.i
  225. main.s: main.cpp.s
  226. .PHONY : main.s
  227. # target to generate assembly for a file
  228. main.cpp.s:
  229. $(MAKE) -f CMakeFiles/IntellegentGate.dir/build.make CMakeFiles/IntellegentGate.dir/main.cpp.s
  230. .PHONY : main.cpp.s
  231. # Help Target
  232. help:
  233. @echo "The following are some of the valid targets for this Makefile:"
  234. @echo "... all (the default if no target is provided)"
  235. @echo "... clean"
  236. @echo "... depend"
  237. @echo "... edit_cache"
  238. @echo "... rebuild_cache"
  239. @echo "... IntellegentGate"
  240. @echo "... inc/device.o"
  241. @echo "... inc/device.i"
  242. @echo "... inc/device.s"
  243. @echo "... inc/http.o"
  244. @echo "... inc/http.i"
  245. @echo "... inc/http.s"
  246. @echo "... inc/items.o"
  247. @echo "... inc/items.i"
  248. @echo "... inc/items.s"
  249. @echo "... inc/json/parser.o"
  250. @echo "... inc/json/parser.i"
  251. @echo "... inc/json/parser.s"
  252. @echo "... inc/json/value.o"
  253. @echo "... inc/json/value.i"
  254. @echo "... inc/json/value.s"
  255. @echo "... inc/manager.o"
  256. @echo "... inc/manager.i"
  257. @echo "... inc/manager.s"
  258. @echo "... inc/utils.o"
  259. @echo "... inc/utils.i"
  260. @echo "... inc/utils.s"
  261. @echo "... main.o"
  262. @echo "... main.i"
  263. @echo "... main.s"
  264. .PHONY : help
  265. #=============================================================================
  266. # Special targets to cleanup operation of make.
  267. # Special rule to run CMake to check the build system integrity.
  268. # No rule that depends on this can have commands that come from listfiles
  269. # because they might be regenerated.
  270. cmake_check_build_system:
  271. $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  272. .PHONY : cmake_check_build_system