rules.ninja 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Ninja" Generator, CMake Version 3.30
  3. # This file contains all the rules used to get the outputs files
  4. # built from the input files.
  5. # It is included in the main 'build.ninja'.
  6. # =============================================================================
  7. # Project: gatt_server_demos
  8. # Configurations:
  9. # =============================================================================
  10. # =============================================================================
  11. #############################################
  12. # Rule for compiling C files.
  13. rule C_COMPILER__gatt_server_demos.2eelf_unscanned_
  14. depfile = $DEP_FILE
  15. deps = gcc
  16. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  17. description = Building C object $out
  18. #############################################
  19. # Rule for linking CXX executable.
  20. rule CXX_EXECUTABLE_LINKER__gatt_server_demos.2eelf_
  21. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-g++.exe $FLAGS $LINK_FLAGS @$RSP_FILE -o $TARGET_FILE && $POST_BUILD"
  22. description = Linking CXX executable $TARGET_FILE
  23. rspfile = $RSP_FILE
  24. rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
  25. restat = $RESTAT
  26. #############################################
  27. # Rule for running custom commands.
  28. rule CUSTOM_COMMAND
  29. command = $COMMAND
  30. description = $DESC
  31. #############################################
  32. # Rule for compiling ASM files.
  33. rule ASM_COMPILER____idf_xtensa_unscanned_
  34. depfile = $DEP_FILE
  35. deps = gcc
  36. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  37. description = Building ASM object $out
  38. #############################################
  39. # Rule for compiling C files.
  40. rule C_COMPILER____idf_xtensa_unscanned_
  41. depfile = $DEP_FILE
  42. deps = gcc
  43. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  44. description = Building C object $out
  45. #############################################
  46. # Rule for linking C static library.
  47. rule C_STATIC_LIBRARY_LINKER____idf_xtensa_
  48. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  49. description = Linking C static library $TARGET_FILE
  50. restat = $RESTAT
  51. #############################################
  52. # Rule for compiling C files.
  53. rule C_COMPILER____idf_esp_driver_gpio_unscanned_
  54. depfile = $DEP_FILE
  55. deps = gcc
  56. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  57. description = Building C object $out
  58. #############################################
  59. # Rule for linking C static library.
  60. rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_
  61. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  62. description = Linking C static library $TARGET_FILE
  63. restat = $RESTAT
  64. #############################################
  65. # Rule for compiling C files.
  66. rule C_COMPILER____idf_esp_timer_unscanned_
  67. depfile = $DEP_FILE
  68. deps = gcc
  69. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  70. description = Building C object $out
  71. #############################################
  72. # Rule for linking C static library.
  73. rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_
  74. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  75. description = Linking C static library $TARGET_FILE
  76. restat = $RESTAT
  77. #############################################
  78. # Rule for compiling C files.
  79. rule C_COMPILER____idf_esp_pm_unscanned_
  80. depfile = $DEP_FILE
  81. deps = gcc
  82. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  83. description = Building C object $out
  84. #############################################
  85. # Rule for linking C static library.
  86. rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_
  87. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  88. description = Linking C static library $TARGET_FILE
  89. restat = $RESTAT
  90. #############################################
  91. # Rule for compiling ASM files.
  92. rule ASM_COMPILER____idf_mbedtls_unscanned_
  93. depfile = $DEP_FILE
  94. deps = gcc
  95. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  96. description = Building ASM object $out
  97. #############################################
  98. # Rule for compiling C files.
  99. rule C_COMPILER____idf_mbedtls_unscanned_
  100. depfile = $DEP_FILE
  101. deps = gcc
  102. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  103. description = Building C object $out
  104. #############################################
  105. # Rule for linking C static library.
  106. rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_
  107. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  108. description = Linking C static library $TARGET_FILE
  109. restat = $RESTAT
  110. #############################################
  111. # Rule for compiling C files.
  112. rule C_COMPILER__everest_unscanned_
  113. depfile = $DEP_FILE
  114. deps = gcc
  115. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  116. description = Building C object $out
  117. #############################################
  118. # Rule for linking CXX static library.
  119. rule CXX_STATIC_LIBRARY_LINKER__everest_
  120. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  121. description = Linking CXX static library $TARGET_FILE
  122. restat = $RESTAT
  123. #############################################
  124. # Rule for compiling C files.
  125. rule C_COMPILER__p256m_unscanned_
  126. depfile = $DEP_FILE
  127. deps = gcc
  128. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  129. description = Building C object $out
  130. #############################################
  131. # Rule for linking CXX static library.
  132. rule CXX_STATIC_LIBRARY_LINKER__p256m_
  133. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  134. description = Linking CXX static library $TARGET_FILE
  135. restat = $RESTAT
  136. #############################################
  137. # Rule for compiling C files.
  138. rule C_COMPILER__mbedcrypto_unscanned_
  139. depfile = $DEP_FILE
  140. deps = gcc
  141. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  142. description = Building C object $out
  143. #############################################
  144. # Rule for linking CXX static library.
  145. rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_
  146. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  147. description = Linking CXX static library $TARGET_FILE
  148. rspfile = $RSP_FILE
  149. rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
  150. restat = $RESTAT
  151. #############################################
  152. # Rule for compiling C files.
  153. rule C_COMPILER__mbedx509_unscanned_
  154. depfile = $DEP_FILE
  155. deps = gcc
  156. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  157. description = Building C object $out
  158. #############################################
  159. # Rule for linking CXX static library.
  160. rule CXX_STATIC_LIBRARY_LINKER__mbedx509_
  161. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  162. description = Linking CXX static library $TARGET_FILE
  163. restat = $RESTAT
  164. #############################################
  165. # Rule for compiling C files.
  166. rule C_COMPILER__mbedtls_unscanned_
  167. depfile = $DEP_FILE
  168. deps = gcc
  169. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  170. description = Building C object $out
  171. #############################################
  172. # Rule for linking CXX static library.
  173. rule CXX_STATIC_LIBRARY_LINKER__mbedtls_
  174. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  175. description = Linking CXX static library $TARGET_FILE
  176. restat = $RESTAT
  177. #############################################
  178. # Rule for compiling C files.
  179. rule C_COMPILER____idf_esp_app_format_unscanned_
  180. depfile = $DEP_FILE
  181. deps = gcc
  182. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  183. description = Building C object $out
  184. #############################################
  185. # Rule for linking C static library.
  186. rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_
  187. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  188. description = Linking C static library $TARGET_FILE
  189. restat = $RESTAT
  190. #############################################
  191. # Rule for compiling C files.
  192. rule C_COMPILER____idf_esp_bootloader_format_unscanned_
  193. depfile = $DEP_FILE
  194. deps = gcc
  195. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  196. description = Building C object $out
  197. #############################################
  198. # Rule for linking C static library.
  199. rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_
  200. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  201. description = Linking C static library $TARGET_FILE
  202. restat = $RESTAT
  203. #############################################
  204. # Rule for compiling C files.
  205. rule C_COMPILER____idf_app_update_unscanned_
  206. depfile = $DEP_FILE
  207. deps = gcc
  208. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  209. description = Building C object $out
  210. #############################################
  211. # Rule for linking C static library.
  212. rule C_STATIC_LIBRARY_LINKER____idf_app_update_
  213. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  214. description = Linking C static library $TARGET_FILE
  215. restat = $RESTAT
  216. #############################################
  217. # Rule for compiling C files.
  218. rule C_COMPILER____idf_esp_partition_unscanned_
  219. depfile = $DEP_FILE
  220. deps = gcc
  221. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  222. description = Building C object $out
  223. #############################################
  224. # Rule for linking C static library.
  225. rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_
  226. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  227. description = Linking C static library $TARGET_FILE
  228. restat = $RESTAT
  229. #############################################
  230. # Rule for compiling C files.
  231. rule C_COMPILER____idf_efuse_unscanned_
  232. depfile = $DEP_FILE
  233. deps = gcc
  234. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  235. description = Building C object $out
  236. #############################################
  237. # Rule for linking C static library.
  238. rule C_STATIC_LIBRARY_LINKER____idf_efuse_
  239. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  240. description = Linking C static library $TARGET_FILE
  241. restat = $RESTAT
  242. #############################################
  243. # Rule for compiling C files.
  244. rule C_COMPILER____idf_bootloader_support_unscanned_
  245. depfile = $DEP_FILE
  246. deps = gcc
  247. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  248. description = Building C object $out
  249. #############################################
  250. # Rule for linking C static library.
  251. rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_
  252. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  253. description = Linking C static library $TARGET_FILE
  254. restat = $RESTAT
  255. #############################################
  256. # Rule for compiling C files.
  257. rule C_COMPILER____idf_esp_mm_unscanned_
  258. depfile = $DEP_FILE
  259. deps = gcc
  260. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  261. description = Building C object $out
  262. #############################################
  263. # Rule for linking C static library.
  264. rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_
  265. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  266. description = Linking C static library $TARGET_FILE
  267. restat = $RESTAT
  268. #############################################
  269. # Rule for compiling C files.
  270. rule C_COMPILER____idf_spi_flash_unscanned_
  271. depfile = $DEP_FILE
  272. deps = gcc
  273. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  274. description = Building C object $out
  275. #############################################
  276. # Rule for linking C static library.
  277. rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_
  278. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  279. description = Linking C static library $TARGET_FILE
  280. restat = $RESTAT
  281. #############################################
  282. # Rule for compiling ASM files.
  283. rule ASM_COMPILER____idf_esp_system_unscanned_
  284. depfile = $DEP_FILE
  285. deps = gcc
  286. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  287. description = Building ASM object $out
  288. #############################################
  289. # Rule for compiling C files.
  290. rule C_COMPILER____idf_esp_system_unscanned_
  291. depfile = $DEP_FILE
  292. deps = gcc
  293. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  294. description = Building C object $out
  295. #############################################
  296. # Rule for linking C static library.
  297. rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
  298. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  299. description = Linking C static library $TARGET_FILE
  300. restat = $RESTAT
  301. #############################################
  302. # Rule for compiling C files.
  303. rule C_COMPILER____idf_esp_common_unscanned_
  304. depfile = $DEP_FILE
  305. deps = gcc
  306. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  307. description = Building C object $out
  308. #############################################
  309. # Rule for linking C static library.
  310. rule C_STATIC_LIBRARY_LINKER____idf_esp_common_
  311. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  312. description = Linking C static library $TARGET_FILE
  313. restat = $RESTAT
  314. #############################################
  315. # Rule for compiling ASM files.
  316. rule ASM_COMPILER____idf_esp_rom_unscanned_
  317. depfile = $DEP_FILE
  318. deps = gcc
  319. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  320. description = Building ASM object $out
  321. #############################################
  322. # Rule for compiling C files.
  323. rule C_COMPILER____idf_esp_rom_unscanned_
  324. depfile = $DEP_FILE
  325. deps = gcc
  326. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  327. description = Building C object $out
  328. #############################################
  329. # Rule for linking C static library.
  330. rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
  331. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  332. description = Linking C static library $TARGET_FILE
  333. restat = $RESTAT
  334. #############################################
  335. # Rule for compiling C files.
  336. rule C_COMPILER____idf_hal_unscanned_
  337. depfile = $DEP_FILE
  338. deps = gcc
  339. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  340. description = Building C object $out
  341. #############################################
  342. # Rule for linking C static library.
  343. rule C_STATIC_LIBRARY_LINKER____idf_hal_
  344. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  345. description = Linking C static library $TARGET_FILE
  346. restat = $RESTAT
  347. #############################################
  348. # Rule for compiling C files.
  349. rule C_COMPILER____idf_log_unscanned_
  350. depfile = $DEP_FILE
  351. deps = gcc
  352. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  353. description = Building C object $out
  354. #############################################
  355. # Rule for linking C static library.
  356. rule C_STATIC_LIBRARY_LINKER____idf_log_
  357. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  358. description = Linking C static library $TARGET_FILE
  359. restat = $RESTAT
  360. #############################################
  361. # Rule for compiling C files.
  362. rule C_COMPILER____idf_heap_unscanned_
  363. depfile = $DEP_FILE
  364. deps = gcc
  365. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  366. description = Building C object $out
  367. #############################################
  368. # Rule for linking C static library.
  369. rule C_STATIC_LIBRARY_LINKER____idf_heap_
  370. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  371. description = Linking C static library $TARGET_FILE
  372. restat = $RESTAT
  373. #############################################
  374. # Rule for compiling C files.
  375. rule C_COMPILER____idf_soc_unscanned_
  376. depfile = $DEP_FILE
  377. deps = gcc
  378. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  379. description = Building C object $out
  380. #############################################
  381. # Rule for linking C static library.
  382. rule C_STATIC_LIBRARY_LINKER____idf_soc_
  383. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  384. description = Linking C static library $TARGET_FILE
  385. restat = $RESTAT
  386. #############################################
  387. # Rule for compiling C files.
  388. rule C_COMPILER____idf_esp_security_unscanned_
  389. depfile = $DEP_FILE
  390. deps = gcc
  391. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  392. description = Building C object $out
  393. #############################################
  394. # Rule for linking C static library.
  395. rule C_STATIC_LIBRARY_LINKER____idf_esp_security_
  396. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  397. description = Linking C static library $TARGET_FILE
  398. restat = $RESTAT
  399. #############################################
  400. # Rule for compiling C files.
  401. rule C_COMPILER____idf_esp_hw_support_unscanned_
  402. depfile = $DEP_FILE
  403. deps = gcc
  404. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  405. description = Building C object $out
  406. #############################################
  407. # Rule for linking C static library.
  408. rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
  409. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  410. description = Linking C static library $TARGET_FILE
  411. restat = $RESTAT
  412. #############################################
  413. # Rule for compiling ASM files.
  414. rule ASM_COMPILER____idf_freertos_unscanned_
  415. depfile = $DEP_FILE
  416. deps = gcc
  417. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  418. description = Building ASM object $out
  419. #############################################
  420. # Rule for compiling C files.
  421. rule C_COMPILER____idf_freertos_unscanned_
  422. depfile = $DEP_FILE
  423. deps = gcc
  424. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  425. description = Building C object $out
  426. #############################################
  427. # Rule for linking C static library.
  428. rule C_STATIC_LIBRARY_LINKER____idf_freertos_
  429. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  430. description = Linking C static library $TARGET_FILE
  431. restat = $RESTAT
  432. #############################################
  433. # Rule for compiling C files.
  434. rule C_COMPILER____idf_newlib_unscanned_
  435. depfile = $DEP_FILE
  436. deps = gcc
  437. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  438. description = Building C object $out
  439. #############################################
  440. # Rule for linking C static library.
  441. rule C_STATIC_LIBRARY_LINKER____idf_newlib_
  442. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  443. description = Linking C static library $TARGET_FILE
  444. restat = $RESTAT
  445. #############################################
  446. # Rule for compiling C files.
  447. rule C_COMPILER____idf_pthread_unscanned_
  448. depfile = $DEP_FILE
  449. deps = gcc
  450. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  451. description = Building C object $out
  452. #############################################
  453. # Rule for linking C static library.
  454. rule C_STATIC_LIBRARY_LINKER____idf_pthread_
  455. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  456. description = Linking C static library $TARGET_FILE
  457. restat = $RESTAT
  458. #############################################
  459. # Rule for compiling CXX files.
  460. rule CXX_COMPILER____idf_cxx_unscanned_
  461. depfile = $DEP_FILE
  462. deps = gcc
  463. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  464. description = Building CXX object $out
  465. #############################################
  466. # Rule for linking C static library.
  467. rule C_STATIC_LIBRARY_LINKER____idf_cxx_
  468. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  469. description = Linking C static library $TARGET_FILE
  470. restat = $RESTAT
  471. #############################################
  472. # Rule for compiling C files.
  473. rule C_COMPILER____idf_esp_event_unscanned_
  474. depfile = $DEP_FILE
  475. deps = gcc
  476. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  477. description = Building C object $out
  478. #############################################
  479. # Rule for linking C static library.
  480. rule C_STATIC_LIBRARY_LINKER____idf_esp_event_
  481. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  482. description = Linking C static library $TARGET_FILE
  483. restat = $RESTAT
  484. #############################################
  485. # Rule for compiling C files.
  486. rule C_COMPILER____idf_nvs_flash_unscanned_
  487. depfile = $DEP_FILE
  488. deps = gcc
  489. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  490. description = Building C object $out
  491. #############################################
  492. # Rule for compiling CXX files.
  493. rule CXX_COMPILER____idf_nvs_flash_unscanned_
  494. depfile = $DEP_FILE
  495. deps = gcc
  496. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  497. description = Building CXX object $out
  498. #############################################
  499. # Rule for linking C static library.
  500. rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_
  501. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  502. description = Linking C static library $TARGET_FILE
  503. restat = $RESTAT
  504. #############################################
  505. # Rule for compiling C files.
  506. rule C_COMPILER____idf_esp_phy_unscanned_
  507. depfile = $DEP_FILE
  508. deps = gcc
  509. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  510. description = Building C object $out
  511. #############################################
  512. # Rule for linking C static library.
  513. rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_
  514. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  515. description = Linking C static library $TARGET_FILE
  516. restat = $RESTAT
  517. #############################################
  518. # Rule for compiling C files.
  519. rule C_COMPILER____idf_esp_ringbuf_unscanned_
  520. depfile = $DEP_FILE
  521. deps = gcc
  522. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  523. description = Building C object $out
  524. #############################################
  525. # Rule for linking C static library.
  526. rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_
  527. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  528. description = Linking C static library $TARGET_FILE
  529. restat = $RESTAT
  530. #############################################
  531. # Rule for compiling C files.
  532. rule C_COMPILER____idf_esp_driver_uart_unscanned_
  533. depfile = $DEP_FILE
  534. deps = gcc
  535. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  536. description = Building C object $out
  537. #############################################
  538. # Rule for linking C static library.
  539. rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_
  540. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  541. description = Linking C static library $TARGET_FILE
  542. restat = $RESTAT
  543. #############################################
  544. # Rule for compiling C files.
  545. rule C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_
  546. depfile = $DEP_FILE
  547. deps = gcc
  548. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  549. description = Building C object $out
  550. #############################################
  551. # Rule for linking C static library.
  552. rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_
  553. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  554. description = Linking C static library $TARGET_FILE
  555. restat = $RESTAT
  556. #############################################
  557. # Rule for compiling C files.
  558. rule C_COMPILER____idf_esp_vfs_console_unscanned_
  559. depfile = $DEP_FILE
  560. deps = gcc
  561. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  562. description = Building C object $out
  563. #############################################
  564. # Rule for linking C static library.
  565. rule C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_
  566. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  567. description = Linking C static library $TARGET_FILE
  568. restat = $RESTAT
  569. #############################################
  570. # Rule for compiling C files.
  571. rule C_COMPILER____idf_vfs_unscanned_
  572. depfile = $DEP_FILE
  573. deps = gcc
  574. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  575. description = Building C object $out
  576. #############################################
  577. # Rule for linking C static library.
  578. rule C_STATIC_LIBRARY_LINKER____idf_vfs_
  579. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  580. description = Linking C static library $TARGET_FILE
  581. restat = $RESTAT
  582. #############################################
  583. # Rule for compiling C files.
  584. rule C_COMPILER____idf_lwip_unscanned_
  585. depfile = $DEP_FILE
  586. deps = gcc
  587. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  588. description = Building C object $out
  589. #############################################
  590. # Rule for linking C static library.
  591. rule C_STATIC_LIBRARY_LINKER____idf_lwip_
  592. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  593. description = Linking C static library $TARGET_FILE
  594. restat = $RESTAT
  595. #############################################
  596. # Rule for compiling C files.
  597. rule C_COMPILER____idf_esp_netif_unscanned_
  598. depfile = $DEP_FILE
  599. deps = gcc
  600. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  601. description = Building C object $out
  602. #############################################
  603. # Rule for linking C static library.
  604. rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_
  605. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  606. description = Linking C static library $TARGET_FILE
  607. restat = $RESTAT
  608. #############################################
  609. # Rule for compiling C files.
  610. rule C_COMPILER____idf_wpa_supplicant_unscanned_
  611. depfile = $DEP_FILE
  612. deps = gcc
  613. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  614. description = Building C object $out
  615. #############################################
  616. # Rule for linking C static library.
  617. rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_
  618. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  619. description = Linking C static library $TARGET_FILE
  620. rspfile = $RSP_FILE
  621. rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
  622. restat = $RESTAT
  623. #############################################
  624. # Rule for compiling C files.
  625. rule C_COMPILER____idf_esp_coex_unscanned_
  626. depfile = $DEP_FILE
  627. deps = gcc
  628. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  629. description = Building C object $out
  630. #############################################
  631. # Rule for linking C static library.
  632. rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_
  633. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  634. description = Linking C static library $TARGET_FILE
  635. restat = $RESTAT
  636. #############################################
  637. # Rule for compiling C files.
  638. rule C_COMPILER____idf_esp_wifi_unscanned_
  639. depfile = $DEP_FILE
  640. deps = gcc
  641. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  642. description = Building C object $out
  643. #############################################
  644. # Rule for linking C static library.
  645. rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_
  646. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  647. description = Linking C static library $TARGET_FILE
  648. restat = $RESTAT
  649. #############################################
  650. # Rule for compiling C files.
  651. rule C_COMPILER____idf_esp_driver_spi_unscanned_
  652. depfile = $DEP_FILE
  653. deps = gcc
  654. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  655. description = Building C object $out
  656. #############################################
  657. # Rule for linking C static library.
  658. rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_
  659. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  660. description = Linking C static library $TARGET_FILE
  661. restat = $RESTAT
  662. #############################################
  663. # Rule for compiling ASM files.
  664. rule ASM_COMPILER____idf_esp_gdbstub_unscanned_
  665. depfile = $DEP_FILE
  666. deps = gcc
  667. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  668. description = Building ASM object $out
  669. #############################################
  670. # Rule for compiling C files.
  671. rule C_COMPILER____idf_esp_gdbstub_unscanned_
  672. depfile = $DEP_FILE
  673. deps = gcc
  674. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  675. description = Building C object $out
  676. #############################################
  677. # Rule for linking C static library.
  678. rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_
  679. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  680. description = Linking C static library $TARGET_FILE
  681. restat = $RESTAT
  682. #############################################
  683. # Rule for compiling C files.
  684. rule C_COMPILER____idf_bt_unscanned_
  685. depfile = $DEP_FILE
  686. deps = gcc
  687. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  688. description = Building C object $out
  689. #############################################
  690. # Rule for linking C static library.
  691. rule C_STATIC_LIBRARY_LINKER____idf_bt_
  692. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  693. description = Linking C static library $TARGET_FILE
  694. rspfile = $RSP_FILE
  695. rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
  696. restat = $RESTAT
  697. #############################################
  698. # Rule for compiling C files.
  699. rule C_COMPILER____idf_main_unscanned_
  700. depfile = $DEP_FILE
  701. deps = gcc
  702. command = ${LAUNCHER}${CODE_CHECK}C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  703. description = Building C object $out
  704. #############################################
  705. # Rule for linking C static library.
  706. rule C_STATIC_LIBRARY_LINKER____idf_main_
  707. command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Dev\.espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  708. description = Linking C static library $TARGET_FILE
  709. restat = $RESTAT
  710. #############################################
  711. # Rule for re-running cmake.
  712. rule RERUN_CMAKE
  713. command = C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SD:\Project\ble_auracast\test\gatt_server -BD:\Project\ble_auracast\test\gatt_server\build
  714. description = Re-running CMake...
  715. generator = 1
  716. #############################################
  717. # Rule for cleaning additional files.
  718. rule CLEAN_ADDITIONAL
  719. command = C:\Dev\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake
  720. description = Cleaning additional files...
  721. #############################################
  722. # Rule for cleaning all built files.
  723. rule CLEAN
  724. command = C:\Dev\.espressif\tools\ninja\1.12.1\ninja.exe $FILE_ARG -t clean $TARGETS
  725. description = Cleaning all built files...
  726. #############################################
  727. # Rule for printing all primary targets available.
  728. rule HELP
  729. command = C:\Dev\.espressif\tools\ninja\1.12.1\ninja.exe -t targets
  730. description = All primary targets available: