makefile 3.7 KB

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