build.ninja 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Ninja" Generator, CMake Version 3.30
  3. # This file contains all the build statements describing the
  4. # compilation DAG.
  5. # =============================================================================
  6. # Write statements declared in CMakeLists.txt:
  7. #
  8. # Which is the root file.
  9. # =============================================================================
  10. # =============================================================================
  11. # Project: new_protect
  12. # Configurations: Debug
  13. # =============================================================================
  14. #############################################
  15. # Minimal version of Ninja required by this file
  16. ninja_required_version = 1.5
  17. #############################################
  18. # Set configuration variable for custom commands.
  19. CONFIGURATION = Debug
  20. # =============================================================================
  21. # Include auxiliary files.
  22. #############################################
  23. # Include rules file.
  24. include CMakeFiles/rules.ninja
  25. # =============================================================================
  26. #############################################
  27. # Logical path to working directory; prefix for absolute paths.
  28. cmake_ninja_workdir = E$:/code/tianmai/tianmai_protect/cmake-build-debug/
  29. # =============================================================================
  30. # Object build statements for EXECUTABLE target new_protect
  31. #############################################
  32. # Order-only phony target for new_protect
  33. build cmake_object_order_depends_target_new_protect: phony || .
  34. build CMakeFiles/new_protect.dir/main.cpp.obj: CXX_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/main.cpp || cmake_object_order_depends_target_new_protect
  35. DEP_FILE = CMakeFiles\new_protect.dir\main.cpp.obj.d
  36. FLAGS = -g -fdiagnostics-color=always
  37. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  38. OBJECT_DIR = CMakeFiles\new_protect.dir
  39. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir
  40. build CMakeFiles/new_protect.dir/encryption/aes.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/aes.c || cmake_object_order_depends_target_new_protect
  41. DEP_FILE = CMakeFiles\new_protect.dir\encryption\aes.c.obj.d
  42. FLAGS = -g -fdiagnostics-color=always
  43. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  44. OBJECT_DIR = CMakeFiles\new_protect.dir
  45. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  46. build CMakeFiles/new_protect.dir/encryption/cpu_endian.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/cpu_endian.c || cmake_object_order_depends_target_new_protect
  47. DEP_FILE = CMakeFiles\new_protect.dir\encryption\cpu_endian.c.obj.d
  48. FLAGS = -g -fdiagnostics-color=always
  49. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  50. OBJECT_DIR = CMakeFiles\new_protect.dir
  51. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  52. build CMakeFiles/new_protect.dir/encryption/des.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/des.c || cmake_object_order_depends_target_new_protect
  53. DEP_FILE = CMakeFiles\new_protect.dir\encryption\des.c.obj.d
  54. FLAGS = -g -fdiagnostics-color=always
  55. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  56. OBJECT_DIR = CMakeFiles\new_protect.dir
  57. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  58. build CMakeFiles/new_protect.dir/encryption/des3.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/des3.c || cmake_object_order_depends_target_new_protect
  59. DEP_FILE = CMakeFiles\new_protect.dir\encryption\des3.c.obj.d
  60. FLAGS = -g -fdiagnostics-color=always
  61. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  62. OBJECT_DIR = CMakeFiles\new_protect.dir
  63. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  64. build CMakeFiles/new_protect.dir/encryption/ecb.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/ecb.c || cmake_object_order_depends_target_new_protect
  65. DEP_FILE = CMakeFiles\new_protect.dir\encryption\ecb.c.obj.d
  66. FLAGS = -g -fdiagnostics-color=always
  67. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  68. OBJECT_DIR = CMakeFiles\new_protect.dir
  69. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  70. build CMakeFiles/new_protect.dir/encryption/ecc.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/ecc.c || cmake_object_order_depends_target_new_protect
  71. DEP_FILE = CMakeFiles\new_protect.dir\encryption\ecc.c.obj.d
  72. FLAGS = -g -fdiagnostics-color=always
  73. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  74. OBJECT_DIR = CMakeFiles\new_protect.dir
  75. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  76. build CMakeFiles/new_protect.dir/encryption/ecc_rc4.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/ecc_rc4.c || cmake_object_order_depends_target_new_protect
  77. DEP_FILE = CMakeFiles\new_protect.dir\encryption\ecc_rc4.c.obj.d
  78. FLAGS = -g -fdiagnostics-color=always
  79. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  80. OBJECT_DIR = CMakeFiles\new_protect.dir
  81. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  82. build CMakeFiles/new_protect.dir/encryption/ecdh.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/ecdh.c || cmake_object_order_depends_target_new_protect
  83. DEP_FILE = CMakeFiles\new_protect.dir\encryption\ecdh.c.obj.d
  84. FLAGS = -g -fdiagnostics-color=always
  85. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  86. OBJECT_DIR = CMakeFiles\new_protect.dir
  87. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  88. build CMakeFiles/new_protect.dir/encryption/rc4.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/rc4.c || cmake_object_order_depends_target_new_protect
  89. DEP_FILE = CMakeFiles\new_protect.dir\encryption\rc4.c.obj.d
  90. FLAGS = -g -fdiagnostics-color=always
  91. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  92. OBJECT_DIR = CMakeFiles\new_protect.dir
  93. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  94. build CMakeFiles/new_protect.dir/encryption/rsa.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/encryption/rsa.c || cmake_object_order_depends_target_new_protect
  95. DEP_FILE = CMakeFiles\new_protect.dir\encryption\rsa.c.obj.d
  96. FLAGS = -g -fdiagnostics-color=always
  97. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  98. OBJECT_DIR = CMakeFiles\new_protect.dir
  99. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\encryption
  100. build CMakeFiles/new_protect.dir/compress/ucl/alloc_ucl.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/alloc_ucl.c || cmake_object_order_depends_target_new_protect
  101. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\alloc_ucl.c.obj.d
  102. FLAGS = -g -fdiagnostics-color=always
  103. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  104. OBJECT_DIR = CMakeFiles\new_protect.dir
  105. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  106. build CMakeFiles/new_protect.dir/compress/ucl/io.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/io.c || cmake_object_order_depends_target_new_protect
  107. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\io.c.obj.d
  108. FLAGS = -g -fdiagnostics-color=always
  109. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  110. OBJECT_DIR = CMakeFiles\new_protect.dir
  111. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  112. build CMakeFiles/new_protect.dir/compress/ucl/n2b_99.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2b_99.c || cmake_object_order_depends_target_new_protect
  113. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2b_99.c.obj.d
  114. FLAGS = -g -fdiagnostics-color=always
  115. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  116. OBJECT_DIR = CMakeFiles\new_protect.dir
  117. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  118. build CMakeFiles/new_protect.dir/compress/ucl/n2b_d.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2b_d.c || cmake_object_order_depends_target_new_protect
  119. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2b_d.c.obj.d
  120. FLAGS = -g -fdiagnostics-color=always
  121. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  122. OBJECT_DIR = CMakeFiles\new_protect.dir
  123. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  124. build CMakeFiles/new_protect.dir/compress/ucl/n2b_ds.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2b_ds.c || cmake_object_order_depends_target_new_protect
  125. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2b_ds.c.obj.d
  126. FLAGS = -g -fdiagnostics-color=always
  127. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  128. OBJECT_DIR = CMakeFiles\new_protect.dir
  129. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  130. build CMakeFiles/new_protect.dir/compress/ucl/n2b_to.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2b_to.c || cmake_object_order_depends_target_new_protect
  131. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2b_to.c.obj.d
  132. FLAGS = -g -fdiagnostics-color=always
  133. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  134. OBJECT_DIR = CMakeFiles\new_protect.dir
  135. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  136. build CMakeFiles/new_protect.dir/compress/ucl/n2d_99.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2d_99.c || cmake_object_order_depends_target_new_protect
  137. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2d_99.c.obj.d
  138. FLAGS = -g -fdiagnostics-color=always
  139. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  140. OBJECT_DIR = CMakeFiles\new_protect.dir
  141. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  142. build CMakeFiles/new_protect.dir/compress/ucl/n2d_d.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2d_d.c || cmake_object_order_depends_target_new_protect
  143. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2d_d.c.obj.d
  144. FLAGS = -g -fdiagnostics-color=always
  145. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  146. OBJECT_DIR = CMakeFiles\new_protect.dir
  147. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  148. build CMakeFiles/new_protect.dir/compress/ucl/n2d_ds.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2d_ds.c || cmake_object_order_depends_target_new_protect
  149. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2d_ds.c.obj.d
  150. FLAGS = -g -fdiagnostics-color=always
  151. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  152. OBJECT_DIR = CMakeFiles\new_protect.dir
  153. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  154. build CMakeFiles/new_protect.dir/compress/ucl/n2d_to.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2d_to.c || cmake_object_order_depends_target_new_protect
  155. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2d_to.c.obj.d
  156. FLAGS = -g -fdiagnostics-color=always
  157. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  158. OBJECT_DIR = CMakeFiles\new_protect.dir
  159. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  160. build CMakeFiles/new_protect.dir/compress/ucl/n2e_99.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2e_99.c || cmake_object_order_depends_target_new_protect
  161. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2e_99.c.obj.d
  162. FLAGS = -g -fdiagnostics-color=always
  163. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  164. OBJECT_DIR = CMakeFiles\new_protect.dir
  165. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  166. build CMakeFiles/new_protect.dir/compress/ucl/n2e_d.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2e_d.c || cmake_object_order_depends_target_new_protect
  167. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2e_d.c.obj.d
  168. FLAGS = -g -fdiagnostics-color=always
  169. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  170. OBJECT_DIR = CMakeFiles\new_protect.dir
  171. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  172. build CMakeFiles/new_protect.dir/compress/ucl/n2e_ds.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2e_ds.c || cmake_object_order_depends_target_new_protect
  173. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2e_ds.c.obj.d
  174. FLAGS = -g -fdiagnostics-color=always
  175. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  176. OBJECT_DIR = CMakeFiles\new_protect.dir
  177. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  178. build CMakeFiles/new_protect.dir/compress/ucl/n2e_to.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/n2e_to.c || cmake_object_order_depends_target_new_protect
  179. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\n2e_to.c.obj.d
  180. FLAGS = -g -fdiagnostics-color=always
  181. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  182. OBJECT_DIR = CMakeFiles\new_protect.dir
  183. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  184. build CMakeFiles/new_protect.dir/compress/ucl/ucl_crc.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/ucl_crc.c || cmake_object_order_depends_target_new_protect
  185. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\ucl_crc.c.obj.d
  186. FLAGS = -g -fdiagnostics-color=always
  187. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  188. OBJECT_DIR = CMakeFiles\new_protect.dir
  189. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  190. build CMakeFiles/new_protect.dir/compress/ucl/ucl_dll.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/ucl_dll.c || cmake_object_order_depends_target_new_protect
  191. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\ucl_dll.c.obj.d
  192. FLAGS = -g -fdiagnostics-color=always
  193. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  194. OBJECT_DIR = CMakeFiles\new_protect.dir
  195. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  196. build CMakeFiles/new_protect.dir/compress/ucl/ucl_init.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/ucl_init.c || cmake_object_order_depends_target_new_protect
  197. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\ucl_init.c.obj.d
  198. FLAGS = -g -fdiagnostics-color=always
  199. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  200. OBJECT_DIR = CMakeFiles\new_protect.dir
  201. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  202. build CMakeFiles/new_protect.dir/compress/ucl/ucl_ptr.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/ucl_ptr.c || cmake_object_order_depends_target_new_protect
  203. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\ucl_ptr.c.obj.d
  204. FLAGS = -g -fdiagnostics-color=always
  205. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  206. OBJECT_DIR = CMakeFiles\new_protect.dir
  207. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  208. build CMakeFiles/new_protect.dir/compress/ucl/ucl_str.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/ucl_str.c || cmake_object_order_depends_target_new_protect
  209. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\ucl_str.c.obj.d
  210. FLAGS = -g -fdiagnostics-color=always
  211. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  212. OBJECT_DIR = CMakeFiles\new_protect.dir
  213. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  214. build CMakeFiles/new_protect.dir/compress/ucl/ucl_util.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/ucl/ucl_util.c || cmake_object_order_depends_target_new_protect
  215. DEP_FILE = CMakeFiles\new_protect.dir\compress\ucl\ucl_util.c.obj.d
  216. FLAGS = -g -fdiagnostics-color=always
  217. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  218. OBJECT_DIR = CMakeFiles\new_protect.dir
  219. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\ucl
  220. build CMakeFiles/new_protect.dir/compress/lzo/minilzo.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/lzo/minilzo.c || cmake_object_order_depends_target_new_protect
  221. DEP_FILE = CMakeFiles\new_protect.dir\compress\lzo\minilzo.c.obj.d
  222. FLAGS = -g -fdiagnostics-color=always
  223. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  224. OBJECT_DIR = CMakeFiles\new_protect.dir
  225. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\lzo
  226. build CMakeFiles/new_protect.dir/compress/lzma/FileIO.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/lzma/FileIO.c || cmake_object_order_depends_target_new_protect
  227. DEP_FILE = CMakeFiles\new_protect.dir\compress\lzma\FileIO.c.obj.d
  228. FLAGS = -g -fdiagnostics-color=always
  229. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  230. OBJECT_DIR = CMakeFiles\new_protect.dir
  231. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\lzma
  232. build CMakeFiles/new_protect.dir/compress/lzma/TinyLzmaCompress.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/lzma/TinyLzmaCompress.c || cmake_object_order_depends_target_new_protect
  233. DEP_FILE = CMakeFiles\new_protect.dir\compress\lzma\TinyLzmaCompress.c.obj.d
  234. FLAGS = -g -fdiagnostics-color=always
  235. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  236. OBJECT_DIR = CMakeFiles\new_protect.dir
  237. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\lzma
  238. build CMakeFiles/new_protect.dir/compress/lzma/TinyLzmaDecompress.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/lzma/TinyLzmaDecompress.c || cmake_object_order_depends_target_new_protect
  239. DEP_FILE = CMakeFiles\new_protect.dir\compress\lzma\TinyLzmaDecompress.c.obj.d
  240. FLAGS = -g -fdiagnostics-color=always
  241. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  242. OBJECT_DIR = CMakeFiles\new_protect.dir
  243. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\lzma
  244. build CMakeFiles/new_protect.dir/compress/zstd/zstd.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/zstd/zstd.c || cmake_object_order_depends_target_new_protect
  245. DEP_FILE = CMakeFiles\new_protect.dir\compress\zstd\zstd.c.obj.d
  246. FLAGS = -g -fdiagnostics-color=always
  247. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  248. OBJECT_DIR = CMakeFiles\new_protect.dir
  249. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\zstd
  250. build CMakeFiles/new_protect.dir/compress/lz4/lz4.c.obj: C_COMPILER__new_protect_unscanned_Debug E$:/code/tianmai/tianmai_protect/compress/lz4/lz4.c || cmake_object_order_depends_target_new_protect
  251. DEP_FILE = CMakeFiles\new_protect.dir\compress\lz4\lz4.c.obj.d
  252. FLAGS = -g -fdiagnostics-color=always
  253. INCLUDES = -IE:/code/tianmai/tianmai_protect/headers -IE:/code/tianmai/tianmai_protect/encryption -IE:/code/tianmai/tianmai_protect/common -IE:/code/tianmai/tianmai_protect/compress
  254. OBJECT_DIR = CMakeFiles\new_protect.dir
  255. OBJECT_FILE_DIR = CMakeFiles\new_protect.dir\compress\lz4
  256. # =============================================================================
  257. # Link build statements for EXECUTABLE target new_protect
  258. #############################################
  259. # Link the executable new_protect.exe
  260. build new_protect.exe: CXX_EXECUTABLE_LINKER__new_protect_Debug CMakeFiles/new_protect.dir/main.cpp.obj CMakeFiles/new_protect.dir/encryption/aes.c.obj CMakeFiles/new_protect.dir/encryption/cpu_endian.c.obj CMakeFiles/new_protect.dir/encryption/des.c.obj CMakeFiles/new_protect.dir/encryption/des3.c.obj CMakeFiles/new_protect.dir/encryption/ecb.c.obj CMakeFiles/new_protect.dir/encryption/ecc.c.obj CMakeFiles/new_protect.dir/encryption/ecc_rc4.c.obj CMakeFiles/new_protect.dir/encryption/ecdh.c.obj CMakeFiles/new_protect.dir/encryption/rc4.c.obj CMakeFiles/new_protect.dir/encryption/rsa.c.obj CMakeFiles/new_protect.dir/compress/ucl/alloc_ucl.c.obj CMakeFiles/new_protect.dir/compress/ucl/io.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2b_99.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2b_d.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2b_ds.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2b_to.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2d_99.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2d_d.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2d_ds.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2d_to.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2e_99.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2e_d.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2e_ds.c.obj CMakeFiles/new_protect.dir/compress/ucl/n2e_to.c.obj CMakeFiles/new_protect.dir/compress/ucl/ucl_crc.c.obj CMakeFiles/new_protect.dir/compress/ucl/ucl_dll.c.obj CMakeFiles/new_protect.dir/compress/ucl/ucl_init.c.obj CMakeFiles/new_protect.dir/compress/ucl/ucl_ptr.c.obj CMakeFiles/new_protect.dir/compress/ucl/ucl_str.c.obj CMakeFiles/new_protect.dir/compress/ucl/ucl_util.c.obj CMakeFiles/new_protect.dir/compress/lzo/minilzo.c.obj CMakeFiles/new_protect.dir/compress/lzma/FileIO.c.obj CMakeFiles/new_protect.dir/compress/lzma/TinyLzmaCompress.c.obj CMakeFiles/new_protect.dir/compress/lzma/TinyLzmaDecompress.c.obj CMakeFiles/new_protect.dir/compress/zstd/zstd.c.obj CMakeFiles/new_protect.dir/compress/lz4/lz4.c.obj
  261. FLAGS = -g
  262. LINK_LIBRARIES = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
  263. OBJECT_DIR = CMakeFiles\new_protect.dir
  264. POST_BUILD = cd .
  265. PRE_LINK = cd .
  266. TARGET_FILE = new_protect.exe
  267. TARGET_IMPLIB = libnew_protect.dll.a
  268. TARGET_PDB = new_protect.exe.dbg
  269. #############################################
  270. # Utility command for edit_cache
  271. build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
  272. COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D E:\code\tianmai\tianmai_protect\cmake-build-debug && "D:\CLion 2024.3\bin\cmake\win\x64\bin\cmake.exe" -E echo "No interactive CMake dialog available.""
  273. DESC = No interactive CMake dialog available...
  274. restat = 1
  275. build edit_cache: phony CMakeFiles/edit_cache.util
  276. #############################################
  277. # Utility command for rebuild_cache
  278. build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
  279. COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D E:\code\tianmai\tianmai_protect\cmake-build-debug && "D:\CLion 2024.3\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -SE:\code\tianmai\tianmai_protect -BE:\code\tianmai\tianmai_protect\cmake-build-debug"
  280. DESC = Running CMake to regenerate build system...
  281. pool = console
  282. restat = 1
  283. build rebuild_cache: phony CMakeFiles/rebuild_cache.util
  284. # =============================================================================
  285. # Target aliases.
  286. build new_protect: phony new_protect.exe
  287. # =============================================================================
  288. # Folder targets.
  289. # =============================================================================
  290. #############################################
  291. # Folder: E:/code/tianmai/tianmai_protect/cmake-build-debug
  292. build all: phony new_protect.exe
  293. # =============================================================================
  294. # Built-in targets
  295. #############################################
  296. # Re-run CMake if any of its inputs changed.
  297. build build.ninja: RERUN_CMAKE | CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeCXXCompiler.cmake CMakeFiles/3.30.5/CMakeRCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeCInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeCXXInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeRCInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/GNU.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-C-ABI.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-C.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-CXX-ABI.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-CXX.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-Initialize.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-windres.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/WindowsPaths.cmake E$:/code/tianmai/tianmai_protect/CMakeLists.txt
  298. pool = console
  299. #############################################
  300. # A missing CMake input file is not an error.
  301. build CMakeCache.txt CMakeFiles/3.30.5/CMakeCCompiler.cmake CMakeFiles/3.30.5/CMakeCXXCompiler.cmake CMakeFiles/3.30.5/CMakeRCCompiler.cmake CMakeFiles/3.30.5/CMakeSystem.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeCInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeCXXInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeGenericSystem.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeRCInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/GNU-C.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Compiler/GNU.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-C-ABI.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-C.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-CXX-ABI.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU-CXX.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-GNU.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-Initialize.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows-windres.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/Windows.cmake D$:/CLion$ 2024.3/bin/cmake/win/x64/share/cmake-3.30/Modules/Platform/WindowsPaths.cmake E$:/code/tianmai/tianmai_protect/CMakeLists.txt: phony
  302. #############################################
  303. # Clean all the built files.
  304. build clean: CLEAN
  305. #############################################
  306. # Print all primary targets available.
  307. build help: HELP
  308. #############################################
  309. # Make the all target the default.
  310. default all