makefile 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. CG_TOOL_ROOT := C:/ti/ccsv5/tools/compiler/msp430_4.1.1
  6. ORDERED_OBJS += \
  7. $(GEN_CMDS__FLAG) \
  8. "./main.obj" \
  9. -l"libc.a" \
  10. "../lnk_msp430g2452.cmd" \
  11. -include ../makefile.init
  12. RM := DEL /F
  13. RMDIR := RMDIR /S/Q
  14. # All of the sources participating in the build are defined here
  15. -include sources.mk
  16. -include subdir_vars.mk
  17. -include subdir_rules.mk
  18. -include objects.mk
  19. ifneq ($(MAKECMDGOALS),clean)
  20. ifneq ($(strip $(S_DEPS)),)
  21. -include $(S_DEPS)
  22. endif
  23. ifneq ($(strip $(S_UPPER_DEPS)),)
  24. -include $(S_UPPER_DEPS)
  25. endif
  26. ifneq ($(strip $(S62_DEPS)),)
  27. -include $(S62_DEPS)
  28. endif
  29. ifneq ($(strip $(C64_DEPS)),)
  30. -include $(C64_DEPS)
  31. endif
  32. ifneq ($(strip $(ASM_DEPS)),)
  33. -include $(ASM_DEPS)
  34. endif
  35. ifneq ($(strip $(CC_DEPS)),)
  36. -include $(CC_DEPS)
  37. endif
  38. ifneq ($(strip $(S55_DEPS)),)
  39. -include $(S55_DEPS)
  40. endif
  41. ifneq ($(strip $(C67_DEPS)),)
  42. -include $(C67_DEPS)
  43. endif
  44. ifneq ($(strip $(C??_DEPS)),)
  45. -include $(C??_DEPS)
  46. endif
  47. ifneq ($(strip $(CLA_DEPS)),)
  48. -include $(CLA_DEPS)
  49. endif
  50. ifneq ($(strip $(CPP_DEPS)),)
  51. -include $(CPP_DEPS)
  52. endif
  53. ifneq ($(strip $(S??_DEPS)),)
  54. -include $(S??_DEPS)
  55. endif
  56. ifneq ($(strip $(C_DEPS)),)
  57. -include $(C_DEPS)
  58. endif
  59. ifneq ($(strip $(C62_DEPS)),)
  60. -include $(C62_DEPS)
  61. endif
  62. ifneq ($(strip $(CXX_DEPS)),)
  63. -include $(CXX_DEPS)
  64. endif
  65. ifneq ($(strip $(C++_DEPS)),)
  66. -include $(C++_DEPS)
  67. endif
  68. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  69. -include $(ASM_UPPER_DEPS)
  70. endif
  71. ifneq ($(strip $(K_DEPS)),)
  72. -include $(K_DEPS)
  73. endif
  74. ifneq ($(strip $(C43_DEPS)),)
  75. -include $(C43_DEPS)
  76. endif
  77. ifneq ($(strip $(S67_DEPS)),)
  78. -include $(S67_DEPS)
  79. endif
  80. ifneq ($(strip $(SA_DEPS)),)
  81. -include $(SA_DEPS)
  82. endif
  83. ifneq ($(strip $(S43_DEPS)),)
  84. -include $(S43_DEPS)
  85. endif
  86. ifneq ($(strip $(OPT_DEPS)),)
  87. -include $(OPT_DEPS)
  88. endif
  89. ifneq ($(strip $(S64_DEPS)),)
  90. -include $(S64_DEPS)
  91. endif
  92. ifneq ($(strip $(C_UPPER_DEPS)),)
  93. -include $(C_UPPER_DEPS)
  94. endif
  95. ifneq ($(strip $(C55_DEPS)),)
  96. -include $(C55_DEPS)
  97. endif
  98. endif
  99. -include ../makefile.defs
  100. # Add inputs and outputs from these tool invocations to the build variables
  101. # All Target
  102. all: matrix_clock.out
  103. # Tool invocations
  104. matrix_clock.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
  105. @echo 'Building target: $@'
  106. @echo 'Invoking: MSP430 Linker'
  107. "C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430" -vmsp --abi=eabi -O2 --advice:power=all --define=__MSP430G2452__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal -z --stack_size=80 -m"matrix_clock.map" --heap_size=80 -i"C:/ti/ccsv5/ccs_base/msp430/include" -i"C:/ti/ccsv5/tools/compiler/msp430_4.1.1/lib" -i"C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --rom_model -o "matrix_clock.out" $(ORDERED_OBJS)
  108. @echo 'Finished building target: $@'
  109. @echo ' '
  110. # Other Targets
  111. clean:
  112. -$(RM) $(MSP430_EXECUTABLE_OUTPUTS__QUOTED) "matrix_clock.out"
  113. -$(RM) "main.pp"
  114. -$(RM) "main.obj"
  115. -@echo 'Finished clean'
  116. -@echo ' '
  117. .PHONY: all clean dependents
  118. .SECONDARY:
  119. -include ../makefile.targets