makefile 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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/main_sc.o" \
  10. "./01_sw_components/02_sig/01_src/Com_rx_signal_sig.o" \
  11. "./01_sw_components/02_sig/01_src/Com_tx_signal_sig.o" \
  12. "./01_sw_components/03_hw/01_src/Hw_Interface.o" \
  13. "./ti_msp_dl_config.o" \
  14. "./04_config/startup_mspm0g350x_ticlang.o" \
  15. $(GEN_CMDS__FLAG) \
  16. -Wl,-ldevice.cmd.genlibs \
  17. -Wl,-llibc.a \
  18. -include ../makefile.init
  19. RM := DEL /F
  20. RMDIR := RMDIR /S/Q
  21. # All of the sources participating in the build are defined here
  22. -include sources.mk
  23. -include 01_sw_components/01_sc/01_src/subdir_vars.mk
  24. -include 01_sw_components/02_sig/01_src/subdir_vars.mk
  25. -include 01_sw_components/03_hw/01_src/subdir_vars.mk
  26. -include 04_config/subdir_vars.mk
  27. -include 01_sw_components/01_sc/01_src/subdir_rules.mk
  28. -include 01_sw_components/02_sig/01_src/subdir_rules.mk
  29. -include 01_sw_components/03_hw/01_src/subdir_rules.mk
  30. -include 04_config/subdir_rules.mk
  31. -include objects.mk
  32. ifneq ($(MAKECMDGOALS),clean)
  33. ifneq ($(strip $(C55_DEPS)),)
  34. -include $(C55_DEPS)
  35. endif
  36. ifneq ($(strip $(C_UPPER_DEPS)),)
  37. -include $(C_UPPER_DEPS)
  38. endif
  39. ifneq ($(strip $(S67_DEPS)),)
  40. -include $(S67_DEPS)
  41. endif
  42. ifneq ($(strip $(S62_DEPS)),)
  43. -include $(S62_DEPS)
  44. endif
  45. ifneq ($(strip $(S_DEPS)),)
  46. -include $(S_DEPS)
  47. endif
  48. ifneq ($(strip $(OPT_DEPS)),)
  49. -include $(OPT_DEPS)
  50. endif
  51. ifneq ($(strip $(C??_DEPS)),)
  52. -include $(C??_DEPS)
  53. endif
  54. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  55. -include $(ASM_UPPER_DEPS)
  56. endif
  57. ifneq ($(strip $(S??_DEPS)),)
  58. -include $(S??_DEPS)
  59. endif
  60. ifneq ($(strip $(C64_DEPS)),)
  61. -include $(C64_DEPS)
  62. endif
  63. ifneq ($(strip $(CXX_DEPS)),)
  64. -include $(CXX_DEPS)
  65. endif
  66. ifneq ($(strip $(S64_DEPS)),)
  67. -include $(S64_DEPS)
  68. endif
  69. ifneq ($(strip $(INO_DEPS)),)
  70. -include $(INO_DEPS)
  71. endif
  72. ifneq ($(strip $(CLA_DEPS)),)
  73. -include $(CLA_DEPS)
  74. endif
  75. ifneq ($(strip $(S55_DEPS)),)
  76. -include $(S55_DEPS)
  77. endif
  78. ifneq ($(strip $(SV7A_DEPS)),)
  79. -include $(SV7A_DEPS)
  80. endif
  81. ifneq ($(strip $(C62_DEPS)),)
  82. -include $(C62_DEPS)
  83. endif
  84. ifneq ($(strip $(C67_DEPS)),)
  85. -include $(C67_DEPS)
  86. endif
  87. ifneq ($(strip $(PDE_DEPS)),)
  88. -include $(PDE_DEPS)
  89. endif
  90. ifneq ($(strip $(K_DEPS)),)
  91. -include $(K_DEPS)
  92. endif
  93. ifneq ($(strip $(C_DEPS)),)
  94. -include $(C_DEPS)
  95. endif
  96. ifneq ($(strip $(CC_DEPS)),)
  97. -include $(CC_DEPS)
  98. endif
  99. ifneq ($(strip $(C++_DEPS)),)
  100. -include $(C++_DEPS)
  101. endif
  102. ifneq ($(strip $(C43_DEPS)),)
  103. -include $(C43_DEPS)
  104. endif
  105. ifneq ($(strip $(S43_DEPS)),)
  106. -include $(S43_DEPS)
  107. endif
  108. ifneq ($(strip $(ASM_DEPS)),)
  109. -include $(ASM_DEPS)
  110. endif
  111. ifneq ($(strip $(S_UPPER_DEPS)),)
  112. -include $(S_UPPER_DEPS)
  113. endif
  114. ifneq ($(strip $(CPP_DEPS)),)
  115. -include $(CPP_DEPS)
  116. endif
  117. ifneq ($(strip $(SA_DEPS)),)
  118. -include $(SA_DEPS)
  119. endif
  120. endif
  121. -include ../makefile.defs
  122. # Add inputs and outputs from these tool invocations to the build variables
  123. EXE_OUTPUTS += \
  124. segment_main.out
  125. EXE_OUTPUTS__QUOTED += \
  126. "segment_main.out"
  127. # All Target
  128. all: $(OBJS) $(GEN_CMDS)
  129. @$(MAKE) --no-print-directory -Onone "segment_main.out"
  130. # Tool invocations
  131. segment_main.out: $(OBJS) $(GEN_CMDS)
  132. @echo 'Building target: "$@"'
  133. @echo 'Invoking: Arm Linker'
  134. "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)
  135. @echo 'Finished building target: "$@"'
  136. @echo ' '
  137. # Other Targets
  138. clean:
  139. -$(RM) $(GEN_MISC_FILES__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)
  140. -$(RM) "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" "ti_msp_dl_config.o" "04_config\startup_mspm0g350x_ticlang.o"
  141. -$(RM) "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" "ti_msp_dl_config.d" "startup_mspm0g350x_ticlang.d"
  142. -@echo 'Finished clean'
  143. -@echo ' '
  144. .PHONY: all clean dependents
  145. .SECONDARY:
  146. -include ../makefile.targets