makefile 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. "./src/dasum.obj" \
  10. "./src/daxpy.obj" \
  11. "./src/dcopy.obj" \
  12. "./src/ddot.obj" \
  13. "./src/dgemm.obj" \
  14. "./src/dgemv.obj" \
  15. "./src/dger.obj" \
  16. "./src/dnrm2.obj" \
  17. "./src/drot.obj" \
  18. "./src/dscal.obj" \
  19. "./src/dspr.obj" \
  20. "./src/dswap.obj" \
  21. "./src/dsymv.obj" \
  22. "./src/dsyr2.obj" \
  23. "./src/dsyr2k.obj" \
  24. "./src/dsyrk.obj" \
  25. "./src/dtpsv.obj" \
  26. "./src/dtrmm.obj" \
  27. "./src/dtrmv.obj" \
  28. "./src/dtrsm.obj" \
  29. "./src/idamax.obj" \
  30. $(GEN_CMDS__FLAG) \
  31. -include ../makefile.init
  32. RM := DEL /F
  33. RMDIR := RMDIR /S/Q
  34. # All of the sources participating in the build are defined here
  35. -include sources.mk
  36. -include src/subdir_vars.mk
  37. -include src/subdir_rules.mk
  38. -include objects.mk
  39. ifneq ($(MAKECMDGOALS),clean)
  40. ifneq ($(strip $(S_DEPS)),)
  41. -include $(S_DEPS)
  42. endif
  43. ifneq ($(strip $(S_UPPER_DEPS)),)
  44. -include $(S_UPPER_DEPS)
  45. endif
  46. ifneq ($(strip $(S62_DEPS)),)
  47. -include $(S62_DEPS)
  48. endif
  49. ifneq ($(strip $(C64_DEPS)),)
  50. -include $(C64_DEPS)
  51. endif
  52. ifneq ($(strip $(ASM_DEPS)),)
  53. -include $(ASM_DEPS)
  54. endif
  55. ifneq ($(strip $(CC_DEPS)),)
  56. -include $(CC_DEPS)
  57. endif
  58. ifneq ($(strip $(SV7A_DEPS)),)
  59. -include $(SV7A_DEPS)
  60. endif
  61. ifneq ($(strip $(S55_DEPS)),)
  62. -include $(S55_DEPS)
  63. endif
  64. ifneq ($(strip $(C67_DEPS)),)
  65. -include $(C67_DEPS)
  66. endif
  67. ifneq ($(strip $(CLA_DEPS)),)
  68. -include $(CLA_DEPS)
  69. endif
  70. ifneq ($(strip $(C??_DEPS)),)
  71. -include $(C??_DEPS)
  72. endif
  73. ifneq ($(strip $(CPP_DEPS)),)
  74. -include $(CPP_DEPS)
  75. endif
  76. ifneq ($(strip $(S??_DEPS)),)
  77. -include $(S??_DEPS)
  78. endif
  79. ifneq ($(strip $(C_DEPS)),)
  80. -include $(C_DEPS)
  81. endif
  82. ifneq ($(strip $(C62_DEPS)),)
  83. -include $(C62_DEPS)
  84. endif
  85. ifneq ($(strip $(CXX_DEPS)),)
  86. -include $(CXX_DEPS)
  87. endif
  88. ifneq ($(strip $(C++_DEPS)),)
  89. -include $(C++_DEPS)
  90. endif
  91. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  92. -include $(ASM_UPPER_DEPS)
  93. endif
  94. ifneq ($(strip $(K_DEPS)),)
  95. -include $(K_DEPS)
  96. endif
  97. ifneq ($(strip $(C43_DEPS)),)
  98. -include $(C43_DEPS)
  99. endif
  100. ifneq ($(strip $(INO_DEPS)),)
  101. -include $(INO_DEPS)
  102. endif
  103. ifneq ($(strip $(S67_DEPS)),)
  104. -include $(S67_DEPS)
  105. endif
  106. ifneq ($(strip $(SA_DEPS)),)
  107. -include $(SA_DEPS)
  108. endif
  109. ifneq ($(strip $(S43_DEPS)),)
  110. -include $(S43_DEPS)
  111. endif
  112. ifneq ($(strip $(OPT_DEPS)),)
  113. -include $(OPT_DEPS)
  114. endif
  115. ifneq ($(strip $(PDE_DEPS)),)
  116. -include $(PDE_DEPS)
  117. endif
  118. ifneq ($(strip $(S64_DEPS)),)
  119. -include $(S64_DEPS)
  120. endif
  121. ifneq ($(strip $(C_UPPER_DEPS)),)
  122. -include $(C_UPPER_DEPS)
  123. endif
  124. ifneq ($(strip $(C55_DEPS)),)
  125. -include $(C55_DEPS)
  126. endif
  127. endif
  128. -include ../makefile.defs
  129. # Add inputs and outputs from these tool invocations to the build variables
  130. LIB_OUTPUTS += \
  131. libblas_sub_testO0.lib \
  132. LIB_OUTPUTS__QUOTED += \
  133. "libblas_sub_testO0.lib" \
  134. # All Target
  135. all: libblas_sub_testO0.lib
  136. # Tool invocations
  137. libblas_sub_testO0.lib: $(OBJS)
  138. @echo 'Building target: $@'
  139. @echo 'Invoking: C6000 Archiver'
  140. "E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/ar6x" r "libblas_sub_testO0.lib" $(ORDERED_OBJS)
  141. @echo 'Finished building target: $@'
  142. @echo ' '
  143. # Other Targets
  144. clean:
  145. -$(RM) $(LIB_OUTPUTS__QUOTED)
  146. -$(RM) "src\dasum.d" "src\daxpy.d" "src\dcopy.d" "src\ddot.d" "src\dgemm.d" "src\dgemv.d" "src\dger.d" "src\dnrm2.d" "src\drot.d" "src\dscal.d" "src\dspr.d" "src\dswap.d" "src\dsymv.d" "src\dsyr2.d" "src\dsyr2k.d" "src\dsyrk.d" "src\dtpsv.d" "src\dtrmm.d" "src\dtrmv.d" "src\dtrsm.d" "src\idamax.d"
  147. -$(RM) "src\dasum.obj" "src\daxpy.obj" "src\dcopy.obj" "src\ddot.obj" "src\dgemm.obj" "src\dgemv.obj" "src\dger.obj" "src\dnrm2.obj" "src\drot.obj" "src\dscal.obj" "src\dspr.obj" "src\dswap.obj" "src\dsymv.obj" "src\dsyr2.obj" "src\dsyr2k.obj" "src\dsyrk.obj" "src\dtpsv.obj" "src\dtrmm.obj" "src\dtrmv.obj" "src\dtrsm.obj" "src\idamax.obj"
  148. -@echo 'Finished clean'
  149. -@echo ' '
  150. .PHONY: all clean dependents
  151. .SECONDARY:
  152. -include ../makefile.targets