makefile 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. "./MyNLP.obj" \
  10. "./cpp_example.obj" \
  11. "./hs071_main.obj" \
  12. "./hs071_nlp.obj" \
  13. "./hs71c.obj" \
  14. "./solve_problem.obj" \
  15. "../link.cmd" \
  16. $(GEN_CMDS__FLAG) \
  17. -llibc.a \
  18. -l"E:/PS_Method/Ipopt_lScalableProblems_lib/Debug/Ipopt_lScalableProblems_lib.lib" \
  19. -l"E:/PS_Method/libhsl/Debug/libhsl.lib" \
  20. -l"E:/PS_Method/libblas/Debug/libblas.lib" \
  21. -l"E:/PS_Method/libf2c/Debug/libf2c.lib" \
  22. -l"E:/PS_Method/liblapack/Debug/liblapack.lib" \
  23. -l"E:/PS_Method/libipopt/Debug/libipopt.lib" \
  24. -include ../makefile.init
  25. RM := DEL /F
  26. RMDIR := RMDIR /S/Q
  27. # All of the sources participating in the build are defined here
  28. -include sources.mk
  29. -include subdir_vars.mk
  30. -include subdir_rules.mk
  31. -include objects.mk
  32. ifneq ($(MAKECMDGOALS),clean)
  33. ifneq ($(strip $(S_DEPS)),)
  34. -include $(S_DEPS)
  35. endif
  36. ifneq ($(strip $(S_UPPER_DEPS)),)
  37. -include $(S_UPPER_DEPS)
  38. endif
  39. ifneq ($(strip $(S62_DEPS)),)
  40. -include $(S62_DEPS)
  41. endif
  42. ifneq ($(strip $(C64_DEPS)),)
  43. -include $(C64_DEPS)
  44. endif
  45. ifneq ($(strip $(ASM_DEPS)),)
  46. -include $(ASM_DEPS)
  47. endif
  48. ifneq ($(strip $(CC_DEPS)),)
  49. -include $(CC_DEPS)
  50. endif
  51. ifneq ($(strip $(SV7A_DEPS)),)
  52. -include $(SV7A_DEPS)
  53. endif
  54. ifneq ($(strip $(S55_DEPS)),)
  55. -include $(S55_DEPS)
  56. endif
  57. ifneq ($(strip $(C67_DEPS)),)
  58. -include $(C67_DEPS)
  59. endif
  60. ifneq ($(strip $(CLA_DEPS)),)
  61. -include $(CLA_DEPS)
  62. endif
  63. ifneq ($(strip $(C??_DEPS)),)
  64. -include $(C??_DEPS)
  65. endif
  66. ifneq ($(strip $(CPP_DEPS)),)
  67. -include $(CPP_DEPS)
  68. endif
  69. ifneq ($(strip $(S??_DEPS)),)
  70. -include $(S??_DEPS)
  71. endif
  72. ifneq ($(strip $(C_DEPS)),)
  73. -include $(C_DEPS)
  74. endif
  75. ifneq ($(strip $(C62_DEPS)),)
  76. -include $(C62_DEPS)
  77. endif
  78. ifneq ($(strip $(CXX_DEPS)),)
  79. -include $(CXX_DEPS)
  80. endif
  81. ifneq ($(strip $(C++_DEPS)),)
  82. -include $(C++_DEPS)
  83. endif
  84. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  85. -include $(ASM_UPPER_DEPS)
  86. endif
  87. ifneq ($(strip $(K_DEPS)),)
  88. -include $(K_DEPS)
  89. endif
  90. ifneq ($(strip $(C43_DEPS)),)
  91. -include $(C43_DEPS)
  92. endif
  93. ifneq ($(strip $(INO_DEPS)),)
  94. -include $(INO_DEPS)
  95. endif
  96. ifneq ($(strip $(S67_DEPS)),)
  97. -include $(S67_DEPS)
  98. endif
  99. ifneq ($(strip $(SA_DEPS)),)
  100. -include $(SA_DEPS)
  101. endif
  102. ifneq ($(strip $(S43_DEPS)),)
  103. -include $(S43_DEPS)
  104. endif
  105. ifneq ($(strip $(OPT_DEPS)),)
  106. -include $(OPT_DEPS)
  107. endif
  108. ifneq ($(strip $(PDE_DEPS)),)
  109. -include $(PDE_DEPS)
  110. endif
  111. ifneq ($(strip $(S64_DEPS)),)
  112. -include $(S64_DEPS)
  113. endif
  114. ifneq ($(strip $(C_UPPER_DEPS)),)
  115. -include $(C_UPPER_DEPS)
  116. endif
  117. ifneq ($(strip $(C55_DEPS)),)
  118. -include $(C55_DEPS)
  119. endif
  120. endif
  121. -include ../makefile.defs
  122. # Add inputs and outputs from these tool invocations to the build variables
  123. EXE_OUTPUTS += \
  124. Ipopt_Cpp_example.out \
  125. EXE_OUTPUTS__QUOTED += \
  126. "Ipopt_Cpp_example.out" \
  127. BIN_OUTPUTS += \
  128. Ipopt_Cpp_example.hex \
  129. BIN_OUTPUTS__QUOTED += \
  130. "Ipopt_Cpp_example.hex" \
  131. # All Target
  132. all: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
  133. @$(MAKE) --no-print-directory -Onone "Ipopt_Cpp_example.out"
  134. # Tool invocations
  135. Ipopt_Cpp_example.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
  136. @echo 'Building target: $@'
  137. @echo 'Invoking: C6000 Linker'
  138. "D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 --define=__TI_NO_PARALLEL_LOADS=1 --define=IPOPT_BUILD --define=HAVE_CONFIG_H -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"Ipopt_Cpp_example.map" -i"D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/lib" -i"D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="Ipopt_Cpp_example_linkInfo.xml" --rom_model -o "Ipopt_Cpp_example.out" $(ORDERED_OBJS)
  139. @echo 'Finished building target: $@'
  140. @echo ' '
  141. Ipopt_Cpp_example.hex: $(EXE_OUTPUTS)
  142. @echo 'Invoking: C6000 Hex Utility'
  143. "D:/software/CCS6.2/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/hex6x" -o "Ipopt_Cpp_example.hex" $(EXE_OUTPUTS__QUOTED)
  144. @echo 'Finished building: $@'
  145. @echo ' '
  146. # Other Targets
  147. clean:
  148. -$(RM) $(EXE_OUTPUTS__QUOTED)$(BIN_OUTPUTS__QUOTED)
  149. -$(RM) "MyNLP.d" "cpp_example.d" "hs071_main.d" "hs071_nlp.d" "solve_problem.d"
  150. -$(RM) "hs71c.d"
  151. -$(RM) "MyNLP.obj" "cpp_example.obj" "hs071_main.obj" "hs071_nlp.obj" "hs71c.obj" "solve_problem.obj"
  152. -@echo 'Finished clean'
  153. -@echo ' '
  154. .PHONY: all clean dependents
  155. .SECONDARY:
  156. -include ../makefile.targets