rules.ninja 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307
  1. # CMAKE generated file: DO NOT EDIT!
  2. # Generated by "Ninja" Generator, CMake Version 3.24
  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: i2c_max30102
  8. # Configurations:
  9. # =============================================================================
  10. # =============================================================================
  11. #############################################
  12. # Rule for compiling C files.
  13. rule C_COMPILER__i2c_max30102.2eelf_
  14. depfile = $DEP_FILE
  15. deps = gcc
  16. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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__i2c_max30102.2eelf_
  21. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_riscv_
  34. depfile = $DEP_FILE
  35. deps = gcc
  36. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_riscv_
  41. depfile = $DEP_FILE
  42. deps = gcc
  43. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_riscv_
  48. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_ringbuf_
  54. depfile = $DEP_FILE
  55. deps = gcc
  56. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_ringbuf_
  61. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_efuse_
  67. depfile = $DEP_FILE
  68. deps = gcc
  69. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_efuse_
  74. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_driver_
  80. depfile = $DEP_FILE
  81. deps = gcc
  82. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_driver_
  87. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  88. description = Linking C static library $TARGET_FILE
  89. restat = $RESTAT
  90. #############################################
  91. # Rule for compiling C files.
  92. rule C_COMPILER____idf_esp_pm_
  93. depfile = $DEP_FILE
  94. deps = gcc
  95. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  96. description = Building C object $out
  97. #############################################
  98. # Rule for linking C static library.
  99. rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_
  100. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  101. description = Linking C static library $TARGET_FILE
  102. restat = $RESTAT
  103. #############################################
  104. # Rule for compiling ASM files.
  105. rule ASM_COMPILER____idf_mbedtls_
  106. depfile = $DEP_FILE
  107. deps = gcc
  108. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  109. description = Building ASM object $out
  110. #############################################
  111. # Rule for compiling C files.
  112. rule C_COMPILER____idf_mbedtls_
  113. depfile = $DEP_FILE
  114. deps = gcc
  115. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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 C static library.
  119. rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_
  120. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  121. description = Linking C static library $TARGET_FILE
  122. restat = $RESTAT
  123. #############################################
  124. # Rule for compiling C files.
  125. rule C_COMPILER__mbedcrypto_
  126. depfile = $DEP_FILE
  127. deps = gcc
  128. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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__mbedcrypto_
  133. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  134. description = Linking CXX static library $TARGET_FILE
  135. rspfile = $RSP_FILE
  136. rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
  137. restat = $RESTAT
  138. #############################################
  139. # Rule for compiling C files.
  140. rule C_COMPILER__mbedx509_
  141. depfile = $DEP_FILE
  142. deps = gcc
  143. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  144. description = Building C object $out
  145. #############################################
  146. # Rule for linking CXX static library.
  147. rule CXX_STATIC_LIBRARY_LINKER__mbedx509_
  148. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  149. description = Linking CXX static library $TARGET_FILE
  150. restat = $RESTAT
  151. #############################################
  152. # Rule for compiling C files.
  153. rule C_COMPILER__mbedtls_
  154. depfile = $DEP_FILE
  155. deps = gcc
  156. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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__mbedtls_
  161. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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____idf_esp_app_format_
  167. depfile = $DEP_FILE
  168. deps = gcc
  169. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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 C static library.
  173. rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_
  174. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  175. description = Linking C static library $TARGET_FILE
  176. restat = $RESTAT
  177. #############################################
  178. # Rule for compiling C files.
  179. rule C_COMPILER____idf_bootloader_support_
  180. depfile = $DEP_FILE
  181. deps = gcc
  182. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_bootloader_support_
  187. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_partition_
  193. depfile = $DEP_FILE
  194. deps = gcc
  195. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_partition_
  200. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_
  206. depfile = $DEP_FILE
  207. deps = gcc
  208. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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 = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_spi_flash_
  219. depfile = $DEP_FILE
  220. deps = gcc
  221. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_spi_flash_
  226. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_pthread_
  232. depfile = $DEP_FILE
  233. deps = gcc
  234. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_pthread_
  239. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  240. description = Linking C static library $TARGET_FILE
  241. restat = $RESTAT
  242. #############################################
  243. # Rule for compiling ASM files.
  244. rule ASM_COMPILER____idf_esp_system_
  245. depfile = $DEP_FILE
  246. deps = gcc
  247. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  248. description = Building ASM object $out
  249. #############################################
  250. # Rule for compiling C files.
  251. rule C_COMPILER____idf_esp_system_
  252. depfile = $DEP_FILE
  253. deps = gcc
  254. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  255. description = Building C object $out
  256. #############################################
  257. # Rule for linking C static library.
  258. rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
  259. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  260. description = Linking C static library $TARGET_FILE
  261. restat = $RESTAT
  262. #############################################
  263. # Rule for compiling C files.
  264. rule C_COMPILER____idf_esp_rom_
  265. depfile = $DEP_FILE
  266. deps = gcc
  267. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  268. description = Building C object $out
  269. #############################################
  270. # Rule for linking C static library.
  271. rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
  272. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  273. description = Linking C static library $TARGET_FILE
  274. restat = $RESTAT
  275. #############################################
  276. # Rule for compiling C files.
  277. rule C_COMPILER____idf_hal_
  278. depfile = $DEP_FILE
  279. deps = gcc
  280. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  281. description = Building C object $out
  282. #############################################
  283. # Rule for linking C static library.
  284. rule C_STATIC_LIBRARY_LINKER____idf_hal_
  285. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  286. description = Linking C static library $TARGET_FILE
  287. restat = $RESTAT
  288. #############################################
  289. # Rule for compiling C files.
  290. rule C_COMPILER____idf_log_
  291. depfile = $DEP_FILE
  292. deps = gcc
  293. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_log_
  298. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_heap_
  304. depfile = $DEP_FILE
  305. deps = gcc
  306. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_heap_
  311. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  312. description = Linking C static library $TARGET_FILE
  313. restat = $RESTAT
  314. #############################################
  315. # Rule for compiling C files.
  316. rule C_COMPILER____idf_soc_
  317. depfile = $DEP_FILE
  318. deps = gcc
  319. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  320. description = Building C object $out
  321. #############################################
  322. # Rule for linking C static library.
  323. rule C_STATIC_LIBRARY_LINKER____idf_soc_
  324. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  325. description = Linking C static library $TARGET_FILE
  326. restat = $RESTAT
  327. #############################################
  328. # Rule for compiling C files.
  329. rule C_COMPILER____idf_esp_hw_support_
  330. depfile = $DEP_FILE
  331. deps = gcc
  332. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  333. description = Building C object $out
  334. #############################################
  335. # Rule for linking C static library.
  336. rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
  337. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  338. description = Linking C static library $TARGET_FILE
  339. restat = $RESTAT
  340. #############################################
  341. # Rule for compiling ASM files.
  342. rule ASM_COMPILER____idf_freertos_
  343. depfile = $DEP_FILE
  344. deps = gcc
  345. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  346. description = Building ASM object $out
  347. #############################################
  348. # Rule for compiling C files.
  349. rule C_COMPILER____idf_freertos_
  350. depfile = $DEP_FILE
  351. deps = gcc
  352. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_freertos_
  357. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_newlib_
  363. depfile = $DEP_FILE
  364. deps = gcc
  365. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_newlib_
  370. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  371. description = Linking C static library $TARGET_FILE
  372. restat = $RESTAT
  373. #############################################
  374. # Rule for compiling CXX files.
  375. rule CXX_COMPILER____idf_cxx_
  376. depfile = $DEP_FILE
  377. deps = gcc
  378. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  379. description = Building CXX object $out
  380. #############################################
  381. # Rule for linking C static library.
  382. rule C_STATIC_LIBRARY_LINKER____idf_cxx_
  383. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_common_
  389. depfile = $DEP_FILE
  390. deps = gcc
  391. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_common_
  396. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_timer_
  402. depfile = $DEP_FILE
  403. deps = gcc
  404. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-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_timer_
  409. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  410. description = Linking C static library $TARGET_FILE
  411. restat = $RESTAT
  412. #############################################
  413. # Rule for compiling C files.
  414. rule C_COMPILER____idf_app_trace_
  415. depfile = $DEP_FILE
  416. deps = gcc
  417. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  418. description = Building C object $out
  419. #############################################
  420. # Rule for linking C static library.
  421. rule C_STATIC_LIBRARY_LINKER____idf_app_trace_
  422. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  423. description = Linking C static library $TARGET_FILE
  424. restat = $RESTAT
  425. #############################################
  426. # Rule for compiling C files.
  427. rule C_COMPILER____idf_esp_event_
  428. depfile = $DEP_FILE
  429. deps = gcc
  430. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  431. description = Building C object $out
  432. #############################################
  433. # Rule for linking C static library.
  434. rule C_STATIC_LIBRARY_LINKER____idf_esp_event_
  435. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  436. description = Linking C static library $TARGET_FILE
  437. restat = $RESTAT
  438. #############################################
  439. # Rule for compiling CXX files.
  440. rule CXX_COMPILER____idf_nvs_flash_
  441. depfile = $DEP_FILE
  442. deps = gcc
  443. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  444. description = Building CXX object $out
  445. #############################################
  446. # Rule for linking C static library.
  447. rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_
  448. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  449. description = Linking C static library $TARGET_FILE
  450. restat = $RESTAT
  451. #############################################
  452. # Rule for compiling C files.
  453. rule C_COMPILER____idf_esp_phy_
  454. depfile = $DEP_FILE
  455. deps = gcc
  456. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  457. description = Building C object $out
  458. #############################################
  459. # Rule for linking C static library.
  460. rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_
  461. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  462. description = Linking C static library $TARGET_FILE
  463. restat = $RESTAT
  464. #############################################
  465. # Rule for compiling C files.
  466. rule C_COMPILER____idf_vfs_
  467. depfile = $DEP_FILE
  468. deps = gcc
  469. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  470. description = Building C object $out
  471. #############################################
  472. # Rule for linking C static library.
  473. rule C_STATIC_LIBRARY_LINKER____idf_vfs_
  474. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  475. description = Linking C static library $TARGET_FILE
  476. restat = $RESTAT
  477. #############################################
  478. # Rule for compiling C files.
  479. rule C_COMPILER____idf_lwip_
  480. depfile = $DEP_FILE
  481. deps = gcc
  482. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  483. description = Building C object $out
  484. #############################################
  485. # Rule for linking C static library.
  486. rule C_STATIC_LIBRARY_LINKER____idf_lwip_
  487. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  488. description = Linking C static library $TARGET_FILE
  489. restat = $RESTAT
  490. #############################################
  491. # Rule for compiling C files.
  492. rule C_COMPILER____idf_esp_netif_
  493. depfile = $DEP_FILE
  494. deps = gcc
  495. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  496. description = Building C object $out
  497. #############################################
  498. # Rule for linking C static library.
  499. rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_
  500. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  501. description = Linking C static library $TARGET_FILE
  502. restat = $RESTAT
  503. #############################################
  504. # Rule for compiling C files.
  505. rule C_COMPILER____idf_wpa_supplicant_
  506. depfile = $DEP_FILE
  507. deps = gcc
  508. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  509. description = Building C object $out
  510. #############################################
  511. # Rule for linking C static library.
  512. rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_
  513. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  514. description = Linking C static library $TARGET_FILE
  515. rspfile = $RSP_FILE
  516. rspfile_content = $in $LINK_PATH $LINK_LIBRARIES
  517. restat = $RESTAT
  518. #############################################
  519. # Rule for compiling C files.
  520. rule C_COMPILER____idf_esp_wifi_
  521. depfile = $DEP_FILE
  522. deps = gcc
  523. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  524. description = Building C object $out
  525. #############################################
  526. # Rule for linking C static library.
  527. rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_
  528. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  529. description = Linking C static library $TARGET_FILE
  530. restat = $RESTAT
  531. #############################################
  532. # Rule for compiling C files.
  533. rule C_COMPILER____idf_unity_
  534. depfile = $DEP_FILE
  535. deps = gcc
  536. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  537. description = Building C object $out
  538. #############################################
  539. # Rule for linking C static library.
  540. rule C_STATIC_LIBRARY_LINKER____idf_unity_
  541. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  542. description = Linking C static library $TARGET_FILE
  543. restat = $RESTAT
  544. #############################################
  545. # Rule for compiling C files.
  546. rule C_COMPILER____idf_cmock_
  547. depfile = $DEP_FILE
  548. deps = gcc
  549. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  550. description = Building C object $out
  551. #############################################
  552. # Rule for linking C static library.
  553. rule C_STATIC_LIBRARY_LINKER____idf_cmock_
  554. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  555. description = Linking C static library $TARGET_FILE
  556. restat = $RESTAT
  557. #############################################
  558. # Rule for compiling C files.
  559. rule C_COMPILER____idf_console_
  560. depfile = $DEP_FILE
  561. deps = gcc
  562. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  563. description = Building C object $out
  564. #############################################
  565. # Rule for linking C static library.
  566. rule C_STATIC_LIBRARY_LINKER____idf_console_
  567. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  568. description = Linking C static library $TARGET_FILE
  569. restat = $RESTAT
  570. #############################################
  571. # Rule for compiling C files.
  572. rule C_COMPILER____idf_http_parser_
  573. depfile = $DEP_FILE
  574. deps = gcc
  575. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  576. description = Building C object $out
  577. #############################################
  578. # Rule for linking C static library.
  579. rule C_STATIC_LIBRARY_LINKER____idf_http_parser_
  580. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  581. description = Linking C static library $TARGET_FILE
  582. restat = $RESTAT
  583. #############################################
  584. # Rule for compiling C files.
  585. rule C_COMPILER____idf_esp-tls_
  586. depfile = $DEP_FILE
  587. deps = gcc
  588. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  589. description = Building C object $out
  590. #############################################
  591. # Rule for linking C static library.
  592. rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_
  593. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  594. description = Linking C static library $TARGET_FILE
  595. restat = $RESTAT
  596. #############################################
  597. # Rule for compiling C files.
  598. rule C_COMPILER____idf_esp_adc_
  599. depfile = $DEP_FILE
  600. deps = gcc
  601. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  602. description = Building C object $out
  603. #############################################
  604. # Rule for linking C static library.
  605. rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_
  606. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  607. description = Linking C static library $TARGET_FILE
  608. restat = $RESTAT
  609. #############################################
  610. # Rule for compiling C files.
  611. rule C_COMPILER____idf_esp_eth_
  612. depfile = $DEP_FILE
  613. deps = gcc
  614. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  615. description = Building C object $out
  616. #############################################
  617. # Rule for linking C static library.
  618. rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_
  619. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  620. description = Linking C static library $TARGET_FILE
  621. restat = $RESTAT
  622. #############################################
  623. # Rule for compiling C files.
  624. rule C_COMPILER____idf_esp_gdbstub_
  625. depfile = $DEP_FILE
  626. deps = gcc
  627. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  628. description = Building C object $out
  629. #############################################
  630. # Rule for linking C static library.
  631. rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_
  632. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  633. description = Linking C static library $TARGET_FILE
  634. restat = $RESTAT
  635. #############################################
  636. # Rule for compiling C files.
  637. rule C_COMPILER____idf_esp_hid_
  638. depfile = $DEP_FILE
  639. deps = gcc
  640. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  641. description = Building C object $out
  642. #############################################
  643. # Rule for linking C static library.
  644. rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_
  645. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  646. description = Linking C static library $TARGET_FILE
  647. restat = $RESTAT
  648. #############################################
  649. # Rule for compiling C files.
  650. rule C_COMPILER____idf_tcp_transport_
  651. depfile = $DEP_FILE
  652. deps = gcc
  653. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  654. description = Building C object $out
  655. #############################################
  656. # Rule for linking C static library.
  657. rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_
  658. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  659. description = Linking C static library $TARGET_FILE
  660. restat = $RESTAT
  661. #############################################
  662. # Rule for compiling C files.
  663. rule C_COMPILER____idf_esp_http_client_
  664. depfile = $DEP_FILE
  665. deps = gcc
  666. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  667. description = Building C object $out
  668. #############################################
  669. # Rule for linking C static library.
  670. rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_
  671. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  672. description = Linking C static library $TARGET_FILE
  673. restat = $RESTAT
  674. #############################################
  675. # Rule for compiling C files.
  676. rule C_COMPILER____idf_esp_http_server_
  677. depfile = $DEP_FILE
  678. deps = gcc
  679. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  680. description = Building C object $out
  681. #############################################
  682. # Rule for linking C static library.
  683. rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_
  684. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  685. description = Linking C static library $TARGET_FILE
  686. restat = $RESTAT
  687. #############################################
  688. # Rule for compiling C files.
  689. rule C_COMPILER____idf_esp_https_ota_
  690. depfile = $DEP_FILE
  691. deps = gcc
  692. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  693. description = Building C object $out
  694. #############################################
  695. # Rule for linking C static library.
  696. rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_
  697. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  698. description = Linking C static library $TARGET_FILE
  699. restat = $RESTAT
  700. #############################################
  701. # Rule for compiling C files.
  702. rule C_COMPILER____idf_esp_lcd_
  703. depfile = $DEP_FILE
  704. deps = gcc
  705. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  706. description = Building C object $out
  707. #############################################
  708. # Rule for linking C static library.
  709. rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_
  710. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  711. description = Linking C static library $TARGET_FILE
  712. restat = $RESTAT
  713. #############################################
  714. # Rule for compiling C files.
  715. rule C_COMPILER____idf_protobuf-c_
  716. depfile = $DEP_FILE
  717. deps = gcc
  718. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  719. description = Building C object $out
  720. #############################################
  721. # Rule for linking C static library.
  722. rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_
  723. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  724. description = Linking C static library $TARGET_FILE
  725. restat = $RESTAT
  726. #############################################
  727. # Rule for compiling C files.
  728. rule C_COMPILER____idf_protocomm_
  729. depfile = $DEP_FILE
  730. deps = gcc
  731. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  732. description = Building C object $out
  733. #############################################
  734. # Rule for linking C static library.
  735. rule C_STATIC_LIBRARY_LINKER____idf_protocomm_
  736. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  737. description = Linking C static library $TARGET_FILE
  738. restat = $RESTAT
  739. #############################################
  740. # Rule for compiling C files.
  741. rule C_COMPILER____idf_esp_local_ctrl_
  742. depfile = $DEP_FILE
  743. deps = gcc
  744. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  745. description = Building C object $out
  746. #############################################
  747. # Rule for linking C static library.
  748. rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_
  749. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  750. description = Linking C static library $TARGET_FILE
  751. restat = $RESTAT
  752. #############################################
  753. # Rule for compiling C files.
  754. rule C_COMPILER____idf_espcoredump_
  755. depfile = $DEP_FILE
  756. deps = gcc
  757. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  758. description = Building C object $out
  759. #############################################
  760. # Rule for linking C static library.
  761. rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_
  762. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  763. description = Linking C static library $TARGET_FILE
  764. restat = $RESTAT
  765. #############################################
  766. # Rule for compiling CXX files.
  767. rule CXX_COMPILER____idf_wear_levelling_
  768. depfile = $DEP_FILE
  769. deps = gcc
  770. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  771. description = Building CXX object $out
  772. #############################################
  773. # Rule for linking C static library.
  774. rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_
  775. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  776. description = Linking C static library $TARGET_FILE
  777. restat = $RESTAT
  778. #############################################
  779. # Rule for compiling C files.
  780. rule C_COMPILER____idf_sdmmc_
  781. depfile = $DEP_FILE
  782. deps = gcc
  783. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  784. description = Building C object $out
  785. #############################################
  786. # Rule for linking C static library.
  787. rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_
  788. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  789. description = Linking C static library $TARGET_FILE
  790. restat = $RESTAT
  791. #############################################
  792. # Rule for compiling C files.
  793. rule C_COMPILER____idf_fatfs_
  794. depfile = $DEP_FILE
  795. deps = gcc
  796. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  797. description = Building C object $out
  798. #############################################
  799. # Rule for linking C static library.
  800. rule C_STATIC_LIBRARY_LINKER____idf_fatfs_
  801. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  802. description = Linking C static library $TARGET_FILE
  803. restat = $RESTAT
  804. #############################################
  805. # Rule for compiling C files.
  806. rule C_COMPILER____idf_json_
  807. depfile = $DEP_FILE
  808. deps = gcc
  809. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  810. description = Building C object $out
  811. #############################################
  812. # Rule for linking C static library.
  813. rule C_STATIC_LIBRARY_LINKER____idf_json_
  814. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  815. description = Linking C static library $TARGET_FILE
  816. restat = $RESTAT
  817. #############################################
  818. # Rule for compiling C files.
  819. rule C_COMPILER____idf_mqtt_
  820. depfile = $DEP_FILE
  821. deps = gcc
  822. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  823. description = Building C object $out
  824. #############################################
  825. # Rule for linking C static library.
  826. rule C_STATIC_LIBRARY_LINKER____idf_mqtt_
  827. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  828. description = Linking C static library $TARGET_FILE
  829. restat = $RESTAT
  830. #############################################
  831. # Rule for compiling C files.
  832. rule C_COMPILER____idf_spiffs_
  833. depfile = $DEP_FILE
  834. deps = gcc
  835. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  836. description = Building C object $out
  837. #############################################
  838. # Rule for linking C static library.
  839. rule C_STATIC_LIBRARY_LINKER____idf_spiffs_
  840. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  841. description = Linking C static library $TARGET_FILE
  842. restat = $RESTAT
  843. #############################################
  844. # Rule for compiling C files.
  845. rule C_COMPILER____idf_wifi_provisioning_
  846. depfile = $DEP_FILE
  847. deps = gcc
  848. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  849. description = Building C object $out
  850. #############################################
  851. # Rule for linking C static library.
  852. rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_
  853. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  854. description = Linking C static library $TARGET_FILE
  855. restat = $RESTAT
  856. #############################################
  857. # Rule for compiling C files.
  858. rule C_COMPILER____idf_main_
  859. depfile = $DEP_FILE
  860. deps = gcc
  861. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  862. description = Building C object $out
  863. #############################################
  864. # Rule for linking C static library.
  865. rule C_STATIC_LIBRARY_LINKER____idf_main_
  866. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  867. description = Linking C static library $TARGET_FILE
  868. restat = $RESTAT
  869. #############################################
  870. # Rule for compiling C files.
  871. rule C_COMPILER____idf_max30102_
  872. depfile = $DEP_FILE
  873. deps = gcc
  874. command = ccache D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
  875. description = Building C object $out
  876. #############################################
  877. # Rule for linking C static library.
  878. rule C_STATIC_LIBRARY_LINKER____idf_max30102_
  879. command = cmd.exe /C "$PRE_LINK && D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && D:\software\esp\.espressif\tools\riscv32-esp-elf\esp-2022r1-11.2.0\riscv32-esp-elf\bin\riscv32-esp-elf-ranlib.exe $TARGET_FILE && $POST_BUILD"
  880. description = Linking C static library $TARGET_FILE
  881. restat = $RESTAT
  882. #############################################
  883. # Rule for re-running cmake.
  884. rule RERUN_CMAKE
  885. command = D:\software\esp\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SE:\workspace\ESP32\i2c_max30102 -BE:\workspace\ESP32\i2c_max30102\build
  886. description = Re-running CMake...
  887. generator = 1
  888. #############################################
  889. # Rule for cleaning all built files.
  890. rule CLEAN
  891. command = D:\software\esp\.espressif\tools\ninja\1.10.2\ninja.exe $FILE_ARG -t clean $TARGETS
  892. description = Cleaning all built files...
  893. #############################################
  894. # Rule for printing all primary targets available.
  895. rule HELP
  896. command = D:\software\esp\.espressif\tools\ninja\1.10.2\ninja.exe -t targets
  897. description = All primary targets available: