subdir_rules.mk 2.9 KB

12345678910111213141516171819202122
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. # Each subdirectory must supply rules for building sources it contributes
  6. %.obj: ../%.asm $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
  7. @echo 'Building file: "$<"'
  8. @echo 'Invoking: C2000 Compiler'
  9. "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/drivers/f2803x_v2.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/math_blocks/v4.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/math/IQmath/v15c/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_common/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_headers/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/development_kits/~SupportFiles/F2803x_headers" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/UserSource" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser" --advice:performance=all --define=_DEBUG --define=LARGE_MODEL --define=FLASH -g --diag_warning=225 --quiet --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
  10. @echo 'Finished building: "$<"'
  11. @echo ' '
  12. %.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
  13. @echo 'Building file: "$<"'
  14. @echo 'Invoking: C2000 Compiler'
  15. "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/drivers/f2803x_v2.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/app_libs/motor_control/math_blocks/v4.0" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/libs/math/IQmath/v15c/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_common/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/device_support/f2803x/v125/DSP2803x_headers/include" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/include/development_kits/~SupportFiles/F2803x_headers" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser/UserSource" --include_path="E:/ccs_programe/BLDC_Sensor/bldc_senser" --advice:performance=all --define=_DEBUG --define=LARGE_MODEL --define=FLASH -g --diag_warning=225 --quiet --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
  16. @echo 'Finished building: "$<"'
  17. @echo ' '