makefile 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. CG_TOOL_ROOT := C:/ti/ccstheia150/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS
  6. GEN_OPTS__FLAG := @"./device.opt"
  7. GEN_CMDS__FLAG := -Wl,-l"./device_linker.cmd"
  8. ORDERED_OBJS += \
  9. "./01_sw_components/01_sc/01_src/init_sc.o" \
  10. "./01_sw_components/01_sc/01_src/main_sc.o" \
  11. "./01_sw_components/02_sig/01_src/Com_rx_signal_sig.o" \
  12. "./01_sw_components/02_sig/01_src/Com_tx_signal_sig.o" \
  13. "./01_sw_components/03_hw/01_src/Hw_Interface.o" \
  14. "./01_sw_components/04_frs/01_src/OverLowVoltage_Frs.o" \
  15. "./01_sw_components/04_frs/01_src/OverheatingTemperature_Frs.o" \
  16. "./01_sw_components/06_mem/01_src/GetDeviceID_Mem.o" \
  17. "./01_sw_components/06_mem/01_src/Write_param_inEEPROM.o" \
  18. "./01_sw_components/06_mem/01_src/eeprom_emulation_type_a.o" \
  19. "./01_sw_components/06_mem/01_src/initializeDeviceID.o" \
  20. "./01_sw_components/07_utils/01_src/Store_DeviceUID_Unit8_Array_Utils.o" \
  21. "./01_sw_components/07_utils/01_src/parseCanID_utils.o" \
  22. "./ti_msp_dl_config.o" \
  23. "./04_config/startup_mspm0g350x_ticlang.o" \
  24. $(GEN_CMDS__FLAG) \
  25. -Wl,-ldevice.cmd.genlibs \
  26. -Wl,-llibc.a \
  27. -include ../makefile.init
  28. RM := DEL /F
  29. RMDIR := RMDIR /S/Q
  30. # All of the sources participating in the build are defined here
  31. -include sources.mk
  32. -include 01_sw_components/01_sc/01_src/subdir_vars.mk
  33. -include 01_sw_components/02_sig/01_src/subdir_vars.mk
  34. -include 01_sw_components/03_hw/01_src/subdir_vars.mk
  35. -include 01_sw_components/04_frs/01_src/subdir_vars.mk
  36. -include 01_sw_components/06_mem/01_src/subdir_vars.mk
  37. -include 01_sw_components/07_utils/01_src/subdir_vars.mk
  38. -include 04_config/subdir_vars.mk
  39. -include 01_sw_components/01_sc/01_src/subdir_rules.mk
  40. -include 01_sw_components/02_sig/01_src/subdir_rules.mk
  41. -include 01_sw_components/03_hw/01_src/subdir_rules.mk
  42. -include 01_sw_components/04_frs/01_src/subdir_rules.mk
  43. -include 01_sw_components/06_mem/01_src/subdir_rules.mk
  44. -include 01_sw_components/07_utils/01_src/subdir_rules.mk
  45. -include 04_config/subdir_rules.mk
  46. -include objects.mk
  47. ifneq ($(MAKECMDGOALS),clean)
  48. ifneq ($(strip $(C55_DEPS)),)
  49. -include $(C55_DEPS)
  50. endif
  51. ifneq ($(strip $(C_UPPER_DEPS)),)
  52. -include $(C_UPPER_DEPS)
  53. endif
  54. ifneq ($(strip $(S67_DEPS)),)
  55. -include $(S67_DEPS)
  56. endif
  57. ifneq ($(strip $(S62_DEPS)),)
  58. -include $(S62_DEPS)
  59. endif
  60. ifneq ($(strip $(S_DEPS)),)
  61. -include $(S_DEPS)
  62. endif
  63. ifneq ($(strip $(OPT_DEPS)),)
  64. -include $(OPT_DEPS)
  65. endif
  66. ifneq ($(strip $(C??_DEPS)),)
  67. -include $(C??_DEPS)
  68. endif
  69. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  70. -include $(ASM_UPPER_DEPS)
  71. endif
  72. ifneq ($(strip $(S??_DEPS)),)
  73. -include $(S??_DEPS)
  74. endif
  75. ifneq ($(strip $(C64_DEPS)),)
  76. -include $(C64_DEPS)
  77. endif
  78. ifneq ($(strip $(CXX_DEPS)),)
  79. -include $(CXX_DEPS)
  80. endif
  81. ifneq ($(strip $(S64_DEPS)),)
  82. -include $(S64_DEPS)
  83. endif
  84. ifneq ($(strip $(INO_DEPS)),)
  85. -include $(INO_DEPS)
  86. endif
  87. ifneq ($(strip $(CLA_DEPS)),)
  88. -include $(CLA_DEPS)
  89. endif
  90. ifneq ($(strip $(S55_DEPS)),)
  91. -include $(S55_DEPS)
  92. endif
  93. ifneq ($(strip $(SV7A_DEPS)),)
  94. -include $(SV7A_DEPS)
  95. endif
  96. ifneq ($(strip $(C62_DEPS)),)
  97. -include $(C62_DEPS)
  98. endif
  99. ifneq ($(strip $(C67_DEPS)),)
  100. -include $(C67_DEPS)
  101. endif
  102. ifneq ($(strip $(PDE_DEPS)),)
  103. -include $(PDE_DEPS)
  104. endif
  105. ifneq ($(strip $(K_DEPS)),)
  106. -include $(K_DEPS)
  107. endif
  108. ifneq ($(strip $(C_DEPS)),)
  109. -include $(C_DEPS)
  110. endif
  111. ifneq ($(strip $(CC_DEPS)),)
  112. -include $(CC_DEPS)
  113. endif
  114. ifneq ($(strip $(C++_DEPS)),)
  115. -include $(C++_DEPS)
  116. endif
  117. ifneq ($(strip $(C43_DEPS)),)
  118. -include $(C43_DEPS)
  119. endif
  120. ifneq ($(strip $(S43_DEPS)),)
  121. -include $(S43_DEPS)
  122. endif
  123. ifneq ($(strip $(ASM_DEPS)),)
  124. -include $(ASM_DEPS)
  125. endif
  126. ifneq ($(strip $(S_UPPER_DEPS)),)
  127. -include $(S_UPPER_DEPS)
  128. endif
  129. ifneq ($(strip $(CPP_DEPS)),)
  130. -include $(CPP_DEPS)
  131. endif
  132. ifneq ($(strip $(SA_DEPS)),)
  133. -include $(SA_DEPS)
  134. endif
  135. endif
  136. -include ../makefile.defs
  137. # Add inputs and outputs from these tool invocations to the build variables
  138. EXE_OUTPUTS += \
  139. segment_main.out
  140. EXE_OUTPUTS__QUOTED += \
  141. "segment_main.out"
  142. # All Target
  143. all: $(OBJS) $(GEN_CMDS)
  144. @$(MAKE) --no-print-directory -Onone "segment_main.out"
  145. # Tool invocations
  146. segment_main.out: $(OBJS) $(GEN_CMDS)
  147. @echo 'Building target: "$@"'
  148. @echo 'Invoking: Arm Linker'
  149. "C:/ti/ccstheia150/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS/bin/tiarmclang.exe" @"device.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -O2 -gdwarf-3 -Wl,-m"segment_main.map" -Wl,-i"C:/ti/mspm0_sdk_2_02_00_05/source" -Wl,-i"C:/Users/User/workspace_ccstheia/segment_main" -Wl,-i"C:/Users/User/workspace_ccstheia/segment_main/Debug/syscfg" -Wl,-i"C:/ti/ccstheia150/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS/lib" -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="segment_main_linkInfo.xml" -Wl,--rom_model -o "segment_main.out" $(ORDERED_OBJS)
  150. @echo 'Finished building target: "$@"'
  151. @echo ' '
  152. # Other Targets
  153. clean:
  154. -$(RM) $(GEN_MISC_FILES__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)
  155. -$(RM) "01_sw_components\01_sc\01_src\init_sc.o" "01_sw_components\01_sc\01_src\main_sc.o" "01_sw_components\02_sig\01_src\Com_rx_signal_sig.o" "01_sw_components\02_sig\01_src\Com_tx_signal_sig.o" "01_sw_components\03_hw\01_src\Hw_Interface.o" "01_sw_components\04_frs\01_src\OverLowVoltage_Frs.o" "01_sw_components\04_frs\01_src\OverheatingTemperature_Frs.o" "01_sw_components\06_mem\01_src\GetDeviceID_Mem.o" "01_sw_components\06_mem\01_src\Write_param_inEEPROM.o" "01_sw_components\06_mem\01_src\eeprom_emulation_type_a.o" "01_sw_components\06_mem\01_src\initializeDeviceID.o" "01_sw_components\07_utils\01_src\Store_DeviceUID_Unit8_Array_Utils.o" "01_sw_components\07_utils\01_src\parseCanID_utils.o" "ti_msp_dl_config.o" "04_config\startup_mspm0g350x_ticlang.o"
  156. -$(RM) "01_sw_components\01_sc\01_src\init_sc.d" "01_sw_components\01_sc\01_src\main_sc.d" "01_sw_components\02_sig\01_src\Com_rx_signal_sig.d" "01_sw_components\02_sig\01_src\Com_tx_signal_sig.d" "01_sw_components\03_hw\01_src\Hw_Interface.d" "01_sw_components\04_frs\01_src\OverLowVoltage_Frs.d" "01_sw_components\04_frs\01_src\OverheatingTemperature_Frs.d" "01_sw_components\06_mem\01_src\GetDeviceID_Mem.d" "01_sw_components\06_mem\01_src\Write_param_inEEPROM.d" "01_sw_components\06_mem\01_src\eeprom_emulation_type_a.d" "01_sw_components\06_mem\01_src\initializeDeviceID.d" "01_sw_components\07_utils\01_src\Store_DeviceUID_Unit8_Array_Utils.d" "01_sw_components\07_utils\01_src\parseCanID_utils.d" "ti_msp_dl_config.d" "startup_mspm0g350x_ticlang.d"
  157. -@echo 'Finished clean'
  158. -@echo ' '
  159. .PHONY: all clean dependents
  160. .SECONDARY:
  161. -include ../makefile.targets