129 lines
8.4 KiB

  1. #Generating source browse information for project STM32F407
  2. #Abbreviations
  3. cc = D$:\software\IAR8401\common\bin\SourceIndexer.exe
  4. ll = D$:\software\IAR8401\common\bin\PbdLink.exe
  5. bd = D$:\software\IAR8401\common\bin\makeBrowseData.exe
  6. #Rules
  7. rule index
  8. depfile = $out.dep
  9. command = $cc -out=$out -f $in
  10. rule link
  11. command = $ll -M $out $in
  12. rule browsedata
  13. command = $bd $in -output $out
  14. #Build steps
  15. build system_stm32f4xx.pbi : index system_stm32f4xx.xcl
  16. build stm32f4xx_hal.pbi : index stm32f4xx_hal.xcl
  17. build stm32f4xx_hal_adc.pbi : index stm32f4xx_hal_adc.xcl
  18. build stm32f4xx_hal_adc_ex.pbi : index stm32f4xx_hal_adc_ex.xcl
  19. build stm32f4xx_hal_can.pbi : index stm32f4xx_hal_can.xcl
  20. build stm32f4xx_hal_cec.pbi : index stm32f4xx_hal_cec.xcl
  21. build stm32f4xx_hal_cortex.pbi : index stm32f4xx_hal_cortex.xcl
  22. build stm32f4xx_hal_crc.pbi : index stm32f4xx_hal_crc.xcl
  23. build stm32f4xx_hal_cryp.pbi : index stm32f4xx_hal_cryp.xcl
  24. build stm32f4xx_hal_cryp_ex.pbi : index stm32f4xx_hal_cryp_ex.xcl
  25. build stm32f4xx_hal_dac.pbi : index stm32f4xx_hal_dac.xcl
  26. build stm32f4xx_hal_dac_ex.pbi : index stm32f4xx_hal_dac_ex.xcl
  27. build stm32f4xx_hal_dcmi.pbi : index stm32f4xx_hal_dcmi.xcl
  28. build stm32f4xx_hal_dcmi_ex.pbi : index stm32f4xx_hal_dcmi_ex.xcl
  29. build stm32f4xx_hal_dfsdm.pbi : index stm32f4xx_hal_dfsdm.xcl
  30. build stm32f4xx_hal_dma.pbi : index stm32f4xx_hal_dma.xcl
  31. build stm32f4xx_hal_dma2d.pbi : index stm32f4xx_hal_dma2d.xcl
  32. build stm32f4xx_hal_dma_ex.pbi : index stm32f4xx_hal_dma_ex.xcl
  33. build stm32f4xx_hal_dsi.pbi : index stm32f4xx_hal_dsi.xcl
  34. build stm32f4xx_hal_eth.pbi : index stm32f4xx_hal_eth.xcl
  35. build stm32f4xx_hal_exti.pbi : index stm32f4xx_hal_exti.xcl
  36. build stm32f4xx_hal_flash.pbi : index stm32f4xx_hal_flash.xcl
  37. build stm32f4xx_hal_flash_ex.pbi : index stm32f4xx_hal_flash_ex.xcl
  38. build stm32f4xx_hal_flash_ramfunc.pbi : index stm32f4xx_hal_flash_ramfunc.xcl
  39. build stm32f4xx_hal_fmpi2c.pbi : index stm32f4xx_hal_fmpi2c.xcl
  40. build stm32f4xx_hal_fmpi2c_ex.pbi : index stm32f4xx_hal_fmpi2c_ex.xcl
  41. build stm32f4xx_hal_gpio.pbi : index stm32f4xx_hal_gpio.xcl
  42. build stm32f4xx_hal_hash.pbi : index stm32f4xx_hal_hash.xcl
  43. build stm32f4xx_hal_hash_ex.pbi : index stm32f4xx_hal_hash_ex.xcl
  44. build stm32f4xx_hal_hcd.pbi : index stm32f4xx_hal_hcd.xcl
  45. build stm32f4xx_hal_i2c.pbi : index stm32f4xx_hal_i2c.xcl
  46. build stm32f4xx_hal_i2c_ex.pbi : index stm32f4xx_hal_i2c_ex.xcl
  47. build stm32f4xx_hal_i2s.pbi : index stm32f4xx_hal_i2s.xcl
  48. build stm32f4xx_hal_i2s_ex.pbi : index stm32f4xx_hal_i2s_ex.xcl
  49. build stm32f4xx_hal_irda.pbi : index stm32f4xx_hal_irda.xcl
  50. build stm32f4xx_hal_iwdg.pbi : index stm32f4xx_hal_iwdg.xcl
  51. build stm32f4xx_hal_lptim.pbi : index stm32f4xx_hal_lptim.xcl
  52. build stm32f4xx_hal_ltdc.pbi : index stm32f4xx_hal_ltdc.xcl
  53. build stm32f4xx_hal_ltdc_ex.pbi : index stm32f4xx_hal_ltdc_ex.xcl
  54. build stm32f4xx_hal_mmc.pbi : index stm32f4xx_hal_mmc.xcl
  55. build stm32f4xx_hal_msp_template.pbi : index stm32f4xx_hal_msp_template.xcl
  56. build stm32f4xx_hal_nand.pbi : index stm32f4xx_hal_nand.xcl
  57. build stm32f4xx_hal_nor.pbi : index stm32f4xx_hal_nor.xcl
  58. build stm32f4xx_hal_pccard.pbi : index stm32f4xx_hal_pccard.xcl
  59. build stm32f4xx_hal_pcd.pbi : index stm32f4xx_hal_pcd.xcl
  60. build stm32f4xx_hal_pcd_ex.pbi : index stm32f4xx_hal_pcd_ex.xcl
  61. build stm32f4xx_hal_pwr.pbi : index stm32f4xx_hal_pwr.xcl
  62. build stm32f4xx_hal_pwr_ex.pbi : index stm32f4xx_hal_pwr_ex.xcl
  63. build stm32f4xx_hal_qspi.pbi : index stm32f4xx_hal_qspi.xcl
  64. build stm32f4xx_hal_rcc.pbi : index stm32f4xx_hal_rcc.xcl
  65. build stm32f4xx_hal_rcc_ex.pbi : index stm32f4xx_hal_rcc_ex.xcl
  66. build stm32f4xx_hal_rng.pbi : index stm32f4xx_hal_rng.xcl
  67. build stm32f4xx_hal_rtc.pbi : index stm32f4xx_hal_rtc.xcl
  68. build stm32f4xx_hal_rtc_ex.pbi : index stm32f4xx_hal_rtc_ex.xcl
  69. build stm32f4xx_hal_sai.pbi : index stm32f4xx_hal_sai.xcl
  70. build stm32f4xx_hal_sai_ex.pbi : index stm32f4xx_hal_sai_ex.xcl
  71. build stm32f4xx_hal_sd.pbi : index stm32f4xx_hal_sd.xcl
  72. build stm32f4xx_hal_sdram.pbi : index stm32f4xx_hal_sdram.xcl
  73. build stm32f4xx_hal_smartcard.pbi : index stm32f4xx_hal_smartcard.xcl
  74. build stm32f4xx_hal_smbus.pbi : index stm32f4xx_hal_smbus.xcl
  75. build stm32f4xx_hal_spdifrx.pbi : index stm32f4xx_hal_spdifrx.xcl
  76. build stm32f4xx_hal_spi.pbi : index stm32f4xx_hal_spi.xcl
  77. build stm32f4xx_hal_sram.pbi : index stm32f4xx_hal_sram.xcl
  78. build stm32f4xx_hal_tim.pbi : index stm32f4xx_hal_tim.xcl
  79. build stm32f4xx_hal_tim_ex.pbi : index stm32f4xx_hal_tim_ex.xcl
  80. build stm32f4xx_hal_uart.pbi : index stm32f4xx_hal_uart.xcl
  81. build stm32f4xx_hal_usart.pbi : index stm32f4xx_hal_usart.xcl
  82. build stm32f4xx_hal_wwdg.pbi : index stm32f4xx_hal_wwdg.xcl
  83. build stm32f4xx_ll_adc.pbi : index stm32f4xx_ll_adc.xcl
  84. build stm32f4xx_ll_crc.pbi : index stm32f4xx_ll_crc.xcl
  85. build stm32f4xx_ll_dac.pbi : index stm32f4xx_ll_dac.xcl
  86. build stm32f4xx_ll_dma.pbi : index stm32f4xx_ll_dma.xcl
  87. build stm32f4xx_ll_dma2d.pbi : index stm32f4xx_ll_dma2d.xcl
  88. build stm32f4xx_ll_exti.pbi : index stm32f4xx_ll_exti.xcl
  89. build stm32f4xx_ll_fmc.pbi : index stm32f4xx_ll_fmc.xcl
  90. build stm32f4xx_ll_fsmc.pbi : index stm32f4xx_ll_fsmc.xcl
  91. build stm32f4xx_ll_gpio.pbi : index stm32f4xx_ll_gpio.xcl
  92. build stm32f4xx_ll_i2c.pbi : index stm32f4xx_ll_i2c.xcl
  93. build stm32f4xx_ll_lptim.pbi : index stm32f4xx_ll_lptim.xcl
  94. build stm32f4xx_ll_pwr.pbi : index stm32f4xx_ll_pwr.xcl
  95. build stm32f4xx_ll_rcc.pbi : index stm32f4xx_ll_rcc.xcl
  96. build stm32f4xx_ll_rng.pbi : index stm32f4xx_ll_rng.xcl
  97. build stm32f4xx_ll_rtc.pbi : index stm32f4xx_ll_rtc.xcl
  98. build stm32f4xx_ll_sdmmc.pbi : index stm32f4xx_ll_sdmmc.xcl
  99. build stm32f4xx_ll_spi.pbi : index stm32f4xx_ll_spi.xcl
  100. build stm32f4xx_ll_tim.pbi : index stm32f4xx_ll_tim.xcl
  101. build stm32f4xx_ll_usart.pbi : index stm32f4xx_ll_usart.xcl
  102. build stm32f4xx_ll_usb.pbi : index stm32f4xx_ll_usb.xcl
  103. build stm32f4xx_ll_utils.pbi : index stm32f4xx_ll_utils.xcl
  104. build bsp_led.pbi : index bsp_led.xcl
  105. build main.pbi : index main.xcl
  106. build stm32f4xx_it.pbi : index stm32f4xx_it.xcl
  107. build STM32F407_part0.pbi : link system_stm32f4xx.pbi stm32f4xx_hal.pbi stm32f4xx_hal_adc.pbi stm32f4xx_hal_adc_ex.pbi stm32f4xx_hal_can.pbi stm32f4xx_hal_cec.pbi stm32f4xx_hal_cortex.pbi stm32f4xx_hal_crc.pbi stm32f4xx_hal_cryp.pbi stm32f4xx_hal_cryp_ex.pbi
  108. build STM32F407_part1.pbi : link stm32f4xx_hal_dac.pbi stm32f4xx_hal_dac_ex.pbi stm32f4xx_hal_dcmi.pbi stm32f4xx_hal_dcmi_ex.pbi stm32f4xx_hal_dfsdm.pbi stm32f4xx_hal_dma.pbi stm32f4xx_hal_dma2d.pbi stm32f4xx_hal_dma_ex.pbi stm32f4xx_hal_dsi.pbi stm32f4xx_hal_eth.pbi
  109. build STM32F407_part2.pbi : link stm32f4xx_hal_exti.pbi stm32f4xx_hal_flash.pbi stm32f4xx_hal_flash_ex.pbi stm32f4xx_hal_flash_ramfunc.pbi stm32f4xx_hal_fmpi2c.pbi stm32f4xx_hal_fmpi2c_ex.pbi stm32f4xx_hal_gpio.pbi stm32f4xx_hal_hash.pbi stm32f4xx_hal_hash_ex.pbi stm32f4xx_hal_hcd.pbi
  110. build STM32F407_part3.pbi : link stm32f4xx_hal_i2c.pbi stm32f4xx_hal_i2c_ex.pbi stm32f4xx_hal_i2s.pbi stm32f4xx_hal_i2s_ex.pbi stm32f4xx_hal_irda.pbi stm32f4xx_hal_iwdg.pbi stm32f4xx_hal_lptim.pbi stm32f4xx_hal_ltdc.pbi stm32f4xx_hal_ltdc_ex.pbi stm32f4xx_hal_mmc.pbi
  111. build STM32F407_part4.pbi : link stm32f4xx_hal_msp_template.pbi stm32f4xx_hal_nand.pbi stm32f4xx_hal_nor.pbi stm32f4xx_hal_pccard.pbi stm32f4xx_hal_pcd.pbi stm32f4xx_hal_pcd_ex.pbi stm32f4xx_hal_pwr.pbi stm32f4xx_hal_pwr_ex.pbi stm32f4xx_hal_qspi.pbi stm32f4xx_hal_rcc.pbi
  112. build STM32F407_part5.pbi : link stm32f4xx_hal_rcc_ex.pbi stm32f4xx_hal_rng.pbi stm32f4xx_hal_rtc.pbi stm32f4xx_hal_rtc_ex.pbi stm32f4xx_hal_sai.pbi stm32f4xx_hal_sai_ex.pbi stm32f4xx_hal_sd.pbi stm32f4xx_hal_sdram.pbi stm32f4xx_hal_smartcard.pbi stm32f4xx_hal_smbus.pbi
  113. build STM32F407_part6.pbi : link stm32f4xx_hal_spdifrx.pbi stm32f4xx_hal_spi.pbi stm32f4xx_hal_sram.pbi stm32f4xx_hal_tim.pbi stm32f4xx_hal_tim_ex.pbi stm32f4xx_hal_uart.pbi stm32f4xx_hal_usart.pbi stm32f4xx_hal_wwdg.pbi stm32f4xx_ll_adc.pbi stm32f4xx_ll_crc.pbi
  114. build STM32F407_part7.pbi : link stm32f4xx_ll_dac.pbi stm32f4xx_ll_dma.pbi stm32f4xx_ll_dma2d.pbi stm32f4xx_ll_exti.pbi stm32f4xx_ll_fmc.pbi stm32f4xx_ll_fsmc.pbi stm32f4xx_ll_gpio.pbi stm32f4xx_ll_i2c.pbi stm32f4xx_ll_lptim.pbi stm32f4xx_ll_pwr.pbi
  115. build STM32F407_part8.pbi : link stm32f4xx_ll_rcc.pbi stm32f4xx_ll_rng.pbi stm32f4xx_ll_rtc.pbi stm32f4xx_ll_sdmmc.pbi stm32f4xx_ll_spi.pbi stm32f4xx_ll_tim.pbi stm32f4xx_ll_usart.pbi stm32f4xx_ll_usb.pbi stm32f4xx_ll_utils.pbi bsp_led.pbi
  116. build STM32F407_part9.pbi : link main.pbi stm32f4xx_it.pbi
  117. build STM32F407.pbd : link STM32F407_part0.pbi STM32F407_part1.pbi STM32F407_part2.pbi STM32F407_part3.pbi STM32F407_part4.pbi STM32F407_part5.pbi STM32F407_part6.pbi STM32F407_part7.pbi STM32F407_part8.pbi STM32F407_part9.pbi
  118. build STM32F407.pbw : browsedata STM32F407.pbd