makefile 4.2 KB

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