makefile 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. CG_TOOL_ROOT := E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6
  6. GEN_OPTS__FLAG :=
  7. GEN_CMDS__FLAG :=
  8. ORDERED_OBJS += \
  9. "./hello.obj" \
  10. "./hello2.obj" \
  11. "../link.cmd" \
  12. $(GEN_CMDS__FLAG) \
  13. -llibc.a \
  14. -include ../makefile.init
  15. RM := DEL /F
  16. RMDIR := RMDIR /S/Q
  17. # All of the sources participating in the build are defined here
  18. -include sources.mk
  19. -include subdir_vars.mk
  20. -include subdir_rules.mk
  21. -include objects.mk
  22. ifneq ($(MAKECMDGOALS),clean)
  23. ifneq ($(strip $(S_DEPS)),)
  24. -include $(S_DEPS)
  25. endif
  26. ifneq ($(strip $(S_UPPER_DEPS)),)
  27. -include $(S_UPPER_DEPS)
  28. endif
  29. ifneq ($(strip $(S62_DEPS)),)
  30. -include $(S62_DEPS)
  31. endif
  32. ifneq ($(strip $(C64_DEPS)),)
  33. -include $(C64_DEPS)
  34. endif
  35. ifneq ($(strip $(ASM_DEPS)),)
  36. -include $(ASM_DEPS)
  37. endif
  38. ifneq ($(strip $(CC_DEPS)),)
  39. -include $(CC_DEPS)
  40. endif
  41. ifneq ($(strip $(SV7A_DEPS)),)
  42. -include $(SV7A_DEPS)
  43. endif
  44. ifneq ($(strip $(S55_DEPS)),)
  45. -include $(S55_DEPS)
  46. endif
  47. ifneq ($(strip $(C67_DEPS)),)
  48. -include $(C67_DEPS)
  49. endif
  50. ifneq ($(strip $(CLA_DEPS)),)
  51. -include $(CLA_DEPS)
  52. endif
  53. ifneq ($(strip $(C??_DEPS)),)
  54. -include $(C??_DEPS)
  55. endif
  56. ifneq ($(strip $(CPP_DEPS)),)
  57. -include $(CPP_DEPS)
  58. endif
  59. ifneq ($(strip $(S??_DEPS)),)
  60. -include $(S??_DEPS)
  61. endif
  62. ifneq ($(strip $(C_DEPS)),)
  63. -include $(C_DEPS)
  64. endif
  65. ifneq ($(strip $(C62_DEPS)),)
  66. -include $(C62_DEPS)
  67. endif
  68. ifneq ($(strip $(CXX_DEPS)),)
  69. -include $(CXX_DEPS)
  70. endif
  71. ifneq ($(strip $(C++_DEPS)),)
  72. -include $(C++_DEPS)
  73. endif
  74. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  75. -include $(ASM_UPPER_DEPS)
  76. endif
  77. ifneq ($(strip $(K_DEPS)),)
  78. -include $(K_DEPS)
  79. endif
  80. ifneq ($(strip $(C43_DEPS)),)
  81. -include $(C43_DEPS)
  82. endif
  83. ifneq ($(strip $(INO_DEPS)),)
  84. -include $(INO_DEPS)
  85. endif
  86. ifneq ($(strip $(S67_DEPS)),)
  87. -include $(S67_DEPS)
  88. endif
  89. ifneq ($(strip $(SA_DEPS)),)
  90. -include $(SA_DEPS)
  91. endif
  92. ifneq ($(strip $(S43_DEPS)),)
  93. -include $(S43_DEPS)
  94. endif
  95. ifneq ($(strip $(OPT_DEPS)),)
  96. -include $(OPT_DEPS)
  97. endif
  98. ifneq ($(strip $(PDE_DEPS)),)
  99. -include $(PDE_DEPS)
  100. endif
  101. ifneq ($(strip $(S64_DEPS)),)
  102. -include $(S64_DEPS)
  103. endif
  104. ifneq ($(strip $(C_UPPER_DEPS)),)
  105. -include $(C_UPPER_DEPS)
  106. endif
  107. ifneq ($(strip $(C55_DEPS)),)
  108. -include $(C55_DEPS)
  109. endif
  110. endif
  111. -include ../makefile.defs
  112. # Add inputs and outputs from these tool invocations to the build variables
  113. EXE_OUTPUTS += \
  114. tttttt.out \
  115. EXE_OUTPUTS__QUOTED += \
  116. "tttttt.out" \
  117. BIN_OUTPUTS += \
  118. tttttt.hex \
  119. BIN_OUTPUTS__QUOTED += \
  120. "tttttt.hex" \
  121. # All Target
  122. all: tttttt.out
  123. # Tool invocations
  124. tttttt.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
  125. @echo 'Building target: $@'
  126. @echo 'Invoking: C6000 Linker'
  127. "E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"tttttt.map" -i"E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/lib" -i"E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="tttttt_linkInfo.xml" --rom_model -o "tttttt.out" $(ORDERED_OBJS)
  128. @echo 'Finished building target: $@'
  129. @echo ' '
  130. tttttt.hex: $(EXE_OUTPUTS)
  131. @echo 'Invoking: C6000 Hex Utility'
  132. "E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/hex6x" -o "tttttt.hex" $(EXE_OUTPUTS__QUOTED)
  133. @echo 'Finished building: $@'
  134. @echo ' '
  135. # Other Targets
  136. clean:
  137. -$(RM) $(EXE_OUTPUTS__QUOTED)$(BIN_OUTPUTS__QUOTED)
  138. -$(RM) "hello.d" "hello2.d"
  139. -$(RM) "hello.obj" "hello2.obj"
  140. -@echo 'Finished clean'
  141. -@echo ' '
  142. .PHONY: all clean dependents
  143. .SECONDARY:
  144. -include ../makefile.targets