makefile 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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.2.6
  6. GEN_OPTS__FLAG :=
  7. GEN_CMDS__FLAG :=
  8. ORDERED_OBJS += \
  9. "ma27d.obj" \
  10. $(S??_OBJS__QUOTED) \
  11. $(GEN_CMDS__FLAG) \
  12. -include ../makefile.init
  13. RM := DEL /F
  14. RMDIR := RMDIR /S/Q
  15. # All of the sources participating in the build are defined here
  16. -include sources.mk
  17. -include subdir_vars.mk
  18. -include subdir_rules.mk
  19. -include objects.mk
  20. ifneq ($(MAKECMDGOALS),clean)
  21. ifneq ($(strip $(S_DEPS)),)
  22. -include $(S_DEPS)
  23. endif
  24. ifneq ($(strip $(S_UPPER_DEPS)),)
  25. -include $(S_UPPER_DEPS)
  26. endif
  27. ifneq ($(strip $(S62_DEPS)),)
  28. -include $(S62_DEPS)
  29. endif
  30. ifneq ($(strip $(C64_DEPS)),)
  31. -include $(C64_DEPS)
  32. endif
  33. ifneq ($(strip $(ASM_DEPS)),)
  34. -include $(ASM_DEPS)
  35. endif
  36. ifneq ($(strip $(CC_DEPS)),)
  37. -include $(CC_DEPS)
  38. endif
  39. ifneq ($(strip $(SV7A_DEPS)),)
  40. -include $(SV7A_DEPS)
  41. endif
  42. ifneq ($(strip $(S55_DEPS)),)
  43. -include $(S55_DEPS)
  44. endif
  45. ifneq ($(strip $(C67_DEPS)),)
  46. -include $(C67_DEPS)
  47. endif
  48. ifneq ($(strip $(CLA_DEPS)),)
  49. -include $(CLA_DEPS)
  50. endif
  51. ifneq ($(strip $(C??_DEPS)),)
  52. -include $(C??_DEPS)
  53. endif
  54. ifneq ($(strip $(CPP_DEPS)),)
  55. -include $(CPP_DEPS)
  56. endif
  57. ifneq ($(strip $(S??_DEPS)),)
  58. -include $(S??_DEPS)
  59. endif
  60. ifneq ($(strip $(C_DEPS)),)
  61. -include $(C_DEPS)
  62. endif
  63. ifneq ($(strip $(C62_DEPS)),)
  64. -include $(C62_DEPS)
  65. endif
  66. ifneq ($(strip $(CXX_DEPS)),)
  67. -include $(CXX_DEPS)
  68. endif
  69. ifneq ($(strip $(C++_DEPS)),)
  70. -include $(C++_DEPS)
  71. endif
  72. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  73. -include $(ASM_UPPER_DEPS)
  74. endif
  75. ifneq ($(strip $(K_DEPS)),)
  76. -include $(K_DEPS)
  77. endif
  78. ifneq ($(strip $(C43_DEPS)),)
  79. -include $(C43_DEPS)
  80. endif
  81. ifneq ($(strip $(INO_DEPS)),)
  82. -include $(INO_DEPS)
  83. endif
  84. ifneq ($(strip $(S67_DEPS)),)
  85. -include $(S67_DEPS)
  86. endif
  87. ifneq ($(strip $(SA_DEPS)),)
  88. -include $(SA_DEPS)
  89. endif
  90. ifneq ($(strip $(S43_DEPS)),)
  91. -include $(S43_DEPS)
  92. endif
  93. ifneq ($(strip $(OPT_DEPS)),)
  94. -include $(OPT_DEPS)
  95. endif
  96. ifneq ($(strip $(PDE_DEPS)),)
  97. -include $(PDE_DEPS)
  98. endif
  99. ifneq ($(strip $(S64_DEPS)),)
  100. -include $(S64_DEPS)
  101. endif
  102. ifneq ($(strip $(C_UPPER_DEPS)),)
  103. -include $(C_UPPER_DEPS)
  104. endif
  105. ifneq ($(strip $(C55_DEPS)),)
  106. -include $(C55_DEPS)
  107. endif
  108. endif
  109. -include ../makefile.defs
  110. # Add inputs and outputs from these tool invocations to the build variables
  111. LIB_OUTPUTS += \
  112. libhsl.lib \
  113. LIB_OUTPUTS__QUOTED += \
  114. "libhsl.lib" \
  115. OBJS += \
  116. ma27d.obj \
  117. OBJS__QUOTED += \
  118. "ma27d.obj" \
  119. # All Target
  120. all: libhsl.lib
  121. # Tool invocations
  122. libhsl.lib: $(OBJS) $(OBJ_SRCS) $(LIB_SRCS)
  123. @echo 'Building target: $@'
  124. @echo 'Invoking: C6000 Archiver'
  125. "D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/ar6x" r "libhsl.lib" $(ORDERED_OBJS)
  126. @echo 'Finished building target: $@'
  127. @echo ' '
  128. ma27d.obj: $(C_SRCS) $(GEN_OPTS) $(GEN_HDRS)
  129. @echo 'Invoking: C6000 Compiler'
  130. "D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 -O3 --include_path="D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" --include_path="E:/PS_Method/libf2c" --diag_warning=225 --diag_wrap=off --display_error_number --interrupt_threshold --no_bad_aliases --speculate_loads=auto --program_level_compile --call_assumptions=2 $(GEN_OPTS__FLAG) $(C_SRCS__QUOTED) $(S??_SRCS__QUOTED)
  131. @echo 'Finished building: $@'
  132. @echo ' '
  133. # Other Targets
  134. clean:
  135. -$(RM) $(LIB_OUTPUTS__QUOTED)
  136. -$(RM) "ma27d.obj"
  137. -@echo 'Finished clean'
  138. -@echo ' '
  139. .PHONY: all clean dependents
  140. .SECONDARY:
  141. -include ../makefile.targets