Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  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/user/EgoZJ/updator
  32. # The top-level build directory on which CMake was run.
  33. CMAKE_BINARY_DIR = /home/user/EgoZJ/updator/build
  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/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/bin/cmake-gui -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. $(CMAKE_COMMAND) -E cmake_progress_start /home/user/EgoZJ/updator/build/CMakeFiles /home/user/EgoZJ/updator/build/CMakeFiles/progress.marks
  55. $(MAKE) -f CMakeFiles/Makefile2 all
  56. $(CMAKE_COMMAND) -E cmake_progress_start /home/user/EgoZJ/updator/build/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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
  76. .PHONY : depend
  77. #=============================================================================
  78. # Target rules for targets named updator
  79. # Build rule for target.
  80. updator: cmake_check_build_system
  81. $(MAKE) -f CMakeFiles/Makefile2 updator
  82. .PHONY : updator
  83. # fast build rule for target.
  84. updator/fast:
  85. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/build
  86. .PHONY : updator/fast
  87. 7ZItf.o: 7ZItf.cpp.o
  88. .PHONY : 7ZItf.o
  89. # target to build an object file
  90. 7ZItf.cpp.o:
  91. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7ZItf.cpp.o
  92. .PHONY : 7ZItf.cpp.o
  93. 7ZItf.i: 7ZItf.cpp.i
  94. .PHONY : 7ZItf.i
  95. # target to preprocess a source file
  96. 7ZItf.cpp.i:
  97. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7ZItf.cpp.i
  98. .PHONY : 7ZItf.cpp.i
  99. 7ZItf.s: 7ZItf.cpp.s
  100. .PHONY : 7ZItf.s
  101. # target to generate assembly for a file
  102. 7ZItf.cpp.s:
  103. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7ZItf.cpp.s
  104. .PHONY : 7ZItf.cpp.s
  105. 7zAlloc.o: 7zAlloc.c.o
  106. .PHONY : 7zAlloc.o
  107. # target to build an object file
  108. 7zAlloc.c.o:
  109. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zAlloc.c.o
  110. .PHONY : 7zAlloc.c.o
  111. 7zAlloc.i: 7zAlloc.c.i
  112. .PHONY : 7zAlloc.i
  113. # target to preprocess a source file
  114. 7zAlloc.c.i:
  115. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zAlloc.c.i
  116. .PHONY : 7zAlloc.c.i
  117. 7zAlloc.s: 7zAlloc.c.s
  118. .PHONY : 7zAlloc.s
  119. # target to generate assembly for a file
  120. 7zAlloc.c.s:
  121. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zAlloc.c.s
  122. .PHONY : 7zAlloc.c.s
  123. 7zArcIn.o: 7zArcIn.c.o
  124. .PHONY : 7zArcIn.o
  125. # target to build an object file
  126. 7zArcIn.c.o:
  127. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zArcIn.c.o
  128. .PHONY : 7zArcIn.c.o
  129. 7zArcIn.i: 7zArcIn.c.i
  130. .PHONY : 7zArcIn.i
  131. # target to preprocess a source file
  132. 7zArcIn.c.i:
  133. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zArcIn.c.i
  134. .PHONY : 7zArcIn.c.i
  135. 7zArcIn.s: 7zArcIn.c.s
  136. .PHONY : 7zArcIn.s
  137. # target to generate assembly for a file
  138. 7zArcIn.c.s:
  139. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zArcIn.c.s
  140. .PHONY : 7zArcIn.c.s
  141. 7zBuf.o: 7zBuf.c.o
  142. .PHONY : 7zBuf.o
  143. # target to build an object file
  144. 7zBuf.c.o:
  145. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zBuf.c.o
  146. .PHONY : 7zBuf.c.o
  147. 7zBuf.i: 7zBuf.c.i
  148. .PHONY : 7zBuf.i
  149. # target to preprocess a source file
  150. 7zBuf.c.i:
  151. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zBuf.c.i
  152. .PHONY : 7zBuf.c.i
  153. 7zBuf.s: 7zBuf.c.s
  154. .PHONY : 7zBuf.s
  155. # target to generate assembly for a file
  156. 7zBuf.c.s:
  157. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zBuf.c.s
  158. .PHONY : 7zBuf.c.s
  159. 7zCrc.o: 7zCrc.c.o
  160. .PHONY : 7zCrc.o
  161. # target to build an object file
  162. 7zCrc.c.o:
  163. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zCrc.c.o
  164. .PHONY : 7zCrc.c.o
  165. 7zCrc.i: 7zCrc.c.i
  166. .PHONY : 7zCrc.i
  167. # target to preprocess a source file
  168. 7zCrc.c.i:
  169. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zCrc.c.i
  170. .PHONY : 7zCrc.c.i
  171. 7zCrc.s: 7zCrc.c.s
  172. .PHONY : 7zCrc.s
  173. # target to generate assembly for a file
  174. 7zCrc.c.s:
  175. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zCrc.c.s
  176. .PHONY : 7zCrc.c.s
  177. 7zCrcOpt.o: 7zCrcOpt.c.o
  178. .PHONY : 7zCrcOpt.o
  179. # target to build an object file
  180. 7zCrcOpt.c.o:
  181. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zCrcOpt.c.o
  182. .PHONY : 7zCrcOpt.c.o
  183. 7zCrcOpt.i: 7zCrcOpt.c.i
  184. .PHONY : 7zCrcOpt.i
  185. # target to preprocess a source file
  186. 7zCrcOpt.c.i:
  187. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zCrcOpt.c.i
  188. .PHONY : 7zCrcOpt.c.i
  189. 7zCrcOpt.s: 7zCrcOpt.c.s
  190. .PHONY : 7zCrcOpt.s
  191. # target to generate assembly for a file
  192. 7zCrcOpt.c.s:
  193. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zCrcOpt.c.s
  194. .PHONY : 7zCrcOpt.c.s
  195. 7zDec.o: 7zDec.c.o
  196. .PHONY : 7zDec.o
  197. # target to build an object file
  198. 7zDec.c.o:
  199. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zDec.c.o
  200. .PHONY : 7zDec.c.o
  201. 7zDec.i: 7zDec.c.i
  202. .PHONY : 7zDec.i
  203. # target to preprocess a source file
  204. 7zDec.c.i:
  205. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zDec.c.i
  206. .PHONY : 7zDec.c.i
  207. 7zDec.s: 7zDec.c.s
  208. .PHONY : 7zDec.s
  209. # target to generate assembly for a file
  210. 7zDec.c.s:
  211. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zDec.c.s
  212. .PHONY : 7zDec.c.s
  213. 7zFile.o: 7zFile.c.o
  214. .PHONY : 7zFile.o
  215. # target to build an object file
  216. 7zFile.c.o:
  217. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zFile.c.o
  218. .PHONY : 7zFile.c.o
  219. 7zFile.i: 7zFile.c.i
  220. .PHONY : 7zFile.i
  221. # target to preprocess a source file
  222. 7zFile.c.i:
  223. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zFile.c.i
  224. .PHONY : 7zFile.c.i
  225. 7zFile.s: 7zFile.c.s
  226. .PHONY : 7zFile.s
  227. # target to generate assembly for a file
  228. 7zFile.c.s:
  229. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zFile.c.s
  230. .PHONY : 7zFile.c.s
  231. 7zStream.o: 7zStream.c.o
  232. .PHONY : 7zStream.o
  233. # target to build an object file
  234. 7zStream.c.o:
  235. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zStream.c.o
  236. .PHONY : 7zStream.c.o
  237. 7zStream.i: 7zStream.c.i
  238. .PHONY : 7zStream.i
  239. # target to preprocess a source file
  240. 7zStream.c.i:
  241. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zStream.c.i
  242. .PHONY : 7zStream.c.i
  243. 7zStream.s: 7zStream.c.s
  244. .PHONY : 7zStream.s
  245. # target to generate assembly for a file
  246. 7zStream.c.s:
  247. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/7zStream.c.s
  248. .PHONY : 7zStream.c.s
  249. Bcj2.o: Bcj2.c.o
  250. .PHONY : Bcj2.o
  251. # target to build an object file
  252. Bcj2.c.o:
  253. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bcj2.c.o
  254. .PHONY : Bcj2.c.o
  255. Bcj2.i: Bcj2.c.i
  256. .PHONY : Bcj2.i
  257. # target to preprocess a source file
  258. Bcj2.c.i:
  259. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bcj2.c.i
  260. .PHONY : Bcj2.c.i
  261. Bcj2.s: Bcj2.c.s
  262. .PHONY : Bcj2.s
  263. # target to generate assembly for a file
  264. Bcj2.c.s:
  265. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bcj2.c.s
  266. .PHONY : Bcj2.c.s
  267. Bra.o: Bra.c.o
  268. .PHONY : Bra.o
  269. # target to build an object file
  270. Bra.c.o:
  271. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bra.c.o
  272. .PHONY : Bra.c.o
  273. Bra.i: Bra.c.i
  274. .PHONY : Bra.i
  275. # target to preprocess a source file
  276. Bra.c.i:
  277. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bra.c.i
  278. .PHONY : Bra.c.i
  279. Bra.s: Bra.c.s
  280. .PHONY : Bra.s
  281. # target to generate assembly for a file
  282. Bra.c.s:
  283. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bra.c.s
  284. .PHONY : Bra.c.s
  285. Bra86.o: Bra86.c.o
  286. .PHONY : Bra86.o
  287. # target to build an object file
  288. Bra86.c.o:
  289. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bra86.c.o
  290. .PHONY : Bra86.c.o
  291. Bra86.i: Bra86.c.i
  292. .PHONY : Bra86.i
  293. # target to preprocess a source file
  294. Bra86.c.i:
  295. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bra86.c.i
  296. .PHONY : Bra86.c.i
  297. Bra86.s: Bra86.c.s
  298. .PHONY : Bra86.s
  299. # target to generate assembly for a file
  300. Bra86.c.s:
  301. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Bra86.c.s
  302. .PHONY : Bra86.c.s
  303. BraIA64.o: BraIA64.c.o
  304. .PHONY : BraIA64.o
  305. # target to build an object file
  306. BraIA64.c.o:
  307. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/BraIA64.c.o
  308. .PHONY : BraIA64.c.o
  309. BraIA64.i: BraIA64.c.i
  310. .PHONY : BraIA64.i
  311. # target to preprocess a source file
  312. BraIA64.c.i:
  313. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/BraIA64.c.i
  314. .PHONY : BraIA64.c.i
  315. BraIA64.s: BraIA64.c.s
  316. .PHONY : BraIA64.s
  317. # target to generate assembly for a file
  318. BraIA64.c.s:
  319. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/BraIA64.c.s
  320. .PHONY : BraIA64.c.s
  321. CpuArch.o: CpuArch.c.o
  322. .PHONY : CpuArch.o
  323. # target to build an object file
  324. CpuArch.c.o:
  325. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/CpuArch.c.o
  326. .PHONY : CpuArch.c.o
  327. CpuArch.i: CpuArch.c.i
  328. .PHONY : CpuArch.i
  329. # target to preprocess a source file
  330. CpuArch.c.i:
  331. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/CpuArch.c.i
  332. .PHONY : CpuArch.c.i
  333. CpuArch.s: CpuArch.c.s
  334. .PHONY : CpuArch.s
  335. # target to generate assembly for a file
  336. CpuArch.c.s:
  337. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/CpuArch.c.s
  338. .PHONY : CpuArch.c.s
  339. Delta.o: Delta.c.o
  340. .PHONY : Delta.o
  341. # target to build an object file
  342. Delta.c.o:
  343. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Delta.c.o
  344. .PHONY : Delta.c.o
  345. Delta.i: Delta.c.i
  346. .PHONY : Delta.i
  347. # target to preprocess a source file
  348. Delta.c.i:
  349. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Delta.c.i
  350. .PHONY : Delta.c.i
  351. Delta.s: Delta.c.s
  352. .PHONY : Delta.s
  353. # target to generate assembly for a file
  354. Delta.c.s:
  355. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Delta.c.s
  356. .PHONY : Delta.c.s
  357. Lzma2Dec.o: Lzma2Dec.c.o
  358. .PHONY : Lzma2Dec.o
  359. # target to build an object file
  360. Lzma2Dec.c.o:
  361. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Lzma2Dec.c.o
  362. .PHONY : Lzma2Dec.c.o
  363. Lzma2Dec.i: Lzma2Dec.c.i
  364. .PHONY : Lzma2Dec.i
  365. # target to preprocess a source file
  366. Lzma2Dec.c.i:
  367. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Lzma2Dec.c.i
  368. .PHONY : Lzma2Dec.c.i
  369. Lzma2Dec.s: Lzma2Dec.c.s
  370. .PHONY : Lzma2Dec.s
  371. # target to generate assembly for a file
  372. Lzma2Dec.c.s:
  373. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Lzma2Dec.c.s
  374. .PHONY : Lzma2Dec.c.s
  375. LzmaDec.o: LzmaDec.c.o
  376. .PHONY : LzmaDec.o
  377. # target to build an object file
  378. LzmaDec.c.o:
  379. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/LzmaDec.c.o
  380. .PHONY : LzmaDec.c.o
  381. LzmaDec.i: LzmaDec.c.i
  382. .PHONY : LzmaDec.i
  383. # target to preprocess a source file
  384. LzmaDec.c.i:
  385. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/LzmaDec.c.i
  386. .PHONY : LzmaDec.c.i
  387. LzmaDec.s: LzmaDec.c.s
  388. .PHONY : LzmaDec.s
  389. # target to generate assembly for a file
  390. LzmaDec.c.s:
  391. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/LzmaDec.c.s
  392. .PHONY : LzmaDec.c.s
  393. Ppmd7.o: Ppmd7.c.o
  394. .PHONY : Ppmd7.o
  395. # target to build an object file
  396. Ppmd7.c.o:
  397. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Ppmd7.c.o
  398. .PHONY : Ppmd7.c.o
  399. Ppmd7.i: Ppmd7.c.i
  400. .PHONY : Ppmd7.i
  401. # target to preprocess a source file
  402. Ppmd7.c.i:
  403. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Ppmd7.c.i
  404. .PHONY : Ppmd7.c.i
  405. Ppmd7.s: Ppmd7.c.s
  406. .PHONY : Ppmd7.s
  407. # target to generate assembly for a file
  408. Ppmd7.c.s:
  409. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Ppmd7.c.s
  410. .PHONY : Ppmd7.c.s
  411. Ppmd7Dec.o: Ppmd7Dec.c.o
  412. .PHONY : Ppmd7Dec.o
  413. # target to build an object file
  414. Ppmd7Dec.c.o:
  415. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Ppmd7Dec.c.o
  416. .PHONY : Ppmd7Dec.c.o
  417. Ppmd7Dec.i: Ppmd7Dec.c.i
  418. .PHONY : Ppmd7Dec.i
  419. # target to preprocess a source file
  420. Ppmd7Dec.c.i:
  421. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Ppmd7Dec.c.i
  422. .PHONY : Ppmd7Dec.c.i
  423. Ppmd7Dec.s: Ppmd7Dec.c.s
  424. .PHONY : Ppmd7Dec.s
  425. # target to generate assembly for a file
  426. Ppmd7Dec.c.s:
  427. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Ppmd7Dec.c.s
  428. .PHONY : Ppmd7Dec.c.s
  429. Precomp.o: Precomp.c.o
  430. .PHONY : Precomp.o
  431. # target to build an object file
  432. Precomp.c.o:
  433. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Precomp.c.o
  434. .PHONY : Precomp.c.o
  435. Precomp.i: Precomp.c.i
  436. .PHONY : Precomp.i
  437. # target to preprocess a source file
  438. Precomp.c.i:
  439. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Precomp.c.i
  440. .PHONY : Precomp.c.i
  441. Precomp.s: Precomp.c.s
  442. .PHONY : Precomp.s
  443. # target to generate assembly for a file
  444. Precomp.c.s:
  445. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/Precomp.c.s
  446. .PHONY : Precomp.c.s
  447. main.o: main.cpp.o
  448. .PHONY : main.o
  449. # target to build an object file
  450. main.cpp.o:
  451. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/main.cpp.o
  452. .PHONY : main.cpp.o
  453. main.i: main.cpp.i
  454. .PHONY : main.i
  455. # target to preprocess a source file
  456. main.cpp.i:
  457. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/main.cpp.i
  458. .PHONY : main.cpp.i
  459. main.s: main.cpp.s
  460. .PHONY : main.s
  461. # target to generate assembly for a file
  462. main.cpp.s:
  463. $(MAKE) -f CMakeFiles/updator.dir/build.make CMakeFiles/updator.dir/main.cpp.s
  464. .PHONY : main.cpp.s
  465. # Help Target
  466. help:
  467. @echo "The following are some of the valid targets for this Makefile:"
  468. @echo "... all (the default if no target is provided)"
  469. @echo "... clean"
  470. @echo "... depend"
  471. @echo "... rebuild_cache"
  472. @echo "... updator"
  473. @echo "... edit_cache"
  474. @echo "... 7ZItf.o"
  475. @echo "... 7ZItf.i"
  476. @echo "... 7ZItf.s"
  477. @echo "... 7zAlloc.o"
  478. @echo "... 7zAlloc.i"
  479. @echo "... 7zAlloc.s"
  480. @echo "... 7zArcIn.o"
  481. @echo "... 7zArcIn.i"
  482. @echo "... 7zArcIn.s"
  483. @echo "... 7zBuf.o"
  484. @echo "... 7zBuf.i"
  485. @echo "... 7zBuf.s"
  486. @echo "... 7zCrc.o"
  487. @echo "... 7zCrc.i"
  488. @echo "... 7zCrc.s"
  489. @echo "... 7zCrcOpt.o"
  490. @echo "... 7zCrcOpt.i"
  491. @echo "... 7zCrcOpt.s"
  492. @echo "... 7zDec.o"
  493. @echo "... 7zDec.i"
  494. @echo "... 7zDec.s"
  495. @echo "... 7zFile.o"
  496. @echo "... 7zFile.i"
  497. @echo "... 7zFile.s"
  498. @echo "... 7zStream.o"
  499. @echo "... 7zStream.i"
  500. @echo "... 7zStream.s"
  501. @echo "... Bcj2.o"
  502. @echo "... Bcj2.i"
  503. @echo "... Bcj2.s"
  504. @echo "... Bra.o"
  505. @echo "... Bra.i"
  506. @echo "... Bra.s"
  507. @echo "... Bra86.o"
  508. @echo "... Bra86.i"
  509. @echo "... Bra86.s"
  510. @echo "... BraIA64.o"
  511. @echo "... BraIA64.i"
  512. @echo "... BraIA64.s"
  513. @echo "... CpuArch.o"
  514. @echo "... CpuArch.i"
  515. @echo "... CpuArch.s"
  516. @echo "... Delta.o"
  517. @echo "... Delta.i"
  518. @echo "... Delta.s"
  519. @echo "... Lzma2Dec.o"
  520. @echo "... Lzma2Dec.i"
  521. @echo "... Lzma2Dec.s"
  522. @echo "... LzmaDec.o"
  523. @echo "... LzmaDec.i"
  524. @echo "... LzmaDec.s"
  525. @echo "... Ppmd7.o"
  526. @echo "... Ppmd7.i"
  527. @echo "... Ppmd7.s"
  528. @echo "... Ppmd7Dec.o"
  529. @echo "... Ppmd7Dec.i"
  530. @echo "... Ppmd7Dec.s"
  531. @echo "... Precomp.o"
  532. @echo "... Precomp.i"
  533. @echo "... Precomp.s"
  534. @echo "... main.o"
  535. @echo "... main.i"
  536. @echo "... main.s"
  537. .PHONY : help
  538. #=============================================================================
  539. # Special targets to cleanup operation of make.
  540. # Special rule to run CMake to check the build system integrity.
  541. # No rule that depends on this can have commands that come from listfiles
  542. # because they might be regenerated.
  543. cmake_check_build_system:
  544. $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
  545. .PHONY : cmake_check_build_system