makefile 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. "./src/wrapper1.obj" \
  10. "./src/wrapper2.obj" \
  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 src/subdir_vars.mk
  18. -include src/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. libarmadillo.lib \
  113. LIB_OUTPUTS__QUOTED += \
  114. "libarmadillo.lib" \
  115. # All Target
  116. all: libarmadillo.lib
  117. # Tool invocations
  118. libarmadillo.lib: $(OBJS)
  119. @echo 'Building target: $@'
  120. @echo 'Invoking: C6000 Archiver'
  121. "D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.1/bin/ar6x" r "libarmadillo.lib" $(ORDERED_OBJS)
  122. @echo 'Finished building target: $@'
  123. @echo ' '
  124. # Other Targets
  125. clean:
  126. -$(RM) $(LIB_OUTPUTS__QUOTED)
  127. -$(RM) "src\wrapper1.d" "src\wrapper2.d"
  128. -$(RM) "src\wrapper1.obj" "src\wrapper2.obj"
  129. -@echo 'Finished clean'
  130. -@echo ' '
  131. .PHONY: all clean dependents
  132. .SECONDARY:
  133. -include ../makefile.targets