makefile 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. CG_TOOL_ROOT := C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6
  6. GEN_OPTS__FLAG :=
  7. GEN_CMDS__FLAG :=
  8. ORDERED_OBJS += \
  9. "./attributes.obj" \
  10. "./bounds.obj" \
  11. "./decomp_eig_gen.obj" \
  12. "./decomp_eig_pair.obj" \
  13. "./decomp_eig_sym.obj" \
  14. "./example1.obj" \
  15. "./expr_elem.obj" \
  16. "./expr_misc.obj" \
  17. "./fn_abs.obj" \
  18. "./fn_accu.obj" \
  19. "./fn_all.obj" \
  20. "./fn_any.obj" \
  21. "./fn_as_scalar.obj" \
  22. "./fn_clamp.obj" \
  23. "./fn_cond.obj" \
  24. "./fn_conj.obj" \
  25. "./fn_conv.obj" \
  26. "./fn_conv_to.obj" \
  27. "./fn_cor.obj" \
  28. "./fn_cov.obj" \
  29. "./fn_cross.obj" \
  30. "./fn_cumprod.obj" \
  31. "./fn_cumsum.obj" \
  32. "./fn_det.obj" \
  33. "./fn_diagmat.obj" \
  34. "./fn_diagvec.obj" \
  35. "./fn_diff.obj" \
  36. "./fn_dot.obj" \
  37. "./fn_eigs_gen.obj" \
  38. "./fn_eigs_sym.obj" \
  39. "./fn_eps.obj" \
  40. "./fn_expmat.obj" \
  41. "./fn_find.obj" \
  42. "./fn_find_finite.obj" \
  43. "./fn_find_nonfinite.obj" \
  44. "./fn_find_unique.obj" \
  45. "./fn_flip.obj" \
  46. "./fn_hess.obj" \
  47. "./fn_interp1.obj" \
  48. "./fn_intersect.obj" \
  49. "./fn_is_finite.obj" \
  50. "./fn_max.obj" \
  51. "./fn_mean.obj" \
  52. "./fn_min.obj" \
  53. "./fn_princomp.obj" \
  54. "./fn_spsolve.obj" \
  55. "./fn_sum.obj" \
  56. "./fn_symmat.obj" \
  57. "./fn_trace.obj" \
  58. "./fn_trans.obj" \
  59. "./fn_var.obj" \
  60. "./fn_vectorise.obj" \
  61. "./gen_linspace.obj" \
  62. "./gen_ones.obj" \
  63. "./gen_randu.obj" \
  64. "./gen_zeros.obj" \
  65. "./gmm.obj" \
  66. "./hdf5.obj" \
  67. "./init_auxmem.obj" \
  68. "./init_fill.obj" \
  69. "./init_misc.obj" \
  70. "./instantiation.obj" \
  71. "./main.obj" \
  72. "./mat_minus.obj" \
  73. "./mat_mul_cx.obj" \
  74. "./mat_mul_real.obj" \
  75. "./mat_neg.obj" \
  76. "./mat_plus.obj" \
  77. "./smoke_test.obj" \
  78. "./spcol.obj" \
  79. "./spmat.obj" \
  80. "./sprow.obj" \
  81. "./spsubview.obj" \
  82. "../link.cmd" \
  83. $(GEN_CMDS__FLAG) \
  84. -llibc.a \
  85. -l"C:/Software/CCS6.2_install/WorkSpace/libarmadillo/Debug/libarmadillo.lib" \
  86. -l"C:/Software/CCS6.2_install/WorkSpace/liblapack/Debug/liblapack.lib" \
  87. -l"C:/Software/CCS6.2_install/WorkSpace/libblas/Debug/libblas.lib" \
  88. -l"C:/Software/CCS6.2_install/WorkSpace/libf2c/Debug/libf2c.lib" \
  89. -include ../makefile.init
  90. RM := DEL /F
  91. RMDIR := RMDIR /S/Q
  92. # All of the sources participating in the build are defined here
  93. -include sources.mk
  94. -include subdir_vars.mk
  95. -include subdir_rules.mk
  96. -include objects.mk
  97. ifneq ($(MAKECMDGOALS),clean)
  98. ifneq ($(strip $(S_DEPS)),)
  99. -include $(S_DEPS)
  100. endif
  101. ifneq ($(strip $(S_UPPER_DEPS)),)
  102. -include $(S_UPPER_DEPS)
  103. endif
  104. ifneq ($(strip $(S62_DEPS)),)
  105. -include $(S62_DEPS)
  106. endif
  107. ifneq ($(strip $(C64_DEPS)),)
  108. -include $(C64_DEPS)
  109. endif
  110. ifneq ($(strip $(ASM_DEPS)),)
  111. -include $(ASM_DEPS)
  112. endif
  113. ifneq ($(strip $(CC_DEPS)),)
  114. -include $(CC_DEPS)
  115. endif
  116. ifneq ($(strip $(SV7A_DEPS)),)
  117. -include $(SV7A_DEPS)
  118. endif
  119. ifneq ($(strip $(S55_DEPS)),)
  120. -include $(S55_DEPS)
  121. endif
  122. ifneq ($(strip $(C67_DEPS)),)
  123. -include $(C67_DEPS)
  124. endif
  125. ifneq ($(strip $(CLA_DEPS)),)
  126. -include $(CLA_DEPS)
  127. endif
  128. ifneq ($(strip $(C??_DEPS)),)
  129. -include $(C??_DEPS)
  130. endif
  131. ifneq ($(strip $(CPP_DEPS)),)
  132. -include $(CPP_DEPS)
  133. endif
  134. ifneq ($(strip $(S??_DEPS)),)
  135. -include $(S??_DEPS)
  136. endif
  137. ifneq ($(strip $(C_DEPS)),)
  138. -include $(C_DEPS)
  139. endif
  140. ifneq ($(strip $(C62_DEPS)),)
  141. -include $(C62_DEPS)
  142. endif
  143. ifneq ($(strip $(CXX_DEPS)),)
  144. -include $(CXX_DEPS)
  145. endif
  146. ifneq ($(strip $(C++_DEPS)),)
  147. -include $(C++_DEPS)
  148. endif
  149. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  150. -include $(ASM_UPPER_DEPS)
  151. endif
  152. ifneq ($(strip $(K_DEPS)),)
  153. -include $(K_DEPS)
  154. endif
  155. ifneq ($(strip $(C43_DEPS)),)
  156. -include $(C43_DEPS)
  157. endif
  158. ifneq ($(strip $(INO_DEPS)),)
  159. -include $(INO_DEPS)
  160. endif
  161. ifneq ($(strip $(S67_DEPS)),)
  162. -include $(S67_DEPS)
  163. endif
  164. ifneq ($(strip $(SA_DEPS)),)
  165. -include $(SA_DEPS)
  166. endif
  167. ifneq ($(strip $(S43_DEPS)),)
  168. -include $(S43_DEPS)
  169. endif
  170. ifneq ($(strip $(OPT_DEPS)),)
  171. -include $(OPT_DEPS)
  172. endif
  173. ifneq ($(strip $(PDE_DEPS)),)
  174. -include $(PDE_DEPS)
  175. endif
  176. ifneq ($(strip $(S64_DEPS)),)
  177. -include $(S64_DEPS)
  178. endif
  179. ifneq ($(strip $(C_UPPER_DEPS)),)
  180. -include $(C_UPPER_DEPS)
  181. endif
  182. ifneq ($(strip $(C55_DEPS)),)
  183. -include $(C55_DEPS)
  184. endif
  185. endif
  186. -include ../makefile.defs
  187. # Add inputs and outputs from these tool invocations to the build variables
  188. EXE_OUTPUTS += \
  189. Armadillo_example.out \
  190. EXE_OUTPUTS__QUOTED += \
  191. "Armadillo_example.out" \
  192. BIN_OUTPUTS += \
  193. Armadillo_example.hex \
  194. BIN_OUTPUTS__QUOTED += \
  195. "Armadillo_example.hex" \
  196. # All Target
  197. all: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
  198. @$(MAKE) --no-print-directory -Onone "Armadillo_example.out"
  199. # Tool invocations
  200. Armadillo_example.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
  201. @echo 'Building target: $@'
  202. @echo 'Invoking: C6000 Linker'
  203. "C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number -z -m"Armadillo_example.map" -i"C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/lib" -i"C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="Armadillo_example_linkInfo.xml" --rom_model -o "Armadillo_example.out" $(ORDERED_OBJS)
  204. @echo 'Finished building target: $@'
  205. @echo ' '
  206. Armadillo_example.hex: $(EXE_OUTPUTS)
  207. @echo 'Invoking: C6000 Hex Utility'
  208. "C:/Software/CCS6.2_install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/hex6x" -o "Armadillo_example.hex" $(EXE_OUTPUTS__QUOTED)
  209. @echo 'Finished building: $@'
  210. @echo ' '
  211. # Other Targets
  212. clean:
  213. -$(RM) $(EXE_OUTPUTS__QUOTED)$(BIN_OUTPUTS__QUOTED)
  214. -$(RM) "attributes.d" "bounds.d" "decomp_eig_gen.d" "decomp_eig_pair.d" "decomp_eig_sym.d" "example1.d" "expr_elem.d" "expr_misc.d" "fn_abs.d" "fn_accu.d" "fn_all.d" "fn_any.d" "fn_as_scalar.d" "fn_clamp.d" "fn_cond.d" "fn_conj.d" "fn_conv.d" "fn_conv_to.d" "fn_cor.d" "fn_cov.d" "fn_cross.d" "fn_cumprod.d" "fn_cumsum.d" "fn_det.d" "fn_diagmat.d" "fn_diagvec.d" "fn_diff.d" "fn_dot.d" "fn_eigs_gen.d" "fn_eigs_sym.d" "fn_eps.d" "fn_expmat.d" "fn_find.d" "fn_find_finite.d" "fn_find_nonfinite.d" "fn_find_unique.d" "fn_flip.d" "fn_hess.d" "fn_interp1.d" "fn_intersect.d" "fn_is_finite.d" "fn_max.d" "fn_mean.d" "fn_min.d" "fn_princomp.d" "fn_spsolve.d" "fn_sum.d" "fn_symmat.d" "fn_trace.d" "fn_trans.d" "fn_var.d" "fn_vectorise.d" "gen_linspace.d" "gen_ones.d" "gen_randu.d" "gen_zeros.d" "gmm.d" "hdf5.d" "init_auxmem.d" "init_fill.d" "init_misc.d" "instantiation.d" "main.d" "mat_minus.d" "mat_mul_cx.d" "mat_mul_real.d" "mat_neg.d" "mat_plus.d" "smoke_test.d" "spcol.d" "spmat.d" "sprow.d" "spsubview.d"
  215. -$(RM) "attributes.obj" "bounds.obj" "decomp_eig_gen.obj" "decomp_eig_pair.obj" "decomp_eig_sym.obj" "example1.obj" "expr_elem.obj" "expr_misc.obj" "fn_abs.obj" "fn_accu.obj" "fn_all.obj" "fn_any.obj" "fn_as_scalar.obj" "fn_clamp.obj" "fn_cond.obj" "fn_conj.obj" "fn_conv.obj" "fn_conv_to.obj" "fn_cor.obj" "fn_cov.obj" "fn_cross.obj" "fn_cumprod.obj" "fn_cumsum.obj" "fn_det.obj" "fn_diagmat.obj" "fn_diagvec.obj" "fn_diff.obj" "fn_dot.obj" "fn_eigs_gen.obj" "fn_eigs_sym.obj" "fn_eps.obj" "fn_expmat.obj" "fn_find.obj" "fn_find_finite.obj" "fn_find_nonfinite.obj" "fn_find_unique.obj" "fn_flip.obj" "fn_hess.obj" "fn_interp1.obj" "fn_intersect.obj" "fn_is_finite.obj" "fn_max.obj" "fn_mean.obj" "fn_min.obj" "fn_princomp.obj" "fn_spsolve.obj" "fn_sum.obj" "fn_symmat.obj" "fn_trace.obj" "fn_trans.obj" "fn_var.obj" "fn_vectorise.obj" "gen_linspace.obj" "gen_ones.obj" "gen_randu.obj" "gen_zeros.obj" "gmm.obj" "hdf5.obj" "init_auxmem.obj" "init_fill.obj" "init_misc.obj" "instantiation.obj" "main.obj" "mat_minus.obj"
  216. -$(RM) "mat_mul_cx.obj" "mat_mul_real.obj" "mat_neg.obj" "mat_plus.obj" "smoke_test.obj" "spcol.obj" "spmat.obj" "sprow.obj" "spsubview.obj"
  217. -@echo 'Finished clean'
  218. -@echo ' '
  219. .PHONY: all clean dependents
  220. .SECONDARY:
  221. -include ../makefile.targets